{
  "directed": false,
  "multigraph": false,
  "graph": {
    "hyperedges": [
      {
        "id": "mongo_collection_resolution_flow",
        "label": "Versioned collection resolution flow",
        "nodes": [
          "remix_app_api_utils_mongodb_config",
          "remix_app_api_utils_mongodb_collections",
          "remix_app_api_utils_mongodb_collectionnames",
          "remix_app_api_utils_mongodb_endpoint",
          "remix_app_schemas_registry"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.9,
        "source_file": "FUNDAMENTALS.md"
      },
      {
        "id": "app_namespace_storage_ledger",
        "label": "App namespace byte-allowance ledger",
        "nodes": [
          "fundamentals_app_namespaces",
          "fundamentals_storage_ledger",
          "remix_app_api_utils_apps_namespace",
          "remix_app_api_utils_apps_appdata",
          "remix_app_api_utils_apps_appstoragemanagement",
          "remix_app_api_utils_subscriptions"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.85,
        "source_file": "FUNDAMENTALS.md"
      },
      {
        "id": "attachment_lifecycle_flow",
        "label": "Attachment upload, accounting, serving, and cleanup lifecycle",
        "nodes": [
          "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_multipart_upload",
          "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing",
          "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_storage_ledger",
          "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_content_endpoint",
          "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_cleanup_job",
          "vercel_deployments_oidc_s3_roles"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.9,
        "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md"
      },
      {
        "id": "private_s3_attachment_stack",
        "label": "Stacked private S3 attachment PR chain (#201 \u2192 #232 \u2192 #237)",
        "nodes": [
          "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201",
          "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_pr232",
          "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_pr237",
          "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 0.95,
        "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md"
      },
      {
        "id": "ai_conflict_automation_flow",
        "label": "AI PR Conflict/Rebase/Promotion Automation Flow",
        "nodes": [
          "readme_resolve_pr_conflicts",
          "readme_rebase_pr_stacks",
          "readme_promote_features_to_main",
          "readme_model_waterfall",
          "github_actions_rebase_conflict_round_action",
          "prs_183_codex_ai_rebase_stack_resolver__add_automatic_ai_rebase_support_for_pr_stacks"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.9,
        "source_file": "README.md"
      },
      {
        "id": "private_attachment_storage_lifecycle",
        "label": "Private S3 Attachment Storage and Quota Lifecycle",
        "nodes": [
          "readme_private_s3_attachments",
          "readme_attachment_cleanup_cron",
          "readme_subscription_tiers",
          "testing_post_comment_attachments",
          "testing_profile_media",
          "testing_app_storage_manager"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.85,
        "source_file": "TESTING.md"
      },
      {
        "id": "ci_control_plane_compute_routing",
        "label": "CI Control Plane Compute Provider Routing",
        "nodes": [
          "readme_github_actions_control_plane",
          "readme_ci_provider_router",
          "readme_vercel_sandbox_runner",
          "readme_admin_ci_control",
          "testing_admin_ci_control"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 0.9,
        "source_file": "README.md"
      },
      {
        "id": "unauth_endpoint_lockdown_flow",
        "label": "Unauthenticated admin/data endpoint lockdown (\u00a7A)",
        "nodes": [
          "todo_claude_todo_09_security_hardening_a_unauth_endpoints",
          "remix_app_routes_api_v1_mongodb_raw_results__raw_results",
          "remix_app_routes_api_v1_mongodb_populate__populate",
          "remix_app_routes_api_v1_auth_service_account__service_account",
          "remix_server_routes_api_catchall",
          "remix_app_api_utils_ratelimit_enforceratelimit"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.9,
        "source_file": "TODO/claude-todo/09-security-hardening.md"
      },
      {
        "id": "service_account_token_minting_flow",
        "label": "Non-expiring service-account token minting flow",
        "nodes": [
          "remix_app_routes_api_v1_auth_service_account__service_account",
          "remix_app_api_utils_auth_serviceaccounts_provisionserviceaccount",
          "remix_app_api_utils_auth_jwt_signjwt",
          "remix_app_api_utils_auth_sessions_createsession",
          "remix_app_api_utils_auth_getcurrentuser"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 0.85,
        "source_file": "TODO/claude-todo/09-security-hardening.md"
      },
      {
        "id": "persisted_state_eval_csp_remediation",
        "label": "Persisted-state eval removal + CSP remediation (\u00a7C/\u00a7D, PR #99)",
        "nodes": [
          "todo_claude_todo_09_security_hardening_c_eval_csp",
          "todo_claude_todo_09_security_hardening_d_date_parse",
          "remix_app_providers_thingtimeprovider",
          "remix_app_providers_thingtimepersistcodec",
          "remix_app_providers_thingtimepersistcodec_test",
          "remix_index_tt_boot_script",
          "remix_changelog_pr99_eval_csp"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.88,
        "source_file": "TODO/claude-todo/09-security-hardening.md"
      },
      {
        "id": "thin_listener_control_plane_pattern",
        "label": "Thin Listener \u2192 Protected Reusable Workflow Pattern",
        "nodes": [
          "github_workflows_web_ci",
          "github_workflows_develop_pr_preview",
          "github_workflows_promote_features_to_main",
          "github_actions_branch_reusable_workflows",
          "readme_actions_control_plane"
        ],
        "relation": "implement",
        "confidence": "EXTRACTED",
        "confidence_score": 0.9,
        "source_file": ".github/workflows/web-ci.yml"
      },
      {
        "id": "notification_delivery_flow",
        "label": "Social graph \u2192 notification \u2192 channel delivery flow",
        "nodes": [
          "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_follow_thing",
          "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_friend_thing",
          "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_notification_thing",
          "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_notification_prefs",
          "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_weekly_summary"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.9,
        "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md"
      },
      {
        "id": "develop_preview_control_plane",
        "label": "Trusted develop-target preview control plane",
        "nodes": [
          "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_develop_preview_controller",
          "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_preview_alias_wildcard",
          "prs_233_codex_fix_develop_preview_dns_gate_dns_probe_gate",
          "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_web_ci_listener"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.85,
        "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md"
      },
      {
        "id": "thin_web_ci_repair_flow",
        "label": "Thin Web CI Repair Flow",
        "nodes": [
          "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_thin_listener_repair",
          "remix_changelog_thin_web_ci_promotion_fix",
          "github_workflows_web_ci_control_plane",
          "github_workflows_web_ci_pull_requests_permission"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 0.98,
        "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md"
      },
      {
        "id": "ci_observability_control_plane_flow",
        "label": "CI Observability Control Plane: Webhooks \u2192 Protected Things \u2192 Admin Dashboard",
        "nodes": [
          "prs_211_webhook_verification",
          "prs_211_ci_thing_kinds",
          "readme_ci_control_dashboard",
          "testing_ci_control_checklist",
          "remix_changelog_control_plane_entry"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.85,
        "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md"
      },
      {
        "id": "pr_222_web_ci_repair_evidence",
        "label": "PR 222 Web CI Repair Evidence",
        "nodes": [
          "testing_required_web_ci_contexts",
          "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222",
          "remix_changelog_required_web_ci_fix",
          "github_workflows_web_ci_web_ci"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 0.95,
        "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md"
      },
      {
        "id": "actions_control_plane_atomic_rollup",
        "label": "Atomic Actions Control-Plane Promotion Rollup",
        "nodes": [
          "prs_210_promote_actions_control_plane_rollup_pr_192",
          "prs_210_promote_actions_control_plane_rollup_pr_194",
          "prs_210_promote_actions_control_plane_rollup_pr_193",
          "prs_210_promote_actions_control_plane_rollup_pr_199",
          "prs_210_promote_actions_control_plane_rollup_pr_190",
          "prs_210_promote_actions_control_plane_rollup_pr_206",
          "prs_210_promote_actions_control_plane_rollup_pr_207",
          "prs_210_promote_actions_control_plane_rollup_pr_208"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 1.0,
        "source_file": "PRs/210-promote-actions-control-plane-rollup.md"
      },
      {
        "id": "builtin_schema_storage_repair",
        "label": "Builtin Schema Storage Repair",
        "nodes": [
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_seed_builtin_schemas",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_backfill_user_storage_accounting",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_control_storage_class"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 1.0,
        "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md"
      },
      {
        "id": "password_confirmed_diagnostic_reveal",
        "label": "Password-Confirmed Diagnostic Reveal",
        "nodes": [
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_migration_diagnostic_v2_envelope",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_secure_envelope",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_diagnostic_projection",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_reveal_endpoint",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_thing_detail_route",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_sensitive_value_redaction",
          "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_reveal_access_controls"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.98,
        "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md"
      },
      {
        "id": "migration_error_diagnostics_flow",
        "label": "Private Migration Error Diagnostics Flow",
        "nodes": [
          "testing_migration_diagnostic_checks",
          "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_private_migration_diagnostics",
          "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_lopu_error_presentation",
          "fundamentals_lopu_notifications"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.98,
        "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md"
      },
      {
        "id": "admin_management_stack",
        "label": "Admin Dashboard, Tiers & Ownership Links Feature Stack",
        "nodes": [
          "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links",
          "prs_170_app_data_quota_allowances_app_owner_storage_manager",
          "testing",
          "concept_admin_dashboard",
          "concept_subscription_tiers",
          "concept_account_links"
        ],
        "relation": "implement",
        "confidence": "INFERRED",
        "confidence_score": 0.78,
        "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md"
      },
      {
        "id": "schema_platform_feature_flow",
        "label": "Schema Browse Build and Search Flow",
        "nodes": [
          "schema_feature_handoff_schema_browser",
          "schema_feature_handoff_schema_builder",
          "schema_feature_handoff_search_by_schema",
          "schema_feature_handoff_schema_registry",
          "schema_feature_handoff_schema_tools"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.98,
        "source_file": "SCHEMA-FEATURE-HANDOFF.md"
      },
      {
        "id": "thingtime_login_session_flow",
        "label": "Thingtime login and session API flow",
        "nodes": [
          "remix_public_sdk_demo_render_login_button",
          "remix_public_sdk_demo_guard_sandbox",
          "remix_public_sdk_demo_with_session",
          "remix_public_sdk_thingtime_login_thingtime_render_button",
          "remix_public_sdk_thingtime_login_thingtime_userinfo",
          "remix_public_sdk_thingtime_login_thingtime_shared",
          "remix_public_sdk_thingtime_login_thingtime_data"
        ],
        "relation": "participate_in",
        "confidence": "EXTRACTED",
        "confidence_score": 0.95,
        "source_file": "remix/public/sdk/demo.html"
      },
      {
        "id": "ios_app_icon_composition",
        "label": "Thingtime iOS App Icon Composition",
        "nodes": [
          "ios_thingtime_resources_assets_appicon_appiconset_icon_1024_thingtime_app_icon",
          "ios_thingtime_resources_appicon_icon_assets_canopy_canopy_layer",
          "ios_thingtime_resources_appicon_icon_assets_trunk_trunk_layer"
        ],
        "relation": "form",
        "confidence": "INFERRED",
        "confidence_score": 0.8,
        "source_file": "iOS/Thingtime/Resources/Assets.xcassets/AppIcon.appiconset/icon-1024.png"
      },
      {
        "id": "thingtime_android_icon_family",
        "label": "Thingtime Android Icon Size Family",
        "nodes": [
          "remix_public_android_icon_144x144_image",
          "remix_public_android_icon_192x192_image",
          "remix_public_android_icon_36x36_image",
          "remix_public_android_icon_48x48_image",
          "remix_public_android_icon_72x72_image",
          "remix_public_android_icon_96x96_image"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 1.0,
        "source_file": "remix/public/android-icon-144x144.png"
      },
      {
        "id": "thingtime_apple_icon_family",
        "label": "Thingtime Apple Touch Icon Family",
        "nodes": [
          "remix_public_apple_icon_114x114_image",
          "remix_public_apple_icon_120x120_image",
          "remix_public_apple_icon_144x144_image",
          "remix_public_apple_icon_152x152_image",
          "remix_public_apple_icon_180x180_image",
          "remix_public_apple_icon_57x57_image",
          "remix_public_apple_icon_60x60_image",
          "remix_public_apple_icon_72x72_image",
          "remix_public_apple_icon_76x76_image",
          "remix_public_apple_icon_precomposed_image",
          "remix_public_apple_icon_image"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 1.0,
        "source_file": "remix/public/apple-icon.png"
      },
      {
        "id": "thingtime_favicon_family",
        "label": "Thingtime Favicon Size Family",
        "nodes": [
          "remix_public_favicon_16x16_image",
          "remix_public_favicon_32x32_image",
          "remix_public_favicon_96x96_image"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 1.0,
        "source_file": "remix/public/favicon-16x16.png"
      },
      {
        "id": "thingtime_application_icon_set",
        "label": "Thingtime application and favicon image set",
        "nodes": [
          "remix_public_ms_icon_144x144_image",
          "remix_public_ms_icon_150x150_image",
          "remix_public_ms_icon_310x310_image",
          "remix_public_ms_icon_70x70_image",
          "resources_favicon_favicon_io_2_android_chrome_192x192_image",
          "resources_favicon_favicon_io_2_android_chrome_512x512_image",
          "resources_favicon_favicon_io_2_apple_touch_icon_image",
          "resources_favicon_favicon_io_2_favicon_16x16_image",
          "resources_favicon_favicon_io_2_favicon_32x32_image"
        ],
        "relation": "form",
        "confidence": "INFERRED",
        "confidence_score": 0.95,
        "source_file": "remix/public/ms-icon-144x144.png"
      },
      {
        "id": "mongodb_query_workbench_safety_boundary",
        "label": "MongoDB Query Workbench Safety Boundary",
        "nodes": [
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_raw_query_workbench",
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_server_boundary",
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_admin_session",
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_query_bounds",
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_protected_collections"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 0.93,
        "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md"
      },
      {
        "id": "query_workbench_user_features",
        "label": "Query Workbench User-Facing Feature Set",
        "nodes": [
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_raw_query_workbench",
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_mongodb_read_tools",
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_typed_bson_inputs",
          "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_aggregation_stages"
        ],
        "relation": "form",
        "confidence": "EXTRACTED",
        "confidence_score": 0.92,
        "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md"
      }
    ]
  },
  "nodes": [
    {
      "label": ".eslintrc.json",
      "file_type": "code",
      "source_file": ".eslintrc.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 682,
      "norm_label": ".eslintrc.json",
      "id": "users_lopu_things_code_lopugit_thingtime_eslintrc_json",
      "community_name": "Community 682"
    },
    {
      "label": "extends",
      "file_type": "code",
      "source_file": ".eslintrc.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 682,
      "norm_label": "extends",
      "id": "users_lopu_things_code_lopugit_thingtime_eslintrc_extends",
      "community_name": "Community 682"
    },
    {
      "label": ".prettierrc.js",
      "file_type": "code",
      "source_file": ".prettierrc.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 760,
      "norm_label": ".prettierrc.js",
      "id": "prettierrc",
      "community_name": "Community 760"
    },
    {
      "label": ".eslintrc.js",
      "file_type": "code",
      "source_file": "deprecated/api/.eslintrc.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 712,
      "norm_label": ".eslintrc.js",
      "id": "deprecated_api_eslintrc",
      "community_name": "Community 712"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 187,
      "norm_label": "package.json",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "community_name": "Community 187"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 187,
      "norm_label": "name",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_name",
      "community_name": "Community 187"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 187,
      "norm_label": "version",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_version",
      "community_name": "Community 187"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 187,
      "norm_label": "description",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_description",
      "community_name": "Community 187"
    },
    {
      "label": "main",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 187,
      "norm_label": "main",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_main",
      "community_name": "Community 187"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 187,
      "norm_label": "scripts",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_scripts",
      "community_name": "Community 187"
    },
    {
      "label": "dev",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 187,
      "norm_label": "dev",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_scripts_dev",
      "community_name": "Community 187"
    },
    {
      "label": "repository",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 187,
      "norm_label": "repository",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository",
      "community_name": "Community 187"
    },
    {
      "label": "type",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 187,
      "norm_label": "type",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository_type",
      "community_name": "Community 187"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 187,
      "norm_label": "url",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository_url",
      "community_name": "Community 187"
    },
    {
      "label": "author",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 187,
      "norm_label": "author",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_author",
      "community_name": "Community 187"
    },
    {
      "label": "license",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 187,
      "norm_label": "license",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_license",
      "community_name": "Community 187"
    },
    {
      "label": "bugs",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L15",
      "_origin": "ast",
      "community": 187,
      "norm_label": "bugs",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_bugs",
      "community_name": "Community 187"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L16",
      "_origin": "ast",
      "community": 187,
      "norm_label": "url",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_bugs_url",
      "community_name": "Community 187"
    },
    {
      "label": "homepage",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L18",
      "_origin": "ast",
      "community": 187,
      "norm_label": "homepage",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_homepage",
      "community_name": "Community 187"
    },
    {
      "label": "dependencies",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L19",
      "_origin": "ast",
      "community": 187,
      "norm_label": "dependencies",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "community_name": "Community 187"
    },
    {
      "label": "axios",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L20",
      "_origin": "ast",
      "community": 187,
      "norm_label": "axios",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_axios",
      "community_name": "Community 187"
    },
    {
      "label": "bcrypt",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L21",
      "_origin": "ast",
      "community": 187,
      "norm_label": "bcrypt",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_bcrypt",
      "community_name": "Community 187"
    },
    {
      "label": "body-parser",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L22",
      "_origin": "ast",
      "community": 187,
      "norm_label": "body-parser",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_body_parser",
      "community_name": "Community 187"
    },
    {
      "label": "cors",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L23",
      "_origin": "ast",
      "community": 187,
      "norm_label": "cors",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_cors",
      "community_name": "Community 187"
    },
    {
      "label": "dotenv",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L24",
      "_origin": "ast",
      "community": 187,
      "norm_label": "dotenv",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_dotenv",
      "community_name": "Community 187"
    },
    {
      "label": "express",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L25",
      "_origin": "ast",
      "community": 187,
      "norm_label": "express",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_express",
      "community_name": "Community 187"
    },
    {
      "label": "lodash",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L26",
      "_origin": "ast",
      "community": 187,
      "norm_label": "lodash",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_lodash",
      "community_name": "Community 187"
    },
    {
      "label": "lodash-es",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L27",
      "_origin": "ast",
      "community": 187,
      "norm_label": "lodash-es",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_lodash_es",
      "community_name": "Community 187"
    },
    {
      "label": "luxon",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L28",
      "_origin": "ast",
      "community": 187,
      "norm_label": "luxon",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_luxon",
      "community_name": "Community 187"
    },
    {
      "label": "mongodb",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L29",
      "_origin": "ast",
      "community": 187,
      "norm_label": "mongodb",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_mongodb",
      "community_name": "Community 187"
    },
    {
      "label": "pug",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L30",
      "_origin": "ast",
      "community": 187,
      "norm_label": "pug",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_pug",
      "community_name": "Community 187"
    },
    {
      "label": "smarts",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L31",
      "_origin": "ast",
      "community": 187,
      "norm_label": "smarts",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_smarts",
      "community_name": "Community 187"
    },
    {
      "label": "socket.io",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L32",
      "_origin": "ast",
      "community": 187,
      "norm_label": "socket.io",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_socket_io",
      "community_name": "Community 187"
    },
    {
      "label": "uuid",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L33",
      "_origin": "ast",
      "community": 187,
      "norm_label": "uuid",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_uuid",
      "community_name": "Community 187"
    },
    {
      "label": "devDependencies",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L35",
      "_origin": "ast",
      "community": 187,
      "norm_label": "devdependencies",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "community_name": "Community 187"
    },
    {
      "label": "@nuxtjs/eslint-config",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L36",
      "_origin": "ast",
      "community": 187,
      "norm_label": "@nuxtjs/eslint-config",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_nuxtjs_eslint_config",
      "community_name": "Community 187"
    },
    {
      "label": "@prettier/plugin-pug",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L37",
      "_origin": "ast",
      "community": 187,
      "norm_label": "@prettier/plugin-pug",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_prettier_plugin_pug",
      "community_name": "Community 187"
    },
    {
      "label": "chai",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L38",
      "_origin": "ast",
      "community": 187,
      "norm_label": "chai",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_chai",
      "community_name": "Community 187"
    },
    {
      "label": "eslint",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L39",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-config-prettier",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L40",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-config-prettier",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_config_prettier",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-config-xo",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L41",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-config-xo",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_config_xo",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-plugin-jest",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L42",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-plugin-jest",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_jest",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-plugin-node",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L43",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-plugin-node",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_node",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-plugin-nuxt",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L44",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-plugin-nuxt",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_nuxt",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-plugin-prettier",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L45",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-plugin-prettier",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_prettier",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-plugin-unicorn",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L46",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-plugin-unicorn",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_unicorn",
      "community_name": "Community 187"
    },
    {
      "label": "eslint-plugin-vue",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L47",
      "_origin": "ast",
      "community": 187,
      "norm_label": "eslint-plugin-vue",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_vue",
      "community_name": "Community 187"
    },
    {
      "label": "mocha",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L48",
      "_origin": "ast",
      "community": 187,
      "norm_label": "mocha",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_mocha",
      "community_name": "Community 187"
    },
    {
      "label": "engines",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L50",
      "_origin": "ast",
      "community": 187,
      "norm_label": "engines",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_engines",
      "community_name": "Community 187"
    },
    {
      "label": "node",
      "file_type": "code",
      "source_file": "deprecated/api/package.json",
      "source_location": "L51",
      "_origin": "ast",
      "community": 187,
      "norm_label": "node",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_engines_node",
      "community_name": "Community 187"
    },
    {
      "label": "index.js",
      "file_type": "code",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 488,
      "norm_label": "index.js",
      "id": "deprecated_api_src_index",
      "community_name": "Community 488"
    },
    {
      "label": "app",
      "file_type": "code",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L12",
      "_origin": "ast",
      "community": 488,
      "norm_label": "app",
      "id": "deprecated_api_src_index_app",
      "community_name": "Community 488"
    },
    {
      "label": "server",
      "file_type": "code",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 488,
      "norm_label": "server",
      "id": "deprecated_api_src_index_server",
      "community_name": "Community 488"
    },
    {
      "label": "smarts",
      "file_type": "code",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L23",
      "_origin": "ast",
      "community": 488,
      "norm_label": "smarts",
      "id": "deprecated_api_src_index_smarts",
      "community_name": "Community 488"
    },
    {
      "label": "io",
      "file_type": "code",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L26",
      "_origin": "ast",
      "community": 488,
      "norm_label": "io",
      "id": "deprecated_api_src_index_io",
      "community_name": "Community 488"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 500,
      "norm_label": "package.json",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "community_name": "Community 500"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 500,
      "norm_label": "name",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_name",
      "community_name": "Community 500"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 500,
      "norm_label": "version",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_version",
      "community_name": "Community 500"
    },
    {
      "label": "type",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 500,
      "norm_label": "type",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_type",
      "community_name": "Community 500"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 500,
      "norm_label": "description",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_description",
      "community_name": "Community 500"
    },
    {
      "label": "main",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 500,
      "norm_label": "main",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_main",
      "community_name": "Community 500"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 500,
      "norm_label": "scripts",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_scripts",
      "community_name": "Community 500"
    },
    {
      "label": "test",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 500,
      "norm_label": "test",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_scripts_test",
      "community_name": "Community 500"
    },
    {
      "label": "author",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 500,
      "norm_label": "author",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_author",
      "community_name": "Community 500"
    },
    {
      "label": "license",
      "file_type": "code",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 500,
      "norm_label": "license",
      "id": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_license",
      "community_name": "Community 500"
    },
    {
      "label": "test.js",
      "file_type": "code",
      "source_file": "deprecated/api/src/test.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 188,
      "norm_label": "test.js",
      "id": "deprecated_api_src_test",
      "community_name": "Community 188"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 133,
      "norm_label": "support.js",
      "id": "docs_design_claude_design_mockup_v1_source_support",
      "community_name": "Community 133"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 133,
      "norm_label": "getreact()",
      "id": "docs_design_claude_design_mockup_v1_source_support_getreact",
      "community_name": "Community 133"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 133,
      "norm_label": "getreactdom()",
      "id": "docs_design_claude_design_mockup_v1_source_support_getreactdom",
      "community_name": "Community 133"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 133,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_claude_design_mockup_v1_source_support_parsedcdocument",
      "community_name": "Community 133"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 133,
      "norm_label": "parsedctext()",
      "id": "docs_design_claude_design_mockup_v1_source_support_parsedctext",
      "community_name": "Community 133"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 133,
      "norm_label": "parsedataprops()",
      "id": "docs_design_claude_design_mockup_v1_source_support_parsedataprops",
      "community_name": "Community 133"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 133,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_claude_design_mockup_v1_source_support_dcnamefrompath",
      "community_name": "Community 133"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 133,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_claude_design_mockup_v1_source_support_rootnamefordocument",
      "community_name": "Community 133"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 133,
      "norm_label": "safedecode()",
      "id": "docs_design_claude_design_mockup_v1_source_support_safedecode",
      "community_name": "Community 133"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 133,
      "norm_label": "boot()",
      "id": "docs_design_claude_design_mockup_v1_source_support_boot",
      "community_name": "Community 133"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 133,
      "norm_label": "resolve()",
      "id": "docs_design_claude_design_mockup_v1_source_support_resolve",
      "community_name": "Community 133"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 133,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_claude_design_mockup_v1_source_support_parenswrapwhole",
      "community_name": "Community 133"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 133,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_claude_design_mockup_v1_source_support_findtoplevelequality",
      "community_name": "Community 133"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 133,
      "norm_label": "resolvepath()",
      "id": "docs_design_claude_design_mockup_v1_source_support_resolvepath",
      "community_name": "Community 133"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 133,
      "norm_label": "encodecase()",
      "id": "docs_design_claude_design_mockup_v1_source_support_encodecase",
      "community_name": "Community 133"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 133,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_claude_design_mockup_v1_source_support_kebabtocamel",
      "community_name": "Community 133"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 133,
      "norm_label": "csstoobj()",
      "id": "docs_design_claude_design_mockup_v1_source_support_csstoobj",
      "community_name": "Community 133"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 133,
      "norm_label": "compileattr()",
      "id": "docs_design_claude_design_mockup_v1_source_support_compileattr",
      "community_name": "Community 133"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 133,
      "norm_label": "collectprops()",
      "id": "docs_design_claude_design_mockup_v1_source_support_collectprops",
      "community_name": "Community 133"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 133,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_claude_design_mockup_v1_source_support_hostpositionstyle",
      "community_name": "Community 133"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 133,
      "norm_label": "compiletemplate()",
      "id": "docs_design_claude_design_mockup_v1_source_support_compiletemplate",
      "community_name": "Community 133"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walkchildren()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walkchildren",
      "community_name": "Community 133"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walk()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walk",
      "community_name": "Community 133"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 133,
      "norm_label": "warnunresolved()",
      "id": "docs_design_claude_design_mockup_v1_source_support_warnunresolved",
      "community_name": "Community 133"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walktext()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walktext",
      "community_name": "Community 133"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walkfor()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walkfor",
      "community_name": "Community 133"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walkif()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walkif",
      "community_name": "Community 133"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walkcomponent()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walkcomponent",
      "community_name": "Community 133"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walkximport()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walkximport",
      "community_name": "Community 133"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 133,
      "norm_label": "contentkey()",
      "id": "docs_design_claude_design_mockup_v1_source_support_contentkey",
      "community_name": "Community 133"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 133,
      "norm_label": "walkelement()",
      "id": "docs_design_claude_design_mockup_v1_source_support_walkelement",
      "community_name": "Community 133"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 133,
      "norm_label": "constructor()",
      "id": "docs_design_claude_design_mockup_v1_source_support_constructor",
      "community_name": "Community 133"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 133,
      "norm_label": "setstate()",
      "id": "docs_design_claude_design_mockup_v1_source_support_setstate",
      "community_name": "Community 133"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 133,
      "norm_label": "forceupdate()",
      "id": "docs_design_claude_design_mockup_v1_source_support_forceupdate",
      "community_name": "Community 133"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 133,
      "norm_label": "componentdidmount()",
      "id": "docs_design_claude_design_mockup_v1_source_support_componentdidmount",
      "community_name": "Community 133"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 133,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_claude_design_mockup_v1_source_support_componentdidupdate",
      "community_name": "Community 133"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 133,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_claude_design_mockup_v1_source_support_componentwillunmount",
      "community_name": "Community 133"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 133,
      "norm_label": "rendervals()",
      "id": "docs_design_claude_design_mockup_v1_source_support_rendervals",
      "community_name": "Community 133"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 133,
      "norm_label": "evaldclogic()",
      "id": "docs_design_claude_design_mockup_v1_source_support_evaldclogic",
      "community_name": "Community 133"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 133,
      "norm_label": "shallowequal()",
      "id": "docs_design_claude_design_mockup_v1_source_support_shallowequal",
      "community_name": "Community 133"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 133,
      "norm_label": "placeholder()",
      "id": "docs_design_claude_design_mockup_v1_source_support_placeholder",
      "community_name": "Community 133"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 133,
      "norm_label": "hinttomin()",
      "id": "docs_design_claude_design_mockup_v1_source_support_hinttomin",
      "community_name": "Community 133"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 133,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_claude_design_mockup_v1_source_support_createcomponentfactory",
      "community_name": "Community 133"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 133,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_claude_design_mockup_v1_source_support_isrenderabletype",
      "community_name": "Community 133"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 133,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_claude_design_mockup_v1_source_support_resolvedottedpath",
      "community_name": "Community 133"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 133,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_claude_design_mockup_v1_source_support_createexternalmodules",
      "community_name": "Community 133"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 133,
      "norm_label": "iselementclass()",
      "id": "docs_design_claude_design_mockup_v1_source_support_iselementclass",
      "community_name": "Community 133"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 133,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_claude_design_mockup_v1_source_support_createhelmetmanager",
      "community_name": "Community 133"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 133,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_claude_design_mockup_v1_source_support_createpseudosheet",
      "community_name": "Community 133"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 133,
      "norm_label": "createregistry()",
      "id": "docs_design_claude_design_mockup_v1_source_support_createregistry",
      "community_name": "Community 133"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 133,
      "norm_label": "createruntime()",
      "id": "docs_design_claude_design_mockup_v1_source_support_createruntime",
      "community_name": "Community 133"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 133,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_claude_design_mockup_v1_source_support_hiderawtemplate",
      "community_name": "Community 133"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 133,
      "norm_label": "loadscript()",
      "id": "docs_design_claude_design_mockup_v1_source_support_loadscript",
      "community_name": "Community 133"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 133,
      "norm_label": "loadreactumd()",
      "id": "docs_design_claude_design_mockup_v1_source_support_loadreactumd",
      "community_name": "Community 133"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 133,
      "norm_label": "init()",
      "id": "docs_design_claude_design_mockup_v1_source_support_init",
      "community_name": "Community 133"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 719,
      "norm_label": "react-dom.js",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dom",
      "community_name": "Community 719"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 1,
      "norm_label": "react.js",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "community_name": "Community 1"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 87,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getiteratorfn",
      "community_name": "Community 87"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 87,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setextrastackframe",
      "community_name": "Community 87"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 87,
      "norm_label": "warn()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warn",
      "community_name": "Community 87"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 87,
      "norm_label": "error()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_error",
      "community_name": "Community 87"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 87,
      "norm_label": "printwarning()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_printwarning",
      "community_name": "Community 87"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 87,
      "norm_label": "warnnoop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnoop",
      "community_name": "Community 87"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 56,
      "norm_label": "component()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_component",
      "community_name": "Community 56"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 56,
      "norm_label": ".setstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_component_setstate",
      "community_name": "Community 56"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 56,
      "norm_label": ".forceupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_component_forceupdate",
      "community_name": "Community 56"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 1,
      "norm_label": "componentdummy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_componentdummy",
      "community_name": "Community 1"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 1,
      "norm_label": "purecomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_purecomponent",
      "community_name": "Community 1"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createref",
      "community_name": "Community 1"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 87,
      "norm_label": "isarray()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray",
      "community_name": "Community 87"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 87,
      "norm_label": "typename()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_typename",
      "community_name": "Community 87"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 87,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow",
      "community_name": "Community 87"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 87,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion",
      "community_name": "Community 87"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion",
      "community_name": "Community 87"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getwrappedname()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getwrappedname",
      "community_name": "Community 56"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getcontextname()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextname",
      "community_name": "Community 56"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype",
      "community_name": "Community 56"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 87,
      "norm_label": "hasvalidref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidref",
      "community_name": "Community 87"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 87,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidkey",
      "community_name": "Community 87"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 87,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_definekeypropwarninggetter",
      "community_name": "Community 87"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 87,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_definerefpropwarninggetter",
      "community_name": "Community 87"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 87,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 87"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "community_name": "Community 87"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 87,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneandreplacekey",
      "community_name": "Community 87"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 87,
      "norm_label": "cloneelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelement",
      "community_name": "Community 87"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 87,
      "norm_label": "isvalidelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelement",
      "community_name": "Community 87"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 87,
      "norm_label": "escape()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_escape",
      "community_name": "Community 87"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 87,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_escapeuserprovidedkey",
      "community_name": "Community 87"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 87,
      "norm_label": "getelementkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getelementkey",
      "community_name": "Community 87"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 87,
      "norm_label": "mapintoarray()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "community_name": "Community 87"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 1,
      "norm_label": "mapchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mapchildren",
      "community_name": "Community 1"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 1,
      "norm_label": "countchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_countchildren",
      "community_name": "Community 1"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 1,
      "norm_label": "foreachchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_foreachchildren",
      "community_name": "Community 1"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 170,
      "norm_label": "toarray()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_toarray",
      "community_name": "Community 170"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 87,
      "norm_label": "onlychild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_onlychild",
      "community_name": "Community 87"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontext",
      "community_name": "Community 87"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 87,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_lazyinitializer",
      "community_name": "Community 87"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 87,
      "norm_label": "lazy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_lazy",
      "community_name": "Community 87"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 87,
      "norm_label": "forwardref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_forwardref",
      "community_name": "Community 87"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 87,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelementtype",
      "community_name": "Community 87"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 87,
      "norm_label": "memo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_memo",
      "community_name": "Community 87"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 1,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher",
      "community_name": "Community 1"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usecontext",
      "community_name": "Community 1"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usestate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usestate",
      "community_name": "Community 1"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usereducer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usereducer",
      "community_name": "Community 1"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 1,
      "norm_label": "useref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_useref",
      "community_name": "Community 1"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 1,
      "norm_label": "useeffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_useeffect",
      "community_name": "Community 1"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 1,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_useinsertioneffect",
      "community_name": "Community 1"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 1,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_uselayouteffect",
      "community_name": "Community 1"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usecallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usecallback",
      "community_name": "Community 1"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usememo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usememo",
      "community_name": "Community 1"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 1,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_useimperativehandle",
      "community_name": "Community 1"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usedebugvalue",
      "community_name": "Community 1"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usetransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usetransition",
      "community_name": "Community 1"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usedeferredvalue",
      "community_name": "Community 1"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 1,
      "norm_label": "useid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_useid",
      "community_name": "Community 1"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 1,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_usesyncexternalstore",
      "community_name": "Community 1"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 212,
      "norm_label": "disabledlog()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_disabledlog",
      "community_name": "Community 212"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 212,
      "norm_label": "disablelogs()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_disablelogs",
      "community_name": "Community 212"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 212,
      "norm_label": "reenablelogs()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reenablelogs",
      "community_name": "Community 212"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 212,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_describebuiltincomponentframe",
      "community_name": "Community 212"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 212,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe",
      "community_name": "Community 212"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 212,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_describefunctioncomponentframe",
      "community_name": "Community 212"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 212,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct",
      "community_name": "Community 212"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 212,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 212"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 212,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 212"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 56,
      "norm_label": "checkproptypes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes",
      "community_name": "Community 56"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 87,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 87"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 124"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 1"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 1"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 124"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateexplicitkey",
      "community_name": "Community 87"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys",
      "community_name": "Community 87"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 56,
      "norm_label": "validateproptypes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproptypes",
      "community_name": "Community 56"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefragmentprops",
      "community_name": "Community 87"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 56,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "community_name": "Community 56"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfactorywithvalidation",
      "community_name": "Community 87"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 87,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelementwithvalidation",
      "community_name": "Community 87"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 116,
      "norm_label": "push()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_push",
      "community_name": "Community 116"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 350,
      "norm_label": "peek()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_peek",
      "community_name": "Community 350"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 193,
      "norm_label": "pop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pop",
      "community_name": "Community 193"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 116,
      "norm_label": "siftup()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_siftup",
      "community_name": "Community 116"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 116,
      "norm_label": "siftdown()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_siftdown",
      "community_name": "Community 116"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 116,
      "norm_label": "compare()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_compare",
      "community_name": "Community 116"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 350,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_marktaskerrored",
      "community_name": "Community 350"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 350,
      "norm_label": "advancetimers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_advancetimers",
      "community_name": "Community 350"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 350,
      "norm_label": "handletimeout()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout",
      "community_name": "Community 350"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 350,
      "norm_label": "flushwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork",
      "community_name": "Community 350"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 350,
      "norm_label": "workloop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop",
      "community_name": "Community 350"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_runwithpriority",
      "community_name": "Community 1"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unstable_next()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_next",
      "community_name": "Community 1"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_wrapcallback",
      "community_name": "Community 1"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 350,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "community_name": "Community 350"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_pauseexecution",
      "community_name": "Community 1"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 350,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_continueexecution",
      "community_name": "Community 350"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 350,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 350"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_cancelcallback",
      "community_name": "Community 1"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 1"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 350,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldyieldtohost",
      "community_name": "Community 350"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 98,
      "norm_label": "requestpaint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requestpaint",
      "community_name": "Community 98"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 1,
      "norm_label": "forceframerate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_forceframerate",
      "community_name": "Community 1"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 350,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthostcallback",
      "community_name": "Community 350"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 350,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthosttimeout",
      "community_name": "Community 350"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 350,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cancelhosttimeout",
      "community_name": "Community 350"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unstable_now()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_now",
      "community_name": "Community 1"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 98,
      "norm_label": "starttransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_starttransition",
      "community_name": "Community 98"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 87,
      "norm_label": "enqueuetask()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuetask",
      "community_name": "Community 87"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 87,
      "norm_label": "act()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_act",
      "community_name": "Community 87"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 87,
      "norm_label": "popactscope()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_popactscope",
      "community_name": "Community 87"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 87,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 87"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 87,
      "norm_label": "flushactqueue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushactqueue",
      "community_name": "Community 87"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 56,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setsuppresswarning",
      "community_name": "Community 56"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registertwophaseevent",
      "community_name": "Community 1"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registerdirectevent",
      "community_name": "Community 1"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion",
      "community_name": "Community 87"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkpropstringcoercion",
      "community_name": "Community 87"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 87"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 87"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 87"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 124,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isattributenamesafe",
      "community_name": "Community 124"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 124,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldignoreattribute",
      "community_name": "Community 124"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 124,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 124"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 124,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattribute",
      "community_name": "Community 124"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getpropertyinfo",
      "community_name": "Community 124"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 1,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_propertyinforecord",
      "community_name": "Community 1"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 124,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_sanitizeurl",
      "community_name": "Community 124"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforproperty",
      "community_name": "Community 124"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforattribute",
      "community_name": "Community 124"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 124,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "community_name": "Community 124"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 212,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_describeclasscomponentframe",
      "community_name": "Community 212"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 212,
      "norm_label": "describefiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_describefiber",
      "community_name": "Community 212"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 212,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 212"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 73,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getwrappedname_1",
      "community_name": "Community 73"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 73,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextname_1",
      "community_name": "Community 73"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 73,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 73"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 124"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 212,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 212"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 73,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber",
      "community_name": "Community 73"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 73,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber",
      "community_name": "Community 73"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 73,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiber",
      "community_name": "Community 73"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 56,
      "norm_label": "setisrendering()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrendering",
      "community_name": "Community 56"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 124,
      "norm_label": "tostring()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring",
      "community_name": "Community 124"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 124,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue",
      "community_name": "Community 124"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 124,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 124"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 1,
      "norm_label": "ischeckable()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_ischeckable",
      "community_name": "Community 1"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 1,
      "norm_label": "gettracker()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettracker",
      "community_name": "Community 1"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 1,
      "norm_label": "detachtracker()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_detachtracker",
      "community_name": "Community 1"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getvaluefromnode",
      "community_name": "Community 1"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 1,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_trackvalueonnode",
      "community_name": "Community 1"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 1,
      "norm_label": "track()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_track",
      "community_name": "Community 1"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 1,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatevalueifchanged",
      "community_name": "Community 1"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getactiveelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelement",
      "community_name": "Community 1"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 124,
      "norm_label": "iscontrolled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontrolled",
      "community_name": "Community 124"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 124,
      "norm_label": "gethostprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops",
      "community_name": "Community 124"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 124,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate",
      "community_name": "Community 124"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 124,
      "norm_label": "updatechecked()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatechecked",
      "community_name": "Community 124"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 124,
      "norm_label": "updatewrapper()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper",
      "community_name": "Community 124"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 124,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper",
      "community_name": "Community 124"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 124,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate",
      "community_name": "Community 124"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 124,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatenamedcousins",
      "community_name": "Community 124"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 124,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultvalue",
      "community_name": "Community 124"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 124,
      "norm_label": "validateprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateprops",
      "community_name": "Community 124"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 124,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_1",
      "community_name": "Community 124"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 124,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkselectproptypes",
      "community_name": "Community 124"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 124,
      "norm_label": "updateoptions()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoptions",
      "community_name": "Community 124"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 124,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_1",
      "community_name": "Community 124"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 124,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_1",
      "community_name": "Community 124"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 124,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_2",
      "community_name": "Community 124"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 124,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_postupdatewrapper",
      "community_name": "Community 124"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 124,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_1",
      "community_name": "Community 124"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 124,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_2",
      "community_name": "Community 124"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 124,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2",
      "community_name": "Community 124"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 124,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper_1",
      "community_name": "Community 124"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 124,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_3",
      "community_name": "Community 124"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 124,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_2",
      "community_name": "Community 124"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getintrinsicnamespace",
      "community_name": "Community 116"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildnamespace",
      "community_name": "Community 116"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 1,
      "norm_label": "prefixkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_prefixkey",
      "community_name": "Community 1"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 1,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dangerousstylevalue",
      "community_name": "Community 1"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 1,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hyphenatestylename",
      "community_name": "Community 1"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createdangerousstringforstyles",
      "community_name": "Community 1"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 124,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforstyles",
      "community_name": "Community 124"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 1,
      "norm_label": "isvalueempty()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalueempty",
      "community_name": "Community 1"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 1,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_expandshorthandmap",
      "community_name": "Community 1"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 1,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 1"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 124,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_assertvalidprops",
      "community_name": "Community 124"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 124,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent",
      "community_name": "Community 124"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validateproperty()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperty",
      "community_name": "Community 87"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 87,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warninvalidariaprops",
      "community_name": "Community 87"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validateproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties",
      "community_name": "Community 87"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties_1",
      "community_name": "Community 87"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 124,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties_2",
      "community_name": "Community 124"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setreplayingevent",
      "community_name": "Community 1"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 1,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetreplayingevent",
      "community_name": "Community 1"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 116,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isreplayingevent",
      "community_name": "Community 116"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 1,
      "norm_label": "geteventtarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtarget",
      "community_name": "Community 1"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 1,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateoftarget",
      "community_name": "Community 1"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setrestoreimplementation",
      "community_name": "Community 1"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 116,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuestaterestore",
      "community_name": "Community 116"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 1,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_needsstaterestore",
      "community_name": "Community 1"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 1,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateifneeded",
      "community_name": "Community 1"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 1,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_finisheventhandler",
      "community_name": "Community 1"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 1,
      "norm_label": "batchedupdates()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates",
      "community_name": "Community 1"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setbatchingimplementation",
      "community_name": "Community 1"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 116,
      "norm_label": "isinteractive()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isinteractive",
      "community_name": "Community 116"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 116,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldpreventmouseevent",
      "community_name": "Community 116"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getlistener()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistener",
      "community_name": "Community 116"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 87,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 87"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 1,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreafterdispatch",
      "community_name": "Community 1"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 1,
      "norm_label": "callcallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_callcallback",
      "community_name": "Community 1"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 1,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_handlewindowerror",
      "community_name": "Community 1"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 1,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallback",
      "community_name": "Community 1"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 1,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 1"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 1,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_rethrowcaughterror",
      "community_name": "Community 1"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 1,
      "norm_label": "hascaughterror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hascaughterror",
      "community_name": "Community 1"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 1,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcaughterror",
      "community_name": "Community 1"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 212,
      "norm_label": "get()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_get",
      "community_name": "Community 212"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 212,
      "norm_label": "has()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_has",
      "community_name": "Community 212"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 1,
      "norm_label": "set()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_set",
      "community_name": "Community 1"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber",
      "community_name": "Community 1"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 1"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontainerfromfiber",
      "community_name": "Community 1"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 109,
      "norm_label": "isfibermounted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isfibermounted",
      "community_name": "Community 109"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 212,
      "norm_label": "ismounted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_ismounted",
      "community_name": "Community 212"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 1,
      "norm_label": "assertismounted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_assertismounted",
      "community_name": "Community 1"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 1"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiber",
      "community_name": "Community 1"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 1"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 1"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 1"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 1,
      "norm_label": "injectinternals()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_injectinternals",
      "community_name": "Community 1"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 109,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_onscheduleroot",
      "community_name": "Community 109"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 98,
      "norm_label": "oncommitroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitroot",
      "community_name": "Community 98"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 98,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_onpostcommitroot",
      "community_name": "Community 98"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 73,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitunmount",
      "community_name": "Community 73"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 56,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 56"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 1,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_injectprofilinghooks",
      "community_name": "Community 1"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanelabelmap",
      "community_name": "Community 1"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommitstarted",
      "community_name": "Community 98"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommitstopped",
      "community_name": "Community 98"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 56,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstarted",
      "community_name": "Community 56"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 56,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped",
      "community_name": "Community 56"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 73"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 212,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponenterrored",
      "community_name": "Community 212"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 212,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentsuspended",
      "community_name": "Community 212"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 98,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_marklayouteffectsstarted",
      "community_name": "Community 98"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 98,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_marklayouteffectsstopped",
      "community_name": "Community 98"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 98"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 98"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 212,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstarted",
      "community_name": "Community 212"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 212,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderyielded",
      "community_name": "Community 212"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 212,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstopped",
      "community_name": "Community 212"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderscheduled",
      "community_name": "Community 109"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 1,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markforceupdatescheduled",
      "community_name": "Community 1"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markstateupdatescheduled",
      "community_name": "Community 109"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 1,
      "norm_label": "clz32fallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_clz32fallback",
      "community_name": "Community 1"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getlabelforlane",
      "community_name": "Community 1"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 98,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylanes",
      "community_name": "Community 98"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 98,
      "norm_label": "getnextlanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes",
      "community_name": "Community 98"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 98,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getmostrecenteventtime",
      "community_name": "Community 98"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 98,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_computeexpirationtime",
      "community_name": "Community 98"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 98"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 98,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 98"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 98,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 98"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 212,
      "norm_label": "includessynclane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includessynclane",
      "community_name": "Community 212"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 98,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includesnonidlework",
      "community_name": "Community 98"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 98,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlyretries",
      "community_name": "Community 98"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 198,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 198"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 98,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlytransitions",
      "community_name": "Community 98"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 198,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includesblockinglane",
      "community_name": "Community 198"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 98,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includesexpiredlane",
      "community_name": "Community 98"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 109,
      "norm_label": "istransitionlane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_istransitionlane",
      "community_name": "Community 109"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 109,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_claimnexttransitionlane",
      "community_name": "Community 109"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 109,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_claimnextretrylane",
      "community_name": "Community 109"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 98,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane",
      "community_name": "Community 98"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 109,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylane",
      "community_name": "Community 109"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 98,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 98"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 212,
      "norm_label": "lanetoindex()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetoindex",
      "community_name": "Community 212"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 56,
      "norm_label": "includessomelane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane",
      "community_name": "Community 56"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 98,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_issubsetoflanes",
      "community_name": "Community 98"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 109,
      "norm_label": "mergelanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes",
      "community_name": "Community 109"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 155,
      "norm_label": "removelanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_removelanes",
      "community_name": "Community 155"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 109,
      "norm_label": "intersectlanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_intersectlanes",
      "community_name": "Community 109"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 155,
      "norm_label": "lanetolanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetolanes",
      "community_name": "Community 155"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 109,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_higherprioritylane",
      "community_name": "Community 109"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 116,
      "norm_label": "createlanemap()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createlanemap",
      "community_name": "Community 116"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markrootupdated()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated",
      "community_name": "Community 109"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended",
      "community_name": "Community 98"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markrootpinged()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootpinged",
      "community_name": "Community 98"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markrootfinished()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootfinished",
      "community_name": "Community 98"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markrootentangled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootentangled",
      "community_name": "Community 109"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 98,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 98"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 212,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_addfibertolanesmap",
      "community_name": "Community 212"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 212,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_movependingfiberstomemoized",
      "community_name": "Community 212"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 212,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettransitionsforlanes",
      "community_name": "Community 212"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 98,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority",
      "community_name": "Community 98"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 98,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority",
      "community_name": "Community 98"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 1,
      "norm_label": "runwithpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_runwithpriority",
      "community_name": "Community 1"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 98,
      "norm_label": "highereventpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_highereventpriority",
      "community_name": "Community 98"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 98,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_lowereventpriority",
      "community_name": "Community 98"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 1,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_ishighereventpriority",
      "community_name": "Community 1"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 98,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_lanestoeventpriority",
      "community_name": "Community 98"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 1,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isrootdehydrated",
      "community_name": "Community 1"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 1"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 1,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration",
      "community_name": "Community 1"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 1"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 1"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 1"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setattempthydrationatpriority",
      "community_name": "Community 1"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 1,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 1"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createqueuedreplayableevent",
      "community_name": "Community 1"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 1,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_clearifcontinuousevent",
      "community_name": "Community 1"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 1,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 1"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 1,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_queueifcontinuousevent",
      "community_name": "Community 1"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 1,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 1"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 1,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 1"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 1,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 1"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 1,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 1"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 1,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_replayunblockedevents",
      "community_name": "Community 1"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 350,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 350"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 350,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon",
      "community_name": "Community 350"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setenabled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setenabled",
      "community_name": "Community 1"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 1,
      "norm_label": "isenabled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isenabled",
      "community_name": "Community 1"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 1"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 98,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchdiscreteevent",
      "community_name": "Community 98"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 98,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchcontinuousevent",
      "community_name": "Community 98"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 98,
      "norm_label": "dispatchevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchevent",
      "community_name": "Community 98"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 1,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 1"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent",
      "community_name": "Community 1"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 1,
      "norm_label": "geteventpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventpriority",
      "community_name": "Community 1"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 1,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventbubblelistener",
      "community_name": "Community 1"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 1,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventcapturelistener",
      "community_name": "Community 1"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 1,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 1"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 1,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 1"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 116,
      "norm_label": "initialize()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_initialize",
      "community_name": "Community 116"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 116,
      "norm_label": "reset()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reset",
      "community_name": "Community 116"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getdata()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getdata",
      "community_name": "Community 116"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 116,
      "norm_label": "gettext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettext",
      "community_name": "Community 116"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 116,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventcharcode",
      "community_name": "Community 116"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 1,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_functionthatreturnstrue",
      "community_name": "Community 1"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 1,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_functionthatreturnsfalse",
      "community_name": "Community 1"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createsyntheticevent",
      "community_name": "Community 1"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 1,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 1"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 116,
      "norm_label": "geteventkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventkey",
      "community_name": "Community 116"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 1,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_modifierstategetter",
      "community_name": "Community 1"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 1,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventmodifierstate",
      "community_name": "Community 1"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registerevents()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents",
      "community_name": "Community 1"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 116,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iskeypresscommand",
      "community_name": "Community 116"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcompositioneventtype",
      "community_name": "Community 116"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 116,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isfallbackcompositionstart",
      "community_name": "Community 116"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 116,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isfallbackcompositionend",
      "community_name": "Community 116"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getdatafromcustomevent",
      "community_name": "Community 116"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 116,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isusingkoreanime",
      "community_name": "Community 116"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "community_name": "Community 116"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnativebeforeinputchars",
      "community_name": "Community 116"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 116"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractbeforeinputevent",
      "community_name": "Community 116"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractevents()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents",
      "community_name": "Community 116"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 116,
      "norm_label": "istextinputelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_istextinputelement",
      "community_name": "Community 116"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 87,
      "norm_label": "iseventsupported()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iseventsupported",
      "community_name": "Community 87"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registerevents$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_1",
      "community_name": "Community 1"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 116,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 116"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 116,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldusechangeevent",
      "community_name": "Community 116"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 1,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_manualdispatchchangeevent",
      "community_name": "Community 1"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 1,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_runeventinbatch",
      "community_name": "Community 1"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged",
      "community_name": "Community 1"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 1,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 1"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 1,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_startwatchingforvaluechange",
      "community_name": "Community 1"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 1,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 1"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 1,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_handlepropertychange",
      "community_name": "Community 1"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 1,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 1"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 1,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 1"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 116,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulduseclickevent",
      "community_name": "Community 116"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 1,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforclickevent",
      "community_name": "Community 1"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 1,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 1"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 124,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_handlecontrolledinputblur",
      "community_name": "Community 124"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractevents$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1",
      "community_name": "Community 116"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registerevents$2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_2",
      "community_name": "Community 1"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractevents$2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2",
      "community_name": "Community 116"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 1,
      "norm_label": "is()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_is",
      "community_name": "Community 1"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 116,
      "norm_label": "shallowequal()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shallowequal",
      "community_name": "Community 116"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getleafnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getleafnode",
      "community_name": "Community 1"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getsiblingnode",
      "community_name": "Community 1"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 1"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getoffsets()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getoffsets",
      "community_name": "Community 1"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 1"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setoffsets()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setoffsets",
      "community_name": "Community 1"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 1,
      "norm_label": "istextnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_istextnode",
      "community_name": "Community 1"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 1,
      "norm_label": "containsnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_containsnode",
      "community_name": "Community 1"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 1,
      "norm_label": "isindocument()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isindocument",
      "community_name": "Community 1"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 1,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_issameoriginframe",
      "community_name": "Community 1"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelementdeep",
      "community_name": "Community 1"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 1,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hasselectioncapabilities",
      "community_name": "Community 1"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getselectioninformation",
      "community_name": "Community 1"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 1,
      "norm_label": "restoreselection()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection",
      "community_name": "Community 1"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getselection()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection",
      "community_name": "Community 1"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 1,
      "norm_label": "setselection()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setselection",
      "community_name": "Community 1"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registerevents$3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_3",
      "community_name": "Community 1"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getselection$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection_1",
      "community_name": "Community 1"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 116,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtargetdocument",
      "community_name": "Community 116"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 116,
      "norm_label": "constructselectevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent",
      "community_name": "Community 116"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractevents$3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_3",
      "community_name": "Community 116"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 1,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_makeprefixmap",
      "community_name": "Community 1"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getvendorprefixedeventname",
      "community_name": "Community 1"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registersimpleevent",
      "community_name": "Community 1"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 1,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registersimpleevents",
      "community_name": "Community 1"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractevents$4()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_4",
      "community_name": "Community 116"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 116,
      "norm_label": "extractevents$5()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5",
      "community_name": "Community 116"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 1,
      "norm_label": "executedispatch()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_executedispatch",
      "community_name": "Community 1"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 1,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 1"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 1,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueue",
      "community_name": "Community 1"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 1,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventsforplugins",
      "community_name": "Community 1"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 124,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent",
      "community_name": "Community 124"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 87,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonativeevent",
      "community_name": "Community 87"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 87,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents",
      "community_name": "Community 87"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 1,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener",
      "community_name": "Community 1"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 1,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_ismatchingrootcontainer",
      "community_name": "Community 1"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 1,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 1"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 116,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createdispatchlistener",
      "community_name": "Community 116"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 116,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 116"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 116,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 116"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getparent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getparent",
      "community_name": "Community 116"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getlowestcommonancestor",
      "community_name": "Community 116"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 116,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 116"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 116,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 116"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistenersetkey",
      "community_name": "Community 124"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 193,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 193"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 193,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkforunmatchedtext",
      "community_name": "Community 193"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 193,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 193"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 1,
      "norm_label": "noop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_noop",
      "community_name": "Community 1"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 124,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 124"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 124,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialdomproperties",
      "community_name": "Community 124"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 124,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedomproperties",
      "community_name": "Community 124"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 193,
      "norm_label": "createtextnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextnode",
      "community_name": "Community 193"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 124,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "community_name": "Community 124"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 124,
      "norm_label": "diffproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "community_name": "Community 124"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 124,
      "norm_label": "updateproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties",
      "community_name": "Community 124"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 124,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getpossiblestandardname",
      "community_name": "Community 124"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 124,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "community_name": "Community 124"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 193,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedtext",
      "community_name": "Community 193"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 193,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 193"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 193,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 193"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 293,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 293"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 293,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 293"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 124,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_3",
      "community_name": "Community 124"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontext",
      "community_name": "Community 116"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildhostcontext",
      "community_name": "Community 116"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 73,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicinstance",
      "community_name": "Community 73"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 1,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareforcommit",
      "community_name": "Community 1"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 1,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetaftercommit",
      "community_name": "Community 1"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 193,
      "norm_label": "createinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createinstance",
      "community_name": "Community 193"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 389,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_appendinitialchild",
      "community_name": "Community 389"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 124,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_finalizeinitialchildren",
      "community_name": "Community 124"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 124,
      "norm_label": "prepareupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareupdate",
      "community_name": "Community 124"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 56,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldsettextcontent",
      "community_name": "Community 56"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 193,
      "norm_label": "createtextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextinstance",
      "community_name": "Community 193"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrenteventpriority",
      "community_name": "Community 1"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 1,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerrorinnexttick",
      "community_name": "Community 1"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmount",
      "community_name": "Community 73"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 193,
      "norm_label": "commitupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdate",
      "community_name": "Community 193"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 389,
      "norm_label": "resettextcontent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resettextcontent",
      "community_name": "Community 389"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 73,
      "norm_label": "committextupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_committextupdate",
      "community_name": "Community 73"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 389,
      "norm_label": "appendchild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchild",
      "community_name": "Community 389"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 389,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchildtocontainer",
      "community_name": "Community 389"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 389,
      "norm_label": "insertbefore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_insertbefore",
      "community_name": "Community 389"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 389,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_insertincontainerbefore",
      "community_name": "Community 389"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 73,
      "norm_label": "removechild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild",
      "community_name": "Community 73"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 73,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_removechildfromcontainer",
      "community_name": "Community 73"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 73,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundary",
      "community_name": "Community 73"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 73,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 73"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 1,
      "norm_label": "hideinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hideinstance",
      "community_name": "Community 1"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 1,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hidetextinstance",
      "community_name": "Community 1"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unhideinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unhideinstance",
      "community_name": "Community 1"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 1,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unhidetextinstance",
      "community_name": "Community 1"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 73,
      "norm_label": "clearcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcontainer",
      "community_name": "Community 73"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 1,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydrateinstance",
      "community_name": "Community 1"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 1,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydratetextinstance",
      "community_name": "Community 1"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 1,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 1"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 155,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancepending",
      "community_name": "Community 155"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 155,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancefallback",
      "community_name": "Community 155"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 155,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 155"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 155,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 155"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratable",
      "community_name": "Community 1"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 193,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratablesibling",
      "community_name": "Community 193"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechild",
      "community_name": "Community 1"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 1"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 1"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 193,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateinstance",
      "community_name": "Community 193"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 193,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratetextinstance",
      "community_name": "Community 193"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 193,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratesuspenseinstance",
      "community_name": "Community 193"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 193,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 193"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getparentsuspenseinstance",
      "community_name": "Community 1"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 350,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedcontainer",
      "community_name": "Community 350"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 350,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 350"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 193,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 193"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 193,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 193"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 193,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 193"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 193,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 193"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 193,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 193"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 193,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstance",
      "community_name": "Community 193"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 293,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 293"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 293,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 293"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 293,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 293"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 293,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 293"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 293,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 293"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 293,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 293"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 98,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_errorhydratingcontainer",
      "community_name": "Community 98"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 87,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareportalmount",
      "community_name": "Community 87"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 1,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_detachdeletedinstance",
      "community_name": "Community 1"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 193,
      "norm_label": "precachefibernode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_precachefibernode",
      "community_name": "Community 193"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 87,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcontainerasroot",
      "community_name": "Community 87"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 87,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unmarkcontainerasroot",
      "community_name": "Community 87"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 87,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontainermarkedasroot",
      "community_name": "Community 87"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getclosestinstancefromnode",
      "community_name": "Community 1"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstancefromnode",
      "community_name": "Community 1"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 116,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodefrominstance",
      "community_name": "Community 116"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 1"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 193,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefiberprops",
      "community_name": "Community 193"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 124,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventlistenerset",
      "community_name": "Community 124"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createcursor()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createcursor",
      "community_name": "Community 1"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext",
      "community_name": "Community 56"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 56,
      "norm_label": "cachecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cachecontext",
      "community_name": "Community 56"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext",
      "community_name": "Community 56"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 56,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hascontextchanged",
      "community_name": "Community 56"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 56,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider",
      "community_name": "Community 56"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 193,
      "norm_label": "popcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_popcontext",
      "community_name": "Community 193"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 193,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_poptoplevelcontextobject",
      "community_name": "Community 193"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 116,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 116"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 109,
      "norm_label": "processchildcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_processchildcontext",
      "community_name": "Community 109"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 56,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushcontextprovider",
      "community_name": "Community 56"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 109,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invalidatecontextprovider",
      "community_name": "Community 109"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 109,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 109"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 98,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesynccallback",
      "community_name": "Community 98"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 98,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulelegacysynccallback",
      "community_name": "Community 98"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 109,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 109"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 98,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks",
      "community_name": "Community 98"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 56,
      "norm_label": "isforkedchild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isforkedchild",
      "community_name": "Community 56"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getforksatlevel",
      "community_name": "Community 56"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 124,
      "norm_label": "gettreeid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gettreeid",
      "community_name": "Community 124"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 56,
      "norm_label": "pushtreefork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreefork",
      "community_name": "Community 56"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 56,
      "norm_label": "pushtreeid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreeid",
      "community_name": "Community 56"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 56,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid",
      "community_name": "Community 56"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getbitlength()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getbitlength",
      "community_name": "Community 56"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getleadingbit()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getleadingbit",
      "community_name": "Community 56"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 193,
      "norm_label": "poptreecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_poptreecontext",
      "community_name": "Community 193"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspendedtreecontext",
      "community_name": "Community 1"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 1,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 1"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 56,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating",
      "community_name": "Community 56"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 155,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifhydrating",
      "community_name": "Community 155"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 212,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 212"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 1,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 1"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 1,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enterhydrationstate",
      "community_name": "Community 1"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 1,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 1"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 193,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnunhydratedinstance",
      "community_name": "Community 193"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 193,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_deletehydratableinstance",
      "community_name": "Community 193"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 293,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance",
      "community_name": "Community 293"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 193,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_insertnonhydratedinstance",
      "community_name": "Community 193"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 1,
      "norm_label": "tryhydrate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate",
      "community_name": "Community 1"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 193,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 193"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 193,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_throwonhydrationmismatch",
      "community_name": "Community 193"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 193,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 193"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 193,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostinstance",
      "community_name": "Community 193"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 193,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 193"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 193,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 193"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 193,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 193"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 193,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_poptonexthostparent",
      "community_name": "Community 193"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 193,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "community_name": "Community 193"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 193,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 193"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 193,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 193"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resethydrationstate",
      "community_name": "Community 56"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 193,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 193"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getishydrating()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating",
      "community_name": "Community 56"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 155,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_queuehydrationerror",
      "community_name": "Community 155"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 109,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requestcurrenttransition",
      "community_name": "Community 109"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 87,
      "norm_label": "isreactclass()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isreactclass",
      "community_name": "Community 87"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 87,
      "norm_label": "coerceref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_coerceref",
      "community_name": "Community 87"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 1,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 1"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 73,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonfunctiontype",
      "community_name": "Community 73"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resolvelazy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvelazy",
      "community_name": "Community 56"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 1,
      "norm_label": "childreconciler()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_childreconciler",
      "community_name": "Community 1"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 155,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_clonechildfibers",
      "community_name": "Community 155"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 193,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetchildfibers",
      "community_name": "Community 193"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 212,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcontextdependencies",
      "community_name": "Community 212"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 56,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 56"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 56,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 56"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 155,
      "norm_label": "pushprovider()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushprovider",
      "community_name": "Community 155"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 193,
      "norm_label": "popprovider()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_popprovider",
      "community_name": "Community 193"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 109,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 109"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 109,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange",
      "community_name": "Community 109"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 109,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange_eager",
      "community_name": "Community 109"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 56,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext",
      "community_name": "Community 56"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 56,
      "norm_label": "readcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext",
      "community_name": "Community 56"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 109,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 109"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 98,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 98"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 109,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 109"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 109,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 109"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 109,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 109"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 109,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 109"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 109"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 56,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_initializeupdatequeue",
      "community_name": "Community 56"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 56,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneupdatequeue",
      "community_name": "Community 56"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 109,
      "norm_label": "createupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate",
      "community_name": "Community 109"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 109,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate",
      "community_name": "Community 109"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 109,
      "norm_label": "entangletransitions()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitions",
      "community_name": "Community 109"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 212,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuecapturedupdate",
      "community_name": "Community 212"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 56,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getstatefromupdate",
      "community_name": "Community 56"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 56,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue",
      "community_name": "Community 56"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 56"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 56,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 56"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 1,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdatequeue",
      "community_name": "Community 1"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 193,
      "norm_label": "requiredcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requiredcontext",
      "community_name": "Community 193"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 193,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontainer",
      "community_name": "Community 193"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 116,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer",
      "community_name": "Community 116"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 193,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontainer",
      "community_name": "Community 193"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 193,
      "norm_label": "gethostcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostcontext",
      "community_name": "Community 193"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 116,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontext",
      "community_name": "Community 116"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 193,
      "norm_label": "pophostcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontext",
      "community_name": "Community 193"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 155,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hassuspensecontext",
      "community_name": "Community 155"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 155,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 155"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 155,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setshallowsuspensecontext",
      "community_name": "Community 155"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 155,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 155"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 155,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushsuspensecontext",
      "community_name": "Community 155"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 193,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_popsuspensecontext",
      "community_name": "Community 193"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 212,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldcapturesuspense",
      "community_name": "Community 212"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 155,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findfirstsuspended",
      "community_name": "Community 155"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 193,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogressversions",
      "community_name": "Community 193"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 87,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_registermutablesourceforhydration",
      "community_name": "Community 87"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 116,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthooktypesdev",
      "community_name": "Community 116"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 212,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehooktypesdev",
      "community_name": "Community 212"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdepsarearraydev",
      "community_name": "Community 87"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 212,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonhookmismatchindev",
      "community_name": "Community 212"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 1,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_throwinvalidhookerror",
      "community_name": "Community 1"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 198,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_arehookinputsequal",
      "community_name": "Community 198"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 56,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_renderwithhooks",
      "community_name": "Community 56"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 56,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdidrenderidhook",
      "community_name": "Community 56"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 56,
      "norm_label": "bailouthooks()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_bailouthooks",
      "community_name": "Community 56"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 212,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resethooksafterthrow",
      "community_name": "Community 212"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook",
      "community_name": "Community 198"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook",
      "community_name": "Community 198"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 198,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 198"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 198,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_basicstatereducer",
      "community_name": "Community 198"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 56,
      "norm_label": "mountreducer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountreducer",
      "community_name": "Community 56"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatereducer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer",
      "community_name": "Community 198"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 198,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderreducer",
      "community_name": "Community 198"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 1,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountmutablesource",
      "community_name": "Community 1"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 1,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemutablesource",
      "community_name": "Community 1"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "community_name": "Community 198"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "community_name": "Community 198"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 198,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 198"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 109,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestoreinstance",
      "community_name": "Community 109"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 109,
      "norm_label": "subscribetostore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_subscribetostore",
      "community_name": "Community 109"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 109,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkifsnapshotchanged",
      "community_name": "Community 109"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 109,
      "norm_label": "forcestorererender()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_forcestorererender",
      "community_name": "Community 109"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountstate",
      "community_name": "Community 198"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatestate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestate",
      "community_name": "Community 198"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 198,
      "norm_label": "rerenderstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderstate",
      "community_name": "Community 198"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 198,
      "norm_label": "pusheffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pusheffect",
      "community_name": "Community 198"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountref",
      "community_name": "Community 198"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updateref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateref",
      "community_name": "Community 198"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl",
      "community_name": "Community 198"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl",
      "community_name": "Community 198"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mounteffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffect",
      "community_name": "Community 198"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updateeffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffect",
      "community_name": "Community 198"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountinsertioneffect",
      "community_name": "Community 198"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateinsertioneffect",
      "community_name": "Community 198"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlayouteffect",
      "community_name": "Community 198"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatelayouteffect",
      "community_name": "Community 198"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 454,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_imperativehandleeffect",
      "community_name": "Community 454"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountimperativehandle",
      "community_name": "Community 198"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateimperativehandle",
      "community_name": "Community 198"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 1,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdebugvalue",
      "community_name": "Community 1"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountcallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountcallback",
      "community_name": "Community 198"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatecallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecallback",
      "community_name": "Community 198"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountmemo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountmemo",
      "community_name": "Community 198"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatememo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememo",
      "community_name": "Community 198"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdeferredvalue",
      "community_name": "Community 198"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalue",
      "community_name": "Community 198"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 198,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderdeferredvalue",
      "community_name": "Community 198"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 198"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 198,
      "norm_label": "mounttransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mounttransition",
      "community_name": "Community 198"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updatetransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatetransition",
      "community_name": "Community 198"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 198,
      "norm_label": "rerendertransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_rerendertransition",
      "community_name": "Community 198"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 109,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 109"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 124,
      "norm_label": "mountid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountid",
      "community_name": "Community 124"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 198,
      "norm_label": "updateid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateid",
      "community_name": "Community 198"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 109,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "community_name": "Community 109"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 109,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "community_name": "Community 109"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 109,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isrenderphaseupdate",
      "community_name": "Community 109"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 109,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 109"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 109,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate",
      "community_name": "Community 109"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdateindevtools",
      "community_name": "Community 109"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 73,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iscurrentupdatenested",
      "community_name": "Community 73"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 98,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_marknestedupdatescheduled",
      "community_name": "Community 98"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 98,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetnestedupdateflag",
      "community_name": "Community 98"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 98,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_syncnestedupdateflag",
      "community_name": "Community 98"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 73,
      "norm_label": "getcommittime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcommittime",
      "community_name": "Community 73"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 98,
      "norm_label": "recordcommittime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_recordcommittime",
      "community_name": "Community 98"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 73,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_startprofilertimer",
      "community_name": "Community 73"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 56,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 56"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 73,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 73"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 73,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration",
      "community_name": "Community 73"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 73,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_recordpassiveeffectduration",
      "community_name": "Community 73"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 73,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer",
      "community_name": "Community 73"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 73,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_startpassiveeffecttimer",
      "community_name": "Community 73"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 193,
      "norm_label": "transferactualduration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_transferactualduration",
      "community_name": "Community 193"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedefaultprops",
      "community_name": "Community 56"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 56,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_applyderivedstatefromprops",
      "community_name": "Community 56"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 56,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 56"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 87,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkclassinstance",
      "community_name": "Community 87"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 56,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_adoptclassinstance",
      "community_name": "Community 56"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 56,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "community_name": "Community 56"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 73,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillmount",
      "community_name": "Community 73"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 56,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 56"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 56,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "community_name": "Community 56"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "community_name": "Community 56"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "community_name": "Community 56"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 212,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 212"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 155,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalue",
      "community_name": "Community 155"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 109,
      "norm_label": "showerrordialog()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_showerrordialog",
      "community_name": "Community 109"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 109,
      "norm_label": "logcapturederror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_logcapturederror",
      "community_name": "Community 109"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 109,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createrooterrorupdate",
      "community_name": "Community 109"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 109,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "community_name": "Community 109"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 212,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attachpinglistener",
      "community_name": "Community 212"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 212,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attachretrylistener",
      "community_name": "Community 212"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 212,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcomponent",
      "community_name": "Community 212"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 212,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 212"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 109,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 109"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 212,
      "norm_label": "throwexception()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "community_name": "Community 212"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 155,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspendedcache",
      "community_name": "Community 155"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 56,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren",
      "community_name": "Community 56"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 56,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 56"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updateforwardref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "community_name": "Community 56"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "community_name": "Community 56"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "community_name": "Community 56"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 109,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent",
      "community_name": "Community 109"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatefragment()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefragment",
      "community_name": "Community 56"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatemode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemode",
      "community_name": "Community 56"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updateprofiler()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateprofiler",
      "community_name": "Community 56"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 56,
      "norm_label": "markref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markref",
      "community_name": "Community 56"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "community_name": "Community 56"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "community_name": "Community 56"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 56,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "community_name": "Community 56"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 116,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostrootcontext",
      "community_name": "Community 116"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatehostroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "community_name": "Community 56"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 56,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 56"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent",
      "community_name": "Community 56"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 193,
      "norm_label": "updatehosttext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehosttext",
      "community_name": "Community 193"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 56,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "community_name": "Community 56"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 56,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 56"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 56,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "community_name": "Community 56"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 56,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 56"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 155,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 155"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 109,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 109"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 155,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremainonfallback",
      "community_name": "Community 155"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 155,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 155"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 155,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "community_name": "Community 155"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 155,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 155"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 155,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 155"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 155,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 155"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 155,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 155"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 155,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 155"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 155,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 155"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 155,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 155"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 155,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 155"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 155,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 155"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 155,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 155"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 109,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 109"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 109,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 109"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 155,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findlastcontentrow",
      "community_name": "Community 155"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 155,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validaterevealorder",
      "community_name": "Community 155"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 155,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validatetailoptions",
      "community_name": "Community 155"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 87"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 87,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistchildren",
      "community_name": "Community 87"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 155,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 155"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 155,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 155"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 116,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updateportalcomponent",
      "community_name": "Community 116"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "community_name": "Community 56"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 56,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "community_name": "Community 56"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 198,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 198"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 56"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 56,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 56"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 116,
      "norm_label": "remountfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_remountfiber",
      "community_name": "Community 116"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 56,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 56"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 155,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 155"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 56,
      "norm_label": "beginwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "community_name": "Community 56"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 193,
      "norm_label": "markupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdate",
      "community_name": "Community 193"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 193,
      "norm_label": "markref$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markref_1",
      "community_name": "Community 193"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 193,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cutofftailifneeded",
      "community_name": "Community 193"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 193,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_bubbleproperties",
      "community_name": "Community 193"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 193,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 193"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 193,
      "norm_label": "completework()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "community_name": "Community 193"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 193,
      "norm_label": "unwindwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "community_name": "Community 193"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 193,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "community_name": "Community 193"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 1,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reportuncaughterrorindev",
      "community_name": "Community 1"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 73,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 73"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 73,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 73"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 73,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 73"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 73,
      "norm_label": "safelyattachref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_safelyattachref",
      "community_name": "Community 73"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 73,
      "norm_label": "safelydetachref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref",
      "community_name": "Community 73"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 73,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycalldestroy",
      "community_name": "Community 73"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 1,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects",
      "community_name": "Community 1"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 1,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 1"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 73"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount",
      "community_name": "Community 73"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 73"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 73,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 1,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren",
      "community_name": "Community 1"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitattachref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref",
      "community_name": "Community 73"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 73,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_detachfibermutation",
      "community_name": "Community 73"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 1,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_detachfiberaftereffects",
      "community_name": "Community 1"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 389,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostparentfiber",
      "community_name": "Community 389"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 389,
      "norm_label": "ishostparent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_ishostparent",
      "community_name": "Community 389"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 389,
      "norm_label": "gethostsibling()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostsibling",
      "community_name": "Community 389"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 389,
      "norm_label": "commitplacement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement",
      "community_name": "Community 389"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 389,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 389"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 389,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnode",
      "community_name": "Community 389"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffects",
      "community_name": "Community 73"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 73,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 73"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitsuspensecallback",
      "community_name": "Community 73"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 350,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 350"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 212,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 212"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffects",
      "community_name": "Community 73"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 73,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 73"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 389,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitreconciliationeffects",
      "community_name": "Community 389"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects",
      "community_name": "Community 73"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects_begin",
      "community_name": "Community 73"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 73"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 73,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 73"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 73,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 73"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 73,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 73"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 73,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 98,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects",
      "community_name": "Community 98"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 98,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 98"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemountonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 98,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 98"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 73"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 1,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 1"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 73"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 73,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 73"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 73,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 73"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 73,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 73"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 73,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 73"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 98,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitroot_1",
      "community_name": "Community 98"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 73,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_islegacyactenvironment",
      "community_name": "Community 73"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 87,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isconcurrentactenvironment",
      "community_name": "Community 87"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 109,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetrendertimer",
      "community_name": "Community 109"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 193,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getrendertargettime",
      "community_name": "Community 193"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 198,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getworkinprogressroot",
      "community_name": "Community 198"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 109,
      "norm_label": "requesteventtime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime",
      "community_name": "Community 109"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 109,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane",
      "community_name": "Community 109"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 109,
      "norm_label": "requestretrylane()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_requestretrylane",
      "community_name": "Community 109"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 109,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "community_name": "Community 109"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 109,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 109"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 109,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 109"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 98,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "community_name": "Community 98"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 98,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "community_name": "Community 98"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 98,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 98"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 193,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_queuerecoverableerrors",
      "community_name": "Community 193"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 98,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "community_name": "Community 98"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 98,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 98"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 98,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1",
      "community_name": "Community 98"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 98,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "community_name": "Community 98"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 109,
      "norm_label": "flushroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot",
      "community_name": "Community 109"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 109,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates_1",
      "community_name": "Community 109"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 98,
      "norm_label": "discreteupdates()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_discreteupdates",
      "community_name": "Community 98"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 98,
      "norm_label": "flushsync()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync",
      "community_name": "Community 98"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 98,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyrendering",
      "community_name": "Community 98"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 109,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushrenderlanes",
      "community_name": "Community 109"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 193,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_poprenderlanes",
      "community_name": "Community 193"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 98,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack",
      "community_name": "Community 98"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 212,
      "norm_label": "handleerror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "community_name": "Community 212"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 212,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pushdispatcher",
      "community_name": "Community 212"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 212,
      "norm_label": "popdispatcher()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_popdispatcher",
      "community_name": "Community 212"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 73,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommittimeoffallback",
      "community_name": "Community 73"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 198,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markskippedupdatelanes",
      "community_name": "Community 198"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 193,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspend",
      "community_name": "Community 193"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 98,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 98"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 212,
      "norm_label": "renderdiderror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdiderror",
      "community_name": "Community 212"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 193,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 193"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 212,
      "norm_label": "renderrootsync()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "community_name": "Community 212"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 212,
      "norm_label": "workloopsync()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopsync",
      "community_name": "Community 212"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 212,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "community_name": "Community 212"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 212,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopconcurrent",
      "community_name": "Community 212"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 73,
      "norm_label": "performunitofwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork",
      "community_name": "Community 73"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 73,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork",
      "community_name": "Community 73"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 98,
      "norm_label": "commitroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitroot",
      "community_name": "Community 98"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 98,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "community_name": "Community 98"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 98,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects",
      "community_name": "Community 98"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 116,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 116"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 98,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 98"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 212,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 212"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 109,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 109"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 1,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 1"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 109,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 109"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 73,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "community_name": "Community 73"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 98,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "community_name": "Community 98"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 109,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary",
      "community_name": "Community 109"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 109,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 109"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 109,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveretrywakeable",
      "community_name": "Community 109"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 98,
      "norm_label": "jnd()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_jnd",
      "community_name": "Community 98"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 109,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_checkfornestedupdates",
      "community_name": "Community 109"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 98,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 98"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 73,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 73"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 73,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeeffectsindev",
      "community_name": "Community 73"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 73,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 73"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 109,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 109"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 212,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters",
      "community_name": "Community 212"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 116,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallback_1",
      "community_name": "Community 116"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 98,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_cancelcallback_1",
      "community_name": "Community 98"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 98,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 98"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 73,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 73"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 87,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 87"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 73,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 73"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 56"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveclassforhotreloading",
      "community_name": "Community 56"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 56"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 1,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 1"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 109"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 212,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 212"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 1"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 1"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 1"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 1,
      "norm_label": "fibernode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_fibernode",
      "community_name": "Community 1"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 56,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct_1",
      "community_name": "Community 56"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 56,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_issimplefunctioncomponent",
      "community_name": "Community 56"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 56,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvelazycomponenttag",
      "community_name": "Community 56"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 155,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress",
      "community_name": "Community 155"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 193,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogress",
      "community_name": "Community 193"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createhostrootfiber",
      "community_name": "Community 87"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 56,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 56"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 56,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromelement",
      "community_name": "Community 56"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 155,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromfragment",
      "community_name": "Community 155"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 56,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromprofiler",
      "community_name": "Community 56"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 56,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromsuspense",
      "community_name": "Community 56"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 56,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 56"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 155,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromoffscreen",
      "community_name": "Community 155"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtext",
      "community_name": "Community 1"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 193,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 193"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 1"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 1,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromportal",
      "community_name": "Community 1"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 1,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 1"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 116,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_fiberrootnode",
      "community_name": "Community 116"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createfiberroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberroot",
      "community_name": "Community 87"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createportal()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal",
      "community_name": "Community 87"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 109,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree",
      "community_name": "Community 109"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 73,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning",
      "community_name": "Community 73"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontainer",
      "community_name": "Community 87"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 109,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "community_name": "Community 109"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 109,
      "norm_label": "updatecontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "community_name": "Community 109"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 87,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicrootinstance",
      "community_name": "Community 87"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 109,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 109"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneimpl",
      "community_name": "Community 109"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 109,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 109"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 109,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 109"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 109,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 109"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 1"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 56,
      "norm_label": "shoulderror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulderror",
      "community_name": "Community 56"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 155,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldsuspend",
      "community_name": "Community 155"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 1,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancebyfiber",
      "community_name": "Community 1"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 1,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 1"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 1,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 1"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 1,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_injectintodevtools",
      "community_name": "Community 1"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 1,
      "norm_label": "reactdomroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reactdomroot",
      "community_name": "Community 1"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "community_name": "Community 87"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 1,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_reactdomhydrationroot",
      "community_name": "Community 1"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 1,
      "norm_label": "schedulehydration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulehydration",
      "community_name": "Community 1"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 87,
      "norm_label": "hydrateroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "community_name": "Community 87"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 87,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainer",
      "community_name": "Community 87"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 87,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 87"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 87,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 87"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 87,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_getreactrootelementincontainer",
      "community_name": "Community 87"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 87,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_nooponrecoverableerror",
      "community_name": "Community 87"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 87,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 87"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 87,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 87"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 87,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 87"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 73,
      "norm_label": "finddomnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_finddomnode",
      "community_name": "Community 73"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 87,
      "norm_label": "hydrate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrate",
      "community_name": "Community 87"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 56,
      "norm_label": "render()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_render",
      "community_name": "Community 56"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 87,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 87"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 87,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "community_name": "Community 87"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createportal$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal_1",
      "community_name": "Community 87"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 87,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 87"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 87,
      "norm_label": "createroot$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot_1",
      "community_name": "Community 87"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 87,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot_1",
      "community_name": "Community 87"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 98,
      "norm_label": "flushsync$1()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync_1",
      "community_name": "Community 98"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 15,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "community_name": "Community 15"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 15,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 15"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 15,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 15"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 170,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 170"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 355,
      "norm_label": "memoize3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memoize3",
      "community_name": "Community 355"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 15,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 15"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 15,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 15"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 15,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 15"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 355,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 355"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 355,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 355"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 15,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 15"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 15,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 15"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 15,
      "norm_label": "isbrowser()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 15"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 15,
      "norm_label": "assignafter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_assignafter",
      "community_name": "Community 15"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 170,
      "norm_label": "isarray()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isarray",
      "community_name": "Community 170"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 170,
      "norm_label": "isobject()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isobject",
      "community_name": "Community 170"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getlastitem()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 15"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 170,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 170"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 170,
      "norm_label": "px()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_px",
      "community_name": "Community 170"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 170,
      "norm_label": "normalize()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize",
      "community_name": "Community 170"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 170,
      "norm_label": "keys()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keys",
      "community_name": "Community 170"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 170,
      "norm_label": "subtract()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_subtract",
      "community_name": "Community 170"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 170,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 170"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 170,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 170"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 15,
      "norm_label": "compact()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compact",
      "community_name": "Community 15"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 15,
      "norm_label": "geterrormessage()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 15"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createcontext",
      "community_name": "Community 15"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 200,
      "norm_label": "get()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get",
      "community_name": "Community 200"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 15,
      "norm_label": "omit()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omit",
      "community_name": "Community 15"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 170,
      "norm_label": "pick()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pick",
      "community_name": "Community 170"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 170,
      "norm_label": "runiffn()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runiffn",
      "community_name": "Community 170"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 15,
      "norm_label": "splitprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_splitprops",
      "community_name": "Community 15"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 170,
      "norm_label": "walkobject()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_walkobject",
      "community_name": "Community 170"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usecallbackref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 15"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usetimeout()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 15"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 355,
      "norm_label": "createtransform()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransform",
      "community_name": "Community 355"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 15,
      "norm_label": "toconfig()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_toconfig",
      "community_name": "Community 15"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 355,
      "norm_label": "logical()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_logical",
      "community_name": "Community 355"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 455,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 455"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 455,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 455"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 170,
      "norm_label": "getringtemplate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 170"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 15,
      "norm_label": "parsegradient()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 15"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 355,
      "norm_label": "iscssvar2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 355"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 15,
      "norm_label": "filter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filter",
      "community_name": "Community 15"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 15,
      "norm_label": "backdropfilter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 15"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 170,
      "norm_label": "ring()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ring",
      "community_name": "Community 170"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 15,
      "norm_label": "bgclip()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bgclip",
      "community_name": "Community 15"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 455,
      "norm_label": "transform()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transform",
      "community_name": "Community 455"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 15,
      "norm_label": "vh()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_vh",
      "community_name": "Community 15"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 15,
      "norm_label": "fraction()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_fraction",
      "community_name": "Community 15"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 15,
      "norm_label": "float()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_float",
      "community_name": "Community 15"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 355,
      "norm_label": "degree()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_degree",
      "community_name": "Community 355"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 15,
      "norm_label": "bgimage()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bgimage",
      "community_name": "Community 15"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 15,
      "norm_label": "outline()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_outline",
      "community_name": "Community 15"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 15,
      "norm_label": "flexdirection()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 15"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 15,
      "norm_label": "degreet()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_degreet",
      "community_name": "Community 15"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 355,
      "norm_label": "prop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prop",
      "community_name": "Community 355"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 15,
      "norm_label": "propt()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_propt",
      "community_name": "Community 15"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 15,
      "norm_label": "get2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get2",
      "community_name": "Community 15"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 200,
      "norm_label": "splitbycomma()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 200"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 355,
      "norm_label": "iscssvar3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 355"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getcss()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcss",
      "community_name": "Community 15"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 15,
      "norm_label": "definestyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_definestyle",
      "community_name": "Community 15"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 15,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 15"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 15"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 170,
      "norm_label": "normalize2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize2",
      "community_name": "Community 170"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 170,
      "norm_label": "getnextindex()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 170"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 170,
      "norm_label": "createresolver()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createresolver",
      "community_name": "Community 170"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 15,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 15"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 15,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 15"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 170,
      "norm_label": "resolvereference()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 170"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 170,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 170"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 170,
      "norm_label": "escape()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape",
      "community_name": "Community 170"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 170,
      "norm_label": "escapedot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapedot",
      "community_name": "Community 170"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 170,
      "norm_label": "escapesymbol()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 170"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 170,
      "norm_label": "addprefix()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addprefix",
      "community_name": "Community 170"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 170,
      "norm_label": "tovarreference()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 170"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 170,
      "norm_label": "tovardefinition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 170"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 170,
      "norm_label": "cssvar()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar",
      "community_name": "Community 170"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 170,
      "norm_label": "definecssvars()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 170"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 170,
      "norm_label": "extracttokens()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 170"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 170,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 170"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 170,
      "norm_label": "omitvars()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitvars",
      "community_name": "Community 170"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 170,
      "norm_label": "flattentokens()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 170"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 170,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 170"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 170,
      "norm_label": "createthemevars()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 170"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 170,
      "norm_label": "tocssvar()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 170"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 15,
      "norm_label": "anatomy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_anatomy",
      "community_name": "Community 15"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 200,
      "norm_label": "guard()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_guard",
      "community_name": "Community 200"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 171,
      "norm_label": "constructor()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "community_name": "Community 171"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 200,
      "norm_label": "parsetorgba()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 200"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 15,
      "norm_label": "hash()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hash",
      "community_name": "Community 15"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 200,
      "norm_label": "nametohex()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_nametohex",
      "community_name": "Community 200"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 200,
      "norm_label": "rgba()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rgba",
      "community_name": "Community 200"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 200,
      "norm_label": "transparentize()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transparentize",
      "community_name": "Community 200"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 200,
      "norm_label": "tohex()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tohex",
      "community_name": "Community 200"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 15,
      "norm_label": "get3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get3",
      "community_name": "Community 15"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 15,
      "norm_label": "generatestripe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 15"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 220,
      "norm_label": "randomcolor()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 220"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 220,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 220"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 220,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 220"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 220,
      "norm_label": "randomfromlist()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 220"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 15,
      "norm_label": "mode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mode",
      "community_name": "Community 15"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 15,
      "norm_label": "orient()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_orient",
      "community_name": "Community 15"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 170,
      "norm_label": "toref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_toref",
      "community_name": "Community 170"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 170,
      "norm_label": "isdecimal()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 170"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 170,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 170"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 170,
      "norm_label": "escape2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape2",
      "community_name": "Community 170"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 170,
      "norm_label": "addprefix2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 170"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 170,
      "norm_label": "tovarref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovarref",
      "community_name": "Community 170"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 170,
      "norm_label": "tovar()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovar",
      "community_name": "Community 170"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 170,
      "norm_label": "cssvar2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 170"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 170,
      "norm_label": "getfallback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getfallback",
      "community_name": "Community 170"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getbg()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbg",
      "community_name": "Community 15"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 15,
      "norm_label": "runiffn2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 15"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getsize()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize",
      "community_name": "Community 15"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getsize2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize2",
      "community_name": "Community 15"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getdefaults()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 15"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getsize3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize3",
      "community_name": "Community 15"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getsize4()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize4",
      "community_name": "Community 15"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 15,
      "norm_label": "sheetfortag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 15"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createstyleelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 15"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 15,
      "norm_label": "stylesheet2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 15"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 15,
      "norm_label": "._inserttag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 15"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 220,
      "norm_label": "hash2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hash2",
      "community_name": "Community 220"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 200,
      "norm_label": "trim()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim",
      "community_name": "Community 200"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 355,
      "norm_label": "match()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_match",
      "community_name": "Community 355"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 170,
      "norm_label": "replace()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace",
      "community_name": "Community 170"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 220,
      "norm_label": "indexof()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_indexof",
      "community_name": "Community 220"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 220,
      "norm_label": "charat()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat",
      "community_name": "Community 220"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 220,
      "norm_label": "substr()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_substr",
      "community_name": "Community 220"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 220,
      "norm_label": "strlen()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_strlen",
      "community_name": "Community 220"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 220,
      "norm_label": "sizeof()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sizeof",
      "community_name": "Community 220"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 220,
      "norm_label": "append()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_append",
      "community_name": "Community 220"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 15,
      "norm_label": "combine()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_combine",
      "community_name": "Community 15"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 220,
      "norm_label": "node()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_node",
      "community_name": "Community 220"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 220,
      "norm_label": "copy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copy",
      "community_name": "Community 220"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 220,
      "norm_label": "char()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_char",
      "community_name": "Community 220"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 220,
      "norm_label": "prev()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prev",
      "community_name": "Community 220"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 220,
      "norm_label": "next()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_next",
      "community_name": "Community 220"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 220,
      "norm_label": "peek()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek",
      "community_name": "Community 220"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 220,
      "norm_label": "caret()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_caret",
      "community_name": "Community 220"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 220,
      "norm_label": "slice()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice",
      "community_name": "Community 220"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 220,
      "norm_label": "token()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_token",
      "community_name": "Community 220"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 220,
      "norm_label": "alloc()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_alloc",
      "community_name": "Community 220"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 220,
      "norm_label": "dealloc()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_dealloc",
      "community_name": "Community 220"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 220,
      "norm_label": "delimit()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimit",
      "community_name": "Community 220"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 220,
      "norm_label": "whitespace()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_whitespace",
      "community_name": "Community 220"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 220,
      "norm_label": "escaping()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escaping",
      "community_name": "Community 220"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 220,
      "norm_label": "delimiter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimiter",
      "community_name": "Community 220"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 220,
      "norm_label": "commenter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_commenter",
      "community_name": "Community 220"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 220,
      "norm_label": "identifier()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_identifier",
      "community_name": "Community 220"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 220,
      "norm_label": "compile()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compile",
      "community_name": "Community 220"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 220,
      "norm_label": "parse()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "community_name": "Community 220"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 220,
      "norm_label": "ruleset()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset",
      "community_name": "Community 220"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 220,
      "norm_label": "comment()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_comment",
      "community_name": "Community 220"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 220,
      "norm_label": "declaration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_declaration",
      "community_name": "Community 220"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 220,
      "norm_label": "serialize()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serialize",
      "community_name": "Community 220"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 220,
      "norm_label": "stringify()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stringify",
      "community_name": "Community 220"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 220,
      "norm_label": "middleware()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_middleware",
      "community_name": "Community 220"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 15,
      "norm_label": "rulesheet()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 15"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 220,
      "norm_label": "prefix()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prefix",
      "community_name": "Community 220"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 15,
      "norm_label": "_extends()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extends",
      "community_name": "Community 15"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 199,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 199"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 15,
      "norm_label": "murmur2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_murmur2",
      "community_name": "Community 15"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 15,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 15"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 15"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 15,
      "norm_label": "serializestyles()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 15"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 15,
      "norm_label": "css2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_css2",
      "community_name": "Community 15"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 15,
      "norm_label": "keyframes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes",
      "community_name": "Community 15"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usecolormode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 15"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 15"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 15"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 355,
      "norm_label": "parsecookie()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 355"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 15"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 200,
      "norm_label": "gettheme3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 200"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 15,
      "norm_label": "darkmode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_darkmode",
      "community_name": "Community 15"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 15,
      "norm_label": "lightmode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_lightmode",
      "community_name": "Community 15"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 15,
      "norm_label": "themeprovider3()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 15"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 15,
      "norm_label": "cssvars()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvars",
      "community_name": "Community 15"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 15,
      "norm_label": "globalstyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 15"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 15,
      "norm_label": "portalmanager()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 15"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getdocument()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdocument",
      "community_name": "Community 15"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getwindow()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getwindow",
      "community_name": "Community 15"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 15,
      "norm_label": "environmentprovider()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 15"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 56,
      "norm_label": "useconstant()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useconstant",
      "community_name": "Community 56"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 539,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 539"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 15,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 15"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 15,
      "norm_label": "render()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_render",
      "community_name": "Community 15"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 15,
      "norm_label": "popchild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_popchild",
      "community_name": "Community 15"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 15,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 15"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usepresence()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usepresence",
      "community_name": "Community 15"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 15,
      "norm_label": "useispresent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useispresent",
      "community_name": "Community 15"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 15,
      "norm_label": "ispresent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ispresent",
      "community_name": "Community 15"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 199,
      "norm_label": "onlyelements()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 199"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 15,
      "norm_label": "memo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memo",
      "community_name": "Community 15"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createrenderstep()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 15"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 15"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 355,
      "norm_label": "loadfeatures()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 355"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 15,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 15"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 15,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 15"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 15,
      "norm_label": "filterprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterprops",
      "community_name": "Community 15"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 199,
      "norm_label": "warnonce()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warnonce",
      "community_name": "Community 199"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 15"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 549,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 549"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 171,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 171"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 171,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 171"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 171,
      "norm_label": "isvariantnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 171"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 549,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 549"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 549,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 549"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 549,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 549"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 194,
      "norm_label": "isrefobject2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 194"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usemotionref()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 15"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 194,
      "norm_label": "usevisualelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 194"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 194,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 194"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 194,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 194"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 355,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 355"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 15,
      "norm_label": "uselayoutid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 15"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usestrictmode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 15"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 15"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 355,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 355"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 199,
      "norm_label": "getvaluestate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 199"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 199,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 199"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 200,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 200"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 171,
      "norm_label": "makestate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makestate",
      "community_name": "Community 171"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 171,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 171"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 455,
      "norm_label": "buildtransform()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 455"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 455,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 455"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 455,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 455"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 455,
      "norm_label": "calcorigin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 455"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 455,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 455"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 455,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 455"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 171,
      "norm_label": "renderhtml()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 171"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 171,
      "norm_label": "rendersvg()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 171"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 199,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 199"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 572,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 572"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 171,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 171"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 171,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 171"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 15,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 15"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 572,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 572"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 572,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 572"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 572,
      "norm_label": "usestyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyle",
      "community_name": "Community 572"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 572,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 572"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 572,
      "norm_label": "usesvgprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 572"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 355,
      "norm_label": "createuserender()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createuserender",
      "community_name": "Community 355"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 355,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 355"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 15,
      "norm_label": "shallowcompare()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 15"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 194,
      "norm_label": "resolvevariant()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 194"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 275,
      "norm_label": ".stop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 275"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 15,
      "norm_label": "finished()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finished",
      "community_name": "Community 15"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 596,
      "norm_label": "getall()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getall",
      "community_name": "Community 596"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 596,
      "norm_label": "setall()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setall",
      "community_name": "Community 596"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 275,
      "norm_label": "attachtimeline()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 275"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 596,
      "norm_label": "time()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_time",
      "community_name": "Community 596"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 596,
      "norm_label": "speed()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_speed",
      "community_name": "Community 596"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 596,
      "norm_label": "starttime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_starttime",
      "community_name": "Community 596"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 275,
      "norm_label": "duration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_duration",
      "community_name": "Community 275"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 275,
      "norm_label": "runall()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall",
      "community_name": "Community 275"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 275,
      "norm_label": "flatten()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flatten",
      "community_name": "Community 275"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 275,
      "norm_label": "play()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_play",
      "community_name": "Community 275"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 275,
      "norm_label": "pause()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pause",
      "community_name": "Community 275"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 275,
      "norm_label": "cancel()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel",
      "community_name": "Community 275"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 275,
      "norm_label": "complete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_complete",
      "community_name": "Community 275"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 194,
      "norm_label": "then()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then",
      "community_name": "Community 194"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 194,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 194"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 275,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 275"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 275,
      "norm_label": "isgenerator()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 275"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 15,
      "norm_label": "memosupports()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memosupports",
      "community_name": "Community 15"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 275,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 275"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 275,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 275"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 15,
      "norm_label": "isdragactive()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 15"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 199,
      "norm_label": "resolveelements()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 199"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 199,
      "norm_label": "setupgesture()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 199"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 199,
      "norm_label": "filterevents()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterevents",
      "community_name": "Community 199"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 199,
      "norm_label": "hover()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hover",
      "community_name": "Community 199"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 15,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 15"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 15,
      "norm_label": "filterevents2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 15"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 15,
      "norm_label": "firepointerevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 15"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 15,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 15"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 199,
      "norm_label": "press()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_press",
      "community_name": "Community 199"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 15,
      "norm_label": "setdraglock()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 15"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 15,
      "norm_label": "cleartime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cleartime",
      "community_name": "Community 15"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 199,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 199"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 539,
      "norm_label": "removeitem()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeitem",
      "community_name": "Community 539"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 199,
      "norm_label": "add()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add",
      "community_name": "Community 199"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 171,
      "norm_label": "notify()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notify",
      "community_name": "Community 171"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 199,
      "norm_label": "clear()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clear",
      "community_name": "Community 199"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 171,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 171"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 171,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 171"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 171,
      "norm_label": "setcurrent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 171"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 171,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 171"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 199,
      "norm_label": "onchange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onchange",
      "community_name": "Community 199"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 171,
      "norm_label": "on()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_on",
      "community_name": "Community 171"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 199,
      "norm_label": "clearlisteners()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 199"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 15,
      "norm_label": "attach()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_attach",
      "community_name": "Community 15"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 171,
      "norm_label": "set()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_set",
      "community_name": "Community 171"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 275,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 275"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 200,
      "norm_label": "jump()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_jump",
      "community_name": "Community 200"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getprevious()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprevious",
      "community_name": "Community 15"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 171,
      "norm_label": "getvelocity()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 171"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 194,
      "norm_label": "start()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start",
      "community_name": "Community 194"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 275,
      "norm_label": "stop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "community_name": "Community 275"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 15,
      "norm_label": "isanimating()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isanimating",
      "community_name": "Community 15"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 275,
      "norm_label": "clearanimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 275"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 73,
      "norm_label": "destroy()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_destroy",
      "community_name": "Community 73"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 200,
      "norm_label": "motionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 200"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 200,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 200"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 194,
      "norm_label": "settarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_settarget",
      "community_name": "Community 194"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 194,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 194"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 194,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 194"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 194,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 194"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 15,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 15"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 15,
      "norm_label": "cubicbezier()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 15"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 200,
      "norm_label": "isnone()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnone",
      "community_name": "Community 200"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 15,
      "norm_label": "isnullish()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnullish",
      "community_name": "Community 15"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 15,
      "norm_label": "parsehex()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsehex",
      "community_name": "Community 15"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 355,
      "norm_label": "test()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test",
      "community_name": "Community 355"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 200,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 200"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 200,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 200"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 200,
      "norm_label": "createtransformer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 200"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 200,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 200"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 355,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 355"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 200,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 200"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 200,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 200"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 199,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 199"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 199,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 199"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 199,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 199"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 199,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 199"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 199,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 199"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 200,
      "norm_label": "readkeyframes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 200"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 15,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 15"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 200,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 200"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 15,
      "norm_label": "renderendstyles()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 15"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 200,
      "norm_label": "measureendstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 200"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 199,
      "norm_label": "resume()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resume",
      "community_name": "Community 199"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 200,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 200"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 200,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 200"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 200,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 200"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 275,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 275"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 275,
      "norm_label": "cananimate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cananimate",
      "community_name": "Community 275"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 275,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 275"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 275,
      "norm_label": "calcstarttime()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 275"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 199,
      "norm_label": "resolved()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolved",
      "community_name": "Community 199"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 275,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 275"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 275,
      "norm_label": "onpostresolved()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 275"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 275,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 275"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 220,
      "norm_label": "huetorgb()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 220"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 220,
      "norm_label": "hslatorgba()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 220"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 15,
      "norm_label": "miximmediate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 15"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 220,
      "norm_label": "asrgba()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_asrgba",
      "community_name": "Community 220"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 15,
      "norm_label": "mixvisibility()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 15"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 15,
      "norm_label": "mixnumber2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 15"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 355,
      "norm_label": "getmixer()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getmixer",
      "community_name": "Community 355"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 15,
      "norm_label": "mixarray()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixarray",
      "community_name": "Community 15"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 355,
      "norm_label": "mixobject()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixobject",
      "community_name": "Community 355"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 15,
      "norm_label": "matchorder()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_matchorder",
      "community_name": "Community 15"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 355,
      "norm_label": "mix2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mix2",
      "community_name": "Community 355"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 171,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 171"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 15,
      "norm_label": "findspring()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_findspring",
      "community_name": "Community 15"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 15,
      "norm_label": "approximateroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 15"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 15,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 15"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 15,
      "norm_label": "isspringtype()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 15"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getspringoptions()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 15"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 15,
      "norm_label": "spring()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_spring",
      "community_name": "Community 15"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 15,
      "norm_label": "inertia()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_inertia",
      "community_name": "Community 15"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createmixers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmixers",
      "community_name": "Community 15"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 15,
      "norm_label": "interpolate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_interpolate",
      "community_name": "Community 15"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 15,
      "norm_label": "filloffset()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filloffset",
      "community_name": "Community 15"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 15,
      "norm_label": "defaultoffset()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 15"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 15,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 15"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 15,
      "norm_label": "defaulteasing()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 15"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 15,
      "norm_label": "keyframes2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 15"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 275,
      "norm_label": "initplayback()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "community_name": "Community 275"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 275,
      "norm_label": "tick()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tick",
      "community_name": "Community 275"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 275,
      "norm_label": "finish()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finish",
      "community_name": "Community 275"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 275,
      "norm_label": "teardown()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_teardown",
      "community_name": "Community 275"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 275,
      "norm_label": "stopdriver()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 275"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 275,
      "norm_label": "sample()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sample",
      "community_name": "Community 275"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 275,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 275"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 275,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 275"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 275,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 275"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 275,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 275"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 15,
      "norm_label": "state()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_state",
      "community_name": "Community 15"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 194,
      "norm_label": "supports()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_supports",
      "community_name": "Community 194"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 15,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 15"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 194,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 194"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 194,
      "norm_label": "animatetarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 194"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 194,
      "norm_label": "animatevariant()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 194"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 199,
      "norm_label": "animatechildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 199"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 199,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 199"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 194,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 194"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 549,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 549"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 171,
      "norm_label": "animatelist()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatelist",
      "community_name": "Community 171"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 171,
      "norm_label": "createanimationstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 171"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 15,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 15"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 171,
      "norm_label": "createtypestate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 171"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 171,
      "norm_label": "createstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstate",
      "community_name": "Community 171"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 171,
      "norm_label": "update()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "community_name": "Community 171"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 171,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 171"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 199,
      "norm_label": "mount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "community_name": "Community 199"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 199,
      "norm_label": "unmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_unmount",
      "community_name": "Community 199"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 199,
      "norm_label": "adddomevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 199"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 171,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 171"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 199,
      "norm_label": "addpointerevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 199"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 171,
      "norm_label": "distance2d()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_distance2d",
      "community_name": "Community 171"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 171,
      "norm_label": ".updatepoint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 171"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 171,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 171"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 171,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 171"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 15,
      "norm_label": "updatehandlers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 15"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 171,
      "norm_label": "end()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_end",
      "community_name": "Community 171"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 171,
      "norm_label": "transformpoint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 171"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 171,
      "norm_label": "subtractpoint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 171"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 171,
      "norm_label": "getpaninfo()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 171"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 171,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 171"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 171,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 171"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calclength()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calclength",
      "community_name": "Community 398"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 398,
      "norm_label": "isnear()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnear",
      "community_name": "Community 398"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 398"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 398"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 398"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 398"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 398"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 398"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 194,
      "norm_label": "applyconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 194,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 194,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 194,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 194,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 398,
      "norm_label": "calcorigin2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 398"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 15,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 15"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 194,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 194"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 194,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 194"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 194,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 194"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 194,
      "norm_label": "eachaxis()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 194"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 194,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 194"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 194,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 194"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 200,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 200"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 397,
      "norm_label": "isidentityscale()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 397"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 397,
      "norm_label": "hasscale()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasscale",
      "community_name": "Community 397"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 397,
      "norm_label": "hastransform()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hastransform",
      "community_name": "Community 397"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 397,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 397"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 397,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 397"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 397,
      "norm_label": "scalepoint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 397"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 397,
      "norm_label": "applypointdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 397"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 397,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 397"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 397,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 397"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 397,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 397"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 200,
      "norm_label": "translateaxis()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 200"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 397,
      "norm_label": "transformaxis()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 397"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 397,
      "norm_label": "transformbox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformbox",
      "community_name": "Community 397"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 200,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 200"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 200,
      "norm_label": "measurepagebox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 200"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 194,
      "norm_label": "updateaxis()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 194"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 194,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 194,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 194,
      "norm_label": "startanimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startanimation",
      "community_name": "Community 194"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 194,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 194"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 194,
      "norm_label": "stopanimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 194"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 194,
      "norm_label": "pauseanimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 194"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 194,
      "norm_label": "getanimationstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 194"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 194,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 194"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 194,
      "norm_label": "snaptocursor()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 194"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 194,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 194"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 199,
      "norm_label": "addlisteners()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 199"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 194,
      "norm_label": "getprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops",
      "community_name": "Community 194"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 194,
      "norm_label": "shoulddrag()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 194"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 15"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 171,
      "norm_label": "onpointerdown()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 171"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 171,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 171"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 15,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 15"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 199,
      "norm_label": "componentdidmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 199"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 539,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 539"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 539,
      "norm_label": "safetoremove()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 539"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 15,
      "norm_label": "measurelayout()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 15"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 194,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 194"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 15,
      "norm_label": "issvgelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 15"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 539,
      "norm_label": "remove()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remove",
      "community_name": "Community 539"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 199,
      "norm_label": "foreach()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach",
      "community_name": "Community 199"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 15,
      "norm_label": "delay()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delay",
      "community_name": "Community 15"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 355,
      "norm_label": "mixvalues()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 355"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 355,
      "norm_label": "getradius()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getradius",
      "community_name": "Community 355"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 15,
      "norm_label": "compress()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compress",
      "community_name": "Community 15"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 15,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 15"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 15,
      "norm_label": "copyboxinto()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 15"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 15,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 15"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 397,
      "norm_label": "removepointdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 397"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 397,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 397"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 397,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 397"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 397,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 397"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 398,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 398"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 398,
      "norm_label": "isdeltazero()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 398"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 15,
      "norm_label": "axisequals()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisequals",
      "community_name": "Community 15"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 15,
      "norm_label": "boxequals()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_boxequals",
      "community_name": "Community 15"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 398,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 398"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 398,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 398"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 398,
      "norm_label": "aspectratio()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 398"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 15,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 15"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 539,
      "norm_label": "relegate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_relegate",
      "community_name": "Community 539"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 539,
      "norm_label": "promote()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_promote",
      "community_name": "Community 539"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 15,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 15"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 15,
      "norm_label": "schedulerender()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 15"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 15,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 15"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 15,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 15"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 15,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 15"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 194,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 194"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 15"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 199,
      "norm_label": "updatelayout()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 199"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 398,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 398"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 15,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 15"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 15,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 15"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 15,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 15"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 15,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 15"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 15,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 15"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 171,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 171"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 15,
      "norm_label": "finishanimation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 15"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 15,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 15"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 15,
      "norm_label": "calcprojection()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 15"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 15,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 15"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 15,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 15"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 15,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 15"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 15,
      "norm_label": "mixaxis()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 15"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 15,
      "norm_label": "mixbox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixbox",
      "community_name": "Community 15"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 15,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 15"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 15,
      "norm_label": "roundaxis()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 15"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 15,
      "norm_label": "roundbox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_roundbox",
      "community_name": "Community 15"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 398,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 398"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 15,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 15"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 15,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 15"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 15,
      "norm_label": "onfocus()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onfocus",
      "community_name": "Community 15"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 15,
      "norm_label": "onblur()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onblur",
      "community_name": "Community 15"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 15,
      "norm_label": "handlepressevent()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 15"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 199,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 199"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 199,
      "norm_label": "observeintersection()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 199"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 199,
      "norm_label": "startobserver()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startobserver",
      "community_name": "Community 199"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 171,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 171"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 199,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 199"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 200,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 200"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 171,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 171"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 171,
      "norm_label": ".render()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 171"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 171,
      "norm_label": ".schedulerender()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 171"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 171,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 171"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 199,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 199"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 1,
      "norm_label": "updatefeatures()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 1"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 171,
      "norm_label": "triggerbuild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 171"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 200,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 200"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 15,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 15"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getvariant()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariant",
      "community_name": "Community 15"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 194,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 194"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 15,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 15"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 199,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 199"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 199,
      "norm_label": "addvariantchild()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 199"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 200,
      "norm_label": "addvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue",
      "community_name": "Community 200"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 200,
      "norm_label": "removevalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevalue",
      "community_name": "Community 200"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 200,
      "norm_label": "hasvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 200"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 200,
      "norm_label": "getvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue",
      "community_name": "Community 200"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 200,
      "norm_label": "readvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue",
      "community_name": "Community 200"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 200,
      "norm_label": "setbasetarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 200"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 199,
      "norm_label": "getbasetarget()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 199"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 199,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 199"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 199,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 199"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 200,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 200"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 171,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 171"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 200,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 200"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 200,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 200"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 200,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 200"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 455,
      "norm_label": "build()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_build",
      "community_name": "Community 455"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 171,
      "norm_label": "renderinstance()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 171"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 15,
      "norm_label": "findtoast()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_findtoast",
      "community_name": "Community 15"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 15,
      "norm_label": "gettoastposition()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 15"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 15,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 15"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 15,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 15"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 15,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 15"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 15,
      "norm_label": "styled2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_styled2",
      "community_name": "Community 15"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 15,
      "norm_label": "factory()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_factory",
      "community_name": "Community 15"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 15,
      "norm_label": "forwardref5()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 15"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usetheme2()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 15"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usechakra()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usechakra",
      "community_name": "Community 15"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 15,
      "norm_label": "omitreactelements()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 15"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 15"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 15"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 15,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 15"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 15,
      "norm_label": "checkicon()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_checkicon",
      "community_name": "Community 15"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 15,
      "norm_label": "infoicon()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_infoicon",
      "community_name": "Community 15"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 15,
      "norm_label": "warningicon()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warningicon",
      "community_name": "Community 15"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 15"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 15,
      "norm_label": "getstatusicon()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 15"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 15,
      "norm_label": "alerticon()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_alerticon",
      "community_name": "Community 15"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 15,
      "norm_label": "closeicon()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_closeicon",
      "community_name": "Community 15"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createrendertoast()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 15"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createstore()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstore",
      "community_name": "Community 15"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 15,
      "norm_label": "createtoast()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtoast",
      "community_name": "Community 15"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 15,
      "norm_label": "portal()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_portal",
      "community_name": "Community 15"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 624,
      "norm_label": "tt-elements.js",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements",
      "community_name": "Community 624"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 624,
      "norm_label": "ready()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_ready",
      "community_name": "Community 624"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 624,
      "norm_label": "whenready()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_whenready",
      "community_name": "Community 624"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 624,
      "norm_label": "defineel()",
      "id": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_defineel",
      "community_name": "Community 624"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 134,
      "norm_label": "support.js",
      "id": "docs_design_claude_design_mockup_v2_fable_support",
      "community_name": "Community 134"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 134,
      "norm_label": "getreact()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_getreact",
      "community_name": "Community 134"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 134,
      "norm_label": "getreactdom()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_getreactdom",
      "community_name": "Community 134"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 134,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_parsedcdocument",
      "community_name": "Community 134"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 134,
      "norm_label": "parsedctext()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_parsedctext",
      "community_name": "Community 134"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 134,
      "norm_label": "parsedataprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_parsedataprops",
      "community_name": "Community 134"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 134,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_dcnamefrompath",
      "community_name": "Community 134"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 134,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_rootnamefordocument",
      "community_name": "Community 134"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 134,
      "norm_label": "safedecode()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_safedecode",
      "community_name": "Community 134"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 134,
      "norm_label": "boot()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_boot",
      "community_name": "Community 134"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 134,
      "norm_label": "resolve()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_resolve",
      "community_name": "Community 134"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 134,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_parenswrapwhole",
      "community_name": "Community 134"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 134,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_findtoplevelequality",
      "community_name": "Community 134"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 134,
      "norm_label": "resolvepath()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_resolvepath",
      "community_name": "Community 134"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 134,
      "norm_label": "encodecase()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_encodecase",
      "community_name": "Community 134"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 134,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_kebabtocamel",
      "community_name": "Community 134"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 134,
      "norm_label": "csstoobj()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_csstoobj",
      "community_name": "Community 134"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 134,
      "norm_label": "compileattr()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_compileattr",
      "community_name": "Community 134"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 134,
      "norm_label": "collectprops()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_collectprops",
      "community_name": "Community 134"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 134,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_hostpositionstyle",
      "community_name": "Community 134"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 134,
      "norm_label": "compiletemplate()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_compiletemplate",
      "community_name": "Community 134"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walkchildren()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walkchildren",
      "community_name": "Community 134"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walk()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walk",
      "community_name": "Community 134"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 134,
      "norm_label": "warnunresolved()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_warnunresolved",
      "community_name": "Community 134"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walktext()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walktext",
      "community_name": "Community 134"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walkfor()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walkfor",
      "community_name": "Community 134"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walkif()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walkif",
      "community_name": "Community 134"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walkcomponent()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walkcomponent",
      "community_name": "Community 134"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walkximport()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walkximport",
      "community_name": "Community 134"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 134,
      "norm_label": "contentkey()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_contentkey",
      "community_name": "Community 134"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 134,
      "norm_label": "walkelement()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_walkelement",
      "community_name": "Community 134"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 134,
      "norm_label": "constructor()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_constructor",
      "community_name": "Community 134"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 134,
      "norm_label": "setstate()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_setstate",
      "community_name": "Community 134"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 134,
      "norm_label": "forceupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_forceupdate",
      "community_name": "Community 134"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 134,
      "norm_label": "componentdidmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_componentdidmount",
      "community_name": "Community 134"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 134,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_componentdidupdate",
      "community_name": "Community 134"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 134,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_componentwillunmount",
      "community_name": "Community 134"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 134,
      "norm_label": "rendervals()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_rendervals",
      "community_name": "Community 134"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 134,
      "norm_label": "evaldclogic()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_evaldclogic",
      "community_name": "Community 134"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 134,
      "norm_label": "shallowequal()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_shallowequal",
      "community_name": "Community 134"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 134,
      "norm_label": "placeholder()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_placeholder",
      "community_name": "Community 134"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 134,
      "norm_label": "hinttomin()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_hinttomin",
      "community_name": "Community 134"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 134,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_createcomponentfactory",
      "community_name": "Community 134"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 134,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_isrenderabletype",
      "community_name": "Community 134"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 134,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_resolvedottedpath",
      "community_name": "Community 134"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 134,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_createexternalmodules",
      "community_name": "Community 134"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 134,
      "norm_label": "iselementclass()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_iselementclass",
      "community_name": "Community 134"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 134,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_createhelmetmanager",
      "community_name": "Community 134"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 134,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_createpseudosheet",
      "community_name": "Community 134"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 134,
      "norm_label": "createregistry()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_createregistry",
      "community_name": "Community 134"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 134,
      "norm_label": "createruntime()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_createruntime",
      "community_name": "Community 134"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 134,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_hiderawtemplate",
      "community_name": "Community 134"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 134,
      "norm_label": "loadscript()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_loadscript",
      "community_name": "Community 134"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 134,
      "norm_label": "loadreactumd()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_loadreactumd",
      "community_name": "Community 134"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 56,
      "norm_label": "init()",
      "id": "docs_design_claude_design_mockup_v2_fable_support_init",
      "community_name": "Community 56"
    },
    {
      "label": "inline-dc.py",
      "file_type": "code",
      "source_file": "docs/design/inline-dc.py",
      "source_location": "L1",
      "_origin": "ast",
      "community": 679,
      "norm_label": "inline-dc.py",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_inline_dc_py",
      "community_name": "Community 679"
    },
    {
      "label": "wrap()",
      "file_type": "code",
      "source_file": "docs/design/inline-dc.py",
      "source_location": "L27",
      "_origin": "ast",
      "community": 679,
      "norm_label": "wrap()",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_inline_dc_wrap",
      "community_name": "Community 679"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 726,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_app_ds_react_dom",
      "community_name": "Community 726"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 24,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_app_ds_react",
      "community_name": "Community 24"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 260,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_app_ds_react_getiteratorfn",
      "community_name": "Community 260"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 260,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_app_ds_react_setextrastackframe",
      "community_name": "Community 260"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 308,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_app_ds_react_warn",
      "community_name": "Community 308"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 36,
      "norm_label": "error()",
      "id": "docs_design_thingtime_app_ds_react_error",
      "community_name": "Community 36"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 308,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_app_ds_react_printwarning",
      "community_name": "Community 308"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_app_ds_react_warnnoop",
      "community_name": "Community 36"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 60,
      "norm_label": "component()",
      "id": "docs_design_thingtime_app_ds_react_component",
      "community_name": "Community 60"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 60,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_app_ds_react_component_setstate",
      "community_name": "Community 60"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 60,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_app_ds_react_component_forceupdate",
      "community_name": "Community 60"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 24,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_app_ds_react_componentdummy",
      "community_name": "Community 24"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 24,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_app_ds_react_purecomponent",
      "community_name": "Community 24"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 24,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_app_ds_react_createref",
      "community_name": "Community 24"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 260,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_app_ds_react_isarray",
      "community_name": "Community 260"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 93,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_app_ds_react_typename",
      "community_name": "Community 93"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 93,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_app_ds_react_willcoercionthrow",
      "community_name": "Community 93"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 93,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_app_ds_react_teststringcoercion",
      "community_name": "Community 93"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_app_ds_react_checkkeystringcoercion",
      "community_name": "Community 93"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 60,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_app_ds_react_getwrappedname",
      "community_name": "Community 60"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 60,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_app_ds_react_getcontextname",
      "community_name": "Community 60"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 60,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype",
      "community_name": "Community 60"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 36,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_app_ds_react_hasvalidref",
      "community_name": "Community 36"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 36,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_app_ds_react_hasvalidkey",
      "community_name": "Community 36"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 36,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_app_ds_react_definekeypropwarninggetter",
      "community_name": "Community 36"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 36,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_app_ds_react_definerefpropwarninggetter",
      "community_name": "Community 36"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_app_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 36"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 36,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_app_ds_react_createelement",
      "community_name": "Community 36"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 260,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_app_ds_react_cloneandreplacekey",
      "community_name": "Community 260"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 36,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_app_ds_react_cloneelement",
      "community_name": "Community 36"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 260,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_app_ds_react_isvalidelement",
      "community_name": "Community 260"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 93,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_app_ds_react_escape",
      "community_name": "Community 93"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 260,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_app_ds_react_escapeuserprovidedkey",
      "community_name": "Community 260"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_app_ds_react_getelementkey",
      "community_name": "Community 93"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 260,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_app_ds_react_mapintoarray",
      "community_name": "Community 260"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 24,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_app_ds_react_mapchildren",
      "community_name": "Community 24"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 24,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_app_ds_react_countchildren",
      "community_name": "Community 24"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 24,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_app_ds_react_foreachchildren",
      "community_name": "Community 24"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 172,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_app_ds_react_toarray",
      "community_name": "Community 172"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 260,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_app_ds_react_onlychild",
      "community_name": "Community 260"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_app_ds_react_createcontext",
      "community_name": "Community 308"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 36,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_app_ds_react_lazyinitializer",
      "community_name": "Community 36"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 36,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_app_ds_react_lazy",
      "community_name": "Community 36"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 36,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_app_ds_react_forwardref",
      "community_name": "Community 36"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 260,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_app_ds_react_isvalidelementtype",
      "community_name": "Community 260"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 260,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_app_ds_react_memo",
      "community_name": "Community 260"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 24,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_app_ds_react_resolvedispatcher",
      "community_name": "Community 24"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_app_ds_react_usecontext",
      "community_name": "Community 24"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_app_ds_react_usestate",
      "community_name": "Community 24"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_app_ds_react_usereducer",
      "community_name": "Community 24"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 24,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_app_ds_react_useref",
      "community_name": "Community 24"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 24,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_app_ds_react_useeffect",
      "community_name": "Community 24"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 24,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_app_ds_react_useinsertioneffect",
      "community_name": "Community 24"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 24,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_app_ds_react_uselayouteffect",
      "community_name": "Community 24"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_app_ds_react_usecallback",
      "community_name": "Community 24"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_app_ds_react_usememo",
      "community_name": "Community 24"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 24,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_app_ds_react_useimperativehandle",
      "community_name": "Community 24"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_app_ds_react_usedebugvalue",
      "community_name": "Community 24"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_app_ds_react_usetransition",
      "community_name": "Community 24"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_app_ds_react_usedeferredvalue",
      "community_name": "Community 24"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 24,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_app_ds_react_useid",
      "community_name": "Community 24"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 24,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_app_ds_react_usesyncexternalstore",
      "community_name": "Community 24"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 260,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_app_ds_react_disabledlog",
      "community_name": "Community 260"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 260,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_app_ds_react_disablelogs",
      "community_name": "Community 260"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 260,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_app_ds_react_reenablelogs",
      "community_name": "Community 260"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 260,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_app_ds_react_describebuiltincomponentframe",
      "community_name": "Community 260"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 260,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_app_ds_react_describenativecomponentframe",
      "community_name": "Community 260"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 260,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_app_ds_react_describefunctioncomponentframe",
      "community_name": "Community 260"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 260,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_app_ds_react_shouldconstruct",
      "community_name": "Community 260"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 260,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 260"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 260,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 260"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 60,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_app_ds_react_checkproptypes",
      "community_name": "Community 60"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 260,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 260"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 260,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_app_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 260"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 260,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_app_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 260"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 260,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_app_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 260"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 260,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_app_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 260"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 260,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_app_ds_react_validateexplicitkey",
      "community_name": "Community 260"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 260,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_app_ds_react_validatechildkeys",
      "community_name": "Community 260"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 60,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_app_ds_react_validateproptypes",
      "community_name": "Community 60"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 260,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_app_ds_react_validatefragmentprops",
      "community_name": "Community 260"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 260,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "community_name": "Community 260"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_app_ds_react_createfactorywithvalidation",
      "community_name": "Community 308"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 260,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_app_ds_react_cloneelementwithvalidation",
      "community_name": "Community 260"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 117,
      "norm_label": "push()",
      "id": "docs_design_thingtime_app_ds_react_push",
      "community_name": "Community 117"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 117,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_app_ds_react_peek",
      "community_name": "Community 117"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 151,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_app_ds_react_pop",
      "community_name": "Community 151"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 151,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_app_ds_react_siftup",
      "community_name": "Community 151"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 151,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_app_ds_react_siftdown",
      "community_name": "Community 151"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 151,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_app_ds_react_compare",
      "community_name": "Community 151"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 117,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_app_ds_react_marktaskerrored",
      "community_name": "Community 117"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 117,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_app_ds_react_advancetimers",
      "community_name": "Community 117"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 117,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_app_ds_react_handletimeout",
      "community_name": "Community 117"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 117,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_app_ds_react_flushwork",
      "community_name": "Community 117"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 117,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_app_ds_react_workloop",
      "community_name": "Community 117"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 24,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_app_ds_react_unstable_runwithpriority",
      "community_name": "Community 24"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 24,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_app_ds_react_unstable_next",
      "community_name": "Community 24"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 24,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_app_ds_react_unstable_wrapcallback",
      "community_name": "Community 24"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 117,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "community_name": "Community 117"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 24,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_app_ds_react_unstable_pauseexecution",
      "community_name": "Community 24"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 117,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_app_ds_react_unstable_continueexecution",
      "community_name": "Community 117"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 117,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_app_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 117"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 24,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_app_ds_react_unstable_cancelcallback",
      "community_name": "Community 24"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 24,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_app_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 24"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 117,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_app_ds_react_shouldyieldtohost",
      "community_name": "Community 117"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 261,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_app_ds_react_requestpaint",
      "community_name": "Community 261"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 24,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_app_ds_react_forceframerate",
      "community_name": "Community 24"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 117,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_app_ds_react_requesthostcallback",
      "community_name": "Community 117"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 117,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_app_ds_react_requesthosttimeout",
      "community_name": "Community 117"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 117,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_app_ds_react_cancelhosttimeout",
      "community_name": "Community 117"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 24,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_app_ds_react_unstable_now",
      "community_name": "Community 24"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 261,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_app_ds_react_starttransition",
      "community_name": "Community 261"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 36,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_app_ds_react_enqueuetask",
      "community_name": "Community 36"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 36,
      "norm_label": "act()",
      "id": "docs_design_thingtime_app_ds_react_act",
      "community_name": "Community 36"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 36,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_app_ds_react_popactscope",
      "community_name": "Community 36"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 36,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_app_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 36"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 36,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_app_ds_react_flushactqueue",
      "community_name": "Community 36"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 60,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_app_ds_react_setsuppresswarning",
      "community_name": "Community 60"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_app_ds_react_registertwophaseevent",
      "community_name": "Community 24"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_app_ds_react_registerdirectevent",
      "community_name": "Community 24"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_app_ds_react_checkattributestringcoercion",
      "community_name": "Community 93"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_app_ds_react_checkpropstringcoercion",
      "community_name": "Community 93"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_app_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 93"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_app_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 93"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 93"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 93,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_app_ds_react_isattributenamesafe",
      "community_name": "Community 93"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 93,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_app_ds_react_shouldignoreattribute",
      "community_name": "Community 93"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 93,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_app_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 93"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 93,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_app_ds_react_shouldremoveattribute",
      "community_name": "Community 93"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_app_ds_react_getpropertyinfo",
      "community_name": "Community 93"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 24,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_app_ds_react_propertyinforecord",
      "community_name": "Community 24"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 93,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_app_ds_react_sanitizeurl",
      "community_name": "Community 93"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_app_ds_react_getvalueforproperty",
      "community_name": "Community 93"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_app_ds_react_getvalueforattribute",
      "community_name": "Community 93"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 93,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "community_name": "Community 93"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 260,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_app_ds_react_describeclasscomponentframe",
      "community_name": "Community 260"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 260,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_app_ds_react_describefiber",
      "community_name": "Community 260"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 32,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_app_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 32"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_app_ds_react_getwrappedname_1",
      "community_name": "Community 36"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_app_ds_react_getcontextname_1",
      "community_name": "Community 36"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 36"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_app_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 93"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 32,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_app_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 32"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 36,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_app_ds_react_resetcurrentfiber",
      "community_name": "Community 36"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 36,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_app_ds_react_setcurrentfiber",
      "community_name": "Community 36"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_app_ds_react_getcurrentfiber",
      "community_name": "Community 36"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 60,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_app_ds_react_setisrendering",
      "community_name": "Community 60"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 93,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_app_ds_react_tostring",
      "community_name": "Community 93"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 93,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_app_ds_react_gettostringvalue",
      "community_name": "Community 93"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_app_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 93"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 24,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_app_ds_react_ischeckable",
      "community_name": "Community 24"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 24,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_app_ds_react_gettracker",
      "community_name": "Community 24"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 24,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_app_ds_react_detachtracker",
      "community_name": "Community 24"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_app_ds_react_getvaluefromnode",
      "community_name": "Community 24"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 24,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_app_ds_react_trackvalueonnode",
      "community_name": "Community 24"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 24,
      "norm_label": "track()",
      "id": "docs_design_thingtime_app_ds_react_track",
      "community_name": "Community 24"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 24,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_app_ds_react_updatevalueifchanged",
      "community_name": "Community 24"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_app_ds_react_getactiveelement",
      "community_name": "Community 24"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 93,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_app_ds_react_iscontrolled",
      "community_name": "Community 93"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 93,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_app_ds_react_gethostprops",
      "community_name": "Community 93"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 93,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_app_ds_react_initwrapperstate",
      "community_name": "Community 93"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 93,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_app_ds_react_updatechecked",
      "community_name": "Community 93"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 93,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_app_ds_react_updatewrapper",
      "community_name": "Community 93"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 93,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_app_ds_react_postmountwrapper",
      "community_name": "Community 93"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 93,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_app_ds_react_restorecontrolledstate",
      "community_name": "Community 93"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 93,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_app_ds_react_updatenamedcousins",
      "community_name": "Community 93"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 93,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_app_ds_react_setdefaultvalue",
      "community_name": "Community 93"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 93,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_app_ds_react_validateprops",
      "community_name": "Community 93"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 93,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_app_ds_react_postmountwrapper_1",
      "community_name": "Community 93"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 93,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_app_ds_react_checkselectproptypes",
      "community_name": "Community 93"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 93,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_app_ds_react_updateoptions",
      "community_name": "Community 93"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 93,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_app_ds_react_gethostprops_1",
      "community_name": "Community 93"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 93,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_app_ds_react_initwrapperstate_1",
      "community_name": "Community 93"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 93,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_app_ds_react_postmountwrapper_2",
      "community_name": "Community 93"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 93,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_app_ds_react_postupdatewrapper",
      "community_name": "Community 93"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 93,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_app_ds_react_restorecontrolledstate_1",
      "community_name": "Community 93"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 93,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_app_ds_react_gethostprops_2",
      "community_name": "Community 93"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 93,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_app_ds_react_initwrapperstate_2",
      "community_name": "Community 93"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 93,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_app_ds_react_updatewrapper_1",
      "community_name": "Community 93"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 93,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_app_ds_react_postmountwrapper_3",
      "community_name": "Community 93"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 93,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_app_ds_react_restorecontrolledstate_2",
      "community_name": "Community 93"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_app_ds_react_getintrinsicnamespace",
      "community_name": "Community 24"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_app_ds_react_getchildnamespace",
      "community_name": "Community 24"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 24,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_app_ds_react_prefixkey",
      "community_name": "Community 24"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 93,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_app_ds_react_dangerousstylevalue",
      "community_name": "Community 93"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 93,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_app_ds_react_hyphenatestylename",
      "community_name": "Community 93"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 93,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_app_ds_react_createdangerousstringforstyles",
      "community_name": "Community 93"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 93,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_app_ds_react_setvalueforstyles",
      "community_name": "Community 93"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 24,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_app_ds_react_isvalueempty",
      "community_name": "Community 24"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 24,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_app_ds_react_expandshorthandmap",
      "community_name": "Community 24"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 24,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_app_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 24"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 93,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_app_ds_react_assertvalidprops",
      "community_name": "Community 93"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 93,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_app_ds_react_iscustomcomponent",
      "community_name": "Community 93"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 36,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_app_ds_react_validateproperty",
      "community_name": "Community 36"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_app_ds_react_warninvalidariaprops",
      "community_name": "Community 36"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 36,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_app_ds_react_validateproperties",
      "community_name": "Community 36"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 36,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_app_ds_react_validateproperties_1",
      "community_name": "Community 36"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 93,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_app_ds_react_validateproperties_2",
      "community_name": "Community 93"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 166,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_app_ds_react_setreplayingevent",
      "community_name": "Community 166"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 166,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_app_ds_react_resetreplayingevent",
      "community_name": "Community 166"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 117,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_app_ds_react_isreplayingevent",
      "community_name": "Community 117"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 166,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_app_ds_react_geteventtarget",
      "community_name": "Community 166"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 166,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_app_ds_react_restorestateoftarget",
      "community_name": "Community 166"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_app_ds_react_setrestoreimplementation",
      "community_name": "Community 24"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 117,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_app_ds_react_enqueuestaterestore",
      "community_name": "Community 117"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 166,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_app_ds_react_needsstaterestore",
      "community_name": "Community 166"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 166,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_app_ds_react_restorestateifneeded",
      "community_name": "Community 166"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 166,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_app_ds_react_finisheventhandler",
      "community_name": "Community 166"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 166,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_app_ds_react_batchedupdates",
      "community_name": "Community 166"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_app_ds_react_setbatchingimplementation",
      "community_name": "Community 24"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 117,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_app_ds_react_isinteractive",
      "community_name": "Community 117"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 117,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_app_ds_react_shouldpreventmouseevent",
      "community_name": "Community 117"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_app_ds_react_getlistener",
      "community_name": "Community 117"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 36,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_app_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 36"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 24,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_app_ds_react_restoreafterdispatch",
      "community_name": "Community 24"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 24,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_app_ds_react_callcallback",
      "community_name": "Community 24"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 24,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_app_ds_react_handlewindowerror",
      "community_name": "Community 24"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 24,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_app_ds_react_invokeguardedcallback",
      "community_name": "Community 24"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 24,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_app_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 24"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 166,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_app_ds_react_rethrowcaughterror",
      "community_name": "Community 166"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 24,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_app_ds_react_hascaughterror",
      "community_name": "Community 24"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 24,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_app_ds_react_clearcaughterror",
      "community_name": "Community 24"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 166,
      "norm_label": "get()",
      "id": "docs_design_thingtime_app_ds_react_get",
      "community_name": "Community 166"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 60,
      "norm_label": "has()",
      "id": "docs_design_thingtime_app_ds_react_has",
      "community_name": "Community 60"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 24,
      "norm_label": "set()",
      "id": "docs_design_thingtime_app_ds_react_set",
      "community_name": "Community 24"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_app_ds_react_getnearestmountedfiber",
      "community_name": "Community 166"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_app_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 166"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_app_ds_react_getcontainerfromfiber",
      "community_name": "Community 166"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 166,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_app_ds_react_isfibermounted",
      "community_name": "Community 166"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 166,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_app_ds_react_ismounted",
      "community_name": "Community 166"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 166,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_app_ds_react_assertismounted",
      "community_name": "Community 166"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 166,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_app_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 166"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_app_ds_react_findcurrenthostfiber",
      "community_name": "Community 24"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_app_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 24"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 24"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 24"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 24,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_app_ds_react_injectinternals",
      "community_name": "Community 24"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 249,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_app_ds_react_onscheduleroot",
      "community_name": "Community 249"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 261,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_app_ds_react_oncommitroot",
      "community_name": "Community 261"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 261,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_app_ds_react_onpostcommitroot",
      "community_name": "Community 261"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 36,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_app_ds_react_oncommitunmount",
      "community_name": "Community 36"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 60,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 60"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 24,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_app_ds_react_injectprofilinghooks",
      "community_name": "Community 24"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_app_ds_react_getlanelabelmap",
      "community_name": "Community 24"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 261,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_app_ds_react_markcommitstarted",
      "community_name": "Community 261"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 261,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_app_ds_react_markcommitstopped",
      "community_name": "Community 261"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 60,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentrenderstarted",
      "community_name": "Community 60"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 60,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped",
      "community_name": "Community 60"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 36"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_app_ds_react_markcomponenterrored",
      "community_name": "Community 32"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_app_ds_react_markcomponentsuspended",
      "community_name": "Community 32"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 261,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_app_ds_react_marklayouteffectsstarted",
      "community_name": "Community 261"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 261,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_app_ds_react_marklayouteffectsstopped",
      "community_name": "Community 261"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 261,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_app_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 261"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 261,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_app_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 261"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_app_ds_react_markrenderstarted",
      "community_name": "Community 32"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_app_ds_react_markrenderyielded",
      "community_name": "Community 32"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_app_ds_react_markrenderstopped",
      "community_name": "Community 32"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 249,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_app_ds_react_markrenderscheduled",
      "community_name": "Community 249"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 24,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_app_ds_react_markforceupdatescheduled",
      "community_name": "Community 24"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 249,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_app_ds_react_markstateupdatescheduled",
      "community_name": "Community 249"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 24,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_app_ds_react_clz32fallback",
      "community_name": "Community 24"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_app_ds_react_getlabelforlane",
      "community_name": "Community 24"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 32,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_app_ds_react_gethighestprioritylanes",
      "community_name": "Community 32"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 32,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_app_ds_react_getnextlanes",
      "community_name": "Community 32"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 32,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_app_ds_react_getmostrecenteventtime",
      "community_name": "Community 32"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 32,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_app_ds_react_computeexpirationtime",
      "community_name": "Community 32"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_app_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 32"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 249,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_app_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 249"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 32,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_app_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 32"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 32,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_app_ds_react_includessynclane",
      "community_name": "Community 32"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 32,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_app_ds_react_includesnonidlework",
      "community_name": "Community 32"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 32,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_app_ds_react_includesonlyretries",
      "community_name": "Community 32"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 207,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_app_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 207"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 32,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_app_ds_react_includesonlytransitions",
      "community_name": "Community 32"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 207,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_app_ds_react_includesblockinglane",
      "community_name": "Community 207"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 32,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_app_ds_react_includesexpiredlane",
      "community_name": "Community 32"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 249,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_app_ds_react_istransitionlane",
      "community_name": "Community 249"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 249,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_app_ds_react_claimnexttransitionlane",
      "community_name": "Community 249"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 24,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_app_ds_react_claimnextretrylane",
      "community_name": "Community 24"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 32,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_app_ds_react_gethighestprioritylane",
      "community_name": "Community 32"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 32,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_app_ds_react_pickarbitrarylane",
      "community_name": "Community 32"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 32,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 32"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 32,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_app_ds_react_lanetoindex",
      "community_name": "Community 32"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 60,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_app_ds_react_includessomelane",
      "community_name": "Community 60"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 207,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_app_ds_react_issubsetoflanes",
      "community_name": "Community 207"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_app_ds_react_mergelanes",
      "community_name": "Community 207"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 237,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_app_ds_react_removelanes",
      "community_name": "Community 237"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 249,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_app_ds_react_intersectlanes",
      "community_name": "Community 249"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 237,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_app_ds_react_lanetolanes",
      "community_name": "Community 237"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 249,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_app_ds_react_higherprioritylane",
      "community_name": "Community 249"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 117,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_app_ds_react_createlanemap",
      "community_name": "Community 117"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_app_ds_react_markrootupdated",
      "community_name": "Community 32"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_app_ds_react_markrootsuspended",
      "community_name": "Community 32"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_app_ds_react_markrootpinged",
      "community_name": "Community 32"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_app_ds_react_markrootfinished",
      "community_name": "Community 32"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 249,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_app_ds_react_markrootentangled",
      "community_name": "Community 249"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 32,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_app_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 32"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 32,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_app_ds_react_addfibertolanesmap",
      "community_name": "Community 32"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 32,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_app_ds_react_movependingfiberstomemoized",
      "community_name": "Community 32"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 32,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_app_ds_react_gettransitionsforlanes",
      "community_name": "Community 32"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 261,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority",
      "community_name": "Community 261"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 261,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority",
      "community_name": "Community 261"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 24,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_app_ds_react_runwithpriority",
      "community_name": "Community 24"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 261,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_app_ds_react_highereventpriority",
      "community_name": "Community 261"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 261,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_app_ds_react_lowereventpriority",
      "community_name": "Community 261"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 166,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_app_ds_react_ishighereventpriority",
      "community_name": "Community 166"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 32,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_app_ds_react_lanestoeventpriority",
      "community_name": "Community 32"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 166,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_app_ds_react_isrootdehydrated",
      "community_name": "Community 166"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_app_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 24"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 166,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration",
      "community_name": "Community 166"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_app_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 24"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_app_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 24"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_app_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 24"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_app_ds_react_setattempthydrationatpriority",
      "community_name": "Community 24"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 166,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_app_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 166"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 166,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_app_ds_react_createqueuedreplayableevent",
      "community_name": "Community 166"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 166,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_app_ds_react_clearifcontinuousevent",
      "community_name": "Community 166"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 166,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_app_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 166"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 166,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_app_ds_react_queueifcontinuousevent",
      "community_name": "Community 166"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 166,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 166"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 166,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_app_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 166"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 166,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 166"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 166,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 166"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 166,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_app_ds_react_replayunblockedevents",
      "community_name": "Community 166"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 36,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_app_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 36"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 36,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_app_ds_react_retryifblockedon",
      "community_name": "Community 36"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_app_ds_react_setenabled",
      "community_name": "Community 24"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 24,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_app_ds_react_isenabled",
      "community_name": "Community 24"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 24,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_app_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 24"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 261,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_app_ds_react_dispatchdiscreteevent",
      "community_name": "Community 261"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 261,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_app_ds_react_dispatchcontinuousevent",
      "community_name": "Community 261"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 261,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_app_ds_react_dispatchevent",
      "community_name": "Community 261"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 166,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 166"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 166,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_app_ds_react_findinstanceblockingevent",
      "community_name": "Community 166"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 24,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_app_ds_react_geteventpriority",
      "community_name": "Community 24"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 24,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_app_ds_react_addeventbubblelistener",
      "community_name": "Community 24"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 24,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_app_ds_react_addeventcapturelistener",
      "community_name": "Community 24"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 24,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_app_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 24"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 24,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_app_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 24"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 117,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_app_ds_react_initialize",
      "community_name": "Community 117"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 117,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_app_ds_react_reset",
      "community_name": "Community 117"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_app_ds_react_getdata",
      "community_name": "Community 117"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 117,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_app_ds_react_gettext",
      "community_name": "Community 117"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 117,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_app_ds_react_geteventcharcode",
      "community_name": "Community 117"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 24,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_app_ds_react_functionthatreturnstrue",
      "community_name": "Community 24"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 24,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_app_ds_react_functionthatreturnsfalse",
      "community_name": "Community 24"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 24,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_app_ds_react_createsyntheticevent",
      "community_name": "Community 24"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 24,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_app_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 24"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 117,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_app_ds_react_geteventkey",
      "community_name": "Community 117"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 24,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_app_ds_react_modifierstategetter",
      "community_name": "Community 24"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 24,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_app_ds_react_geteventmodifierstate",
      "community_name": "Community 24"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_app_ds_react_registerevents",
      "community_name": "Community 24"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 117,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_app_ds_react_iskeypresscommand",
      "community_name": "Community 117"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_app_ds_react_getcompositioneventtype",
      "community_name": "Community 117"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 117,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_app_ds_react_isfallbackcompositionstart",
      "community_name": "Community 117"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 117,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_app_ds_react_isfallbackcompositionend",
      "community_name": "Community 117"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_app_ds_react_getdatafromcustomevent",
      "community_name": "Community 117"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 117,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_app_ds_react_isusingkoreanime",
      "community_name": "Community 117"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "community_name": "Community 117"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_app_ds_react_getnativebeforeinputchars",
      "community_name": "Community 117"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 117"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_app_ds_react_extractbeforeinputevent",
      "community_name": "Community 117"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_app_ds_react_extractevents",
      "community_name": "Community 117"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 117,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_app_ds_react_istextinputelement",
      "community_name": "Community 117"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 36,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_app_ds_react_iseventsupported",
      "community_name": "Community 36"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_app_ds_react_registerevents_1",
      "community_name": "Community 24"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 117,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_app_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 117"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 117,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_app_ds_react_shouldusechangeevent",
      "community_name": "Community 117"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 166,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_app_ds_react_manualdispatchchangeevent",
      "community_name": "Community 166"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 166,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_app_ds_react_runeventinbatch",
      "community_name": "Community 166"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_app_ds_react_getinstifvaluechanged",
      "community_name": "Community 24"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 24,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_app_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 24"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 24,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_app_ds_react_startwatchingforvaluechange",
      "community_name": "Community 24"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 24,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_app_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 24"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 24,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_app_ds_react_handlepropertychange",
      "community_name": "Community 24"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 24,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_app_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 24"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 24,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_app_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 24"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 117,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_app_ds_react_shoulduseclickevent",
      "community_name": "Community 117"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 24,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_app_ds_react_gettargetinstforclickevent",
      "community_name": "Community 24"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 24,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_app_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 24"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 93,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_app_ds_react_handlecontrolledinputblur",
      "community_name": "Community 93"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_app_ds_react_extractevents_1",
      "community_name": "Community 117"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_app_ds_react_registerevents_2",
      "community_name": "Community 24"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_app_ds_react_extractevents_2",
      "community_name": "Community 117"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 24,
      "norm_label": "is()",
      "id": "docs_design_thingtime_app_ds_react_is",
      "community_name": "Community 24"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 60,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_app_ds_react_shallowequal",
      "community_name": "Community 60"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_app_ds_react_getleafnode",
      "community_name": "Community 24"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_app_ds_react_getsiblingnode",
      "community_name": "Community 24"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_app_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 24"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_app_ds_react_getoffsets",
      "community_name": "Community 24"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_app_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 24"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_app_ds_react_setoffsets",
      "community_name": "Community 24"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 24,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_app_ds_react_istextnode",
      "community_name": "Community 24"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 24,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_app_ds_react_containsnode",
      "community_name": "Community 24"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 24,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_app_ds_react_isindocument",
      "community_name": "Community 24"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 24,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_app_ds_react_issameoriginframe",
      "community_name": "Community 24"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_app_ds_react_getactiveelementdeep",
      "community_name": "Community 24"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 24,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_app_ds_react_hasselectioncapabilities",
      "community_name": "Community 24"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_app_ds_react_getselectioninformation",
      "community_name": "Community 24"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 24,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_app_ds_react_restoreselection",
      "community_name": "Community 24"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_app_ds_react_getselection",
      "community_name": "Community 24"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 24,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_app_ds_react_setselection",
      "community_name": "Community 24"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_app_ds_react_registerevents_3",
      "community_name": "Community 24"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_app_ds_react_getselection_1",
      "community_name": "Community 24"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 117,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_app_ds_react_geteventtargetdocument",
      "community_name": "Community 117"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 117,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_app_ds_react_constructselectevent",
      "community_name": "Community 117"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_app_ds_react_extractevents_3",
      "community_name": "Community 117"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 24,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_app_ds_react_makeprefixmap",
      "community_name": "Community 24"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_app_ds_react_getvendorprefixedeventname",
      "community_name": "Community 24"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_app_ds_react_registersimpleevent",
      "community_name": "Community 24"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 24,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_app_ds_react_registersimpleevents",
      "community_name": "Community 24"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_app_ds_react_extractevents_4",
      "community_name": "Community 117"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 117,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_app_ds_react_extractevents_5",
      "community_name": "Community 117"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 24,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_app_ds_react_executedispatch",
      "community_name": "Community 24"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 24,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_app_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 24"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 166,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_app_ds_react_processdispatchqueue",
      "community_name": "Community 166"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 166,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_app_ds_react_dispatcheventsforplugins",
      "community_name": "Community 166"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 93,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_app_ds_react_listentonondelegatedevent",
      "community_name": "Community 93"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 308,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_app_ds_react_listentonativeevent",
      "community_name": "Community 308"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 308,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_app_ds_react_listentoallsupportedevents",
      "community_name": "Community 308"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 24,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_app_ds_react_addtrappedeventlistener",
      "community_name": "Community 24"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 166,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_app_ds_react_ismatchingrootcontainer",
      "community_name": "Community 166"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 166,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_app_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 166"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 117,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_app_ds_react_createdispatchlistener",
      "community_name": "Community 117"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 117,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_app_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 117"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 117,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 117"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_app_ds_react_getparent",
      "community_name": "Community 117"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_app_ds_react_getlowestcommonancestor",
      "community_name": "Community 117"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 117,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_app_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 117"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 117,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_app_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 117"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_app_ds_react_getlistenersetkey",
      "community_name": "Community 93"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 24,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_app_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 24"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 24,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_app_ds_react_checkforunmatchedtext",
      "community_name": "Community 24"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 151,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_app_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 151"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 24,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_app_ds_react_noop",
      "community_name": "Community 24"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 93,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_app_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 93"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 93,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_app_ds_react_setinitialdomproperties",
      "community_name": "Community 93"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 93,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_app_ds_react_updatedomproperties",
      "community_name": "Community 93"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 151,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_app_ds_react_createtextnode",
      "community_name": "Community 151"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 93,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "community_name": "Community 93"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 93,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_app_ds_react_diffproperties",
      "community_name": "Community 93"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 93,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_app_ds_react_updateproperties",
      "community_name": "Community 93"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_app_ds_react_getpossiblestandardname",
      "community_name": "Community 93"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 93,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "community_name": "Community 93"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 24,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_app_ds_react_diffhydratedtext",
      "community_name": "Community 24"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 151,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_app_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 151"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 151,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_app_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 151"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 151,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 151"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 151,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 151"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 93,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_app_ds_react_restorecontrolledstate_3",
      "community_name": "Community 93"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_app_ds_react_getroothostcontext",
      "community_name": "Community 24"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_app_ds_react_getchildhostcontext",
      "community_name": "Community 24"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_app_ds_react_getpublicinstance",
      "community_name": "Community 36"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 24,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_app_ds_react_prepareforcommit",
      "community_name": "Community 24"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 24,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_app_ds_react_resetaftercommit",
      "community_name": "Community 24"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 151,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_app_ds_react_createinstance",
      "community_name": "Community 151"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 24,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_app_ds_react_appendinitialchild",
      "community_name": "Community 24"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 93,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_app_ds_react_finalizeinitialchildren",
      "community_name": "Community 93"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 93,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_app_ds_react_prepareupdate",
      "community_name": "Community 93"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 151,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_app_ds_react_shouldsettextcontent",
      "community_name": "Community 151"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 151,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_app_ds_react_createtextinstance",
      "community_name": "Community 151"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_app_ds_react_getcurrenteventpriority",
      "community_name": "Community 24"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 24,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_app_ds_react_handleerrorinnexttick",
      "community_name": "Community 24"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_app_ds_react_commitmount",
      "community_name": "Community 36"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 151,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_app_ds_react_commitupdate",
      "community_name": "Community 151"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 24,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_app_ds_react_resettextcontent",
      "community_name": "Community 24"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 36,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_app_ds_react_committextupdate",
      "community_name": "Community 36"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 24,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_app_ds_react_appendchild",
      "community_name": "Community 24"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 24,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_app_ds_react_appendchildtocontainer",
      "community_name": "Community 24"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 24,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_app_ds_react_insertbefore",
      "community_name": "Community 24"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 24,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_app_ds_react_insertincontainerbefore",
      "community_name": "Community 24"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 36,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_app_ds_react_removechild",
      "community_name": "Community 36"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 36,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_app_ds_react_removechildfromcontainer",
      "community_name": "Community 36"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 36,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_app_ds_react_clearsuspenseboundary",
      "community_name": "Community 36"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 36,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_app_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 36"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 36,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_app_ds_react_hideinstance",
      "community_name": "Community 36"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 36,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_app_ds_react_hidetextinstance",
      "community_name": "Community 36"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 93,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_app_ds_react_unhideinstance",
      "community_name": "Community 93"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 36,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_app_ds_react_unhidetextinstance",
      "community_name": "Community 36"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 36,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_app_ds_react_clearcontainer",
      "community_name": "Community 36"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 24,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_app_ds_react_canhydrateinstance",
      "community_name": "Community 24"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 24,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_app_ds_react_canhydratetextinstance",
      "community_name": "Community 24"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 24,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 24"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 237,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_app_ds_react_issuspenseinstancepending",
      "community_name": "Community 237"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 237,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_app_ds_react_issuspenseinstancefallback",
      "community_name": "Community 237"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 237,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_app_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 237"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 237,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_app_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 237"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_app_ds_react_getnexthydratable",
      "community_name": "Community 24"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 151,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_app_ds_react_getnexthydratablesibling",
      "community_name": "Community 151"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_app_ds_react_getfirsthydratablechild",
      "community_name": "Community 24"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 24"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 24"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 151,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_app_ds_react_hydrateinstance",
      "community_name": "Community 151"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 24,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_app_ds_react_hydratetextinstance",
      "community_name": "Community 24"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 151,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_hydratesuspenseinstance",
      "community_name": "Community 151"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 151,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 151"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_getparentsuspenseinstance",
      "community_name": "Community 166"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_app_ds_react_commithydratedcontainer",
      "community_name": "Community 36"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 36"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 151,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_app_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 151"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 24,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 24"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 24,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 24"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 151"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 151"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnothydrateinstance",
      "community_name": "Community 151"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 151"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 151"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 151"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 151"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 151"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 151,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 151"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 32,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_app_ds_react_errorhydratingcontainer",
      "community_name": "Community 32"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 308,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_app_ds_react_prepareportalmount",
      "community_name": "Community 308"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 24,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_app_ds_react_detachdeletedinstance",
      "community_name": "Community 24"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 151,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_app_ds_react_precachefibernode",
      "community_name": "Community 151"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 308,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_app_ds_react_markcontainerasroot",
      "community_name": "Community 308"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 308,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_app_ds_react_unmarkcontainerasroot",
      "community_name": "Community 308"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 308,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_app_ds_react_iscontainermarkedasroot",
      "community_name": "Community 308"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_app_ds_react_getclosestinstancefromnode",
      "community_name": "Community 166"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_app_ds_react_getinstancefromnode",
      "community_name": "Community 166"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 117,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_app_ds_react_getnodefrominstance",
      "community_name": "Community 117"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_app_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 166"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 151,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_app_ds_react_updatefiberprops",
      "community_name": "Community 151"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 93,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_app_ds_react_geteventlistenerset",
      "community_name": "Community 93"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 24,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_app_ds_react_createcursor",
      "community_name": "Community 24"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 60,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_app_ds_react_getunmaskedcontext",
      "community_name": "Community 60"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 60,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_app_ds_react_cachecontext",
      "community_name": "Community 60"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 60,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_app_ds_react_getmaskedcontext",
      "community_name": "Community 60"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 60,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_app_ds_react_hascontextchanged",
      "community_name": "Community 60"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 60,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_app_ds_react_iscontextprovider",
      "community_name": "Community 60"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 151,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_app_ds_react_popcontext",
      "community_name": "Community 151"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 151,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_app_ds_react_poptoplevelcontextobject",
      "community_name": "Community 151"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 117,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_app_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 117"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 166,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_app_ds_react_processchildcontext",
      "community_name": "Community 166"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 60,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_app_ds_react_pushcontextprovider",
      "community_name": "Community 60"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 166,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_app_ds_react_invalidatecontextprovider",
      "community_name": "Community 166"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 166,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_app_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 166"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 32,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_app_ds_react_schedulesynccallback",
      "community_name": "Community 32"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 32,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_app_ds_react_schedulelegacysynccallback",
      "community_name": "Community 32"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 249,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_app_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 249"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 261,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_app_ds_react_flushsynccallbacks",
      "community_name": "Community 261"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 60,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_app_ds_react_isforkedchild",
      "community_name": "Community 60"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 60,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_app_ds_react_getforksatlevel",
      "community_name": "Community 60"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 93,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_app_ds_react_gettreeid",
      "community_name": "Community 93"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 60,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_app_ds_react_pushtreefork",
      "community_name": "Community 60"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 93,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_app_ds_react_pushtreeid",
      "community_name": "Community 93"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 60,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid",
      "community_name": "Community 60"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_app_ds_react_getbitlength",
      "community_name": "Community 93"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 93,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_app_ds_react_getleadingbit",
      "community_name": "Community 93"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 151,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_app_ds_react_poptreecontext",
      "community_name": "Community 151"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_app_ds_react_getsuspendedtreecontext",
      "community_name": "Community 24"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 24,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_app_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 24"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 60,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_app_ds_react_warnifnothydrating",
      "community_name": "Community 60"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 237,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_app_ds_react_warnifhydrating",
      "community_name": "Community 237"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_app_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 32"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 24,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_app_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 24"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 24,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_app_ds_react_enterhydrationstate",
      "community_name": "Community 24"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 24,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 24"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 151,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_app_ds_react_warnunhydratedinstance",
      "community_name": "Community 151"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 151,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_app_ds_react_deletehydratableinstance",
      "community_name": "Community 151"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 151,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance",
      "community_name": "Community 151"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 151,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_app_ds_react_insertnonhydratedinstance",
      "community_name": "Community 151"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 24,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_app_ds_react_tryhydrate",
      "community_name": "Community 24"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 151,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_app_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 151"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 151,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_app_ds_react_throwonhydrationmismatch",
      "community_name": "Community 151"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 151,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 151"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 151,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_app_ds_react_preparetohydratehostinstance",
      "community_name": "Community 151"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 24,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_app_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 24"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 151,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 151"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 151,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_app_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 151"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 151,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_app_ds_react_poptonexthostparent",
      "community_name": "Community 151"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 151,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "community_name": "Community 151"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 151,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_app_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 151"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 151,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_app_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 151"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_app_ds_react_resethydrationstate",
      "community_name": "Community 60"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 151,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_app_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 151"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 60,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_app_ds_react_getishydrating",
      "community_name": "Community 60"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 237,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_app_ds_react_queuehydrationerror",
      "community_name": "Community 237"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 249,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_app_ds_react_requestcurrenttransition",
      "community_name": "Community 249"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 36,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_app_ds_react_isreactclass",
      "community_name": "Community 36"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 36,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_app_ds_react_coerceref",
      "community_name": "Community 36"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 24,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_app_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 24"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_app_ds_react_warnonfunctiontype",
      "community_name": "Community 36"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_app_ds_react_resolvelazy",
      "community_name": "Community 60"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 24,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_app_ds_react_childreconciler",
      "community_name": "Community 24"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 60,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_app_ds_react_clonechildfibers",
      "community_name": "Community 60"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 151,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_app_ds_react_resetchildfibers",
      "community_name": "Community 151"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 32,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_app_ds_react_resetcontextdependencies",
      "community_name": "Community 32"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 24,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_app_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 24"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 24,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_app_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 24"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 60,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_app_ds_react_pushprovider",
      "community_name": "Community 60"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 151,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_app_ds_react_popprovider",
      "community_name": "Community 151"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 207,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_app_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 207"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 32,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_app_ds_react_propagatecontextchange",
      "community_name": "Community 32"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 32,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_app_ds_react_propagatecontextchange_eager",
      "community_name": "Community 32"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 60,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_app_ds_react_preparetoreadcontext",
      "community_name": "Community 60"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 60,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_app_ds_react_readcontext",
      "community_name": "Community 60"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 249,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_app_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 249"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 32,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_app_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 32"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 249,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 249"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 249,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 249"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 249,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_app_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 249"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 249,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 249"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 249,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_app_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 249"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 60,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_app_ds_react_initializeupdatequeue",
      "community_name": "Community 60"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 60,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_app_ds_react_cloneupdatequeue",
      "community_name": "Community 60"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 32,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_app_ds_react_createupdate",
      "community_name": "Community 32"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 249,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_app_ds_react_enqueueupdate",
      "community_name": "Community 249"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 249,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_app_ds_react_entangletransitions",
      "community_name": "Community 249"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 32,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_app_ds_react_enqueuecapturedupdate",
      "community_name": "Community 32"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_app_ds_react_getstatefromupdate",
      "community_name": "Community 24"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 207,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_app_ds_react_processupdatequeue",
      "community_name": "Community 207"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_app_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 60"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 60,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_app_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 60"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 24,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_app_ds_react_commitupdatequeue",
      "community_name": "Community 24"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 151,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_app_ds_react_requiredcontext",
      "community_name": "Community 151"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 151,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_app_ds_react_getroothostcontainer",
      "community_name": "Community 151"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 60,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_app_ds_react_pushhostcontainer",
      "community_name": "Community 60"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 151,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_app_ds_react_pophostcontainer",
      "community_name": "Community 151"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 151,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_app_ds_react_gethostcontext",
      "community_name": "Community 151"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 151,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_app_ds_react_pushhostcontext",
      "community_name": "Community 151"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 151,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_app_ds_react_pophostcontext",
      "community_name": "Community 151"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 237,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_app_ds_react_hassuspensecontext",
      "community_name": "Community 237"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 237,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_app_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 237"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 237,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_app_ds_react_setshallowsuspensecontext",
      "community_name": "Community 237"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 237,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_app_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 237"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 237,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_app_ds_react_pushsuspensecontext",
      "community_name": "Community 237"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 151,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_app_ds_react_popsuspensecontext",
      "community_name": "Community 151"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 24,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_app_ds_react_shouldcapturesuspense",
      "community_name": "Community 24"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 237,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_app_ds_react_findfirstsuspended",
      "community_name": "Community 237"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 151,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_app_ds_react_resetworkinprogressversions",
      "community_name": "Community 151"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 308,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_app_ds_react_registermutablesourceforhydration",
      "community_name": "Community 308"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 117,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_app_ds_react_mounthooktypesdev",
      "community_name": "Community 117"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 36,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_app_ds_react_updatehooktypesdev",
      "community_name": "Community 36"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 260,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_app_ds_react_checkdepsarearraydev",
      "community_name": "Community 260"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_app_ds_react_warnonhookmismatchindev",
      "community_name": "Community 36"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 24,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_app_ds_react_throwinvalidhookerror",
      "community_name": "Community 24"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 207,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_app_ds_react_arehookinputsequal",
      "community_name": "Community 207"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 60,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_app_ds_react_renderwithhooks",
      "community_name": "Community 60"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 60,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_app_ds_react_checkdidrenderidhook",
      "community_name": "Community 60"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 60,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_app_ds_react_bailouthooks",
      "community_name": "Community 60"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 32,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_app_ds_react_resethooksafterthrow",
      "community_name": "Community 32"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_app_ds_react_mountworkinprogresshook",
      "community_name": "Community 207"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_app_ds_react_updateworkinprogresshook",
      "community_name": "Community 207"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 207,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_app_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 207"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 207,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_app_ds_react_basicstatereducer",
      "community_name": "Community 207"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_app_ds_react_mountreducer",
      "community_name": "Community 207"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_app_ds_react_updatereducer",
      "community_name": "Community 207"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 207,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_app_ds_react_rerenderreducer",
      "community_name": "Community 207"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 24,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_app_ds_react_mountmutablesource",
      "community_name": "Community 24"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 24,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_app_ds_react_updatemutablesource",
      "community_name": "Community 24"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "community_name": "Community 207"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "community_name": "Community 207"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 207,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_app_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 207"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 249,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_app_ds_react_updatestoreinstance",
      "community_name": "Community 249"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 249,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_app_ds_react_subscribetostore",
      "community_name": "Community 249"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 249,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_app_ds_react_checkifsnapshotchanged",
      "community_name": "Community 249"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 249,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_app_ds_react_forcestorererender",
      "community_name": "Community 249"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_app_ds_react_mountstate",
      "community_name": "Community 207"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_app_ds_react_updatestate",
      "community_name": "Community 207"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 207,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_app_ds_react_rerenderstate",
      "community_name": "Community 207"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 207,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_app_ds_react_pusheffect",
      "community_name": "Community 207"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_app_ds_react_mountref",
      "community_name": "Community 207"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_app_ds_react_updateref",
      "community_name": "Community 207"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_app_ds_react_mounteffectimpl",
      "community_name": "Community 207"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_app_ds_react_updateeffectimpl",
      "community_name": "Community 207"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_app_ds_react_mounteffect",
      "community_name": "Community 207"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_app_ds_react_updateeffect",
      "community_name": "Community 207"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_app_ds_react_mountinsertioneffect",
      "community_name": "Community 207"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_app_ds_react_updateinsertioneffect",
      "community_name": "Community 207"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_app_ds_react_mountlayouteffect",
      "community_name": "Community 207"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_app_ds_react_updatelayouteffect",
      "community_name": "Community 207"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 36,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_app_ds_react_imperativehandleeffect",
      "community_name": "Community 36"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_app_ds_react_mountimperativehandle",
      "community_name": "Community 207"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_app_ds_react_updateimperativehandle",
      "community_name": "Community 207"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 24,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_app_ds_react_mountdebugvalue",
      "community_name": "Community 24"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_app_ds_react_mountcallback",
      "community_name": "Community 207"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_app_ds_react_updatecallback",
      "community_name": "Community 207"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_app_ds_react_mountmemo",
      "community_name": "Community 207"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_app_ds_react_updatememo",
      "community_name": "Community 207"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_app_ds_react_mountdeferredvalue",
      "community_name": "Community 207"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_app_ds_react_updatedeferredvalue",
      "community_name": "Community 207"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 207,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_app_ds_react_rerenderdeferredvalue",
      "community_name": "Community 207"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 207"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 207,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_app_ds_react_mounttransition",
      "community_name": "Community 207"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_app_ds_react_updatetransition",
      "community_name": "Community 207"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 207,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_app_ds_react_rerendertransition",
      "community_name": "Community 207"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_app_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 36"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 93,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_app_ds_react_mountid",
      "community_name": "Community 93"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 207,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_app_ds_react_updateid",
      "community_name": "Community 207"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 249,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "community_name": "Community 249"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 249,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "community_name": "Community 249"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 249,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_app_ds_react_isrenderphaseupdate",
      "community_name": "Community 249"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 249,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_app_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 249"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 249,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_app_ds_react_entangletransitionupdate",
      "community_name": "Community 249"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 249,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_app_ds_react_markupdateindevtools",
      "community_name": "Community 249"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 36,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_app_ds_react_iscurrentupdatenested",
      "community_name": "Community 36"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 261,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_app_ds_react_marknestedupdatescheduled",
      "community_name": "Community 261"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 32,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_app_ds_react_resetnestedupdateflag",
      "community_name": "Community 32"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 32,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_app_ds_react_syncnestedupdateflag",
      "community_name": "Community 32"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_app_ds_react_getcommittime",
      "community_name": "Community 36"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 261,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_app_ds_react_recordcommittime",
      "community_name": "Community 261"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 36,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_app_ds_react_startprofilertimer",
      "community_name": "Community 36"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 60,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 60"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 36,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 36"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 36,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_app_ds_react_recordlayouteffectduration",
      "community_name": "Community 36"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 36,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_app_ds_react_recordpassiveeffectduration",
      "community_name": "Community 36"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 36,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_app_ds_react_startlayouteffecttimer",
      "community_name": "Community 36"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 36,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_app_ds_react_startpassiveeffecttimer",
      "community_name": "Community 36"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 151,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_app_ds_react_transferactualduration",
      "community_name": "Community 151"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_app_ds_react_resolvedefaultprops",
      "community_name": "Community 60"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 60,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_app_ds_react_applyderivedstatefromprops",
      "community_name": "Community 60"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 60,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 60"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 60,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_app_ds_react_checkclassinstance",
      "community_name": "Community 60"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 60,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_app_ds_react_adoptclassinstance",
      "community_name": "Community 60"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 60,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "community_name": "Community 60"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 36,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_app_ds_react_callcomponentwillmount",
      "community_name": "Community 36"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 60,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_app_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 60"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 60,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "community_name": "Community 60"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "community_name": "Community 60"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "community_name": "Community 60"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 32,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 32"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 237,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_app_ds_react_createcapturedvalue",
      "community_name": "Community 237"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 32,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_app_ds_react_showerrordialog",
      "community_name": "Community 32"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 32,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_app_ds_react_logcapturederror",
      "community_name": "Community 32"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 32,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_app_ds_react_createrooterrorupdate",
      "community_name": "Community 32"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 32,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "community_name": "Community 32"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 166,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_app_ds_react_attachpinglistener",
      "community_name": "Community 166"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 32,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_app_ds_react_attachretrylistener",
      "community_name": "Community 32"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 32,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_app_ds_react_resetsuspendedcomponent",
      "community_name": "Community 32"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_app_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 24"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 32,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_app_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 32"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 32,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_app_ds_react_throwexception",
      "community_name": "Community 32"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 237,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_app_ds_react_getsuspendedcache",
      "community_name": "Community 237"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 60,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_app_ds_react_reconcilechildren",
      "community_name": "Community 60"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 60,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_app_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 60"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_app_ds_react_updateforwardref",
      "community_name": "Community 60"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "community_name": "Community 60"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "community_name": "Community 60"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_app_ds_react_updateoffscreencomponent",
      "community_name": "Community 60"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_app_ds_react_updatefragment",
      "community_name": "Community 60"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_app_ds_react_updatemode",
      "community_name": "Community 60"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_app_ds_react_updateprofiler",
      "community_name": "Community 60"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 151,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_app_ds_react_markref",
      "community_name": "Community 151"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "community_name": "Community 60"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "community_name": "Community 60"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 60,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "community_name": "Community 60"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 60,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_app_ds_react_pushhostrootcontext",
      "community_name": "Community 60"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_app_ds_react_updatehostroot",
      "community_name": "Community 60"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 60,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_app_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 60"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 151,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_app_ds_react_updatehostcomponent",
      "community_name": "Community 151"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 151,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_app_ds_react_updatehosttext",
      "community_name": "Community 151"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 60,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "community_name": "Community 60"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 60,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 60"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 60,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "community_name": "Community 60"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 60,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 60"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 237,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_app_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 237"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 237,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_app_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 237"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 237,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_app_ds_react_shouldremainonfallback",
      "community_name": "Community 237"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 237,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_app_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 237"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 237,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "community_name": "Community 237"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 237,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_app_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 237"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 237,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_app_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 237"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 237,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_app_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 237"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 237,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_app_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 237"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 237,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_app_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 237"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 237,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_app_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 237"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 237,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_app_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 237"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 237,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_app_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 237"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 237,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_app_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 237"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 237,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 237"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 207,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_app_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 207"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 237,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_app_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 237"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 237,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_app_ds_react_findlastcontentrow",
      "community_name": "Community 237"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 237,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_app_ds_react_validaterevealorder",
      "community_name": "Community 237"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 237,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_app_ds_react_validatetailoptions",
      "community_name": "Community 237"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 260,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_app_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 260"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 260,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_app_ds_react_validatesuspenselistchildren",
      "community_name": "Community 260"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 237,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_app_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 237"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 237,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 237"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_app_ds_react_updateportalcomponent",
      "community_name": "Community 60"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "community_name": "Community 60"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 60,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "community_name": "Community 60"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 207,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_app_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 207"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_app_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 60"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 60,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 60"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 117,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_app_ds_react_remountfiber",
      "community_name": "Community 117"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 60,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_app_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 60"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 60,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 60"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 60,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_app_ds_react_beginwork",
      "community_name": "Community 60"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 151,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_app_ds_react_markupdate",
      "community_name": "Community 151"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 151,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_app_ds_react_markref_1",
      "community_name": "Community 151"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 151,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_app_ds_react_cutofftailifneeded",
      "community_name": "Community 151"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 151,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_app_ds_react_bubbleproperties",
      "community_name": "Community 151"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 151,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 151"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 151,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_app_ds_react_completework",
      "community_name": "Community 151"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 151,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_app_ds_react_unwindwork",
      "community_name": "Community 151"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 151,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "community_name": "Community 151"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 24,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_app_ds_react_reportuncaughterrorindev",
      "community_name": "Community 24"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 36,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_app_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 36"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 36,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_app_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 36"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 36,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_app_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 36"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 36,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_app_ds_react_safelyattachref",
      "community_name": "Community 36"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 36,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_app_ds_react_safelydetachref",
      "community_name": "Community 36"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 36,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_app_ds_react_safelycalldestroy",
      "community_name": "Community 36"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 24,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects",
      "community_name": "Community 24"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 24,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 24"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 36"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount",
      "community_name": "Community 36"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 36"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 36,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 36,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_app_ds_react_hideorunhideallchildren",
      "community_name": "Community 36"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_app_ds_react_commitattachref",
      "community_name": "Community 36"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 36,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_app_ds_react_detachfibermutation",
      "community_name": "Community 36"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 24,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_app_ds_react_detachfiberaftereffects",
      "community_name": "Community 24"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 24,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_app_ds_react_gethostparentfiber",
      "community_name": "Community 24"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 24,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_app_ds_react_ishostparent",
      "community_name": "Community 24"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 24,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_app_ds_react_gethostsibling",
      "community_name": "Community 24"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 24,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_app_ds_react_commitplacement",
      "community_name": "Community 24"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 24,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_app_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 24"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 24,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_app_ds_react_insertorappendplacementnode",
      "community_name": "Community 24"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_app_ds_react_commitdeletioneffects",
      "community_name": "Community 36"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 36,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_app_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 36"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_app_ds_react_commitsuspensecallback",
      "community_name": "Community 36"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_app_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 36"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 36,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_app_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 36"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_app_ds_react_commitmutationeffects",
      "community_name": "Community 36"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 36,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 36"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 24,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_app_ds_react_commitreconciliationeffects",
      "community_name": "Community 24"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_app_ds_react_commitlayouteffects",
      "community_name": "Community 36"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_app_ds_react_commitlayouteffects_begin",
      "community_name": "Community 36"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 36"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 36,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 36"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 36,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_app_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 36"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 36,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_app_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 36"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 36,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 261,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_app_ds_react_commitpassivemounteffects",
      "community_name": "Community 261"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 261,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 261"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_app_ds_react_commitpassivemountonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 261,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 261"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 36"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 24,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 24"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_app_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 36"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 36,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_app_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 36"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 36,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_app_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 36"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 36,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_app_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 36"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 36,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_app_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 36"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 261,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_app_ds_react_oncommitroot_1",
      "community_name": "Community 261"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 36,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_app_ds_react_islegacyactenvironment",
      "community_name": "Community 36"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 36,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_app_ds_react_isconcurrentactenvironment",
      "community_name": "Community 36"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 249,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_app_ds_react_resetrendertimer",
      "community_name": "Community 249"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 151,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_app_ds_react_getrendertargettime",
      "community_name": "Community 151"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 207,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_app_ds_react_getworkinprogressroot",
      "community_name": "Community 207"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 249,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_app_ds_react_requesteventtime",
      "community_name": "Community 249"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 249,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_app_ds_react_requestupdatelane",
      "community_name": "Community 249"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 24,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_app_ds_react_requestretrylane",
      "community_name": "Community 24"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 249,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "community_name": "Community 249"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 32,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_app_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 32"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 249,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_app_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 249"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 32,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "community_name": "Community 32"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 32,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "community_name": "Community 32"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 32,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 32"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 151,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_app_ds_react_queuerecoverableerrors",
      "community_name": "Community 151"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 32,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "community_name": "Community 32"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 32,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_app_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 32"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_app_ds_react_markrootsuspended_1",
      "community_name": "Community 32"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 32,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "community_name": "Community 32"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 249,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_app_ds_react_flushroot",
      "community_name": "Community 249"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 249,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_app_ds_react_batchedupdates_1",
      "community_name": "Community 249"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 261,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_app_ds_react_discreteupdates",
      "community_name": "Community 261"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 261,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_app_ds_react_flushsync",
      "community_name": "Community 261"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 261,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_app_ds_react_isalreadyrendering",
      "community_name": "Community 261"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 207,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_app_ds_react_pushrenderlanes",
      "community_name": "Community 207"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 151,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_app_ds_react_poprenderlanes",
      "community_name": "Community 151"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 32,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_app_ds_react_preparefreshstack",
      "community_name": "Community 32"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 32,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_app_ds_react_handleerror",
      "community_name": "Community 32"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 32,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_app_ds_react_pushdispatcher",
      "community_name": "Community 32"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 32,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_app_ds_react_popdispatcher",
      "community_name": "Community 32"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 36,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_app_ds_react_markcommittimeoffallback",
      "community_name": "Community 36"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 207,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_app_ds_react_markskippedupdatelanes",
      "community_name": "Community 207"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 151,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_app_ds_react_renderdidsuspend",
      "community_name": "Community 151"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 32,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_app_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 32"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 32,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_app_ds_react_renderdiderror",
      "community_name": "Community 32"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 151,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_app_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 151"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 32,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_app_ds_react_renderrootsync",
      "community_name": "Community 32"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 36,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_app_ds_react_workloopsync",
      "community_name": "Community 36"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 32,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "community_name": "Community 32"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 36,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_app_ds_react_workloopconcurrent",
      "community_name": "Community 36"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 36,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_app_ds_react_performunitofwork",
      "community_name": "Community 36"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 36,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_app_ds_react_completeunitofwork",
      "community_name": "Community 36"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 261,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_app_ds_react_commitroot",
      "community_name": "Community 261"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 261,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "community_name": "Community 261"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 261,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_app_ds_react_flushpassiveeffects",
      "community_name": "Community 261"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 261,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_app_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 261"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 261,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 261"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 32,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_app_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 32"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 32,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_app_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 32"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 24,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_app_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 24"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 32,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 32"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 36,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "community_name": "Community 36"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 32,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "community_name": "Community 32"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 32,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_app_ds_react_retrytimedoutboundary",
      "community_name": "Community 32"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 32,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_app_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 32"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 32,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_app_ds_react_resolveretrywakeable",
      "community_name": "Community 32"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 32,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_app_ds_react_jnd",
      "community_name": "Community 32"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 249,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_app_ds_react_checkfornestedupdates",
      "community_name": "Community 249"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 261,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_app_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 261"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 36,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 36"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 36,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_app_ds_react_invokeeffectsindev",
      "community_name": "Community 36"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 36"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_app_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 36"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 32,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_app_ds_react_restorependingupdaters",
      "community_name": "Community 32"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 261,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_app_ds_react_schedulecallback_1",
      "community_name": "Community 261"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 32,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_app_ds_react_cancelcallback_1",
      "community_name": "Community 32"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 32,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_app_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 32"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 36"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 36,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_app_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 36"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 36,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_app_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 36"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 60"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_app_ds_react_resolveclassforhotreloading",
      "community_name": "Community 60"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_app_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 60"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 24,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_app_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 24"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 32,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_app_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 32"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 249,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_app_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 249"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_app_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 24"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_app_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 24"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_app_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 24"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 24,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_app_ds_react_fibernode",
      "community_name": "Community 24"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 60,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_app_ds_react_shouldconstruct_1",
      "community_name": "Community 60"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 60,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_app_ds_react_issimplefunctioncomponent",
      "community_name": "Community 60"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 60,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_app_ds_react_resolvelazycomponenttag",
      "community_name": "Community 60"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 60,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_app_ds_react_createworkinprogress",
      "community_name": "Community 60"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 151,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_app_ds_react_resetworkinprogress",
      "community_name": "Community 151"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_app_ds_react_createhostrootfiber",
      "community_name": "Community 308"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 60,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 60"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 60,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromelement",
      "community_name": "Community 60"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 237,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromfragment",
      "community_name": "Community 237"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 60,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromprofiler",
      "community_name": "Community 60"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 60,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromsuspense",
      "community_name": "Community 60"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 60,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 60"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 237,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromoffscreen",
      "community_name": "Community 237"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 24,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromtext",
      "community_name": "Community 24"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 151,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 151"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 24,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 24"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 24,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_app_ds_react_createfiberfromportal",
      "community_name": "Community 24"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 24,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_app_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 24"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 117,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_app_ds_react_fiberrootnode",
      "community_name": "Community 117"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_app_ds_react_createfiberroot",
      "community_name": "Community 308"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_app_ds_react_createportal",
      "community_name": "Community 308"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 166,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_app_ds_react_getcontextforsubtree",
      "community_name": "Community 166"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 36,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning",
      "community_name": "Community 36"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_app_ds_react_createcontainer",
      "community_name": "Community 308"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "community_name": "Community 308"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 249,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_app_ds_react_updatecontainer",
      "community_name": "Community 249"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 36,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_app_ds_react_getpublicrootinstance",
      "community_name": "Community 36"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 249,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 249"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 249,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_app_ds_react_markretrylaneimpl",
      "community_name": "Community 249"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 249,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_app_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 249"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 249,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_app_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 249"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 249,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_app_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 249"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_app_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 24"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 60,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_app_ds_react_shoulderror",
      "community_name": "Community 60"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 237,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_app_ds_react_shouldsuspend",
      "community_name": "Community 237"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 24,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_app_ds_react_findhostinstancebyfiber",
      "community_name": "Community 24"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 24,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_app_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 24"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 24,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_app_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 24"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 24,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_app_ds_react_injectintodevtools",
      "community_name": "Community 24"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 24,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_app_ds_react_reactdomroot",
      "community_name": "Community 24"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_app_ds_react_createroot",
      "community_name": "Community 308"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 24,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_app_ds_react_reactdomhydrationroot",
      "community_name": "Community 24"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 166,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_app_ds_react_schedulehydration",
      "community_name": "Community 166"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 308,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_app_ds_react_hydrateroot",
      "community_name": "Community 308"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 308,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_app_ds_react_isvalidcontainer",
      "community_name": "Community 308"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 308,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_app_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 308"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 308,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_app_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 308"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 308,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_app_ds_react_getreactrootelementincontainer",
      "community_name": "Community 308"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 308,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_app_ds_react_nooponrecoverableerror",
      "community_name": "Community 308"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 308,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 308"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 308,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_app_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 308"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 308,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 308"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 36,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_app_ds_react_finddomnode",
      "community_name": "Community 36"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 308,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_app_ds_react_hydrate",
      "community_name": "Community 308"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 60,
      "norm_label": "render()",
      "id": "docs_design_thingtime_app_ds_react_render",
      "community_name": "Community 60"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 308,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_app_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 308"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 308,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "community_name": "Community 308"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_app_ds_react_createportal_1",
      "community_name": "Community 308"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 308,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_app_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 308"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 308,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_app_ds_react_createroot_1",
      "community_name": "Community 308"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 308,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_app_ds_react_hydrateroot_1",
      "community_name": "Community 308"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 261,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_app_ds_react_flushsync_1",
      "community_name": "Community 261"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 18,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle",
      "community_name": "Community 18"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 18,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 18"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 18,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 18"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 172,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 172"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 357,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_memoize3",
      "community_name": "Community 357"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 18,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 18"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 18,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 18"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 18,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 18"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 357,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 357"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 357,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 357"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 18,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 18"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 18,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 18"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 18,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 18"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 18,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_assignafter",
      "community_name": "Community 18"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 172,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isarray",
      "community_name": "Community 172"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 172,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isobject",
      "community_name": "Community 172"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 18"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 172,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 172"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 172,
      "norm_label": "px()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_px",
      "community_name": "Community 172"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 172,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_normalize",
      "community_name": "Community 172"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 172,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_keys",
      "community_name": "Community 172"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 172,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_subtract",
      "community_name": "Community 172"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 172,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 172"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 172,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 172"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 18,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_compact",
      "community_name": "Community 18"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 18,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 18"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createcontext",
      "community_name": "Community 18"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 267,
      "norm_label": "get()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_get",
      "community_name": "Community 267"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 18,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_omit",
      "community_name": "Community 18"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 172,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_pick",
      "community_name": "Community 172"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 172,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_runiffn",
      "community_name": "Community 172"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 18,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_splitprops",
      "community_name": "Community 18"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 172,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_walkobject",
      "community_name": "Community 172"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 18"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 18"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 357,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createtransform",
      "community_name": "Community 357"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 18,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_toconfig",
      "community_name": "Community 18"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 357,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_logical",
      "community_name": "Community 357"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 458,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 458"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 458,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 458"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 172,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 172"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 18,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 18"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 357,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 357"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 18,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_filter",
      "community_name": "Community 18"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 18,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 18"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 172,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_ring",
      "community_name": "Community 172"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 18,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_bgclip",
      "community_name": "Community 18"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 458,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_transform",
      "community_name": "Community 458"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 18,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_vh",
      "community_name": "Community 18"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 18,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_fraction",
      "community_name": "Community 18"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 18,
      "norm_label": "float()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_float",
      "community_name": "Community 18"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 357,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_degree",
      "community_name": "Community 357"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 18,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_bgimage",
      "community_name": "Community 18"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 18,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_outline",
      "community_name": "Community 18"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 18,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 18"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 18,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_degreet",
      "community_name": "Community 18"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 357,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_prop",
      "community_name": "Community 357"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 18,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_propt",
      "community_name": "Community 18"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 18,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_get2",
      "community_name": "Community 18"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 267,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 267"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 357,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 357"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getcss",
      "community_name": "Community 18"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 18,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_definestyle",
      "community_name": "Community 18"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 18,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 18"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 18"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 172,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_normalize2",
      "community_name": "Community 172"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 172,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 172"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 172,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createresolver",
      "community_name": "Community 172"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 18,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 18"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 18,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 18"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 172,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 172"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 172,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 172"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 172,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_escape",
      "community_name": "Community 172"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 172,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_escapedot",
      "community_name": "Community 172"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 172,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 172"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 172,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addprefix",
      "community_name": "Community 172"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 172,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 172"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 172,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 172"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 172,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar",
      "community_name": "Community 172"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 172,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 172"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 172,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 172"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 172,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 172"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 172,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_omitvars",
      "community_name": "Community 172"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 172,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 172"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 172,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 172"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 172,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 172"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 172,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 172"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 18,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_anatomy",
      "community_name": "Community 18"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 267,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_guard",
      "community_name": "Community 267"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 213,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "community_name": "Community 213"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 267,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 267"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 18,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hash",
      "community_name": "Community 18"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 267,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_nametohex",
      "community_name": "Community 267"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 267,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_rgba",
      "community_name": "Community 267"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 267,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_transparentize",
      "community_name": "Community 267"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 267,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tohex",
      "community_name": "Community 267"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 18,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_get3",
      "community_name": "Community 18"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 18,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 18"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 221,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 221"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 221,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 221"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 221,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 221"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 221,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 221"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 18,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mode",
      "community_name": "Community 18"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 18,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_orient",
      "community_name": "Community 18"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 172,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_toref",
      "community_name": "Community 172"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 172,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 172"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 172,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 172"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 172,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_escape2",
      "community_name": "Community 172"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 172,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 172"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 172,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tovarref",
      "community_name": "Community 172"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 172,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tovar",
      "community_name": "Community 172"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 172,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 172"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 172,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getfallback",
      "community_name": "Community 172"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getbg",
      "community_name": "Community 18"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 18,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 18"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getsize",
      "community_name": "Community 18"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getsize2",
      "community_name": "Community 18"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 18"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getsize3",
      "community_name": "Community 18"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getsize4",
      "community_name": "Community 18"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 18,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 18"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 18"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 18,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 18"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 18,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 18"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 221,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hash2",
      "community_name": "Community 221"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 267,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_trim",
      "community_name": "Community 267"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 357,
      "norm_label": "match()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_match",
      "community_name": "Community 357"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 172,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_replace",
      "community_name": "Community 172"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 221,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_indexof",
      "community_name": "Community 221"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 221,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_charat",
      "community_name": "Community 221"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 221,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_substr",
      "community_name": "Community 221"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 221,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_strlen",
      "community_name": "Community 221"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 221,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_sizeof",
      "community_name": "Community 221"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 221,
      "norm_label": "append()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_append",
      "community_name": "Community 221"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 18,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_combine",
      "community_name": "Community 18"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 221,
      "norm_label": "node()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_node",
      "community_name": "Community 221"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 221,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_copy",
      "community_name": "Community 221"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 221,
      "norm_label": "char()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_char",
      "community_name": "Community 221"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 221,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_prev",
      "community_name": "Community 221"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 221,
      "norm_label": "next()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_next",
      "community_name": "Community 221"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 221,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_peek",
      "community_name": "Community 221"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 221,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_caret",
      "community_name": "Community 221"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 221,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_slice",
      "community_name": "Community 221"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 221,
      "norm_label": "token()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_token",
      "community_name": "Community 221"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 221,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_alloc",
      "community_name": "Community 221"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 221,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_dealloc",
      "community_name": "Community 221"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 221,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_delimit",
      "community_name": "Community 221"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 221,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_whitespace",
      "community_name": "Community 221"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 221,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_escaping",
      "community_name": "Community 221"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 221,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_delimiter",
      "community_name": "Community 221"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 221,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_commenter",
      "community_name": "Community 221"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 221,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_identifier",
      "community_name": "Community 221"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 221,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_compile",
      "community_name": "Community 221"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 221,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "community_name": "Community 221"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 221,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset",
      "community_name": "Community 221"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 221,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_comment",
      "community_name": "Community 221"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 221,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_declaration",
      "community_name": "Community 221"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 221,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_serialize",
      "community_name": "Community 221"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 221,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_stringify",
      "community_name": "Community 221"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 221,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_middleware",
      "community_name": "Community 221"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 18,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 18"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 221,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_prefix",
      "community_name": "Community 221"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 18,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_extends",
      "community_name": "Community 18"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 319,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 319"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 18,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_murmur2",
      "community_name": "Community 18"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 18,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 18"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 18"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 18,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 18"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 18,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_css2",
      "community_name": "Community 18"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 18,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes",
      "community_name": "Community 18"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 18"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 18"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 18"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 357,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 357"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 18"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 267,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 267"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 18,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_darkmode",
      "community_name": "Community 18"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 18,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_lightmode",
      "community_name": "Community 18"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 18,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 18"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 18,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cssvars",
      "community_name": "Community 18"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 18,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 18"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 18,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 18"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getdocument",
      "community_name": "Community 18"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getwindow",
      "community_name": "Community 18"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 18,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 18"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 18,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_useconstant",
      "community_name": "Community 18"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 541,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 541"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 18,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 18"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 18,
      "norm_label": "render()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_render",
      "community_name": "Community 18"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 18,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_popchild",
      "community_name": "Community 18"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 18,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 18"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usepresence",
      "community_name": "Community 18"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 18,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_useispresent",
      "community_name": "Community 18"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 18,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_ispresent",
      "community_name": "Community 18"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 319,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 319"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 18,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_memo",
      "community_name": "Community 18"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 18"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 18"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 357,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 357"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 18,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 18"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 18,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 18"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 18,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_filterprops",
      "community_name": "Community 18"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 330,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_warnonce",
      "community_name": "Community 330"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 18"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 213,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 213"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 213,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 213"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 213,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 213"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 213,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 213"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 213,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 213"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 213,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 213"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 213,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 213"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 331,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 331"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 18"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 331,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 331"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 331,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 331"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 331,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 331"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 357,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 357"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 18,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 18"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 18"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 18"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 357,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 357"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 319,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 319"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 319,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 319"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 267,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 267"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 213,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_makestate",
      "community_name": "Community 213"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 213,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 213"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 458,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 458"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 458,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 458"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 458,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 458"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 458,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 458"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 458,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 458"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 458,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 458"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 213,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 213"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 213,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 213"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 330,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 330"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 514,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 514"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 514,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 514"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 514,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 514"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 18,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 18"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 514,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 514"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 514,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 514"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 514,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usestyle",
      "community_name": "Community 514"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 514,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 514"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 514,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 514"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 357,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createuserender",
      "community_name": "Community 357"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 357,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 357"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 18,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 18"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 318,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 318"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 276,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 276"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 18,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_finished",
      "community_name": "Community 18"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 597,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getall",
      "community_name": "Community 597"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 597,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setall",
      "community_name": "Community 597"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 276,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 276"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 597,
      "norm_label": "time()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_time",
      "community_name": "Community 597"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 597,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_speed",
      "community_name": "Community 597"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 597,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_starttime",
      "community_name": "Community 597"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 276,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_duration",
      "community_name": "Community 276"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 276,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_runall",
      "community_name": "Community 276"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 276,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_flatten",
      "community_name": "Community 276"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 276,
      "norm_label": "play()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_play",
      "community_name": "Community 276"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 276,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_pause",
      "community_name": "Community 276"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 276,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cancel",
      "community_name": "Community 276"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 276,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_complete",
      "community_name": "Community 276"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 318,
      "norm_label": "then()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_then",
      "community_name": "Community 318"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 318,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 318"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 276,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 276"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 276,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 276"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 18,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_memosupports",
      "community_name": "Community 18"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 276,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 276"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 276,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 276"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 18,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 18"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 319,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 319"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 319,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 319"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 319,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_filterevents",
      "community_name": "Community 319"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 319,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hover",
      "community_name": "Community 319"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 18,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 18"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 18,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 18"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 18,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 18"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 18,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 18"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 319,
      "norm_label": "press()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_press",
      "community_name": "Community 319"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 18,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 18"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 18,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cleartime",
      "community_name": "Community 18"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 330,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 330"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 541,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removeitem",
      "community_name": "Community 541"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 330,
      "norm_label": "add()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_add",
      "community_name": "Community 330"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 213,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_notify",
      "community_name": "Community 213"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 319,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_clear",
      "community_name": "Community 319"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 213,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 213"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 213,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 213"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 213,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 213"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 213,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 213"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 330,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_onchange",
      "community_name": "Community 330"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 330,
      "norm_label": "on()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_on",
      "community_name": "Community 330"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 319,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 319"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 18,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_attach",
      "community_name": "Community 18"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 213,
      "norm_label": "set()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_set",
      "community_name": "Community 213"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 276,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 276"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 267,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_jump",
      "community_name": "Community 267"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getprevious",
      "community_name": "Community 18"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 213,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 213"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 318,
      "norm_label": "start()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_start",
      "community_name": "Community 318"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 276,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "community_name": "Community 276"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 18,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isanimating",
      "community_name": "Community 18"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 276,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 276"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 319,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_destroy",
      "community_name": "Community 319"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 318,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 318"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 318,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 318"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 318,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_settarget",
      "community_name": "Community 318"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 318,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 318"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 318,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 318"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 318,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 318"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 18,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 18"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 18,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 18"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 267,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isnone",
      "community_name": "Community 267"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 18,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isnullish",
      "community_name": "Community 18"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 18,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_parsehex",
      "community_name": "Community 18"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 357,
      "norm_label": "test()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_test",
      "community_name": "Community 357"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 267,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 267"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 267,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 267"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 267,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 267"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 267,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 267"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 357,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 357"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 267,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 267"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 267,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 267"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 319,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 319"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 319,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 319"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 319,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 319"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 319,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 319"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 319,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 319"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 267,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 267"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 18,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 18"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 267,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 267"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 18,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 18"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 267,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 267"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 319,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resume",
      "community_name": "Community 319"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 267,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 267"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 267,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 267"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 267,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 267"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 276,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 276"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 276,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cananimate",
      "community_name": "Community 276"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 276,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 276"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 276,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 276"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 319,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolved",
      "community_name": "Community 319"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 276,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 276"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 276,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 276"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 276,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 276"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 221,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 221"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 221,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 221"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 18,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 18"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 221,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_asrgba",
      "community_name": "Community 221"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 18,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 18"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 18,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 18"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 357,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getmixer",
      "community_name": "Community 357"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 18,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixarray",
      "community_name": "Community 18"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 357,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixobject",
      "community_name": "Community 357"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 18,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_matchorder",
      "community_name": "Community 18"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 357,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mix2",
      "community_name": "Community 357"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 213,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 213"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 18,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_findspring",
      "community_name": "Community 18"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 18,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 18"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 18,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 18"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 18,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 18"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 18"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 18,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_spring",
      "community_name": "Community 18"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 18,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_inertia",
      "community_name": "Community 18"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createmixers",
      "community_name": "Community 18"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 18,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_interpolate",
      "community_name": "Community 18"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 18,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_filloffset",
      "community_name": "Community 18"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 18,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 18"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 18,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 18"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 18,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 18"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 18,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 18"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 276,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "community_name": "Community 276"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 276,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_tick",
      "community_name": "Community 276"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 276,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_finish",
      "community_name": "Community 276"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 276,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_teardown",
      "community_name": "Community 276"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 276,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 276"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 276,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_sample",
      "community_name": "Community 276"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 276,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 276"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 276,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 276"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 276,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 276"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 276,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 276"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 18,
      "norm_label": "state()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_state",
      "community_name": "Community 18"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 331,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_supports",
      "community_name": "Community 331"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 18,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 18"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 318,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 318"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 318,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 318"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 318,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 318"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 319,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 319"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 319,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 319"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 318,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 318"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 213,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 213"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 213,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_animatelist",
      "community_name": "Community 213"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 213,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 213"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 18,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 18"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 213,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 213"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 213,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createstate",
      "community_name": "Community 213"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 330,
      "norm_label": "update()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "community_name": "Community 330"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 330,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 330"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 330,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "community_name": "Community 330"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 319,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_unmount",
      "community_name": "Community 319"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 330,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 330"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 213,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 213"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 330,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 330"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 213,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_distance2d",
      "community_name": "Community 213"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 213,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 213"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 213,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 213"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 213,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 213"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 18,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 18"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 213,
      "norm_label": "end()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_end",
      "community_name": "Community 213"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 213,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 213"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 213,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 213"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 213,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 213"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 213,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 213"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 213,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 213"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calclength",
      "community_name": "Community 400"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 400,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isnear",
      "community_name": "Community 400"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 400"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 400"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 400"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 400"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 400"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 400"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 331,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 331,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 331,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 331,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 331,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 400,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 400"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 18,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 18"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 331,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 331"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 331,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 331"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 331,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 331"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 331,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 331"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 331,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 331"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 331,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 331"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 267,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 267"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 399,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 399"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 399,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hasscale",
      "community_name": "Community 399"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 399,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hastransform",
      "community_name": "Community 399"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 399,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 399"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 399,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 399"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 399,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 399"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 399,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 399"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 399,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 399"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 399,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 399"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 399,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 399"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 267,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 267"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 399,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 399"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 399,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_transformbox",
      "community_name": "Community 399"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 267,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 267"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 267,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 267"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 331,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 331"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 331,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 331,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 331,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_startanimation",
      "community_name": "Community 331"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 318,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 318"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 331,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 331"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 331,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 331"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 318,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 318"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 318,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 318"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 331,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 331"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 331,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 331"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 330,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 330"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 331,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getprops",
      "community_name": "Community 331"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 331,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 331"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 18"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 330,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 330"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 330,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 330"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 18,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 18"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 330,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 330"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 541,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 541"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 541,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 541"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 18,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 18"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 318,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 318"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 18,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 18"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 541,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_remove",
      "community_name": "Community 541"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 319,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_foreach",
      "community_name": "Community 319"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 18,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_delay",
      "community_name": "Community 18"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 357,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 357"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 357,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getradius",
      "community_name": "Community 357"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 18,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_compress",
      "community_name": "Community 18"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 18,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 18"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 18,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 18"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 18,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 18"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 399,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 399"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 399,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 399"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 399,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 399"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 399,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 399"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 400,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 400"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 400,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 400"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 18,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_axisequals",
      "community_name": "Community 18"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 18,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_boxequals",
      "community_name": "Community 18"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 400,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 400"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 400,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 400"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 400,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 400"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 18,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 18"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 541,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_relegate",
      "community_name": "Community 541"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 541,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_promote",
      "community_name": "Community 541"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 18,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 18"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 18,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 18"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 18,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 18"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 18,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 18"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 18,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 18"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 318,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 318"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 18"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 330,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 330"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 400,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 400"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 18,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 18"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 18,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 18"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 18,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 18"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 18,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 18"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 18,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 18"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 213,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 213"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 18,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 18"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 18,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 18"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 18,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 18"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 18,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 18"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 18,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 18"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 18,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 18"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 18,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 18"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 18,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_mixbox",
      "community_name": "Community 18"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 18,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 18"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 18,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 18"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 18,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_roundbox",
      "community_name": "Community 18"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 400,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 400"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 18,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 18"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 18,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 18"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 18,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_onfocus",
      "community_name": "Community 18"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 18,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_onblur",
      "community_name": "Community 18"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 18,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 18"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 330,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 330"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 330,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 330"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 330,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_startobserver",
      "community_name": "Community 330"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 330,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 330"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 330,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 330"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 318,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 318"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 213,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 213"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 213,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 213"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 213,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 213"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 330,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 330"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 319,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 319"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 330,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 330"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 458,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 458"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 318,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 318"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 18,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 18"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getvariant",
      "community_name": "Community 18"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 318,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 318"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 18,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 18"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 330,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 330"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 330,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 330"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 318,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue",
      "community_name": "Community 318"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 318,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removevalue",
      "community_name": "Community 318"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 318,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 318"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 318,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue",
      "community_name": "Community 318"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 267,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue",
      "community_name": "Community 267"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 267,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 267"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 319,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 319"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 319,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 319"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 319,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 319"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 318,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 318"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 330,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 330"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 267,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 267"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 267,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 267"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 267,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 267"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 458,
      "norm_label": "build()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_build",
      "community_name": "Community 458"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 213,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 213"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 18,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_findtoast",
      "community_name": "Community 18"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 18,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 18"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 18,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 18"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 18,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 18"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 18,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 18"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 18,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_styled2",
      "community_name": "Community 18"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 18,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_factory",
      "community_name": "Community 18"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 18,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 18"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 18"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usechakra",
      "community_name": "Community 18"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 18,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 18"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 18"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 18"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 18,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 18"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 18,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_checkicon",
      "community_name": "Community 18"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 18,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_infoicon",
      "community_name": "Community 18"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 18,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_warningicon",
      "community_name": "Community 18"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 18"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 18,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 18"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 18,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_alerticon",
      "community_name": "Community 18"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 18,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_closeicon",
      "community_name": "Community 18"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 18"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createstore",
      "community_name": "Community 18"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 18,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_createtoast",
      "community_name": "Community 18"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 18,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_app_ds_thingtime_bundle_portal",
      "community_name": "Community 18"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 626,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_app_ds_tt_elements",
      "community_name": "Community 626"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 626,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_app_ds_tt_elements_ready",
      "community_name": "Community 626"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 626,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_app_ds_tt_elements_whenready",
      "community_name": "Community 626"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 626,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_app_ds_tt_elements_defineel",
      "community_name": "Community 626"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 137,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_app_support",
      "community_name": "Community 137"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 137,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_app_support_getreact",
      "community_name": "Community 137"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 137,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_app_support_getreactdom",
      "community_name": "Community 137"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 137,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_app_support_parsedcdocument",
      "community_name": "Community 137"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 137,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_app_support_parsedctext",
      "community_name": "Community 137"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 137,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_app_support_parsedataprops",
      "community_name": "Community 137"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 137,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_app_support_dcnamefrompath",
      "community_name": "Community 137"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 137,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_app_support_rootnamefordocument",
      "community_name": "Community 137"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 137,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_app_support_safedecode",
      "community_name": "Community 137"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 137,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_app_support_boot",
      "community_name": "Community 137"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 137,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_app_support_resolve",
      "community_name": "Community 137"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 137,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_app_support_parenswrapwhole",
      "community_name": "Community 137"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 137,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_app_support_findtoplevelequality",
      "community_name": "Community 137"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 137,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_app_support_resolvepath",
      "community_name": "Community 137"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 137,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_app_support_encodecase",
      "community_name": "Community 137"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 137,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_app_support_kebabtocamel",
      "community_name": "Community 137"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 137,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_app_support_csstoobj",
      "community_name": "Community 137"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 137,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_app_support_compileattr",
      "community_name": "Community 137"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 137,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_app_support_collectprops",
      "community_name": "Community 137"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 137,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_app_support_hostpositionstyle",
      "community_name": "Community 137"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 137,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_app_support_compiletemplate",
      "community_name": "Community 137"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_app_support_walkchildren",
      "community_name": "Community 137"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_app_support_walk",
      "community_name": "Community 137"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 137,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_app_support_warnunresolved",
      "community_name": "Community 137"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_app_support_walktext",
      "community_name": "Community 137"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_app_support_walkfor",
      "community_name": "Community 137"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_app_support_walkif",
      "community_name": "Community 137"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_app_support_walkcomponent",
      "community_name": "Community 137"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_app_support_walkximport",
      "community_name": "Community 137"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 137,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_app_support_contentkey",
      "community_name": "Community 137"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 137,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_app_support_walkelement",
      "community_name": "Community 137"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 137,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_app_support_constructor",
      "community_name": "Community 137"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 137,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_app_support_setstate",
      "community_name": "Community 137"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 137,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_app_support_forceupdate",
      "community_name": "Community 137"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 137,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_app_support_componentdidmount",
      "community_name": "Community 137"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 137,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_app_support_componentdidupdate",
      "community_name": "Community 137"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 137,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_app_support_componentwillunmount",
      "community_name": "Community 137"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 137,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_app_support_rendervals",
      "community_name": "Community 137"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 137,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_app_support_evaldclogic",
      "community_name": "Community 137"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 137,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_app_support_shallowequal",
      "community_name": "Community 137"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 137,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_app_support_placeholder",
      "community_name": "Community 137"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 137,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_app_support_hinttomin",
      "community_name": "Community 137"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 137,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_app_support_createcomponentfactory",
      "community_name": "Community 137"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 137,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_app_support_isrenderabletype",
      "community_name": "Community 137"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 137,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_app_support_resolvedottedpath",
      "community_name": "Community 137"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 137,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_app_support_createexternalmodules",
      "community_name": "Community 137"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 137,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_app_support_iselementclass",
      "community_name": "Community 137"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 137,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_app_support_createhelmetmanager",
      "community_name": "Community 137"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 137,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_app_support_createpseudosheet",
      "community_name": "Community 137"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 137,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_app_support_createregistry",
      "community_name": "Community 137"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 137,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_app_support_createruntime",
      "community_name": "Community 137"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 137,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_app_support_hiderawtemplate",
      "community_name": "Community 137"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 137,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_app_support_loadscript",
      "community_name": "Community 137"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 137,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_app_support_loadreactumd",
      "community_name": "Community 137"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 60,
      "norm_label": "init()",
      "id": "docs_design_thingtime_app_support_init",
      "community_name": "Community 60"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 727,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_directions_ds_react_dom",
      "community_name": "Community 727"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 2,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_directions_ds_react",
      "community_name": "Community 2"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 378,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_directions_ds_react_getiteratorfn",
      "community_name": "Community 378"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_directions_ds_react_setextrastackframe",
      "community_name": "Community 2"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 378,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_directions_ds_react_warn",
      "community_name": "Community 378"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 39,
      "norm_label": "error()",
      "id": "docs_design_thingtime_directions_ds_react_error",
      "community_name": "Community 39"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 378,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_directions_ds_react_printwarning",
      "community_name": "Community 378"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 39,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_directions_ds_react_warnnoop",
      "community_name": "Community 39"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 54,
      "norm_label": "component()",
      "id": "docs_design_thingtime_directions_ds_react_component",
      "community_name": "Community 54"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 54,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_directions_ds_react_component_setstate",
      "community_name": "Community 54"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 54,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_directions_ds_react_component_forceupdate",
      "community_name": "Community 54"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 2,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_directions_ds_react_componentdummy",
      "community_name": "Community 2"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 2,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_directions_ds_react_purecomponent",
      "community_name": "Community 2"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_directions_ds_react_createref",
      "community_name": "Community 2"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 378,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_directions_ds_react_isarray",
      "community_name": "Community 378"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 50,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_directions_ds_react_typename",
      "community_name": "Community 50"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 50,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_directions_ds_react_willcoercionthrow",
      "community_name": "Community 50"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 50,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_directions_ds_react_teststringcoercion",
      "community_name": "Community 50"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion",
      "community_name": "Community 50"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 54,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_directions_ds_react_getwrappedname",
      "community_name": "Community 54"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 54,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_directions_ds_react_getcontextname",
      "community_name": "Community 54"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 54,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype",
      "community_name": "Community 54"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 280,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_directions_ds_react_hasvalidref",
      "community_name": "Community 280"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 280,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_directions_ds_react_hasvalidkey",
      "community_name": "Community 280"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 280,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_directions_ds_react_definekeypropwarninggetter",
      "community_name": "Community 280"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 280,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_directions_ds_react_definerefpropwarninggetter",
      "community_name": "Community 280"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 280,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_directions_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 280"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 280,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_directions_ds_react_createelement",
      "community_name": "Community 280"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 378,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_directions_ds_react_cloneandreplacekey",
      "community_name": "Community 378"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 280,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_directions_ds_react_cloneelement",
      "community_name": "Community 280"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 378,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_directions_ds_react_isvalidelement",
      "community_name": "Community 378"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 50,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_directions_ds_react_escape",
      "community_name": "Community 50"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 378,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_directions_ds_react_escapeuserprovidedkey",
      "community_name": "Community 378"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_directions_ds_react_getelementkey",
      "community_name": "Community 50"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 378,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "community_name": "Community 378"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 2,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_directions_ds_react_mapchildren",
      "community_name": "Community 2"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 2,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_directions_ds_react_countchildren",
      "community_name": "Community 2"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 2,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_directions_ds_react_foreachchildren",
      "community_name": "Community 2"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 173,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_directions_ds_react_toarray",
      "community_name": "Community 173"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 378,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_directions_ds_react_onlychild",
      "community_name": "Community 378"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 378,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_directions_ds_react_createcontext",
      "community_name": "Community 378"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 39,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_directions_ds_react_lazyinitializer",
      "community_name": "Community 39"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 39,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_directions_ds_react_lazy",
      "community_name": "Community 39"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 39,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_directions_ds_react_forwardref",
      "community_name": "Community 39"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 2,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_directions_ds_react_isvalidelementtype",
      "community_name": "Community 2"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 2,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_directions_ds_react_memo",
      "community_name": "Community 2"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 2,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_directions_ds_react_resolvedispatcher",
      "community_name": "Community 2"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_directions_ds_react_usecontext",
      "community_name": "Community 2"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_directions_ds_react_usestate",
      "community_name": "Community 2"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_directions_ds_react_usereducer",
      "community_name": "Community 2"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 2,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_directions_ds_react_useref",
      "community_name": "Community 2"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 2,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_directions_ds_react_useeffect",
      "community_name": "Community 2"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 2,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_directions_ds_react_useinsertioneffect",
      "community_name": "Community 2"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 2,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_directions_ds_react_uselayouteffect",
      "community_name": "Community 2"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_directions_ds_react_usecallback",
      "community_name": "Community 2"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_directions_ds_react_usememo",
      "community_name": "Community 2"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 2,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_directions_ds_react_useimperativehandle",
      "community_name": "Community 2"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_directions_ds_react_usedebugvalue",
      "community_name": "Community 2"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_directions_ds_react_usetransition",
      "community_name": "Community 2"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_directions_ds_react_usedeferredvalue",
      "community_name": "Community 2"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 2,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_directions_ds_react_useid",
      "community_name": "Community 2"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 2,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_directions_ds_react_usesyncexternalstore",
      "community_name": "Community 2"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 2,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_directions_ds_react_disabledlog",
      "community_name": "Community 2"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 2,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_directions_ds_react_disablelogs",
      "community_name": "Community 2"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 2,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_directions_ds_react_reenablelogs",
      "community_name": "Community 2"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 2,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_directions_ds_react_describebuiltincomponentframe",
      "community_name": "Community 2"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 2,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_directions_ds_react_describenativecomponentframe",
      "community_name": "Community 2"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 2,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_directions_ds_react_describefunctioncomponentframe",
      "community_name": "Community 2"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 2,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_directions_ds_react_shouldconstruct",
      "community_name": "Community 2"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 2,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 2"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 2"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 54,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_directions_ds_react_checkproptypes",
      "community_name": "Community 54"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 2"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_directions_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 50"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_directions_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 2"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_directions_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 2"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_directions_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 50"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 378,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_directions_ds_react_validateexplicitkey",
      "community_name": "Community 378"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 378,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_directions_ds_react_validatechildkeys",
      "community_name": "Community 378"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 54,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_directions_ds_react_validateproptypes",
      "community_name": "Community 54"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 2,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_directions_ds_react_validatefragmentprops",
      "community_name": "Community 2"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "community_name": "Community 54"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 378,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_directions_ds_react_createfactorywithvalidation",
      "community_name": "Community 378"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 378,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_directions_ds_react_cloneelementwithvalidation",
      "community_name": "Community 378"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 148,
      "norm_label": "push()",
      "id": "docs_design_thingtime_directions_ds_react_push",
      "community_name": "Community 148"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 434,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_directions_ds_react_peek",
      "community_name": "Community 434"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 104,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_directions_ds_react_pop",
      "community_name": "Community 104"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 148,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_directions_ds_react_siftup",
      "community_name": "Community 148"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 148,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_directions_ds_react_siftdown",
      "community_name": "Community 148"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 148,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_directions_ds_react_compare",
      "community_name": "Community 148"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 434,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_directions_ds_react_marktaskerrored",
      "community_name": "Community 434"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 434,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_directions_ds_react_advancetimers",
      "community_name": "Community 434"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 434,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_directions_ds_react_handletimeout",
      "community_name": "Community 434"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 434,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_directions_ds_react_flushwork",
      "community_name": "Community 434"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 434,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_directions_ds_react_workloop",
      "community_name": "Community 434"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 2,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_runwithpriority",
      "community_name": "Community 2"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 2,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_next",
      "community_name": "Community 2"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 2,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_wrapcallback",
      "community_name": "Community 2"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 434,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "community_name": "Community 434"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 2,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_pauseexecution",
      "community_name": "Community 2"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 434,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_continueexecution",
      "community_name": "Community 434"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 434,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 434"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 2,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_cancelcallback",
      "community_name": "Community 2"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 2,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 2"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 434,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_directions_ds_react_shouldyieldtohost",
      "community_name": "Community 434"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 302,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_directions_ds_react_requestpaint",
      "community_name": "Community 302"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 2,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_directions_ds_react_forceframerate",
      "community_name": "Community 2"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 434,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_directions_ds_react_requesthostcallback",
      "community_name": "Community 434"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 434,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_directions_ds_react_requesthosttimeout",
      "community_name": "Community 434"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 434,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_directions_ds_react_cancelhosttimeout",
      "community_name": "Community 434"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 2,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_now",
      "community_name": "Community 2"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 302,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_directions_ds_react_starttransition",
      "community_name": "Community 302"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 39,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_directions_ds_react_enqueuetask",
      "community_name": "Community 39"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 39,
      "norm_label": "act()",
      "id": "docs_design_thingtime_directions_ds_react_act",
      "community_name": "Community 39"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 39,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_directions_ds_react_popactscope",
      "community_name": "Community 39"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 39,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_directions_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 39"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 39,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_directions_ds_react_flushactqueue",
      "community_name": "Community 39"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 54,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_directions_ds_react_setsuppresswarning",
      "community_name": "Community 54"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_directions_ds_react_registertwophaseevent",
      "community_name": "Community 2"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_directions_ds_react_registerdirectevent",
      "community_name": "Community 2"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion",
      "community_name": "Community 50"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_directions_ds_react_checkpropstringcoercion",
      "community_name": "Community 50"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_directions_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 50"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_directions_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 50"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 50"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 50,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_directions_ds_react_isattributenamesafe",
      "community_name": "Community 50"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 50,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_directions_ds_react_shouldignoreattribute",
      "community_name": "Community 50"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 50,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_directions_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 50"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 50,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_directions_ds_react_shouldremoveattribute",
      "community_name": "Community 50"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_directions_ds_react_getpropertyinfo",
      "community_name": "Community 50"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 2,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_directions_ds_react_propertyinforecord",
      "community_name": "Community 2"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 50,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_directions_ds_react_sanitizeurl",
      "community_name": "Community 50"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_directions_ds_react_getvalueforproperty",
      "community_name": "Community 50"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_directions_ds_react_getvalueforattribute",
      "community_name": "Community 50"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 50,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "community_name": "Community 50"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 2,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_directions_ds_react_describeclasscomponentframe",
      "community_name": "Community 2"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 2,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_directions_ds_react_describefiber",
      "community_name": "Community 2"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_directions_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 2"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_directions_ds_react_getwrappedname_1",
      "community_name": "Community 39"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_directions_ds_react_getcontextname_1",
      "community_name": "Community 39"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 39"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_directions_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 50"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_directions_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 2"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 39,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_directions_ds_react_resetcurrentfiber",
      "community_name": "Community 39"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 39,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_directions_ds_react_setcurrentfiber",
      "community_name": "Community 39"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_directions_ds_react_getcurrentfiber",
      "community_name": "Community 39"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 54,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_directions_ds_react_setisrendering",
      "community_name": "Community 54"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 50,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_directions_ds_react_tostring",
      "community_name": "Community 50"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 50,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_directions_ds_react_gettostringvalue",
      "community_name": "Community 50"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_directions_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 50"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 2,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_directions_ds_react_ischeckable",
      "community_name": "Community 2"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 2,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_directions_ds_react_gettracker",
      "community_name": "Community 2"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 2,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_directions_ds_react_detachtracker",
      "community_name": "Community 2"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_directions_ds_react_getvaluefromnode",
      "community_name": "Community 2"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 2,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_directions_ds_react_trackvalueonnode",
      "community_name": "Community 2"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 2,
      "norm_label": "track()",
      "id": "docs_design_thingtime_directions_ds_react_track",
      "community_name": "Community 2"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 2,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_directions_ds_react_updatevalueifchanged",
      "community_name": "Community 2"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_directions_ds_react_getactiveelement",
      "community_name": "Community 2"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 50,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_directions_ds_react_iscontrolled",
      "community_name": "Community 50"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 50,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_directions_ds_react_gethostprops",
      "community_name": "Community 50"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 50,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_directions_ds_react_initwrapperstate",
      "community_name": "Community 50"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 50,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_directions_ds_react_updatechecked",
      "community_name": "Community 50"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 50,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_directions_ds_react_updatewrapper",
      "community_name": "Community 50"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 50,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_directions_ds_react_postmountwrapper",
      "community_name": "Community 50"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 50,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_directions_ds_react_restorecontrolledstate",
      "community_name": "Community 50"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 50,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_directions_ds_react_updatenamedcousins",
      "community_name": "Community 50"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 50,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_directions_ds_react_setdefaultvalue",
      "community_name": "Community 50"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 50,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_directions_ds_react_validateprops",
      "community_name": "Community 50"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 50,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_directions_ds_react_postmountwrapper_1",
      "community_name": "Community 50"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 50,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_directions_ds_react_checkselectproptypes",
      "community_name": "Community 50"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 50,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_directions_ds_react_updateoptions",
      "community_name": "Community 50"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 50,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_directions_ds_react_gethostprops_1",
      "community_name": "Community 50"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 50,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_directions_ds_react_initwrapperstate_1",
      "community_name": "Community 50"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 50,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_directions_ds_react_postmountwrapper_2",
      "community_name": "Community 50"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 50,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_directions_ds_react_postupdatewrapper",
      "community_name": "Community 50"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 50,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_1",
      "community_name": "Community 50"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 50,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_directions_ds_react_gethostprops_2",
      "community_name": "Community 50"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 50,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_directions_ds_react_initwrapperstate_2",
      "community_name": "Community 50"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 50,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_directions_ds_react_updatewrapper_1",
      "community_name": "Community 50"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 50,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_directions_ds_react_postmountwrapper_3",
      "community_name": "Community 50"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 50,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_2",
      "community_name": "Community 50"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 280,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_directions_ds_react_getintrinsicnamespace",
      "community_name": "Community 280"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 280,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_directions_ds_react_getchildnamespace",
      "community_name": "Community 280"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 2,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_directions_ds_react_prefixkey",
      "community_name": "Community 2"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 50,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_directions_ds_react_dangerousstylevalue",
      "community_name": "Community 50"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 50,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_directions_ds_react_hyphenatestylename",
      "community_name": "Community 50"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 50,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_directions_ds_react_createdangerousstringforstyles",
      "community_name": "Community 50"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 50,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_directions_ds_react_setvalueforstyles",
      "community_name": "Community 50"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 50,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_directions_ds_react_isvalueempty",
      "community_name": "Community 50"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 50,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_directions_ds_react_expandshorthandmap",
      "community_name": "Community 50"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 50,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_directions_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 50"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 50,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_directions_ds_react_assertvalidprops",
      "community_name": "Community 50"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 50,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_directions_ds_react_iscustomcomponent",
      "community_name": "Community 50"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 148,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_directions_ds_react_validateproperty",
      "community_name": "Community 148"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 148,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_directions_ds_react_warninvalidariaprops",
      "community_name": "Community 148"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 148,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_directions_ds_react_validateproperties",
      "community_name": "Community 148"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 39,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_directions_ds_react_validateproperties_1",
      "community_name": "Community 39"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 50,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_directions_ds_react_validateproperties_2",
      "community_name": "Community 50"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_directions_ds_react_setreplayingevent",
      "community_name": "Community 2"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 2,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_directions_ds_react_resetreplayingevent",
      "community_name": "Community 2"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 148,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_directions_ds_react_isreplayingevent",
      "community_name": "Community 148"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 2,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_directions_ds_react_geteventtarget",
      "community_name": "Community 2"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 2,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_directions_ds_react_restorestateoftarget",
      "community_name": "Community 2"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_directions_ds_react_setrestoreimplementation",
      "community_name": "Community 2"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 148,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_directions_ds_react_enqueuestaterestore",
      "community_name": "Community 148"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 2,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_directions_ds_react_needsstaterestore",
      "community_name": "Community 2"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 2,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_directions_ds_react_restorestateifneeded",
      "community_name": "Community 2"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 2,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_directions_ds_react_finisheventhandler",
      "community_name": "Community 2"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 2,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_directions_ds_react_batchedupdates",
      "community_name": "Community 2"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_directions_ds_react_setbatchingimplementation",
      "community_name": "Community 2"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 148,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_directions_ds_react_isinteractive",
      "community_name": "Community 148"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 148,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_directions_ds_react_shouldpreventmouseevent",
      "community_name": "Community 148"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_directions_ds_react_getlistener",
      "community_name": "Community 148"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 39,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_directions_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 39"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 2,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_directions_ds_react_restoreafterdispatch",
      "community_name": "Community 2"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 2,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_directions_ds_react_callcallback",
      "community_name": "Community 2"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 2,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_directions_ds_react_handlewindowerror",
      "community_name": "Community 2"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 2,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_directions_ds_react_invokeguardedcallback",
      "community_name": "Community 2"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 2,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_directions_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 2"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 2,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_directions_ds_react_rethrowcaughterror",
      "community_name": "Community 2"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 2,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_directions_ds_react_hascaughterror",
      "community_name": "Community 2"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 2,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_directions_ds_react_clearcaughterror",
      "community_name": "Community 2"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 2,
      "norm_label": "get()",
      "id": "docs_design_thingtime_directions_ds_react_get",
      "community_name": "Community 2"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 54,
      "norm_label": "has()",
      "id": "docs_design_thingtime_directions_ds_react_has",
      "community_name": "Community 54"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 2,
      "norm_label": "set()",
      "id": "docs_design_thingtime_directions_ds_react_set",
      "community_name": "Community 2"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber",
      "community_name": "Community 2"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_directions_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 2"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_directions_ds_react_getcontainerfromfiber",
      "community_name": "Community 2"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 268,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_directions_ds_react_isfibermounted",
      "community_name": "Community 268"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 2,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_directions_ds_react_ismounted",
      "community_name": "Community 2"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 2,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_directions_ds_react_assertismounted",
      "community_name": "Community 2"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_directions_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 2"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_directions_ds_react_findcurrenthostfiber",
      "community_name": "Community 2"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 2"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 2"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 2"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 2,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_directions_ds_react_injectinternals",
      "community_name": "Community 2"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 268,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_directions_ds_react_onscheduleroot",
      "community_name": "Community 268"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 302,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_directions_ds_react_oncommitroot",
      "community_name": "Community 302"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 302,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_directions_ds_react_onpostcommitroot",
      "community_name": "Community 302"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 39,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_directions_ds_react_oncommitunmount",
      "community_name": "Community 39"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 54,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 54"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 2,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_directions_ds_react_injectprofilinghooks",
      "community_name": "Community 2"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_directions_ds_react_getlanelabelmap",
      "community_name": "Community 2"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 302,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markcommitstarted",
      "community_name": "Community 302"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 302,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markcommitstopped",
      "community_name": "Community 302"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 54,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentrenderstarted",
      "community_name": "Community 54"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 54,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped",
      "community_name": "Community 54"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 39"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponenterrored",
      "community_name": "Community 77"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_directions_ds_react_markcomponentsuspended",
      "community_name": "Community 77"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 302,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_directions_ds_react_marklayouteffectsstarted",
      "community_name": "Community 302"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 302,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_directions_ds_react_marklayouteffectsstopped",
      "community_name": "Community 302"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 302,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 302"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 302,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 302"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_directions_ds_react_markrenderstarted",
      "community_name": "Community 77"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_directions_ds_react_markrenderyielded",
      "community_name": "Community 77"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_directions_ds_react_markrenderstopped",
      "community_name": "Community 77"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 268,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_directions_ds_react_markrenderscheduled",
      "community_name": "Community 268"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 2,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_directions_ds_react_markforceupdatescheduled",
      "community_name": "Community 2"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_directions_ds_react_markstateupdatescheduled",
      "community_name": "Community 77"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 2,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_directions_ds_react_clz32fallback",
      "community_name": "Community 2"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_directions_ds_react_getlabelforlane",
      "community_name": "Community 2"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 77,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_directions_ds_react_gethighestprioritylanes",
      "community_name": "Community 77"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 77,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_directions_ds_react_getnextlanes",
      "community_name": "Community 77"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 77,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_directions_ds_react_getmostrecenteventtime",
      "community_name": "Community 77"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 77,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_directions_ds_react_computeexpirationtime",
      "community_name": "Community 77"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_directions_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 77"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 77,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_directions_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 77"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 77,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_directions_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 77"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 268,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_directions_ds_react_includessynclane",
      "community_name": "Community 268"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 77,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_directions_ds_react_includesnonidlework",
      "community_name": "Community 77"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 77,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_directions_ds_react_includesonlyretries",
      "community_name": "Community 77"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 189,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_directions_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 189"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 77,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_directions_ds_react_includesonlytransitions",
      "community_name": "Community 77"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 189,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_directions_ds_react_includesblockinglane",
      "community_name": "Community 189"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 77,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_directions_ds_react_includesexpiredlane",
      "community_name": "Community 77"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 77,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_directions_ds_react_istransitionlane",
      "community_name": "Community 77"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 268,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_directions_ds_react_claimnexttransitionlane",
      "community_name": "Community 268"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 77,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_directions_ds_react_claimnextretrylane",
      "community_name": "Community 77"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 77,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_directions_ds_react_gethighestprioritylane",
      "community_name": "Community 77"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 268,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_directions_ds_react_pickarbitrarylane",
      "community_name": "Community 268"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 77,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 77"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 77,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_directions_ds_react_lanetoindex",
      "community_name": "Community 77"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 54,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_directions_ds_react_includessomelane",
      "community_name": "Community 54"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 189,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_directions_ds_react_issubsetoflanes",
      "community_name": "Community 189"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_directions_ds_react_mergelanes",
      "community_name": "Community 189"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 104,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_directions_ds_react_removelanes",
      "community_name": "Community 104"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 77,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_directions_ds_react_intersectlanes",
      "community_name": "Community 77"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 104,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_directions_ds_react_lanetolanes",
      "community_name": "Community 104"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 77,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_directions_ds_react_higherprioritylane",
      "community_name": "Community 77"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 148,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_directions_ds_react_createlanemap",
      "community_name": "Community 148"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_directions_ds_react_markrootupdated",
      "community_name": "Community 77"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_directions_ds_react_markrootsuspended",
      "community_name": "Community 77"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_directions_ds_react_markrootpinged",
      "community_name": "Community 77"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_directions_ds_react_markrootfinished",
      "community_name": "Community 77"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_directions_ds_react_markrootentangled",
      "community_name": "Community 77"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 77,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_directions_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 77"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 77,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_directions_ds_react_addfibertolanesmap",
      "community_name": "Community 77"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 77,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_directions_ds_react_movependingfiberstomemoized",
      "community_name": "Community 77"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 77,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_directions_ds_react_gettransitionsforlanes",
      "community_name": "Community 77"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 302,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority",
      "community_name": "Community 302"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 302,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority",
      "community_name": "Community 302"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 2,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_directions_ds_react_runwithpriority",
      "community_name": "Community 2"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 302,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_directions_ds_react_highereventpriority",
      "community_name": "Community 302"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 302,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_directions_ds_react_lowereventpriority",
      "community_name": "Community 302"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 2,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_directions_ds_react_ishighereventpriority",
      "community_name": "Community 2"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 77,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_directions_ds_react_lanestoeventpriority",
      "community_name": "Community 77"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 2,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_directions_ds_react_isrootdehydrated",
      "community_name": "Community 2"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_directions_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 2"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 2,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration",
      "community_name": "Community 2"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_directions_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 2"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_directions_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 2"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_directions_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 2"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_directions_ds_react_setattempthydrationatpriority",
      "community_name": "Community 2"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 2,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_directions_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 2"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_directions_ds_react_createqueuedreplayableevent",
      "community_name": "Community 2"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 2,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_directions_ds_react_clearifcontinuousevent",
      "community_name": "Community 2"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 2,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_directions_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 2"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 2,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_directions_ds_react_queueifcontinuousevent",
      "community_name": "Community 2"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 2,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 2"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 2,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_directions_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 2"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 2,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 2"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 2,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 2"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 2,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_directions_ds_react_replayunblockedevents",
      "community_name": "Community 2"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 39,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_directions_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 39"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 39,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_directions_ds_react_retryifblockedon",
      "community_name": "Community 39"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_directions_ds_react_setenabled",
      "community_name": "Community 2"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 2,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_directions_ds_react_isenabled",
      "community_name": "Community 2"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_directions_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 2"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 302,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_directions_ds_react_dispatchdiscreteevent",
      "community_name": "Community 302"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 302,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_directions_ds_react_dispatchcontinuousevent",
      "community_name": "Community 302"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 302,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_directions_ds_react_dispatchevent",
      "community_name": "Community 302"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 2,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 2"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent",
      "community_name": "Community 2"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 2,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_directions_ds_react_geteventpriority",
      "community_name": "Community 2"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 2,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_directions_ds_react_addeventbubblelistener",
      "community_name": "Community 2"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 2,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_directions_ds_react_addeventcapturelistener",
      "community_name": "Community 2"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 2,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_directions_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 2"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 2,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_directions_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 2"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 148,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_directions_ds_react_initialize",
      "community_name": "Community 148"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 148,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_directions_ds_react_reset",
      "community_name": "Community 148"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_directions_ds_react_getdata",
      "community_name": "Community 148"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 148,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_directions_ds_react_gettext",
      "community_name": "Community 148"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 148,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_directions_ds_react_geteventcharcode",
      "community_name": "Community 148"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 2,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_directions_ds_react_functionthatreturnstrue",
      "community_name": "Community 2"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 2,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_directions_ds_react_functionthatreturnsfalse",
      "community_name": "Community 2"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_directions_ds_react_createsyntheticevent",
      "community_name": "Community 2"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 2,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_directions_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 2"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 148,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_directions_ds_react_geteventkey",
      "community_name": "Community 148"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 2,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_directions_ds_react_modifierstategetter",
      "community_name": "Community 2"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 2,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_directions_ds_react_geteventmodifierstate",
      "community_name": "Community 2"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_directions_ds_react_registerevents",
      "community_name": "Community 2"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 148,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_directions_ds_react_iskeypresscommand",
      "community_name": "Community 148"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_directions_ds_react_getcompositioneventtype",
      "community_name": "Community 148"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 148,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_directions_ds_react_isfallbackcompositionstart",
      "community_name": "Community 148"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 148,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_directions_ds_react_isfallbackcompositionend",
      "community_name": "Community 148"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_directions_ds_react_getdatafromcustomevent",
      "community_name": "Community 148"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 148,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_directions_ds_react_isusingkoreanime",
      "community_name": "Community 148"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "community_name": "Community 148"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_directions_ds_react_getnativebeforeinputchars",
      "community_name": "Community 148"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 148"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_directions_ds_react_extractbeforeinputevent",
      "community_name": "Community 148"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_directions_ds_react_extractevents",
      "community_name": "Community 148"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 148,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_directions_ds_react_istextinputelement",
      "community_name": "Community 148"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 280,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_directions_ds_react_iseventsupported",
      "community_name": "Community 280"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_directions_ds_react_registerevents_1",
      "community_name": "Community 2"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 148,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_directions_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 148"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 148,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_directions_ds_react_shouldusechangeevent",
      "community_name": "Community 148"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 2,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_directions_ds_react_manualdispatchchangeevent",
      "community_name": "Community 2"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 2,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_directions_ds_react_runeventinbatch",
      "community_name": "Community 2"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged",
      "community_name": "Community 2"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 2,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_directions_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 2"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 2,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_directions_ds_react_startwatchingforvaluechange",
      "community_name": "Community 2"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 2,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_directions_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 2"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 2,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_directions_ds_react_handlepropertychange",
      "community_name": "Community 2"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 2,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_directions_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 2"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 2,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_directions_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 2"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 148,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_directions_ds_react_shoulduseclickevent",
      "community_name": "Community 148"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 2,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_directions_ds_react_gettargetinstforclickevent",
      "community_name": "Community 2"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 2,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_directions_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 2"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 50,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_directions_ds_react_handlecontrolledinputblur",
      "community_name": "Community 50"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_directions_ds_react_extractevents_1",
      "community_name": "Community 148"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_directions_ds_react_registerevents_2",
      "community_name": "Community 2"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_directions_ds_react_extractevents_2",
      "community_name": "Community 148"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 2,
      "norm_label": "is()",
      "id": "docs_design_thingtime_directions_ds_react_is",
      "community_name": "Community 2"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 54,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_directions_ds_react_shallowequal",
      "community_name": "Community 54"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_directions_ds_react_getleafnode",
      "community_name": "Community 2"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_directions_ds_react_getsiblingnode",
      "community_name": "Community 2"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_directions_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 2"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_directions_ds_react_getoffsets",
      "community_name": "Community 2"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_directions_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 2"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_directions_ds_react_setoffsets",
      "community_name": "Community 2"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 2,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_directions_ds_react_istextnode",
      "community_name": "Community 2"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 2,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_directions_ds_react_containsnode",
      "community_name": "Community 2"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 2,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_directions_ds_react_isindocument",
      "community_name": "Community 2"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 2,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_directions_ds_react_issameoriginframe",
      "community_name": "Community 2"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_directions_ds_react_getactiveelementdeep",
      "community_name": "Community 2"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 2,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_directions_ds_react_hasselectioncapabilities",
      "community_name": "Community 2"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_directions_ds_react_getselectioninformation",
      "community_name": "Community 2"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 2,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_directions_ds_react_restoreselection",
      "community_name": "Community 2"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_directions_ds_react_getselection",
      "community_name": "Community 2"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 2,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_directions_ds_react_setselection",
      "community_name": "Community 2"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_directions_ds_react_registerevents_3",
      "community_name": "Community 2"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_directions_ds_react_getselection_1",
      "community_name": "Community 2"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 148,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_directions_ds_react_geteventtargetdocument",
      "community_name": "Community 148"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 148,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_directions_ds_react_constructselectevent",
      "community_name": "Community 148"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_directions_ds_react_extractevents_3",
      "community_name": "Community 148"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 2,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_directions_ds_react_makeprefixmap",
      "community_name": "Community 2"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_directions_ds_react_getvendorprefixedeventname",
      "community_name": "Community 2"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_directions_ds_react_registersimpleevent",
      "community_name": "Community 2"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 2,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_directions_ds_react_registersimpleevents",
      "community_name": "Community 2"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_directions_ds_react_extractevents_4",
      "community_name": "Community 148"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 148,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_directions_ds_react_extractevents_5",
      "community_name": "Community 148"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 2,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_directions_ds_react_executedispatch",
      "community_name": "Community 2"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 2,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_directions_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 2"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 2,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_directions_ds_react_processdispatchqueue",
      "community_name": "Community 2"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 2,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_directions_ds_react_dispatcheventsforplugins",
      "community_name": "Community 2"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 50,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent",
      "community_name": "Community 50"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 268,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_directions_ds_react_listentonativeevent",
      "community_name": "Community 268"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 268,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents",
      "community_name": "Community 268"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 2,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener",
      "community_name": "Community 2"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 2,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_ismatchingrootcontainer",
      "community_name": "Community 2"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 2,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_directions_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 2"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 148,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_directions_ds_react_createdispatchlistener",
      "community_name": "Community 148"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 148,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_directions_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 148"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 148,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 148"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_directions_ds_react_getparent",
      "community_name": "Community 148"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_directions_ds_react_getlowestcommonancestor",
      "community_name": "Community 148"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 148,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_directions_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 148"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 148,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_directions_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 148"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_directions_ds_react_getlistenersetkey",
      "community_name": "Community 50"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 280,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_directions_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 280"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 280,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_directions_ds_react_checkforunmatchedtext",
      "community_name": "Community 280"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 280,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 280"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 2,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_directions_ds_react_noop",
      "community_name": "Community 2"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 50,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_directions_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 50"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 50,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_directions_ds_react_setinitialdomproperties",
      "community_name": "Community 50"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 50,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_directions_ds_react_updatedomproperties",
      "community_name": "Community 50"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 280,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_directions_ds_react_createtextnode",
      "community_name": "Community 280"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 50,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "community_name": "Community 50"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 50,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_directions_ds_react_diffproperties",
      "community_name": "Community 50"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 50,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_directions_ds_react_updateproperties",
      "community_name": "Community 50"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_directions_ds_react_getpossiblestandardname",
      "community_name": "Community 50"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 50,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "community_name": "Community 50"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 280,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_directions_ds_react_diffhydratedtext",
      "community_name": "Community 280"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 248,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 248"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 248,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 248"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 248,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 248"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 248,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 248"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 50,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_3",
      "community_name": "Community 50"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 280,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_directions_ds_react_getroothostcontext",
      "community_name": "Community 280"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 280,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_directions_ds_react_getchildhostcontext",
      "community_name": "Community 280"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_directions_ds_react_getpublicinstance",
      "community_name": "Community 39"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 2,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_directions_ds_react_prepareforcommit",
      "community_name": "Community 2"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 2,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_directions_ds_react_resetaftercommit",
      "community_name": "Community 2"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 280,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_directions_ds_react_createinstance",
      "community_name": "Community 280"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 450,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_directions_ds_react_appendinitialchild",
      "community_name": "Community 450"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 50,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_directions_ds_react_finalizeinitialchildren",
      "community_name": "Community 50"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 50,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_directions_ds_react_prepareupdate",
      "community_name": "Community 50"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 248,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_directions_ds_react_shouldsettextcontent",
      "community_name": "Community 248"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 280,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_createtextinstance",
      "community_name": "Community 280"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_directions_ds_react_getcurrenteventpriority",
      "community_name": "Community 2"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 2,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_directions_ds_react_handleerrorinnexttick",
      "community_name": "Community 2"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_directions_ds_react_commitmount",
      "community_name": "Community 39"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 280,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_directions_ds_react_commitupdate",
      "community_name": "Community 280"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 450,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_directions_ds_react_resettextcontent",
      "community_name": "Community 450"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 39,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_directions_ds_react_committextupdate",
      "community_name": "Community 39"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 450,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_directions_ds_react_appendchild",
      "community_name": "Community 450"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 450,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_directions_ds_react_appendchildtocontainer",
      "community_name": "Community 450"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 450,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_directions_ds_react_insertbefore",
      "community_name": "Community 450"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 450,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_directions_ds_react_insertincontainerbefore",
      "community_name": "Community 450"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 39,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_directions_ds_react_removechild",
      "community_name": "Community 39"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 39,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_removechildfromcontainer",
      "community_name": "Community 39"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 39,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_directions_ds_react_clearsuspenseboundary",
      "community_name": "Community 39"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 39,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 39"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 39,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_directions_ds_react_hideinstance",
      "community_name": "Community 39"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 39,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_hidetextinstance",
      "community_name": "Community 39"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 50,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_directions_ds_react_unhideinstance",
      "community_name": "Community 50"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 39,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_unhidetextinstance",
      "community_name": "Community 39"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 39,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_clearcontainer",
      "community_name": "Community 39"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 2,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_directions_ds_react_canhydrateinstance",
      "community_name": "Community 2"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 2,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_canhydratetextinstance",
      "community_name": "Community 2"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 2,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 2"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 104,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_directions_ds_react_issuspenseinstancepending",
      "community_name": "Community 104"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 104,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_directions_ds_react_issuspenseinstancefallback",
      "community_name": "Community 104"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 104,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_directions_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 104"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 104,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_directions_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 104"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_directions_ds_react_getnexthydratable",
      "community_name": "Community 2"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 248,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_directions_ds_react_getnexthydratablesibling",
      "community_name": "Community 248"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_directions_ds_react_getfirsthydratablechild",
      "community_name": "Community 2"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 2"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 2"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 280,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_directions_ds_react_hydrateinstance",
      "community_name": "Community 280"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 280,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_hydratetextinstance",
      "community_name": "Community 280"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 280,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_hydratesuspenseinstance",
      "community_name": "Community 280"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 248,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 248"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_getparentsuspenseinstance",
      "community_name": "Community 2"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_commithydratedcontainer",
      "community_name": "Community 39"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 39"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 248,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_directions_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 248"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 280,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 280"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 280,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 280"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 248"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 248"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnothydrateinstance",
      "community_name": "Community 248"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 248"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 248"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 248"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 248"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 248"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 248,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 248"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 77,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_errorhydratingcontainer",
      "community_name": "Community 77"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 268,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_directions_ds_react_prepareportalmount",
      "community_name": "Community 268"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 2,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_directions_ds_react_detachdeletedinstance",
      "community_name": "Community 2"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 280,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_directions_ds_react_precachefibernode",
      "community_name": "Community 280"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 268,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_directions_ds_react_markcontainerasroot",
      "community_name": "Community 268"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 268,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_directions_ds_react_unmarkcontainerasroot",
      "community_name": "Community 268"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 268,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_directions_ds_react_iscontainermarkedasroot",
      "community_name": "Community 268"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_directions_ds_react_getclosestinstancefromnode",
      "community_name": "Community 2"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_directions_ds_react_getinstancefromnode",
      "community_name": "Community 2"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 148,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_directions_ds_react_getnodefrominstance",
      "community_name": "Community 148"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 50,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_directions_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 50"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 280,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_directions_ds_react_updatefiberprops",
      "community_name": "Community 280"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 50,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_directions_ds_react_geteventlistenerset",
      "community_name": "Community 50"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_directions_ds_react_createcursor",
      "community_name": "Community 2"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 54,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_directions_ds_react_getunmaskedcontext",
      "community_name": "Community 54"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 54,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_directions_ds_react_cachecontext",
      "community_name": "Community 54"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 54,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_directions_ds_react_getmaskedcontext",
      "community_name": "Community 54"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 54,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_directions_ds_react_hascontextchanged",
      "community_name": "Community 54"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 54,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_directions_ds_react_iscontextprovider",
      "community_name": "Community 54"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 104,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_directions_ds_react_popcontext",
      "community_name": "Community 104"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 104,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_directions_ds_react_poptoplevelcontextobject",
      "community_name": "Community 104"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 148,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_directions_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 148"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 148,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_directions_ds_react_processchildcontext",
      "community_name": "Community 148"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 54,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_directions_ds_react_pushcontextprovider",
      "community_name": "Community 54"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 148,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_directions_ds_react_invalidatecontextprovider",
      "community_name": "Community 148"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 268,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_directions_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 268"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 77,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_directions_ds_react_schedulesynccallback",
      "community_name": "Community 77"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 77,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_directions_ds_react_schedulelegacysynccallback",
      "community_name": "Community 77"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 77,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_directions_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 77"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 302,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_directions_ds_react_flushsynccallbacks",
      "community_name": "Community 302"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 54,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_directions_ds_react_isforkedchild",
      "community_name": "Community 54"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 54,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_directions_ds_react_getforksatlevel",
      "community_name": "Community 54"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 189,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_directions_ds_react_gettreeid",
      "community_name": "Community 189"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 54,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_directions_ds_react_pushtreefork",
      "community_name": "Community 54"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 54,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_directions_ds_react_pushtreeid",
      "community_name": "Community 54"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 54,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid",
      "community_name": "Community 54"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 189,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_directions_ds_react_getbitlength",
      "community_name": "Community 189"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 189,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_directions_ds_react_getleadingbit",
      "community_name": "Community 189"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 104,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_directions_ds_react_poptreecontext",
      "community_name": "Community 104"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_directions_ds_react_getsuspendedtreecontext",
      "community_name": "Community 2"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 2,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_directions_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 2"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 54,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_directions_ds_react_warnifnothydrating",
      "community_name": "Community 54"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 104,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_directions_ds_react_warnifhydrating",
      "community_name": "Community 104"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 268,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_directions_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 268"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 2,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_directions_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 2"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 2,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_directions_ds_react_enterhydrationstate",
      "community_name": "Community 2"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 2,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 2"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 248,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_directions_ds_react_warnunhydratedinstance",
      "community_name": "Community 248"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 248,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_directions_ds_react_deletehydratableinstance",
      "community_name": "Community 248"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 248,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance",
      "community_name": "Community 248"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 248,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_directions_ds_react_insertnonhydratedinstance",
      "community_name": "Community 248"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 2,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_directions_ds_react_tryhydrate",
      "community_name": "Community 2"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 248,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_directions_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 248"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 248,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_directions_ds_react_throwonhydrationmismatch",
      "community_name": "Community 248"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 248,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 248"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 280,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_directions_ds_react_preparetohydratehostinstance",
      "community_name": "Community 280"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 280,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_directions_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 280"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 280,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 280"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 248,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_directions_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 248"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 248,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_directions_ds_react_poptonexthostparent",
      "community_name": "Community 248"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 248,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "community_name": "Community 248"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 248,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_directions_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 248"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 248,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_directions_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 248"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_directions_ds_react_resethydrationstate",
      "community_name": "Community 54"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 248,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_directions_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 248"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 54,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_directions_ds_react_getishydrating",
      "community_name": "Community 54"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 104,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_directions_ds_react_queuehydrationerror",
      "community_name": "Community 104"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 268,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_directions_ds_react_requestcurrenttransition",
      "community_name": "Community 268"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 39,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_directions_ds_react_isreactclass",
      "community_name": "Community 39"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 39,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_directions_ds_react_coerceref",
      "community_name": "Community 39"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 2,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_directions_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 2"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 39,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_directions_ds_react_warnonfunctiontype",
      "community_name": "Community 39"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_directions_ds_react_resolvelazy",
      "community_name": "Community 54"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 2,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_directions_ds_react_childreconciler",
      "community_name": "Community 2"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 54,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_directions_ds_react_clonechildfibers",
      "community_name": "Community 54"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 104,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_directions_ds_react_resetchildfibers",
      "community_name": "Community 104"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 77,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_directions_ds_react_resetcontextdependencies",
      "community_name": "Community 77"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 189,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_directions_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 189"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 189,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_directions_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 189"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 54,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_directions_ds_react_pushprovider",
      "community_name": "Community 54"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 104,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_directions_ds_react_popprovider",
      "community_name": "Community 104"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 189,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_directions_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 189"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 268,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_directions_ds_react_propagatecontextchange",
      "community_name": "Community 268"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 268,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_directions_ds_react_propagatecontextchange_eager",
      "community_name": "Community 268"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 54,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_directions_ds_react_preparetoreadcontext",
      "community_name": "Community 54"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 54,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_directions_ds_react_readcontext",
      "community_name": "Community 54"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 77,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_directions_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 77"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 77,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_directions_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 77"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 77,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 77"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 77,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 77"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 77,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_directions_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 77"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 77,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 77"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_directions_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 77"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 54,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_directions_ds_react_initializeupdatequeue",
      "community_name": "Community 54"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 54,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_directions_ds_react_cloneupdatequeue",
      "community_name": "Community 54"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_directions_ds_react_createupdate",
      "community_name": "Community 268"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 268,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_directions_ds_react_enqueueupdate",
      "community_name": "Community 268"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 77,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_directions_ds_react_entangletransitions",
      "community_name": "Community 77"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 268,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_directions_ds_react_enqueuecapturedupdate",
      "community_name": "Community 268"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 189,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_directions_ds_react_getstatefromupdate",
      "community_name": "Community 189"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 189,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_directions_ds_react_processupdatequeue",
      "community_name": "Community 189"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_directions_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 54"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 54,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_directions_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 54"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 2,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_directions_ds_react_commitupdatequeue",
      "community_name": "Community 2"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 104,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_directions_ds_react_requiredcontext",
      "community_name": "Community 104"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 104,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_getroothostcontainer",
      "community_name": "Community 104"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 54,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_pushhostcontainer",
      "community_name": "Community 54"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 104,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_pophostcontainer",
      "community_name": "Community 104"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 104,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_directions_ds_react_gethostcontext",
      "community_name": "Community 104"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 104,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_directions_ds_react_pushhostcontext",
      "community_name": "Community 104"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 104,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_directions_ds_react_pophostcontext",
      "community_name": "Community 104"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 104,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_directions_ds_react_hassuspensecontext",
      "community_name": "Community 104"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 104,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_directions_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 104"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 104,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_directions_ds_react_setshallowsuspensecontext",
      "community_name": "Community 104"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 104,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_directions_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 104"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 104,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_directions_ds_react_pushsuspensecontext",
      "community_name": "Community 104"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 104,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_directions_ds_react_popsuspensecontext",
      "community_name": "Community 104"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 268,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_directions_ds_react_shouldcapturesuspense",
      "community_name": "Community 268"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 104,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_directions_ds_react_findfirstsuspended",
      "community_name": "Community 104"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 104,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_directions_ds_react_resetworkinprogressversions",
      "community_name": "Community 104"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 268,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_directions_ds_react_registermutablesourceforhydration",
      "community_name": "Community 268"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 148,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_directions_ds_react_mounthooktypesdev",
      "community_name": "Community 148"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 39,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_directions_ds_react_updatehooktypesdev",
      "community_name": "Community 39"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 378,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_directions_ds_react_checkdepsarearraydev",
      "community_name": "Community 378"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 39,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_directions_ds_react_warnonhookmismatchindev",
      "community_name": "Community 39"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 2,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_directions_ds_react_throwinvalidhookerror",
      "community_name": "Community 2"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 189,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_directions_ds_react_arehookinputsequal",
      "community_name": "Community 189"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 54,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_directions_ds_react_renderwithhooks",
      "community_name": "Community 54"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 54,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_directions_ds_react_checkdidrenderidhook",
      "community_name": "Community 54"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 54,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_directions_ds_react_bailouthooks",
      "community_name": "Community 54"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 77,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_directions_ds_react_resethooksafterthrow",
      "community_name": "Community 77"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook",
      "community_name": "Community 189"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook",
      "community_name": "Community 189"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 189,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_directions_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 189"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 189,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_directions_ds_react_basicstatereducer",
      "community_name": "Community 189"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 54,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_directions_ds_react_mountreducer",
      "community_name": "Community 54"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_directions_ds_react_updatereducer",
      "community_name": "Community 189"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 189,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_directions_ds_react_rerenderreducer",
      "community_name": "Community 189"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 2,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_directions_ds_react_mountmutablesource",
      "community_name": "Community 2"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 2,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_directions_ds_react_updatemutablesource",
      "community_name": "Community 2"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "community_name": "Community 189"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "community_name": "Community 189"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 189,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_directions_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 189"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 77,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_directions_ds_react_updatestoreinstance",
      "community_name": "Community 77"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 77,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_directions_ds_react_subscribetostore",
      "community_name": "Community 77"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 77,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_directions_ds_react_checkifsnapshotchanged",
      "community_name": "Community 77"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 77,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_directions_ds_react_forcestorererender",
      "community_name": "Community 77"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_directions_ds_react_mountstate",
      "community_name": "Community 189"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_directions_ds_react_updatestate",
      "community_name": "Community 189"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 189,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_directions_ds_react_rerenderstate",
      "community_name": "Community 189"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 189,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_directions_ds_react_pusheffect",
      "community_name": "Community 189"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_directions_ds_react_mountref",
      "community_name": "Community 189"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_directions_ds_react_updateref",
      "community_name": "Community 189"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_directions_ds_react_mounteffectimpl",
      "community_name": "Community 189"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_directions_ds_react_updateeffectimpl",
      "community_name": "Community 189"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_directions_ds_react_mounteffect",
      "community_name": "Community 189"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_directions_ds_react_updateeffect",
      "community_name": "Community 189"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_directions_ds_react_mountinsertioneffect",
      "community_name": "Community 189"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_directions_ds_react_updateinsertioneffect",
      "community_name": "Community 189"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_directions_ds_react_mountlayouteffect",
      "community_name": "Community 189"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_directions_ds_react_updatelayouteffect",
      "community_name": "Community 189"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 39,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_directions_ds_react_imperativehandleeffect",
      "community_name": "Community 39"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_directions_ds_react_mountimperativehandle",
      "community_name": "Community 189"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_directions_ds_react_updateimperativehandle",
      "community_name": "Community 189"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 2,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_directions_ds_react_mountdebugvalue",
      "community_name": "Community 2"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_directions_ds_react_mountcallback",
      "community_name": "Community 189"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_directions_ds_react_updatecallback",
      "community_name": "Community 189"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_directions_ds_react_mountmemo",
      "community_name": "Community 189"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_directions_ds_react_updatememo",
      "community_name": "Community 189"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_directions_ds_react_mountdeferredvalue",
      "community_name": "Community 189"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_directions_ds_react_updatedeferredvalue",
      "community_name": "Community 189"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 189,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_directions_ds_react_rerenderdeferredvalue",
      "community_name": "Community 189"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 189"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_directions_ds_react_mounttransition",
      "community_name": "Community 189"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_directions_ds_react_updatetransition",
      "community_name": "Community 189"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 189,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_directions_ds_react_rerendertransition",
      "community_name": "Community 189"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_directions_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 39"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 189,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_directions_ds_react_mountid",
      "community_name": "Community 189"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 189,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_directions_ds_react_updateid",
      "community_name": "Community 189"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 77,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "community_name": "Community 77"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 77,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "community_name": "Community 77"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 77,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_directions_ds_react_isrenderphaseupdate",
      "community_name": "Community 77"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 77,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_directions_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 77"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 77,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_directions_ds_react_entangletransitionupdate",
      "community_name": "Community 77"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_directions_ds_react_markupdateindevtools",
      "community_name": "Community 77"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 39,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_directions_ds_react_iscurrentupdatenested",
      "community_name": "Community 39"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 302,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_directions_ds_react_marknestedupdatescheduled",
      "community_name": "Community 302"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 77,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_directions_ds_react_resetnestedupdateflag",
      "community_name": "Community 77"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 77,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_directions_ds_react_syncnestedupdateflag",
      "community_name": "Community 77"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_directions_ds_react_getcommittime",
      "community_name": "Community 39"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 302,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_directions_ds_react_recordcommittime",
      "community_name": "Community 302"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 39,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_directions_ds_react_startprofilertimer",
      "community_name": "Community 39"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 54,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 54"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 39,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 39"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 39,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration",
      "community_name": "Community 39"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 39,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_directions_ds_react_recordpassiveeffectduration",
      "community_name": "Community 39"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 39,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer",
      "community_name": "Community 39"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 39,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_directions_ds_react_startpassiveeffecttimer",
      "community_name": "Community 39"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 104,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_directions_ds_react_transferactualduration",
      "community_name": "Community 104"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_directions_ds_react_resolvedefaultprops",
      "community_name": "Community 54"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 54,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_directions_ds_react_applyderivedstatefromprops",
      "community_name": "Community 54"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 54,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 54"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 54,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_directions_ds_react_checkclassinstance",
      "community_name": "Community 54"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 54,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_directions_ds_react_adoptclassinstance",
      "community_name": "Community 54"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 54,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "community_name": "Community 54"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 39,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_directions_ds_react_callcomponentwillmount",
      "community_name": "Community 39"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 54,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_directions_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 54"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 54,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "community_name": "Community 54"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "community_name": "Community 54"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "community_name": "Community 54"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 54"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 104,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_directions_ds_react_createcapturedvalue",
      "community_name": "Community 104"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 268,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_directions_ds_react_showerrordialog",
      "community_name": "Community 268"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 268,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_directions_ds_react_logcapturederror",
      "community_name": "Community 268"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_directions_ds_react_createrooterrorupdate",
      "community_name": "Community 268"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "community_name": "Community 268"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 77,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_directions_ds_react_attachpinglistener",
      "community_name": "Community 77"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 268,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_directions_ds_react_attachretrylistener",
      "community_name": "Community 268"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 268,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_directions_ds_react_resetsuspendedcomponent",
      "community_name": "Community 268"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 268,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_directions_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 268"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 268,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_directions_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 268"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 268,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_directions_ds_react_throwexception",
      "community_name": "Community 268"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 104,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_directions_ds_react_getsuspendedcache",
      "community_name": "Community 104"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 54,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_directions_ds_react_reconcilechildren",
      "community_name": "Community 54"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 54,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_directions_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 54"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "community_name": "Community 54"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "community_name": "Community 54"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "community_name": "Community 54"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent",
      "community_name": "Community 54"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_directions_ds_react_updatefragment",
      "community_name": "Community 54"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_directions_ds_react_updatemode",
      "community_name": "Community 54"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_directions_ds_react_updateprofiler",
      "community_name": "Community 54"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 248,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_directions_ds_react_markref",
      "community_name": "Community 248"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "community_name": "Community 54"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "community_name": "Community 54"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 54,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "community_name": "Community 54"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 54,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_directions_ds_react_pushhostrootcontext",
      "community_name": "Community 54"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "community_name": "Community 54"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 54,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_directions_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 54"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 248,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updatehostcomponent",
      "community_name": "Community 248"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 248,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_directions_ds_react_updatehosttext",
      "community_name": "Community 248"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 54,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "community_name": "Community 54"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 54,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 54"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 54,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "community_name": "Community 54"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 54,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 54"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 104,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_directions_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 104"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 104,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_directions_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 104"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 104,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_directions_ds_react_shouldremainonfallback",
      "community_name": "Community 104"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 104,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_directions_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 104"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 104,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "community_name": "Community 104"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 104,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_directions_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 104"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 104,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 104"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 104,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_directions_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 104"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 104,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_directions_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 104"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 104,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_directions_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 104"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 104,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_directions_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 104"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 104,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_directions_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 104"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 104,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 104"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 104,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_directions_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 104"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 104,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 104"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 189,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 189"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 104,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_directions_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 104"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 104,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_directions_ds_react_findlastcontentrow",
      "community_name": "Community 104"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 104,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_directions_ds_react_validaterevealorder",
      "community_name": "Community 104"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 104,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_directions_ds_react_validatetailoptions",
      "community_name": "Community 104"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 378,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_directions_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 378"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 378,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_directions_ds_react_validatesuspenselistchildren",
      "community_name": "Community 378"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 104,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_directions_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 104"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 104,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 104"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_directions_ds_react_updateportalcomponent",
      "community_name": "Community 54"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "community_name": "Community 54"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 54,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "community_name": "Community 54"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 189,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_directions_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 189"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_directions_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 54"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 54,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 54"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 148,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_directions_ds_react_remountfiber",
      "community_name": "Community 148"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 54,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_directions_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 54"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 54,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 54"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 54,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_directions_ds_react_beginwork",
      "community_name": "Community 54"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 104,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_directions_ds_react_markupdate",
      "community_name": "Community 104"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 104,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_directions_ds_react_markref_1",
      "community_name": "Community 104"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 104,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_directions_ds_react_cutofftailifneeded",
      "community_name": "Community 104"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 248,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_directions_ds_react_bubbleproperties",
      "community_name": "Community 248"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 248,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 248"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 104,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_directions_ds_react_completework",
      "community_name": "Community 104"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 104,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_directions_ds_react_unwindwork",
      "community_name": "Community 104"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 104,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "community_name": "Community 104"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 2,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_directions_ds_react_reportuncaughterrorindev",
      "community_name": "Community 2"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 39,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_directions_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 39"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 39,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_directions_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 39"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 39,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_directions_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 39"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 39,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_directions_ds_react_safelyattachref",
      "community_name": "Community 39"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 39,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_directions_ds_react_safelydetachref",
      "community_name": "Community 39"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 39,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_directions_ds_react_safelycalldestroy",
      "community_name": "Community 39"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 2,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects",
      "community_name": "Community 2"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 2,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 2"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 39"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount",
      "community_name": "Community 39"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 39"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 39,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 39,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren",
      "community_name": "Community 39"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_directions_ds_react_commitattachref",
      "community_name": "Community 39"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 39,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_directions_ds_react_detachfibermutation",
      "community_name": "Community 39"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 2,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_directions_ds_react_detachfiberaftereffects",
      "community_name": "Community 2"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 450,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_directions_ds_react_gethostparentfiber",
      "community_name": "Community 450"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 450,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_directions_ds_react_ishostparent",
      "community_name": "Community 450"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 450,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_directions_ds_react_gethostsibling",
      "community_name": "Community 450"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 450,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_directions_ds_react_commitplacement",
      "community_name": "Community 450"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 450,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_directions_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 450"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 450,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_directions_ds_react_insertorappendplacementnode",
      "community_name": "Community 450"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_directions_ds_react_commitdeletioneffects",
      "community_name": "Community 39"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 39,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_directions_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 39"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_directions_ds_react_commitsuspensecallback",
      "community_name": "Community 39"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_directions_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 39"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 77,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_directions_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 77"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_directions_ds_react_commitmutationeffects",
      "community_name": "Community 39"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 39,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 39"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_directions_ds_react_commitreconciliationeffects",
      "community_name": "Community 39"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 302,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_directions_ds_react_commitlayouteffects",
      "community_name": "Community 302"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 302,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_directions_ds_react_commitlayouteffects_begin",
      "community_name": "Community 302"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 39"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 39,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 39"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 39,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 39"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 302,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 302"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 39,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 302,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects",
      "community_name": "Community 302"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 302,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 302"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassivemountonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 302,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 302"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 39"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 2,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 2"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 39"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 39,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_directions_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 39"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 39,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_directions_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 39"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 39,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_directions_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 39"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 39,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_directions_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 39"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 302,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_directions_ds_react_oncommitroot_1",
      "community_name": "Community 302"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 39,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_directions_ds_react_islegacyactenvironment",
      "community_name": "Community 39"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 39,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_directions_ds_react_isconcurrentactenvironment",
      "community_name": "Community 39"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 77,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_directions_ds_react_resetrendertimer",
      "community_name": "Community 77"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 104,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_directions_ds_react_getrendertargettime",
      "community_name": "Community 104"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 189,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_directions_ds_react_getworkinprogressroot",
      "community_name": "Community 189"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 77,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_directions_ds_react_requesteventtime",
      "community_name": "Community 77"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 268,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_directions_ds_react_requestupdatelane",
      "community_name": "Community 268"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 77,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_directions_ds_react_requestretrylane",
      "community_name": "Community 77"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 77,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "community_name": "Community 77"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 77,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_directions_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 77"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 268,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_directions_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 268"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 77,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "community_name": "Community 77"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 77,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "community_name": "Community 77"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 77,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 77"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 248,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_directions_ds_react_queuerecoverableerrors",
      "community_name": "Community 248"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 77,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "community_name": "Community 77"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 77,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_directions_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 77"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_directions_ds_react_markrootsuspended_1",
      "community_name": "Community 77"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 77,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "community_name": "Community 77"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 77,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_directions_ds_react_flushroot",
      "community_name": "Community 77"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 77,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_directions_ds_react_batchedupdates_1",
      "community_name": "Community 77"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 302,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_directions_ds_react_discreteupdates",
      "community_name": "Community 302"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 302,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_directions_ds_react_flushsync",
      "community_name": "Community 302"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 302,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_directions_ds_react_isalreadyrendering",
      "community_name": "Community 302"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 189,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_directions_ds_react_pushrenderlanes",
      "community_name": "Community 189"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 104,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_directions_ds_react_poprenderlanes",
      "community_name": "Community 104"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 77,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_directions_ds_react_preparefreshstack",
      "community_name": "Community 77"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 77,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_directions_ds_react_handleerror",
      "community_name": "Community 77"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 77,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_directions_ds_react_pushdispatcher",
      "community_name": "Community 77"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 77,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_directions_ds_react_popdispatcher",
      "community_name": "Community 77"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 39,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_directions_ds_react_markcommittimeoffallback",
      "community_name": "Community 39"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 189,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_directions_ds_react_markskippedupdatelanes",
      "community_name": "Community 189"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 104,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_directions_ds_react_renderdidsuspend",
      "community_name": "Community 104"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 77,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_directions_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 77"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 268,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_directions_ds_react_renderdiderror",
      "community_name": "Community 268"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 104,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_directions_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 104"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 77,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "community_name": "Community 77"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 77,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_directions_ds_react_workloopsync",
      "community_name": "Community 77"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 77,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "community_name": "Community 77"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 77,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_directions_ds_react_workloopconcurrent",
      "community_name": "Community 77"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 39,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_directions_ds_react_performunitofwork",
      "community_name": "Community 39"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 39,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_directions_ds_react_completeunitofwork",
      "community_name": "Community 39"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 302,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_directions_ds_react_commitroot",
      "community_name": "Community 302"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 302,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "community_name": "Community 302"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 302,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_directions_ds_react_flushpassiveeffects",
      "community_name": "Community 302"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 148,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_directions_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 148"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 302,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 302"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 268,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_directions_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 268"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 268,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_directions_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 268"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 2,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_directions_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 2"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 77,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 77"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 39,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "community_name": "Community 39"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 77,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "community_name": "Community 77"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 77,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary",
      "community_name": "Community 77"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 77,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_directions_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 77"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 77,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_directions_ds_react_resolveretrywakeable",
      "community_name": "Community 77"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 77,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_directions_ds_react_jnd",
      "community_name": "Community 77"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 77,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_directions_ds_react_checkfornestedupdates",
      "community_name": "Community 77"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 302,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_directions_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 302"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 39,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 39"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 39,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_directions_ds_react_invokeeffectsindev",
      "community_name": "Community 39"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 39,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 39"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 39,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_directions_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 39"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 77,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_directions_ds_react_restorependingupdaters",
      "community_name": "Community 77"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 148,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_directions_ds_react_schedulecallback_1",
      "community_name": "Community 148"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 77,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_directions_ds_react_cancelcallback_1",
      "community_name": "Community 77"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 77,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_directions_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 77"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 39,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 39"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 39,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_directions_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 39"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 39,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_directions_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 39"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 54"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_directions_ds_react_resolveclassforhotreloading",
      "community_name": "Community 54"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_directions_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 54"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 2,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_directions_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 2"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 268,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_directions_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 268"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 77,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_directions_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 77"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_directions_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 2"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_directions_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 2"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_directions_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 2"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 2,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_directions_ds_react_fibernode",
      "community_name": "Community 2"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 54,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_directions_ds_react_shouldconstruct_1",
      "community_name": "Community 54"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 54,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_directions_ds_react_issimplefunctioncomponent",
      "community_name": "Community 54"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 54,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_directions_ds_react_resolvelazycomponenttag",
      "community_name": "Community 54"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_directions_ds_react_createworkinprogress",
      "community_name": "Community 54"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 104,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_directions_ds_react_resetworkinprogress",
      "community_name": "Community 104"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_directions_ds_react_createhostrootfiber",
      "community_name": "Community 268"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 54"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromelement",
      "community_name": "Community 54"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 104,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromfragment",
      "community_name": "Community 104"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromprofiler",
      "community_name": "Community 54"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromsuspense",
      "community_name": "Community 54"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 54,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 54"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 104,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromoffscreen",
      "community_name": "Community 104"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromtext",
      "community_name": "Community 2"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 248,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 248"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 2"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 2,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberfromportal",
      "community_name": "Community 2"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 2,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_directions_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 2"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 148,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_directions_ds_react_fiberrootnode",
      "community_name": "Community 148"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_directions_ds_react_createfiberroot",
      "community_name": "Community 268"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_directions_ds_react_createportal",
      "community_name": "Community 268"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 268,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_directions_ds_react_getcontextforsubtree",
      "community_name": "Community 268"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 39,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning",
      "community_name": "Community 39"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_createcontainer",
      "community_name": "Community 268"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "community_name": "Community 268"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 268,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "community_name": "Community 268"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 39,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_directions_ds_react_getpublicrootinstance",
      "community_name": "Community 39"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 77,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 77"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_directions_ds_react_markretrylaneimpl",
      "community_name": "Community 77"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 77,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_directions_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 77"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 77,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_directions_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 77"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 77,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_directions_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 77"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_directions_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 2"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 54,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_directions_ds_react_shoulderror",
      "community_name": "Community 54"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 104,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_directions_ds_react_shouldsuspend",
      "community_name": "Community 104"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 2,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_directions_ds_react_findhostinstancebyfiber",
      "community_name": "Community 2"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 2,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_directions_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 2"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 2,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_directions_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 2"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 2,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_directions_ds_react_injectintodevtools",
      "community_name": "Community 2"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 2,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_directions_ds_react_reactdomroot",
      "community_name": "Community 2"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_directions_ds_react_createroot",
      "community_name": "Community 268"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 2,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_directions_ds_react_reactdomhydrationroot",
      "community_name": "Community 2"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 2,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_directions_ds_react_schedulehydration",
      "community_name": "Community 2"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 268,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "community_name": "Community 268"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 268,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_isvalidcontainer",
      "community_name": "Community 268"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 268,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_directions_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 268"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 268,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_directions_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 268"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 268,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_directions_ds_react_getreactrootelementincontainer",
      "community_name": "Community 268"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 268,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_directions_ds_react_nooponrecoverableerror",
      "community_name": "Community 268"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 268,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 268"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 268,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_directions_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 268"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 268,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 268"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 39,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_directions_ds_react_finddomnode",
      "community_name": "Community 39"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 268,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_directions_ds_react_hydrate",
      "community_name": "Community 268"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 54,
      "norm_label": "render()",
      "id": "docs_design_thingtime_directions_ds_react_render",
      "community_name": "Community 54"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 268,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_directions_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 268"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 268,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "community_name": "Community 268"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_directions_ds_react_createportal_1",
      "community_name": "Community 268"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 268,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_directions_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 268"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 268,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_directions_ds_react_createroot_1",
      "community_name": "Community 268"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 268,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_directions_ds_react_hydrateroot_1",
      "community_name": "Community 268"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 302,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_directions_ds_react_flushsync_1",
      "community_name": "Community 302"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 16,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "community_name": "Community 16"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 16,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 16"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 16,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 16"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 173,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 173"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 358,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_memoize3",
      "community_name": "Community 358"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 16,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 16"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 16,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 16"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 16,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 16"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 358,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 358"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 358,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 358"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 16,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 16"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 16,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 16"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 16,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 16"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 16,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_assignafter",
      "community_name": "Community 16"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 173,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isarray",
      "community_name": "Community 173"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 173,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isobject",
      "community_name": "Community 173"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 16"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 173,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 173"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 173,
      "norm_label": "px()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_px",
      "community_name": "Community 173"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 173,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize",
      "community_name": "Community 173"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 173,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_keys",
      "community_name": "Community 173"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 173,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_subtract",
      "community_name": "Community 173"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 173,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 173"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 173,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 173"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 16,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_compact",
      "community_name": "Community 16"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 16,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 16"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createcontext",
      "community_name": "Community 16"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 256,
      "norm_label": "get()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_get",
      "community_name": "Community 256"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 16,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_omit",
      "community_name": "Community 16"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 173,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_pick",
      "community_name": "Community 173"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 173,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_runiffn",
      "community_name": "Community 173"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 16,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_splitprops",
      "community_name": "Community 16"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 173,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_walkobject",
      "community_name": "Community 173"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 16,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 16"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 16,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 16"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 358,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransform",
      "community_name": "Community 358"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 16,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_toconfig",
      "community_name": "Community 16"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 358,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_logical",
      "community_name": "Community 358"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 460,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 460"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 460,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 460"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 173,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 173"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 16,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 16"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 358,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 358"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 16,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_filter",
      "community_name": "Community 16"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 16,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 16"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 173,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_ring",
      "community_name": "Community 173"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 16,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_bgclip",
      "community_name": "Community 16"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 460,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_transform",
      "community_name": "Community 460"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 16,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_vh",
      "community_name": "Community 16"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 16,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_fraction",
      "community_name": "Community 16"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 16,
      "norm_label": "float()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_float",
      "community_name": "Community 16"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 358,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_degree",
      "community_name": "Community 358"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 16,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_bgimage",
      "community_name": "Community 16"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 16,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_outline",
      "community_name": "Community 16"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 16,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 16"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 16,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_degreet",
      "community_name": "Community 16"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 358,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_prop",
      "community_name": "Community 358"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 16,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_propt",
      "community_name": "Community 16"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 16,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_get2",
      "community_name": "Community 16"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 256,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 256"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 358,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 358"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getcss",
      "community_name": "Community 16"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 16,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_definestyle",
      "community_name": "Community 16"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 16,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 16"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 16"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 173,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize2",
      "community_name": "Community 173"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 173,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 173"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 173,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createresolver",
      "community_name": "Community 173"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 461,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 461"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 16,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 16"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 173,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 173"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 173,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 173"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 173,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_escape",
      "community_name": "Community 173"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 173,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_escapedot",
      "community_name": "Community 173"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 173,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 173"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 173,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addprefix",
      "community_name": "Community 173"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 173,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 173"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 173,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 173"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 173,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar",
      "community_name": "Community 173"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 173,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 173"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 173,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 173"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 173,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 173"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 173,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_omitvars",
      "community_name": "Community 173"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 173,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 173"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 173,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 173"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 173,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 173"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 173,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 173"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 16,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_anatomy",
      "community_name": "Community 16"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 256,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_guard",
      "community_name": "Community 256"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 190,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "community_name": "Community 190"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 256,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 256"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 16,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hash",
      "community_name": "Community 16"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 256,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_nametohex",
      "community_name": "Community 256"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 256,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_rgba",
      "community_name": "Community 256"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 256,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_transparentize",
      "community_name": "Community 256"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 256,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tohex",
      "community_name": "Community 256"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 16,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_get3",
      "community_name": "Community 16"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 16,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 16"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 195,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 195"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 195,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 195"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 195,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 195"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 195,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 195"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 16,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mode",
      "community_name": "Community 16"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 16,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_orient",
      "community_name": "Community 16"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 173,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_toref",
      "community_name": "Community 173"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 173,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 173"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 173,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 173"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 173,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_escape2",
      "community_name": "Community 173"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 173,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 173"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 173,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tovarref",
      "community_name": "Community 173"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 173,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tovar",
      "community_name": "Community 173"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 173,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 173"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 173,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getfallback",
      "community_name": "Community 173"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getbg",
      "community_name": "Community 16"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 16,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 16"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize",
      "community_name": "Community 16"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize2",
      "community_name": "Community 16"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 16"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize3",
      "community_name": "Community 16"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize4",
      "community_name": "Community 16"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 16,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 16"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 16"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 16,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 16"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 16,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 16"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 195,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hash2",
      "community_name": "Community 195"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 256,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_trim",
      "community_name": "Community 256"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 358,
      "norm_label": "match()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_match",
      "community_name": "Community 358"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 173,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_replace",
      "community_name": "Community 173"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 195,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_indexof",
      "community_name": "Community 195"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 195,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_charat",
      "community_name": "Community 195"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 195,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_substr",
      "community_name": "Community 195"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 195,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_strlen",
      "community_name": "Community 195"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 195,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_sizeof",
      "community_name": "Community 195"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 195,
      "norm_label": "append()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_append",
      "community_name": "Community 195"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 16,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_combine",
      "community_name": "Community 16"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 195,
      "norm_label": "node()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_node",
      "community_name": "Community 195"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 195,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_copy",
      "community_name": "Community 195"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 195,
      "norm_label": "char()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_char",
      "community_name": "Community 195"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 195,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_prev",
      "community_name": "Community 195"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 195,
      "norm_label": "next()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_next",
      "community_name": "Community 195"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 195,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_peek",
      "community_name": "Community 195"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 195,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_caret",
      "community_name": "Community 195"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 195,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_slice",
      "community_name": "Community 195"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 195,
      "norm_label": "token()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_token",
      "community_name": "Community 195"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 195,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_alloc",
      "community_name": "Community 195"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 195,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_dealloc",
      "community_name": "Community 195"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 195,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_delimit",
      "community_name": "Community 195"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 195,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_whitespace",
      "community_name": "Community 195"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 195,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_escaping",
      "community_name": "Community 195"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 195,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_delimiter",
      "community_name": "Community 195"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 195,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_commenter",
      "community_name": "Community 195"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 195,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_identifier",
      "community_name": "Community 195"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 195,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_compile",
      "community_name": "Community 195"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 195,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "community_name": "Community 195"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 195,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset",
      "community_name": "Community 195"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 195,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_comment",
      "community_name": "Community 195"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 195,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_declaration",
      "community_name": "Community 195"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 195,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_serialize",
      "community_name": "Community 195"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 195,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_stringify",
      "community_name": "Community 195"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 195,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_middleware",
      "community_name": "Community 195"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 16,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 16"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 195,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_prefix",
      "community_name": "Community 195"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 16,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_extends",
      "community_name": "Community 16"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 161,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 161"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 16,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_murmur2",
      "community_name": "Community 16"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 16,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 16"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 16"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 16,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 16"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 16,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_css2",
      "community_name": "Community 16"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 16,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes",
      "community_name": "Community 16"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 461,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 461"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 16"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 16"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 358,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 358"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 16"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 256,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 256"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 16,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_darkmode",
      "community_name": "Community 16"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 16,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_lightmode",
      "community_name": "Community 16"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 16,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 16"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 16,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvars",
      "community_name": "Community 16"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 461,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 461"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 16,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 16"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getdocument",
      "community_name": "Community 16"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getwindow",
      "community_name": "Community 16"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 16,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 16"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 54,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_useconstant",
      "community_name": "Community 54"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 542,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 542"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 16,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 16"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 16,
      "norm_label": "render()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_render",
      "community_name": "Community 16"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 16,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_popchild",
      "community_name": "Community 16"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 16,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 16"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 16,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usepresence",
      "community_name": "Community 16"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 16,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_useispresent",
      "community_name": "Community 16"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 16,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_ispresent",
      "community_name": "Community 16"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 161,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 161"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 16,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_memo",
      "community_name": "Community 16"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 16"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 16"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 358,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 358"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 16,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 16"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 16,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 16"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 16,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_filterprops",
      "community_name": "Community 16"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 161,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_warnonce",
      "community_name": "Community 161"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 16"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 190,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 190"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 190,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 190"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 190,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 190"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 190,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 190"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 190,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 190"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 190,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 190"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 190,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 190"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 201,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 201"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 16,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 16"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 201,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 201"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 201,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 201"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 201,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 201"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 358,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 358"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 16,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 16"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 16,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 16"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 16"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 358,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 358"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 190,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 190"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 190,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 190"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 256,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 256"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 190,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_makestate",
      "community_name": "Community 190"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 190,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 190"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 460,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 460"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 460,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 460"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 460,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 460"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 460,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 460"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 460,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 460"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 460,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 460"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 190,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 190"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 190,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 190"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 161,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 161"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 515,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 515"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 515,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 515"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 515,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 515"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 16,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 16"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 515,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 515"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 515,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 515"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 515,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyle",
      "community_name": "Community 515"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 515,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 515"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 515,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 515"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 358,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createuserender",
      "community_name": "Community 358"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 358,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 358"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 16,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 16"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 201,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 201"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 277,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 277"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 16,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_finished",
      "community_name": "Community 16"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 598,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getall",
      "community_name": "Community 598"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 598,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setall",
      "community_name": "Community 598"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 277,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 277"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 598,
      "norm_label": "time()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_time",
      "community_name": "Community 598"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 598,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_speed",
      "community_name": "Community 598"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 598,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_starttime",
      "community_name": "Community 598"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 277,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_duration",
      "community_name": "Community 277"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 277,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_runall",
      "community_name": "Community 277"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 277,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_flatten",
      "community_name": "Community 277"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 277,
      "norm_label": "play()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_play",
      "community_name": "Community 277"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 277,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_pause",
      "community_name": "Community 277"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 277,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel",
      "community_name": "Community 277"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 277,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_complete",
      "community_name": "Community 277"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 201,
      "norm_label": "then()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_then",
      "community_name": "Community 201"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 201,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 201"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 277,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 277"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 277,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 277"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 16,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_memosupports",
      "community_name": "Community 16"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 277,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 277"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 277,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 277"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 16,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 16"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 161,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 161"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 161,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 161"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 161,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_filterevents",
      "community_name": "Community 161"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 161,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hover",
      "community_name": "Community 161"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 16,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 16"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 16,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 16"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 16,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 16"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 16,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 16"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 161,
      "norm_label": "press()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_press",
      "community_name": "Community 161"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 16,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 16"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 16,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cleartime",
      "community_name": "Community 16"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 161,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 161"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 542,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removeitem",
      "community_name": "Community 542"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 161,
      "norm_label": "add()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_add",
      "community_name": "Community 161"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 190,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_notify",
      "community_name": "Community 190"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 161,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_clear",
      "community_name": "Community 161"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 190,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 190"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 190,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 190"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 190,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 190"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 190,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 190"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 161,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_onchange",
      "community_name": "Community 161"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 161,
      "norm_label": "on()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_on",
      "community_name": "Community 161"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 161,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 161"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 16,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_attach",
      "community_name": "Community 16"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 190,
      "norm_label": "set()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_set",
      "community_name": "Community 190"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 277,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 277"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 256,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_jump",
      "community_name": "Community 256"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getprevious",
      "community_name": "Community 16"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 190,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 190"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 201,
      "norm_label": "start()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_start",
      "community_name": "Community 201"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 277,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "community_name": "Community 277"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 16,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isanimating",
      "community_name": "Community 16"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 277,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 277"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 161,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_destroy",
      "community_name": "Community 161"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 256,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 256"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 256,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 256"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 201,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_settarget",
      "community_name": "Community 201"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 201,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 201"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 201,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 201"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 201,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 201"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 16,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 16"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 16,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 16"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 256,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isnone",
      "community_name": "Community 256"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 16,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isnullish",
      "community_name": "Community 16"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 16,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_parsehex",
      "community_name": "Community 16"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 358,
      "norm_label": "test()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_test",
      "community_name": "Community 358"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 256,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 256"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 256,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 256"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 256,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 256"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 256,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 256"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 358,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 358"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 256,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 256"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 256,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 256"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 161,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 161"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 161,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 161"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 161,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 161"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 161,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 161"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 161,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 161"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 256,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 256"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 16,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 16"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 256,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 256"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 16,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 16"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 256,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 256"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 161,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resume",
      "community_name": "Community 161"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 256,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 256"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 256,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 256"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 256,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 256"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 277,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 277"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 277,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cananimate",
      "community_name": "Community 277"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 277,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 277"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 277,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 277"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 161,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolved",
      "community_name": "Community 161"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 277,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 277"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 277,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 277"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 277,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 277"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 195,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 195"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 195,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 195"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 16,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 16"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 195,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_asrgba",
      "community_name": "Community 195"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 16,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 16"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 16,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 16"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 358,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getmixer",
      "community_name": "Community 358"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 16,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixarray",
      "community_name": "Community 16"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 358,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixobject",
      "community_name": "Community 358"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 16,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_matchorder",
      "community_name": "Community 16"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 358,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mix2",
      "community_name": "Community 358"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 190,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 190"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 16,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_findspring",
      "community_name": "Community 16"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 16,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 16"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 16,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 16"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 16,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 16"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 16"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 16,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_spring",
      "community_name": "Community 16"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 16,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_inertia",
      "community_name": "Community 16"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createmixers",
      "community_name": "Community 16"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 16,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_interpolate",
      "community_name": "Community 16"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 16,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_filloffset",
      "community_name": "Community 16"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 16,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 16"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 16,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 16"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 16,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 16"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 16,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 16"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 277,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "community_name": "Community 277"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 277,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_tick",
      "community_name": "Community 277"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 277,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_finish",
      "community_name": "Community 277"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 277,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_teardown",
      "community_name": "Community 277"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 277,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 277"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 277,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_sample",
      "community_name": "Community 277"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 277,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 277"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 277,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 277"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 277,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 277"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 277,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 277"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 16,
      "norm_label": "state()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_state",
      "community_name": "Community 16"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 201,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_supports",
      "community_name": "Community 201"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 16,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 16"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 201,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 201"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 201,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 201"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 201,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 201"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 161,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 161"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 161,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 161"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 201,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 201"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 190,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 190"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 190,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_animatelist",
      "community_name": "Community 190"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 190,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 190"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 16,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 16"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 190,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 190"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 190,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createstate",
      "community_name": "Community 190"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 161,
      "norm_label": "update()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "community_name": "Community 161"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 161,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 161"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 161,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "community_name": "Community 161"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 161,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_unmount",
      "community_name": "Community 161"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 161,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 161"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 190,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 190"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 161,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 161"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 190,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_distance2d",
      "community_name": "Community 190"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 190,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 190"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 190,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 190"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 190,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 190"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 16,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 16"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 190,
      "norm_label": "end()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_end",
      "community_name": "Community 190"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 190,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 190"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 190,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 190"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 190,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 190"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 190,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 190"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 190,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 190"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calclength",
      "community_name": "Community 403"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 403,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isnear",
      "community_name": "Community 403"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 403"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 403"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 403"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 403"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 403"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 403"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 201,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 201,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 201,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 201,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 201,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 403,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 403"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 16,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 16"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 201,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 201"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 201,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 201"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 201,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 201"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 201,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 201"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 256,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 256"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 201,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 201"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 256,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 256"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 402,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 402"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 402,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hasscale",
      "community_name": "Community 402"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 402,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hastransform",
      "community_name": "Community 402"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 402,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 402"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 402,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 402"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 402,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 402"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 402,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 402"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 402,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 402"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 402,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 402"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 402,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 402"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 256,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 256"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 402,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 402"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 402,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_transformbox",
      "community_name": "Community 402"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 256,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 256"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 256,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 256"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 201,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 201"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 201,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 201,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 201,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_startanimation",
      "community_name": "Community 201"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 201,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 201"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 201,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 201"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 201,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 201"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 201,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 201"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 201,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 201"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 201,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 201"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 201,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 201"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 161,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 161"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 201,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops",
      "community_name": "Community 201"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 201,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 201"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 16"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 161,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 161"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 161,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 161"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 16,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 16"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 161,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 161"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 542,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 542"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 542,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 542"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 16,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 16"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 201,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 201"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 16,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 16"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 542,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_remove",
      "community_name": "Community 542"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 161,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach",
      "community_name": "Community 161"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 16,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_delay",
      "community_name": "Community 16"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 358,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 358"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 358,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getradius",
      "community_name": "Community 358"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 16,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_compress",
      "community_name": "Community 16"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 16,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 16"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 16,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 16"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 16,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 16"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 402,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 402"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 402,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 402"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 402,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 402"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 402,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 402"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 403,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 403"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 403,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 403"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 16,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_axisequals",
      "community_name": "Community 16"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 16,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_boxequals",
      "community_name": "Community 16"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 403,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 403"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 403,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 403"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 403,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 403"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 16,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 16"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 542,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_relegate",
      "community_name": "Community 542"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 542,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_promote",
      "community_name": "Community 542"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 16,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 16"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 16,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 16"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 16,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 16"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 16,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 16"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 16,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 16"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 201,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 201"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 16"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 161,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 161"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 403,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 403"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 16,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 16"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 16,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 16"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 16,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 16"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 16,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 16"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 16,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 16"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 190,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 190"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 16,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 16"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 16,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 16"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 16,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 16"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 16,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 16"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 16,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 16"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 16,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 16"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 16,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 16"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 16,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_mixbox",
      "community_name": "Community 16"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 16,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 16"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 16,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 16"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 16,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_roundbox",
      "community_name": "Community 16"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 403,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 403"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 16,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 16"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 16,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 16"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 16,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_onfocus",
      "community_name": "Community 16"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 16,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_onblur",
      "community_name": "Community 16"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 16,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 16"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 161,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 161"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 161,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 161"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 161,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_startobserver",
      "community_name": "Community 161"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 161,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 161"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 161,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 161"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 256,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 256"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 190,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 190"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 190,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 190"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 190,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 190"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 161,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 161"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 161,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 161"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 161,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 161"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 460,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 460"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 256,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 256"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 16,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 16"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariant",
      "community_name": "Community 16"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 201,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 201"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 16,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 16"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 161,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 161"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 161,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 161"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 256,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue",
      "community_name": "Community 256"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 256,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removevalue",
      "community_name": "Community 256"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 256,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 256"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 256,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue",
      "community_name": "Community 256"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 256,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue",
      "community_name": "Community 256"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 256,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 256"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 190,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 190"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 161,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 161"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 190,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 190"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 256,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 256"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 161,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 161"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 256,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 256"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 256,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 256"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 256,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 256"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 460,
      "norm_label": "build()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_build",
      "community_name": "Community 460"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 190,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 190"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 16,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_findtoast",
      "community_name": "Community 16"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 16,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 16"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 16,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 16"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 16,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 16"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 16,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 16"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 461,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_styled2",
      "community_name": "Community 461"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 461,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_factory",
      "community_name": "Community 461"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 16,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 16"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 461,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 461"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 461,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usechakra",
      "community_name": "Community 461"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 461,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 461"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 461,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 461"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 461,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 461"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 461,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 461"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 16,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_checkicon",
      "community_name": "Community 16"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 16,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_infoicon",
      "community_name": "Community 16"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 16,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_warningicon",
      "community_name": "Community 16"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 16"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 16,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 16"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 16,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_alerticon",
      "community_name": "Community 16"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 16,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_closeicon",
      "community_name": "Community 16"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 16"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createstore",
      "community_name": "Community 16"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 16,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_createtoast",
      "community_name": "Community 16"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 16,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_directions_ds_thingtime_bundle_portal",
      "community_name": "Community 16"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 627,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_directions_ds_tt_elements",
      "community_name": "Community 627"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 627,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_directions_ds_tt_elements_ready",
      "community_name": "Community 627"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 627,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_directions_ds_tt_elements_whenready",
      "community_name": "Community 627"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 627,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_directions_ds_tt_elements_defineel",
      "community_name": "Community 627"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 138,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_directions_support",
      "community_name": "Community 138"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 138,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_directions_support_getreact",
      "community_name": "Community 138"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 138,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_directions_support_getreactdom",
      "community_name": "Community 138"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 138,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_directions_support_parsedcdocument",
      "community_name": "Community 138"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 138,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_directions_support_parsedctext",
      "community_name": "Community 138"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 138,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_directions_support_parsedataprops",
      "community_name": "Community 138"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 138,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_directions_support_dcnamefrompath",
      "community_name": "Community 138"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 138,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_directions_support_rootnamefordocument",
      "community_name": "Community 138"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 138,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_directions_support_safedecode",
      "community_name": "Community 138"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 138,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_directions_support_boot",
      "community_name": "Community 138"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 138,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_directions_support_resolve",
      "community_name": "Community 138"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 138,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_directions_support_parenswrapwhole",
      "community_name": "Community 138"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 138,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_directions_support_findtoplevelequality",
      "community_name": "Community 138"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 138,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_directions_support_resolvepath",
      "community_name": "Community 138"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 138,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_directions_support_encodecase",
      "community_name": "Community 138"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 138,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_directions_support_kebabtocamel",
      "community_name": "Community 138"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 138,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_directions_support_csstoobj",
      "community_name": "Community 138"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 138,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_directions_support_compileattr",
      "community_name": "Community 138"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 138,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_directions_support_collectprops",
      "community_name": "Community 138"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 138,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_directions_support_hostpositionstyle",
      "community_name": "Community 138"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 138,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_directions_support_compiletemplate",
      "community_name": "Community 138"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_directions_support_walkchildren",
      "community_name": "Community 138"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_directions_support_walk",
      "community_name": "Community 138"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 138,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_directions_support_warnunresolved",
      "community_name": "Community 138"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_directions_support_walktext",
      "community_name": "Community 138"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_directions_support_walkfor",
      "community_name": "Community 138"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_directions_support_walkif",
      "community_name": "Community 138"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_directions_support_walkcomponent",
      "community_name": "Community 138"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_directions_support_walkximport",
      "community_name": "Community 138"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 138,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_directions_support_contentkey",
      "community_name": "Community 138"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 138,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_directions_support_walkelement",
      "community_name": "Community 138"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 138,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_directions_support_constructor",
      "community_name": "Community 138"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 138,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_directions_support_setstate",
      "community_name": "Community 138"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 138,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_directions_support_forceupdate",
      "community_name": "Community 138"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 138,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_directions_support_componentdidmount",
      "community_name": "Community 138"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 138,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_directions_support_componentdidupdate",
      "community_name": "Community 138"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 138,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_directions_support_componentwillunmount",
      "community_name": "Community 138"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 138,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_directions_support_rendervals",
      "community_name": "Community 138"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 138,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_directions_support_evaldclogic",
      "community_name": "Community 138"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 138,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_directions_support_shallowequal",
      "community_name": "Community 138"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 138,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_directions_support_placeholder",
      "community_name": "Community 138"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 138,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_directions_support_hinttomin",
      "community_name": "Community 138"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 138,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_directions_support_createcomponentfactory",
      "community_name": "Community 138"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 138,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_directions_support_isrenderabletype",
      "community_name": "Community 138"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 138,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_directions_support_resolvedottedpath",
      "community_name": "Community 138"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 138,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_directions_support_createexternalmodules",
      "community_name": "Community 138"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 138,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_directions_support_iselementclass",
      "community_name": "Community 138"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 138,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_directions_support_createhelmetmanager",
      "community_name": "Community 138"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 138,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_directions_support_createpseudosheet",
      "community_name": "Community 138"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 138,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_directions_support_createregistry",
      "community_name": "Community 138"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 138,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_directions_support_createruntime",
      "community_name": "Community 138"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 138,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_directions_support_hiderawtemplate",
      "community_name": "Community 138"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 138,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_directions_support_loadscript",
      "community_name": "Community 138"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 138,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_directions_support_loadreactumd",
      "community_name": "Community 138"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 54,
      "norm_label": "init()",
      "id": "docs_design_thingtime_directions_support_init",
      "community_name": "Community 54"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 729,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dom",
      "community_name": "Community 729"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 13,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "community_name": "Community 13"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 74,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getiteratorfn",
      "community_name": "Community 74"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 74,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setextrastackframe",
      "community_name": "Community 74"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 74,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn",
      "community_name": "Community 74"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 74,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error",
      "community_name": "Community 74"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 74,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_printwarning",
      "community_name": "Community 74"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 74,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnoop",
      "community_name": "Community 74"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 65,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component",
      "community_name": "Community 65"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 65,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component_setstate",
      "community_name": "Community 65"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 65,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component_forceupdate",
      "community_name": "Community 65"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 13,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_componentdummy",
      "community_name": "Community 13"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 13,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_purecomponent",
      "community_name": "Community 13"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createref",
      "community_name": "Community 13"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 74,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray",
      "community_name": "Community 74"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 74,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename",
      "community_name": "Community 74"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 74,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow",
      "community_name": "Community 74"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 74,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion",
      "community_name": "Community 74"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion",
      "community_name": "Community 74"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 65,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getwrappedname",
      "community_name": "Community 65"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 65,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextname",
      "community_name": "Community 65"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 65,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype",
      "community_name": "Community 65"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 74,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidref",
      "community_name": "Community 74"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 74,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidkey",
      "community_name": "Community 74"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 74,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definekeypropwarninggetter",
      "community_name": "Community 74"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 74,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definerefpropwarninggetter",
      "community_name": "Community 74"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 74,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 74"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "community_name": "Community 74"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 74,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneandreplacekey",
      "community_name": "Community 74"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 74,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelement",
      "community_name": "Community 74"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 74,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelement",
      "community_name": "Community 74"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 74,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_escape",
      "community_name": "Community 74"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 74,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_escapeuserprovidedkey",
      "community_name": "Community 74"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 74,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getelementkey",
      "community_name": "Community 74"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 74,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "community_name": "Community 74"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 13,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapchildren",
      "community_name": "Community 13"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 13,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_countchildren",
      "community_name": "Community 13"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 13,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_foreachchildren",
      "community_name": "Community 13"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 174,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_toarray",
      "community_name": "Community 174"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 74,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onlychild",
      "community_name": "Community 74"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontext",
      "community_name": "Community 74"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 74,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazyinitializer",
      "community_name": "Community 74"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 74,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazy",
      "community_name": "Community 74"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 74,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forwardref",
      "community_name": "Community 74"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 74,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelementtype",
      "community_name": "Community 74"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 74,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_memo",
      "community_name": "Community 74"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 13,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher",
      "community_name": "Community 13"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usecontext",
      "community_name": "Community 13"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usestate",
      "community_name": "Community 13"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usereducer",
      "community_name": "Community 13"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 13,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useref",
      "community_name": "Community 13"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 13,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useeffect",
      "community_name": "Community 13"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 13,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useinsertioneffect",
      "community_name": "Community 13"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 13,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_uselayouteffect",
      "community_name": "Community 13"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usecallback",
      "community_name": "Community 13"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usememo",
      "community_name": "Community 13"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 13,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useimperativehandle",
      "community_name": "Community 13"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usedebugvalue",
      "community_name": "Community 13"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usetransition",
      "community_name": "Community 13"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usedeferredvalue",
      "community_name": "Community 13"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 13,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useid",
      "community_name": "Community 13"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 13,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usesyncexternalstore",
      "community_name": "Community 13"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 462,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disabledlog",
      "community_name": "Community 462"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 462,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disablelogs",
      "community_name": "Community 462"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 462,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenablelogs",
      "community_name": "Community 462"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 462,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describebuiltincomponentframe",
      "community_name": "Community 462"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 462,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe",
      "community_name": "Community 462"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 462,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefunctioncomponentframe",
      "community_name": "Community 462"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 462,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct",
      "community_name": "Community 462"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 462,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 462"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 462,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 462"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 65,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes",
      "community_name": "Community 65"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 74,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 74"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 74,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 74"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 74,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 74"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 74,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 74"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 74,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 74"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateexplicitkey",
      "community_name": "Community 74"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys",
      "community_name": "Community 74"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 65,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproptypes",
      "community_name": "Community 65"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefragmentprops",
      "community_name": "Community 74"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "community_name": "Community 74"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfactorywithvalidation",
      "community_name": "Community 74"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 74,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelementwithvalidation",
      "community_name": "Community 74"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 118,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push",
      "community_name": "Community 118"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 118,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_peek",
      "community_name": "Community 118"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 152,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop",
      "community_name": "Community 152"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 152,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftup",
      "community_name": "Community 152"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 152,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftdown",
      "community_name": "Community 152"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 152,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_compare",
      "community_name": "Community 152"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 118,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marktaskerrored",
      "community_name": "Community 118"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 118,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_advancetimers",
      "community_name": "Community 118"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 118,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout",
      "community_name": "Community 118"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 118,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork",
      "community_name": "Community 118"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 118,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop",
      "community_name": "Community 118"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_runwithpriority",
      "community_name": "Community 13"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_next",
      "community_name": "Community 13"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_wrapcallback",
      "community_name": "Community 13"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 118,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "community_name": "Community 118"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_pauseexecution",
      "community_name": "Community 13"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 118,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_continueexecution",
      "community_name": "Community 118"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 118,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 118"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_cancelcallback",
      "community_name": "Community 13"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 13"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 118,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldyieldtohost",
      "community_name": "Community 118"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 95,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestpaint",
      "community_name": "Community 95"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 13,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forceframerate",
      "community_name": "Community 13"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 118,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthostcallback",
      "community_name": "Community 118"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 118,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthosttimeout",
      "community_name": "Community 118"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 118,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cancelhosttimeout",
      "community_name": "Community 118"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_now",
      "community_name": "Community 13"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 95,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_starttransition",
      "community_name": "Community 95"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 74,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuetask",
      "community_name": "Community 74"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 74,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_act",
      "community_name": "Community 74"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 74,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popactscope",
      "community_name": "Community 74"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 74,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 74"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 74,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushactqueue",
      "community_name": "Community 74"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 65,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setsuppresswarning",
      "community_name": "Community 65"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registertwophaseevent",
      "community_name": "Community 13"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerdirectevent",
      "community_name": "Community 13"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion",
      "community_name": "Community 74"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkpropstringcoercion",
      "community_name": "Community 74"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 74"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 74"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 74"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 119,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isattributenamesafe",
      "community_name": "Community 119"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 119,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldignoreattribute",
      "community_name": "Community 119"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 119,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 119"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 119,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattribute",
      "community_name": "Community 119"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpropertyinfo",
      "community_name": "Community 119"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 13,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propertyinforecord",
      "community_name": "Community 13"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 119,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_sanitizeurl",
      "community_name": "Community 119"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforproperty",
      "community_name": "Community 119"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforattribute",
      "community_name": "Community 119"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 119,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "community_name": "Community 119"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 462,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeclasscomponentframe",
      "community_name": "Community 462"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 462,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefiber",
      "community_name": "Community 462"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 462,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 462"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 57,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getwrappedname_1",
      "community_name": "Community 57"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 57,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextname_1",
      "community_name": "Community 57"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 57,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 57"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 119"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 462,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 462"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 57,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber",
      "community_name": "Community 57"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 57,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber",
      "community_name": "Community 57"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 57,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiber",
      "community_name": "Community 57"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 65,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrendering",
      "community_name": "Community 65"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 119,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring",
      "community_name": "Community 119"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 119,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue",
      "community_name": "Community 119"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 119,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 119"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 119,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ischeckable",
      "community_name": "Community 119"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 119,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettracker",
      "community_name": "Community 119"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 119,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachtracker",
      "community_name": "Community 119"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvaluefromnode",
      "community_name": "Community 119"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 119,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trackvalueonnode",
      "community_name": "Community 119"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 119,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_track",
      "community_name": "Community 119"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatevalueifchanged",
      "community_name": "Community 119"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelement",
      "community_name": "Community 13"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 119,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontrolled",
      "community_name": "Community 119"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 119,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops",
      "community_name": "Community 119"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 119,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate",
      "community_name": "Community 119"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatechecked",
      "community_name": "Community 119"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper",
      "community_name": "Community 119"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 119,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper",
      "community_name": "Community 119"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 119,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate",
      "community_name": "Community 119"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatenamedcousins",
      "community_name": "Community 119"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 119,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultvalue",
      "community_name": "Community 119"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 119,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateprops",
      "community_name": "Community 119"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 119,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_1",
      "community_name": "Community 119"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkselectproptypes",
      "community_name": "Community 74"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoptions",
      "community_name": "Community 119"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 119,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_1",
      "community_name": "Community 119"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 74,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_1",
      "community_name": "Community 74"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 119,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_2",
      "community_name": "Community 119"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 119,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postupdatewrapper",
      "community_name": "Community 119"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 119,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_1",
      "community_name": "Community 119"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 119,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_2",
      "community_name": "Community 119"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 119,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2",
      "community_name": "Community 119"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper_1",
      "community_name": "Community 119"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 119,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_3",
      "community_name": "Community 119"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 119,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_2",
      "community_name": "Community 119"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getintrinsicnamespace",
      "community_name": "Community 13"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildnamespace",
      "community_name": "Community 13"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 13,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prefixkey",
      "community_name": "Community 13"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 13,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dangerousstylevalue",
      "community_name": "Community 13"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 13,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hyphenatestylename",
      "community_name": "Community 13"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdangerousstringforstyles",
      "community_name": "Community 13"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 119,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforstyles",
      "community_name": "Community 119"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 13,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalueempty",
      "community_name": "Community 13"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 13,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_expandshorthandmap",
      "community_name": "Community 13"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 13,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 13"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 119,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertvalidprops",
      "community_name": "Community 119"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 119,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent",
      "community_name": "Community 119"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperty",
      "community_name": "Community 74"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 74,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warninvalidariaprops",
      "community_name": "Community 74"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties",
      "community_name": "Community 74"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties_1",
      "community_name": "Community 74"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 119,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties_2",
      "community_name": "Community 119"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 202,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setreplayingevent",
      "community_name": "Community 202"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 202,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetreplayingevent",
      "community_name": "Community 202"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 118,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isreplayingevent",
      "community_name": "Community 118"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 202,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtarget",
      "community_name": "Community 202"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 202,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateoftarget",
      "community_name": "Community 202"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setrestoreimplementation",
      "community_name": "Community 13"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 118,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuestaterestore",
      "community_name": "Community 118"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 202,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_needsstaterestore",
      "community_name": "Community 202"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 202,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateifneeded",
      "community_name": "Community 202"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 202,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finisheventhandler",
      "community_name": "Community 202"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 202,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates",
      "community_name": "Community 202"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setbatchingimplementation",
      "community_name": "Community 13"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 118,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isinteractive",
      "community_name": "Community 118"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 118,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldpreventmouseevent",
      "community_name": "Community 118"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistener",
      "community_name": "Community 118"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 74,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 74"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 13,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreafterdispatch",
      "community_name": "Community 13"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 13,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcallback",
      "community_name": "Community 13"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 13,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlewindowerror",
      "community_name": "Community 13"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 13,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallback",
      "community_name": "Community 13"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 13,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 13"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 202,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rethrowcaughterror",
      "community_name": "Community 202"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 13,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascaughterror",
      "community_name": "Community 13"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 13,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcaughterror",
      "community_name": "Community 13"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 202,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get",
      "community_name": "Community 202"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 65,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has",
      "community_name": "Community 65"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 13,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_set",
      "community_name": "Community 13"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber",
      "community_name": "Community 202"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 202"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontainerfromfiber",
      "community_name": "Community 202"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 202,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfibermounted",
      "community_name": "Community 202"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 202,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismounted",
      "community_name": "Community 202"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 202,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertismounted",
      "community_name": "Community 202"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 202,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 202"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiber",
      "community_name": "Community 13"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 13"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 13"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 13"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 13,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectinternals",
      "community_name": "Community 13"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 125,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onscheduleroot",
      "community_name": "Community 125"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 95,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitroot",
      "community_name": "Community 95"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 95,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onpostcommitroot",
      "community_name": "Community 95"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 57,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitunmount",
      "community_name": "Community 57"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 65,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 65"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 13,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectprofilinghooks",
      "community_name": "Community 13"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanelabelmap",
      "community_name": "Community 13"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommitstarted",
      "community_name": "Community 95"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommitstopped",
      "community_name": "Community 95"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 65,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstarted",
      "community_name": "Community 65"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 65,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped",
      "community_name": "Community 65"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 57"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponenterrored",
      "community_name": "Community 95"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentsuspended",
      "community_name": "Community 95"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 95,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklayouteffectsstarted",
      "community_name": "Community 95"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 95,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklayouteffectsstopped",
      "community_name": "Community 95"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 95"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 95"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstarted",
      "community_name": "Community 95"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderyielded",
      "community_name": "Community 95"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstopped",
      "community_name": "Community 95"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 125,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderscheduled",
      "community_name": "Community 125"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 13,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markforceupdatescheduled",
      "community_name": "Community 13"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 125,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstateupdatescheduled",
      "community_name": "Community 125"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 13,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clz32fallback",
      "community_name": "Community 13"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlabelforlane",
      "community_name": "Community 13"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 95,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylanes",
      "community_name": "Community 95"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 95,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes",
      "community_name": "Community 95"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 95,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmostrecenteventtime",
      "community_name": "Community 95"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 95,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_computeexpirationtime",
      "community_name": "Community 95"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 95"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 125,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 125"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 95,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 95"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 462,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessynclane",
      "community_name": "Community 462"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 95,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesnonidlework",
      "community_name": "Community 95"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 95,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlyretries",
      "community_name": "Community 95"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 157,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 157"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 95,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlytransitions",
      "community_name": "Community 95"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 157,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesblockinglane",
      "community_name": "Community 157"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 95,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesexpiredlane",
      "community_name": "Community 95"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 125,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istransitionlane",
      "community_name": "Community 125"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 125,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_claimnexttransitionlane",
      "community_name": "Community 125"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 13,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_claimnextretrylane",
      "community_name": "Community 13"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 95,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane",
      "community_name": "Community 95"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 462,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylane",
      "community_name": "Community 462"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 95,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 95"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 95,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetoindex",
      "community_name": "Community 95"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 65,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane",
      "community_name": "Community 65"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 157,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issubsetoflanes",
      "community_name": "Community 157"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes",
      "community_name": "Community 157"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 222,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removelanes",
      "community_name": "Community 222"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 125,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_intersectlanes",
      "community_name": "Community 125"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 222,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetolanes",
      "community_name": "Community 222"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 125,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_higherprioritylane",
      "community_name": "Community 125"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 118,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createlanemap",
      "community_name": "Community 118"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated",
      "community_name": "Community 95"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended",
      "community_name": "Community 95"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootpinged",
      "community_name": "Community 95"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootfinished",
      "community_name": "Community 95"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 125,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootentangled",
      "community_name": "Community 125"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 95,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 95"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 95,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addfibertolanesmap",
      "community_name": "Community 95"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 95,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_movependingfiberstomemoized",
      "community_name": "Community 95"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 95,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettransitionsforlanes",
      "community_name": "Community 95"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 95,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority",
      "community_name": "Community 95"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 95,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority",
      "community_name": "Community 95"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 13,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_runwithpriority",
      "community_name": "Community 13"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 95,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_highereventpriority",
      "community_name": "Community 95"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 95,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lowereventpriority",
      "community_name": "Community 95"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 95,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishighereventpriority",
      "community_name": "Community 95"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 95,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanestoeventpriority",
      "community_name": "Community 95"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 202,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrootdehydrated",
      "community_name": "Community 202"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 13"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 202,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration",
      "community_name": "Community 202"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 13"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 13"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 13"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattempthydrationatpriority",
      "community_name": "Community 13"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 202,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 202"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 202,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createqueuedreplayableevent",
      "community_name": "Community 202"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 202,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearifcontinuousevent",
      "community_name": "Community 202"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 202,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 202"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 202,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueifcontinuousevent",
      "community_name": "Community 202"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 202,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 202"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 202,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 202"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 202,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 202"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 202,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 202"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 202,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_replayunblockedevents",
      "community_name": "Community 202"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 57,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 57"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 57,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon",
      "community_name": "Community 57"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setenabled",
      "community_name": "Community 13"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 13,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isenabled",
      "community_name": "Community 13"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 13"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 95,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchdiscreteevent",
      "community_name": "Community 95"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 95,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchcontinuousevent",
      "community_name": "Community 95"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 95,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchevent",
      "community_name": "Community 95"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 202,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 202"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 202,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent",
      "community_name": "Community 202"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 13,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventpriority",
      "community_name": "Community 13"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 13,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventbubblelistener",
      "community_name": "Community 13"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 13,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventcapturelistener",
      "community_name": "Community 13"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 13,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 13"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 13,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 13"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 118,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initialize",
      "community_name": "Community 118"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 118,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reset",
      "community_name": "Community 118"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdata",
      "community_name": "Community 118"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 118,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettext",
      "community_name": "Community 118"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 118,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventcharcode",
      "community_name": "Community 118"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 13,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_functionthatreturnstrue",
      "community_name": "Community 13"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 13,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_functionthatreturnsfalse",
      "community_name": "Community 13"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createsyntheticevent",
      "community_name": "Community 13"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 13,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 13"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 118,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventkey",
      "community_name": "Community 118"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 13,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_modifierstategetter",
      "community_name": "Community 13"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 13,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventmodifierstate",
      "community_name": "Community 13"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents",
      "community_name": "Community 13"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 118,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iskeypresscommand",
      "community_name": "Community 118"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcompositioneventtype",
      "community_name": "Community 118"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 118,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfallbackcompositionstart",
      "community_name": "Community 118"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 118,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfallbackcompositionend",
      "community_name": "Community 118"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdatafromcustomevent",
      "community_name": "Community 118"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 118,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isusingkoreanime",
      "community_name": "Community 118"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "community_name": "Community 118"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnativebeforeinputchars",
      "community_name": "Community 118"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 118"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractbeforeinputevent",
      "community_name": "Community 118"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents",
      "community_name": "Community 118"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 118,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istextinputelement",
      "community_name": "Community 118"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 74,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iseventsupported",
      "community_name": "Community 74"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_1",
      "community_name": "Community 13"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 118,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 118"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 118,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldusechangeevent",
      "community_name": "Community 118"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 202,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_manualdispatchchangeevent",
      "community_name": "Community 202"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 202,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_runeventinbatch",
      "community_name": "Community 202"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged",
      "community_name": "Community 13"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 13,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 13"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 13,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startwatchingforvaluechange",
      "community_name": "Community 13"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 13,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 13"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 13,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlepropertychange",
      "community_name": "Community 13"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 13,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 13"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 13,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 13"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 118,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulduseclickevent",
      "community_name": "Community 118"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 13,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforclickevent",
      "community_name": "Community 13"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 13,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 13"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 119,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlecontrolledinputblur",
      "community_name": "Community 119"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1",
      "community_name": "Community 118"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_2",
      "community_name": "Community 13"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2",
      "community_name": "Community 118"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 13,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_is",
      "community_name": "Community 13"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 65,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shallowequal",
      "community_name": "Community 65"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getleafnode",
      "community_name": "Community 13"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsiblingnode",
      "community_name": "Community 13"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 13"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getoffsets",
      "community_name": "Community 13"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 13"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setoffsets",
      "community_name": "Community 13"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 13,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istextnode",
      "community_name": "Community 13"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 13,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_containsnode",
      "community_name": "Community 13"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 13,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isindocument",
      "community_name": "Community 13"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 13,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issameoriginframe",
      "community_name": "Community 13"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelementdeep",
      "community_name": "Community 13"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 13,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasselectioncapabilities",
      "community_name": "Community 13"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselectioninformation",
      "community_name": "Community 13"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 13,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection",
      "community_name": "Community 13"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection",
      "community_name": "Community 13"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 13,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setselection",
      "community_name": "Community 13"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_3",
      "community_name": "Community 13"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection_1",
      "community_name": "Community 13"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 118,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtargetdocument",
      "community_name": "Community 118"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 118,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent",
      "community_name": "Community 118"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_3",
      "community_name": "Community 118"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 13,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_makeprefixmap",
      "community_name": "Community 13"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvendorprefixedeventname",
      "community_name": "Community 13"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersimpleevent",
      "community_name": "Community 13"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 13,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersimpleevents",
      "community_name": "Community 13"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_4",
      "community_name": "Community 118"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 118,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5",
      "community_name": "Community 118"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 13,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_executedispatch",
      "community_name": "Community 13"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 13,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 13"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 202,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueue",
      "community_name": "Community 202"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 202,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventsforplugins",
      "community_name": "Community 202"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 119,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent",
      "community_name": "Community 119"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 74,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonativeevent",
      "community_name": "Community 74"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 74,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents",
      "community_name": "Community 74"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 13,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener",
      "community_name": "Community 13"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 202,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismatchingrootcontainer",
      "community_name": "Community 202"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 202,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 202"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 118,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdispatchlistener",
      "community_name": "Community 118"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 118,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 118"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 118,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 118"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getparent",
      "community_name": "Community 118"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlowestcommonancestor",
      "community_name": "Community 118"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 118,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 118"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 118,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 118"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistenersetkey",
      "community_name": "Community 119"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 13,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 13"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 13,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkforunmatchedtext",
      "community_name": "Community 13"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 152,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 152"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 13,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_noop",
      "community_name": "Community 13"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 119,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 119"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 119,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialdomproperties",
      "community_name": "Community 119"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedomproperties",
      "community_name": "Community 119"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 152,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextnode",
      "community_name": "Community 152"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 119,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "community_name": "Community 119"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 119,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "community_name": "Community 119"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 119,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties",
      "community_name": "Community 119"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpossiblestandardname",
      "community_name": "Community 119"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 119,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "community_name": "Community 119"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 13,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedtext",
      "community_name": "Community 13"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 152,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 152"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 152,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 152"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 152,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 152"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 152,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 152"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 119,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_3",
      "community_name": "Community 119"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontext",
      "community_name": "Community 13"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildhostcontext",
      "community_name": "Community 13"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 57,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicinstance",
      "community_name": "Community 57"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 13,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareforcommit",
      "community_name": "Community 13"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 13,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetaftercommit",
      "community_name": "Community 13"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 152,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createinstance",
      "community_name": "Community 152"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 13,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendinitialchild",
      "community_name": "Community 13"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 119,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finalizeinitialchildren",
      "community_name": "Community 119"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 119,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareupdate",
      "community_name": "Community 119"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 152,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldsettextcontent",
      "community_name": "Community 152"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 152,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextinstance",
      "community_name": "Community 152"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrenteventpriority",
      "community_name": "Community 13"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 13,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerrorinnexttick",
      "community_name": "Community 13"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmount",
      "community_name": "Community 57"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 152,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdate",
      "community_name": "Community 152"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 13,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resettextcontent",
      "community_name": "Community 13"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 57,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_committextupdate",
      "community_name": "Community 57"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 13,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchild",
      "community_name": "Community 13"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 13,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchildtocontainer",
      "community_name": "Community 13"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 13,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertbefore",
      "community_name": "Community 13"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 13,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertincontainerbefore",
      "community_name": "Community 13"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 57,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild",
      "community_name": "Community 57"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 57,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechildfromcontainer",
      "community_name": "Community 57"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 57,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundary",
      "community_name": "Community 57"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 57,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 57"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 13,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideinstance",
      "community_name": "Community 13"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 13,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hidetextinstance",
      "community_name": "Community 13"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unhideinstance",
      "community_name": "Community 13"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 13,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unhidetextinstance",
      "community_name": "Community 13"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 57,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcontainer",
      "community_name": "Community 57"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 13,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydrateinstance",
      "community_name": "Community 13"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 13,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydratetextinstance",
      "community_name": "Community 13"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 13,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 13"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 222,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancepending",
      "community_name": "Community 222"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 222,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancefallback",
      "community_name": "Community 222"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 222,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 222"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 222,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 222"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratable",
      "community_name": "Community 13"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 152,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratablesibling",
      "community_name": "Community 152"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechild",
      "community_name": "Community 13"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 13"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 13"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 152,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateinstance",
      "community_name": "Community 152"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 13,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratetextinstance",
      "community_name": "Community 13"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 152,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratesuspenseinstance",
      "community_name": "Community 152"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 152,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 152"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getparentsuspenseinstance",
      "community_name": "Community 202"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedcontainer",
      "community_name": "Community 57"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 57"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 152,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 152"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 13,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 13"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 13,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 13"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 152"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 152"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstance",
      "community_name": "Community 152"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 152"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 152"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 152"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 152"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 152"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 152,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 152"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 95,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_errorhydratingcontainer",
      "community_name": "Community 95"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 74,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareportalmount",
      "community_name": "Community 74"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 13,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachdeletedinstance",
      "community_name": "Community 13"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 152,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_precachefibernode",
      "community_name": "Community 152"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 74,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcontainerasroot",
      "community_name": "Community 74"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 74,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmarkcontainerasroot",
      "community_name": "Community 74"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 74,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontainermarkedasroot",
      "community_name": "Community 74"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getclosestinstancefromnode",
      "community_name": "Community 202"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstancefromnode",
      "community_name": "Community 202"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 118,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodefrominstance",
      "community_name": "Community 118"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 202"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 152,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefiberprops",
      "community_name": "Community 152"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 119,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventlistenerset",
      "community_name": "Community 119"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcursor",
      "community_name": "Community 13"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 65,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext",
      "community_name": "Community 65"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 65,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cachecontext",
      "community_name": "Community 65"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 65,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext",
      "community_name": "Community 65"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 65,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascontextchanged",
      "community_name": "Community 65"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 65,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider",
      "community_name": "Community 65"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 152,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popcontext",
      "community_name": "Community 152"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 152,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptoplevelcontextobject",
      "community_name": "Community 152"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 118,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 118"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 202,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processchildcontext",
      "community_name": "Community 202"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 65,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushcontextprovider",
      "community_name": "Community 65"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 202,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invalidatecontextprovider",
      "community_name": "Community 202"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 202,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 202"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 95,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesynccallback",
      "community_name": "Community 95"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 95,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulelegacysynccallback",
      "community_name": "Community 95"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 125,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 125"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 95,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks",
      "community_name": "Community 95"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 65,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isforkedchild",
      "community_name": "Community 65"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 65,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getforksatlevel",
      "community_name": "Community 65"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 119,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettreeid",
      "community_name": "Community 119"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 65,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreefork",
      "community_name": "Community 65"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 119,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreeid",
      "community_name": "Community 119"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 65,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid",
      "community_name": "Community 65"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbitlength",
      "community_name": "Community 119"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 119,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getleadingbit",
      "community_name": "Community 119"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 152,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptreecontext",
      "community_name": "Community 152"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspendedtreecontext",
      "community_name": "Community 13"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 13,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 13"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 65,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating",
      "community_name": "Community 65"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 222,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifhydrating",
      "community_name": "Community 222"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 462,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 462"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 13,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 13"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 13,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enterhydrationstate",
      "community_name": "Community 13"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 13,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 13"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 152,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnunhydratedinstance",
      "community_name": "Community 152"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 152,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_deletehydratableinstance",
      "community_name": "Community 152"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 152,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance",
      "community_name": "Community 152"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 152,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertnonhydratedinstance",
      "community_name": "Community 152"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 13,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate",
      "community_name": "Community 13"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 152,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 152"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 152,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwonhydrationmismatch",
      "community_name": "Community 152"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 152,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 152"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 152,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostinstance",
      "community_name": "Community 152"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 13,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 13"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 152,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 152"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 152,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 152"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 152,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptonexthostparent",
      "community_name": "Community 152"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 152,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "community_name": "Community 152"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 152,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 152"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 152,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 152"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethydrationstate",
      "community_name": "Community 65"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 152,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 152"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 65,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating",
      "community_name": "Community 65"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 222,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuehydrationerror",
      "community_name": "Community 222"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 125,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestcurrenttransition",
      "community_name": "Community 125"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 74,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isreactclass",
      "community_name": "Community 74"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 74,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_coerceref",
      "community_name": "Community 74"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 13,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 13"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 57,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonfunctiontype",
      "community_name": "Community 57"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvelazy",
      "community_name": "Community 65"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 13,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_childreconciler",
      "community_name": "Community 13"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 65,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clonechildfibers",
      "community_name": "Community 65"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 152,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetchildfibers",
      "community_name": "Community 152"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 95,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcontextdependencies",
      "community_name": "Community 95"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 13,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 13"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 13,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 13"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 65,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushprovider",
      "community_name": "Community 65"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 152,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popprovider",
      "community_name": "Community 152"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 157,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 157"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 462,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange",
      "community_name": "Community 462"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 462,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange_eager",
      "community_name": "Community 462"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 65,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext",
      "community_name": "Community 65"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 65,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext",
      "community_name": "Community 65"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 125,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 125"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 95,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 95"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 125,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 125"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 125,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 125"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 125,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 125"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 125,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 125"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 125,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 125"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 65,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initializeupdatequeue",
      "community_name": "Community 65"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 65,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneupdatequeue",
      "community_name": "Community 65"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 462,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate",
      "community_name": "Community 462"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 125,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate",
      "community_name": "Community 125"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 125,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitions",
      "community_name": "Community 125"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 462,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuecapturedupdate",
      "community_name": "Community 462"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstatefromupdate",
      "community_name": "Community 13"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 157,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue",
      "community_name": "Community 157"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 65"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 65,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 65"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 13,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdatequeue",
      "community_name": "Community 13"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 152,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requiredcontext",
      "community_name": "Community 152"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 152,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontainer",
      "community_name": "Community 152"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 65,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer",
      "community_name": "Community 65"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 152,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontainer",
      "community_name": "Community 152"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 152,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostcontext",
      "community_name": "Community 152"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 152,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontext",
      "community_name": "Community 152"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 152,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontext",
      "community_name": "Community 152"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 222,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hassuspensecontext",
      "community_name": "Community 222"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 222,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 222"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 222,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setshallowsuspensecontext",
      "community_name": "Community 222"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 222,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 222"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 222,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushsuspensecontext",
      "community_name": "Community 222"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 152,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popsuspensecontext",
      "community_name": "Community 152"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 462,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldcapturesuspense",
      "community_name": "Community 462"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 222,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findfirstsuspended",
      "community_name": "Community 222"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 152,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogressversions",
      "community_name": "Community 152"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 74,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registermutablesourceforhydration",
      "community_name": "Community 74"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 118,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthooktypesdev",
      "community_name": "Community 118"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 57,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehooktypesdev",
      "community_name": "Community 57"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 74,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdepsarearraydev",
      "community_name": "Community 74"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 57,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonhookmismatchindev",
      "community_name": "Community 57"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 13,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwinvalidhookerror",
      "community_name": "Community 13"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 157,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_arehookinputsequal",
      "community_name": "Community 157"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 65,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderwithhooks",
      "community_name": "Community 65"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 65,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdidrenderidhook",
      "community_name": "Community 65"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 65,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailouthooks",
      "community_name": "Community 65"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 95,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethooksafterthrow",
      "community_name": "Community 95"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook",
      "community_name": "Community 157"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook",
      "community_name": "Community 157"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 157,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 157"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 157,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_basicstatereducer",
      "community_name": "Community 157"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountreducer",
      "community_name": "Community 157"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer",
      "community_name": "Community 157"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 157,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderreducer",
      "community_name": "Community 157"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 13,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountmutablesource",
      "community_name": "Community 13"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 13,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemutablesource",
      "community_name": "Community 13"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "community_name": "Community 157"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "community_name": "Community 157"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 157,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 157"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 125,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestoreinstance",
      "community_name": "Community 125"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 125,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_subscribetostore",
      "community_name": "Community 125"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 125,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkifsnapshotchanged",
      "community_name": "Community 125"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 125,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forcestorererender",
      "community_name": "Community 125"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountstate",
      "community_name": "Community 157"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestate",
      "community_name": "Community 157"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 157,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderstate",
      "community_name": "Community 157"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 157,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pusheffect",
      "community_name": "Community 157"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountref",
      "community_name": "Community 157"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateref",
      "community_name": "Community 157"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl",
      "community_name": "Community 157"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl",
      "community_name": "Community 157"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffect",
      "community_name": "Community 157"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffect",
      "community_name": "Community 157"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountinsertioneffect",
      "community_name": "Community 157"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateinsertioneffect",
      "community_name": "Community 157"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlayouteffect",
      "community_name": "Community 157"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatelayouteffect",
      "community_name": "Community 157"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 74,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_imperativehandleeffect",
      "community_name": "Community 74"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountimperativehandle",
      "community_name": "Community 157"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateimperativehandle",
      "community_name": "Community 157"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 13,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdebugvalue",
      "community_name": "Community 13"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountcallback",
      "community_name": "Community 157"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecallback",
      "community_name": "Community 157"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountmemo",
      "community_name": "Community 157"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememo",
      "community_name": "Community 157"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdeferredvalue",
      "community_name": "Community 157"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalue",
      "community_name": "Community 157"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 157,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderdeferredvalue",
      "community_name": "Community 157"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 157"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 157,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounttransition",
      "community_name": "Community 157"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatetransition",
      "community_name": "Community 157"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 157,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerendertransition",
      "community_name": "Community 157"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 125,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 125"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 119,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountid",
      "community_name": "Community 119"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 157,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateid",
      "community_name": "Community 157"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 125,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "community_name": "Community 125"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 125,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "community_name": "Community 125"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 125,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrenderphaseupdate",
      "community_name": "Community 125"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 125,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 125"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 125,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate",
      "community_name": "Community 125"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 125,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdateindevtools",
      "community_name": "Community 125"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 57,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscurrentupdatenested",
      "community_name": "Community 57"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 95,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marknestedupdatescheduled",
      "community_name": "Community 95"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 95,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetnestedupdateflag",
      "community_name": "Community 95"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 95,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_syncnestedupdateflag",
      "community_name": "Community 95"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 57,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcommittime",
      "community_name": "Community 57"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 95,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordcommittime",
      "community_name": "Community 95"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 57,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startprofilertimer",
      "community_name": "Community 57"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 65,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 65"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 57,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 57"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 57,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration",
      "community_name": "Community 57"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 57,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordpassiveeffectduration",
      "community_name": "Community 57"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 57,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer",
      "community_name": "Community 57"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 57,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startpassiveeffecttimer",
      "community_name": "Community 57"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 152,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_transferactualduration",
      "community_name": "Community 152"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedefaultprops",
      "community_name": "Community 65"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 65,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_applyderivedstatefromprops",
      "community_name": "Community 65"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 65,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 65"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 65,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkclassinstance",
      "community_name": "Community 65"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 65,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_adoptclassinstance",
      "community_name": "Community 65"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 65,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "community_name": "Community 65"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 57,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillmount",
      "community_name": "Community 57"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 65,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 65"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 65,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "community_name": "Community 65"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "community_name": "Community 65"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "community_name": "Community 65"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 462,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 462"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 222,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalue",
      "community_name": "Community 222"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 462,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_showerrordialog",
      "community_name": "Community 462"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 462,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_logcapturederror",
      "community_name": "Community 462"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 462,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createrooterrorupdate",
      "community_name": "Community 462"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 462,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "community_name": "Community 462"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 202,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachpinglistener",
      "community_name": "Community 202"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 462,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachretrylistener",
      "community_name": "Community 462"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 462,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcomponent",
      "community_name": "Community 462"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 462,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 462"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 462,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 462"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 462,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "community_name": "Community 462"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 222,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspendedcache",
      "community_name": "Community 222"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 65,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren",
      "community_name": "Community 65"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 65,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 65"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "community_name": "Community 65"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "community_name": "Community 65"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "community_name": "Community 65"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent",
      "community_name": "Community 65"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefragment",
      "community_name": "Community 65"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemode",
      "community_name": "Community 65"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateprofiler",
      "community_name": "Community 65"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 152,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markref",
      "community_name": "Community 152"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "community_name": "Community 65"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "community_name": "Community 65"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 65,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "community_name": "Community 65"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 65,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostrootcontext",
      "community_name": "Community 65"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "community_name": "Community 65"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 65,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 65"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 152,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent",
      "community_name": "Community 152"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 152,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehosttext",
      "community_name": "Community 152"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 65,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "community_name": "Community 65"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 65,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 65"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 65,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "community_name": "Community 65"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 65,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 65"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 222,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 222"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 222,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 222"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 222,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremainonfallback",
      "community_name": "Community 222"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 222,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 222"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 222,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "community_name": "Community 222"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 222,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 222"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 222,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 222"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 222,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 222"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 222,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 222"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 222,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 222"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 222,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 222"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 222,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 222"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 222,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 222"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 222,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 222"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 222,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 222"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 157,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 157"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 222,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 222"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 222,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findlastcontentrow",
      "community_name": "Community 222"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 222,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validaterevealorder",
      "community_name": "Community 222"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 222,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatetailoptions",
      "community_name": "Community 222"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 74"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 74,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistchildren",
      "community_name": "Community 74"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 222,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 222"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 222,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 222"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateportalcomponent",
      "community_name": "Community 65"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "community_name": "Community 65"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 65,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "community_name": "Community 65"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 157,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 157"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 65"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 65,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 65"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 118,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_remountfiber",
      "community_name": "Community 118"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 65,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 65"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 65,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 65"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 65,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "community_name": "Community 65"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 152,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdate",
      "community_name": "Community 152"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 152,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markref_1",
      "community_name": "Community 152"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 152,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cutofftailifneeded",
      "community_name": "Community 152"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 152,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bubbleproperties",
      "community_name": "Community 152"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 152,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 152"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 152,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "community_name": "Community 152"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 152,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "community_name": "Community 152"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 152,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "community_name": "Community 152"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 13,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reportuncaughterrorindev",
      "community_name": "Community 13"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 57,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 57"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 57,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 57"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 57,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 57"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 57,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelyattachref",
      "community_name": "Community 57"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 57,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref",
      "community_name": "Community 57"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 57,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycalldestroy",
      "community_name": "Community 57"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 13,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects",
      "community_name": "Community 13"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 13,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 13"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 57"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount",
      "community_name": "Community 57"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 57"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 57,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 13,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren",
      "community_name": "Community 13"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref",
      "community_name": "Community 57"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 57,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachfibermutation",
      "community_name": "Community 57"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 13,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachfiberaftereffects",
      "community_name": "Community 13"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 13,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostparentfiber",
      "community_name": "Community 13"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 13,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishostparent",
      "community_name": "Community 13"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 13,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostsibling",
      "community_name": "Community 13"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 13,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement",
      "community_name": "Community 13"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 13,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 13"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 13,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnode",
      "community_name": "Community 13"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffects",
      "community_name": "Community 57"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 57,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 57"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitsuspensecallback",
      "community_name": "Community 57"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 57"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 57,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 57"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffects",
      "community_name": "Community 57"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 57,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 57"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 13,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitreconciliationeffects",
      "community_name": "Community 13"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects",
      "community_name": "Community 57"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects_begin",
      "community_name": "Community 57"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 57"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 57,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 57"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 57,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 57"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 57,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 57"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 57,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 95,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects",
      "community_name": "Community 95"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 95,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 95"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemountonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 95,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 95"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 57"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 13,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 13"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 57"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 57,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 57"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 57,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 57"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 57,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 57"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 57,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 57"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 95,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitroot_1",
      "community_name": "Community 95"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 57,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_islegacyactenvironment",
      "community_name": "Community 57"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 74,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isconcurrentactenvironment",
      "community_name": "Community 74"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 125,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetrendertimer",
      "community_name": "Community 125"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 152,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getrendertargettime",
      "community_name": "Community 152"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 157,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getworkinprogressroot",
      "community_name": "Community 157"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 125,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime",
      "community_name": "Community 125"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 125,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane",
      "community_name": "Community 125"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 13,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestretrylane",
      "community_name": "Community 13"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 125,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "community_name": "Community 125"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 95,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 95"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 125,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 125"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 95,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "community_name": "Community 95"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 95,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "community_name": "Community 95"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 95,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 95"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 152,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuerecoverableerrors",
      "community_name": "Community 152"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 95,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "community_name": "Community 95"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 95,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 95"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 95,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1",
      "community_name": "Community 95"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 95,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "community_name": "Community 95"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 125,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot",
      "community_name": "Community 125"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 125,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates_1",
      "community_name": "Community 125"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 95,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_discreteupdates",
      "community_name": "Community 95"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 95,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync",
      "community_name": "Community 95"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 95,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyrendering",
      "community_name": "Community 95"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 157,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushrenderlanes",
      "community_name": "Community 157"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 152,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poprenderlanes",
      "community_name": "Community 152"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 95,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack",
      "community_name": "Community 95"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 95,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "community_name": "Community 95"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 95,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushdispatcher",
      "community_name": "Community 95"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 95,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popdispatcher",
      "community_name": "Community 95"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 57,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommittimeoffallback",
      "community_name": "Community 57"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 157,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markskippedupdatelanes",
      "community_name": "Community 157"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 152,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspend",
      "community_name": "Community 152"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 95,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 95"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 462,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdiderror",
      "community_name": "Community 462"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 152,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 152"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 95,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "community_name": "Community 95"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 57,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopsync",
      "community_name": "Community 57"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 95,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "community_name": "Community 95"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 57,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopconcurrent",
      "community_name": "Community 57"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 57,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork",
      "community_name": "Community 57"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 57,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork",
      "community_name": "Community 57"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 95,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitroot",
      "community_name": "Community 95"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 95,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "community_name": "Community 95"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 95,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects",
      "community_name": "Community 95"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 95,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 95"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 95,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 95"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 462,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 462"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 462,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 462"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 13,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 13"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 95,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 95"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 57,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "community_name": "Community 57"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 95,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "community_name": "Community 95"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 95,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary",
      "community_name": "Community 95"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 95,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 95"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 95,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveretrywakeable",
      "community_name": "Community 95"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 95,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_jnd",
      "community_name": "Community 95"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 125,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkfornestedupdates",
      "community_name": "Community 125"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 95,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 95"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 57,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 57"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 57,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeeffectsindev",
      "community_name": "Community 57"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 57,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 57"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 125,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 125"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 95,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters",
      "community_name": "Community 95"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 95,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallback_1",
      "community_name": "Community 95"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 95,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cancelcallback_1",
      "community_name": "Community 95"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 95,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 95"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 57,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 57"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 74,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 74"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 57,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 57"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 65"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveclassforhotreloading",
      "community_name": "Community 65"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 65"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 13,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 13"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 462,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 462"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 125,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 125"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 13"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 13"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 13"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 13,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_fibernode",
      "community_name": "Community 13"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 65,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct_1",
      "community_name": "Community 65"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 65,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issimplefunctioncomponent",
      "community_name": "Community 65"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 65,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvelazycomponenttag",
      "community_name": "Community 65"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 65,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress",
      "community_name": "Community 65"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 152,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogress",
      "community_name": "Community 152"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 125,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhostrootfiber",
      "community_name": "Community 125"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 65,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 65"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 65,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromelement",
      "community_name": "Community 65"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 222,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromfragment",
      "community_name": "Community 222"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 65,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromprofiler",
      "community_name": "Community 65"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 65,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromsuspense",
      "community_name": "Community 65"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 65,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 65"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 222,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromoffscreen",
      "community_name": "Community 222"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtext",
      "community_name": "Community 13"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 152,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 152"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 13"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 13,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromportal",
      "community_name": "Community 13"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 13,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 13"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 118,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_fiberrootnode",
      "community_name": "Community 118"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 125,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberroot",
      "community_name": "Community 125"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal",
      "community_name": "Community 74"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 202,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree",
      "community_name": "Community 202"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 57,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning",
      "community_name": "Community 57"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 125,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontainer",
      "community_name": "Community 125"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 125,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "community_name": "Community 125"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 125,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "community_name": "Community 125"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 57,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicrootinstance",
      "community_name": "Community 57"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 125,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 125"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 125,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneimpl",
      "community_name": "Community 125"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 125,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 125"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 125,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 125"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 125,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 125"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 13"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 65,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulderror",
      "community_name": "Community 65"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 222,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldsuspend",
      "community_name": "Community 222"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 13,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancebyfiber",
      "community_name": "Community 13"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 13,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 13"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 13,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 13"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 13,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectintodevtools",
      "community_name": "Community 13"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 13,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reactdomroot",
      "community_name": "Community 13"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "community_name": "Community 74"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 13,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reactdomhydrationroot",
      "community_name": "Community 13"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 202,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulehydration",
      "community_name": "Community 202"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 74,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "community_name": "Community 74"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 74,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainer",
      "community_name": "Community 74"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 74,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 74"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 74,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 74"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 74,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getreactrootelementincontainer",
      "community_name": "Community 74"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 125,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_nooponrecoverableerror",
      "community_name": "Community 125"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 125,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 125"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 74,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 74"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 74,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 74"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 57,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finddomnode",
      "community_name": "Community 57"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 74,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrate",
      "community_name": "Community 74"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 65,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render",
      "community_name": "Community 65"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 74,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 74"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 74,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "community_name": "Community 74"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal_1",
      "community_name": "Community 74"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 74,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 74"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 74,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot_1",
      "community_name": "Community 74"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 74,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot_1",
      "community_name": "Community 74"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 95,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync_1",
      "community_name": "Community 95"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 10,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "community_name": "Community 10"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 10,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 10"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 10,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 10"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 174,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 174"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 359,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memoize3",
      "community_name": "Community 359"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 10,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 10"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 10,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 10"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 10,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 10"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 359,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 359"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 359,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 359"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 10,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 10"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 10,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 10"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 10,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 10"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 10,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_assignafter",
      "community_name": "Community 10"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 174,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isarray",
      "community_name": "Community 174"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 174,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isobject",
      "community_name": "Community 174"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 10"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 174,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 174"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 174,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_px",
      "community_name": "Community 174"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 174,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize",
      "community_name": "Community 174"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 174,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keys",
      "community_name": "Community 174"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 174,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_subtract",
      "community_name": "Community 174"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 174,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 174"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 174,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 174"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 10,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compact",
      "community_name": "Community 10"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 10,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 10"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createcontext",
      "community_name": "Community 10"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 269,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get",
      "community_name": "Community 269"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 10,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omit",
      "community_name": "Community 10"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 174,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pick",
      "community_name": "Community 174"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 174,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runiffn",
      "community_name": "Community 174"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 10,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_splitprops",
      "community_name": "Community 10"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 174,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_walkobject",
      "community_name": "Community 174"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 10,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 10"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 10,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 10"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 359,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransform",
      "community_name": "Community 359"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 10,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_toconfig",
      "community_name": "Community 10"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 359,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_logical",
      "community_name": "Community 359"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 463,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 463"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 463,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 463"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 174,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 174"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 10,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 10"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 359,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 359"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 10,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filter",
      "community_name": "Community 10"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 10,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 10"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 174,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ring",
      "community_name": "Community 174"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 10,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bgclip",
      "community_name": "Community 10"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 463,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transform",
      "community_name": "Community 463"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 10,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_vh",
      "community_name": "Community 10"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 10,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_fraction",
      "community_name": "Community 10"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 10,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_float",
      "community_name": "Community 10"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 359,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_degree",
      "community_name": "Community 359"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 10,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bgimage",
      "community_name": "Community 10"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 10,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_outline",
      "community_name": "Community 10"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 10,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 10"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 10,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_degreet",
      "community_name": "Community 10"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 359,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prop",
      "community_name": "Community 359"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 10,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_propt",
      "community_name": "Community 10"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 10,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get2",
      "community_name": "Community 10"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 269,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 269"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 359,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 359"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcss",
      "community_name": "Community 10"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 10,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_definestyle",
      "community_name": "Community 10"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 10,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 10"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 10"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 174,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize2",
      "community_name": "Community 174"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 174,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 174"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 174,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createresolver",
      "community_name": "Community 174"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 431,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 431"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 10,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 10"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 174,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 174"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 174,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 174"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 174,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape",
      "community_name": "Community 174"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 174,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapedot",
      "community_name": "Community 174"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 174,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 174"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 174,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addprefix",
      "community_name": "Community 174"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 174,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 174"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 174,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 174"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 174,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar",
      "community_name": "Community 174"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 174,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 174"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 174,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 174"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 174,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 174"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 174,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitvars",
      "community_name": "Community 174"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 174,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 174"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 174,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 174"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 174,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 174"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 174,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 174"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 10,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_anatomy",
      "community_name": "Community 10"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 269,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_guard",
      "community_name": "Community 269"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 214,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "community_name": "Community 214"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 269,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 269"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 10,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hash",
      "community_name": "Community 10"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 269,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_nametohex",
      "community_name": "Community 269"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 269,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rgba",
      "community_name": "Community 269"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 269,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transparentize",
      "community_name": "Community 269"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 269,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tohex",
      "community_name": "Community 269"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 10,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get3",
      "community_name": "Community 10"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 10,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 10"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 223,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 223"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 223,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 223"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 223,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 223"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 223,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 223"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 10,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mode",
      "community_name": "Community 10"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 10,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_orient",
      "community_name": "Community 10"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 174,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_toref",
      "community_name": "Community 174"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 174,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 174"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 174,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 174"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 174,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape2",
      "community_name": "Community 174"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 174,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 174"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 174,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovarref",
      "community_name": "Community 174"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 174,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovar",
      "community_name": "Community 174"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 174,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 174"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 174,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getfallback",
      "community_name": "Community 174"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbg",
      "community_name": "Community 10"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 10,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 10"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize",
      "community_name": "Community 10"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize2",
      "community_name": "Community 10"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 10"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize3",
      "community_name": "Community 10"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize4",
      "community_name": "Community 10"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 10,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 10"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 10"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 10,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 10"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 10,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 10"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 223,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hash2",
      "community_name": "Community 223"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 269,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim",
      "community_name": "Community 269"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 359,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_match",
      "community_name": "Community 359"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 174,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace",
      "community_name": "Community 174"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 223,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_indexof",
      "community_name": "Community 223"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 223,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat",
      "community_name": "Community 223"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 223,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_substr",
      "community_name": "Community 223"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 223,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_strlen",
      "community_name": "Community 223"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 223,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sizeof",
      "community_name": "Community 223"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 223,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_append",
      "community_name": "Community 223"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 10,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_combine",
      "community_name": "Community 10"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 223,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_node",
      "community_name": "Community 223"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 223,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copy",
      "community_name": "Community 223"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 223,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_char",
      "community_name": "Community 223"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 223,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prev",
      "community_name": "Community 223"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 223,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_next",
      "community_name": "Community 223"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 223,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek",
      "community_name": "Community 223"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 223,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_caret",
      "community_name": "Community 223"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 223,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice",
      "community_name": "Community 223"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 223,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_token",
      "community_name": "Community 223"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 223,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_alloc",
      "community_name": "Community 223"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 223,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_dealloc",
      "community_name": "Community 223"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 223,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimit",
      "community_name": "Community 223"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 223,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_whitespace",
      "community_name": "Community 223"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 223,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escaping",
      "community_name": "Community 223"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 223,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimiter",
      "community_name": "Community 223"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 223,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_commenter",
      "community_name": "Community 223"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 223,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_identifier",
      "community_name": "Community 223"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 223,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compile",
      "community_name": "Community 223"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 223,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "community_name": "Community 223"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 223,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset",
      "community_name": "Community 223"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 223,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_comment",
      "community_name": "Community 223"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 223,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_declaration",
      "community_name": "Community 223"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 223,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serialize",
      "community_name": "Community 223"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 223,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stringify",
      "community_name": "Community 223"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 223,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_middleware",
      "community_name": "Community 223"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 10,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 10"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 223,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prefix",
      "community_name": "Community 223"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 10,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extends",
      "community_name": "Community 10"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 294,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 294"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 10,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_murmur2",
      "community_name": "Community 10"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 10,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 10"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 10"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 10,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 10"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 10,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_css2",
      "community_name": "Community 10"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 10,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes",
      "community_name": "Community 10"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 431,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 431"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 10"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 10"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 359,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 359"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 10"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 269,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 269"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 10,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_darkmode",
      "community_name": "Community 10"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 10,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_lightmode",
      "community_name": "Community 10"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 10,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 10"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 10,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvars",
      "community_name": "Community 10"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 431,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 431"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 10,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 10"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdocument",
      "community_name": "Community 10"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getwindow",
      "community_name": "Community 10"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 10,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 10"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 10,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useconstant",
      "community_name": "Community 10"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 543,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 543"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 10,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 10"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 10,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_render",
      "community_name": "Community 10"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 10,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_popchild",
      "community_name": "Community 10"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 10,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 10"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 10,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usepresence",
      "community_name": "Community 10"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 10,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useispresent",
      "community_name": "Community 10"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 10,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ispresent",
      "community_name": "Community 10"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 294,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 294"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 10,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memo",
      "community_name": "Community 10"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 10"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 10"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 359,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 359"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 10,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 10"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 10,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 10"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 10,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterprops",
      "community_name": "Community 10"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 162,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warnonce",
      "community_name": "Community 162"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 10"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 214,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 214"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 214,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 214"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 214,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 214"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 214,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 214"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 214,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 214"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 214,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 214"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 214,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 214"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 332,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 332"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 10,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 10"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 332,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 332"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 332,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 332"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 332,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 332"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 359,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 359"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 10,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 10"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 10,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 10"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 10"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 359,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 359"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 294,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 294"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 294,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 294"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 269,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 269"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 214,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makestate",
      "community_name": "Community 214"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 214,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 214"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 463,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 463"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 463,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 463"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 463,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 463"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 463,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 463"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 463,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 463"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 463,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 463"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 214,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 214"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 214,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 214"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 162,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 162"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 516,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 516"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 516,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 516"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 516,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 516"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 10,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 10"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 516,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 516"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 516,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 516"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 516,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyle",
      "community_name": "Community 516"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 516,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 516"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 516,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 516"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 359,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createuserender",
      "community_name": "Community 359"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 359,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 359"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 10,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 10"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 303,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 303"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 278,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 278"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 10,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finished",
      "community_name": "Community 10"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 599,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getall",
      "community_name": "Community 599"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 599,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setall",
      "community_name": "Community 599"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 278,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 278"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 599,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_time",
      "community_name": "Community 599"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 599,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_speed",
      "community_name": "Community 599"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 599,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_starttime",
      "community_name": "Community 599"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 278,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_duration",
      "community_name": "Community 278"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 278,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall",
      "community_name": "Community 278"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 278,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flatten",
      "community_name": "Community 278"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 278,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_play",
      "community_name": "Community 278"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 278,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pause",
      "community_name": "Community 278"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 278,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel",
      "community_name": "Community 278"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 278,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_complete",
      "community_name": "Community 278"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 303,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then",
      "community_name": "Community 303"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 303,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 303"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 278,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 278"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 278,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 278"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 10,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memosupports",
      "community_name": "Community 10"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 278,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 278"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 278,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 278"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 10,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 10"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 294,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 294"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 294,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 294"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 294,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterevents",
      "community_name": "Community 294"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 294,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hover",
      "community_name": "Community 294"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 10,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 10"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 10,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 10"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 10,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 10"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 10,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 10"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 294,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_press",
      "community_name": "Community 294"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 10,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 10"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 10,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cleartime",
      "community_name": "Community 10"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 162,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 162"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 543,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeitem",
      "community_name": "Community 543"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 162,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add",
      "community_name": "Community 162"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 214,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notify",
      "community_name": "Community 214"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 294,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clear",
      "community_name": "Community 294"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 214,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 214"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 214,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 214"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 214,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 214"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 214,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 214"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 162,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onchange",
      "community_name": "Community 162"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 162,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_on",
      "community_name": "Community 162"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 294,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 294"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 10,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_attach",
      "community_name": "Community 10"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 214,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_set",
      "community_name": "Community 214"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 278,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 278"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 269,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_jump",
      "community_name": "Community 269"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprevious",
      "community_name": "Community 10"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 214,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 214"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 303,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start",
      "community_name": "Community 303"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 278,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "community_name": "Community 278"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 10,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isanimating",
      "community_name": "Community 10"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 278,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 278"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 294,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_destroy",
      "community_name": "Community 294"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 303,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 303"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 303,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 303"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 303,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_settarget",
      "community_name": "Community 303"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 303,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 303"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 303,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 303"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 303,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 303"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 10,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 10"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 10,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 10"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 269,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnone",
      "community_name": "Community 269"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 10,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnullish",
      "community_name": "Community 10"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 10,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsehex",
      "community_name": "Community 10"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 359,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test",
      "community_name": "Community 359"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 269,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 269"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 269,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 269"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 269,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 269"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 269,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 269"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 359,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 359"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 269,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 269"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 269,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 269"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 294,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 294"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 294,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 294"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 294,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 294"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 294,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 294"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 294,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 294"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 269,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 269"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 10,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 10"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 269,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 269"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 10,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 10"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 269,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 269"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 294,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resume",
      "community_name": "Community 294"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 269,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 269"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 269,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 269"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 269,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 269"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 278,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 278"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 278,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cananimate",
      "community_name": "Community 278"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 278,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 278"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 278,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 278"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 294,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolved",
      "community_name": "Community 294"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 278,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 278"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 278,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 278"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 278,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 278"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 223,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 223"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 223,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 223"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 10,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 10"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 223,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_asrgba",
      "community_name": "Community 223"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 10,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 10"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 10,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 10"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 359,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getmixer",
      "community_name": "Community 359"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 10,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixarray",
      "community_name": "Community 10"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 359,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixobject",
      "community_name": "Community 359"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 10,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_matchorder",
      "community_name": "Community 10"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 359,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mix2",
      "community_name": "Community 359"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 214,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 214"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 10,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_findspring",
      "community_name": "Community 10"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 10,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 10"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 10,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 10"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 10,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 10"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 10"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 10,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_spring",
      "community_name": "Community 10"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 10,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_inertia",
      "community_name": "Community 10"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmixers",
      "community_name": "Community 10"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 10,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_interpolate",
      "community_name": "Community 10"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 10,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filloffset",
      "community_name": "Community 10"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 10,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 10"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 10,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 10"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 10,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 10"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 10,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 10"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 278,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "community_name": "Community 278"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 278,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tick",
      "community_name": "Community 278"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 278,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finish",
      "community_name": "Community 278"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 278,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_teardown",
      "community_name": "Community 278"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 278,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 278"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 278,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sample",
      "community_name": "Community 278"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 278,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 278"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 278,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 278"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 278,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 278"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 278,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 278"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 10,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_state",
      "community_name": "Community 10"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 332,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_supports",
      "community_name": "Community 332"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 10,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 10"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 303,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 303"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 303,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 303"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 303,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 303"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 294,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 294"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 294,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 294"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 303,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 303"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 214,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 214"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 214,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatelist",
      "community_name": "Community 214"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 214,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 214"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 10,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 10"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 214,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 214"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 214,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstate",
      "community_name": "Community 214"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 162,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "community_name": "Community 162"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 162,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 162"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 162,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "community_name": "Community 162"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 294,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_unmount",
      "community_name": "Community 294"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 162,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 162"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 214,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 214"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 162,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 162"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 214,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_distance2d",
      "community_name": "Community 214"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 214,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 214"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 214,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 214"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 214,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 214"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 10,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 10"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 214,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_end",
      "community_name": "Community 214"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 214,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 214"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 214,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 214"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 214,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 214"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 214,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 214"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 214,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 214"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calclength",
      "community_name": "Community 405"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 405,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnear",
      "community_name": "Community 405"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 405"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 405"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 405"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 405"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 405"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 405"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 332,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 332,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 332,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 332,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 332,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 405,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 405"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 10,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 10"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 332,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 332"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 332,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 332"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 332,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 332"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 332,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 332"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 332,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 332"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 332,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 332"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 269,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 269"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 404,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 404"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 404,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasscale",
      "community_name": "Community 404"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 404,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hastransform",
      "community_name": "Community 404"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 404,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 404"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 404,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 404"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 404,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 404"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 404,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 404"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 404,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 404"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 404,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 404"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 404,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 404"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 269,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 269"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 404,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 404"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 404,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformbox",
      "community_name": "Community 404"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 269,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 269"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 269,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 269"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 332,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 332"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 332,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 332,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 332,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startanimation",
      "community_name": "Community 332"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 303,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 303"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 332,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 332"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 332,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 332"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 303,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 303"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 303,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 303"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 332,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 332"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 332,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 332"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 162,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 162"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 332,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops",
      "community_name": "Community 332"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 332,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 332"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 10"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 162,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 162"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 162,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 162"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 10,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 10"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 162,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 162"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 543,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 543"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 543,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 543"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 10,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 10"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 303,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 303"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 10,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 10"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 543,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remove",
      "community_name": "Community 543"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 294,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach",
      "community_name": "Community 294"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 10,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delay",
      "community_name": "Community 10"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 359,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 359"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 359,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getradius",
      "community_name": "Community 359"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 10,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compress",
      "community_name": "Community 10"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 10,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 10"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 10,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 10"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 10,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 10"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 404,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 404"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 404,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 404"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 404,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 404"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 404,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 404"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 405,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 405"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 405,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 405"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 10,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisequals",
      "community_name": "Community 10"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 10,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_boxequals",
      "community_name": "Community 10"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 405,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 405"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 405,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 405"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 405,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 405"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 10,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 10"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 543,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_relegate",
      "community_name": "Community 543"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 543,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_promote",
      "community_name": "Community 543"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 10,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 10"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 10,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 10"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 10,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 10"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 10,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 10"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 10,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 10"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 303,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 303"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 10"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 162,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 162"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 405,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 405"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 10,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 10"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 10,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 10"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 10,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 10"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 10,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 10"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 10,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 10"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 214,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 214"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 10,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 10"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 10,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 10"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 10,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 10"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 10,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 10"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 10,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 10"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 10,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 10"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 10,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 10"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 10,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixbox",
      "community_name": "Community 10"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 10,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 10"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 10,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 10"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 10,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_roundbox",
      "community_name": "Community 10"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 405,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 405"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 10,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 10"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 10,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 10"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 10,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onfocus",
      "community_name": "Community 10"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 10,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onblur",
      "community_name": "Community 10"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 10,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 10"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 162,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 162"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 162,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 162"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 162,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startobserver",
      "community_name": "Community 162"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 162,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 162"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 162,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 162"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 303,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 303"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 214,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 214"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 214,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 214"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 214,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 214"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 162,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 162"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 294,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 294"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 162,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 162"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 463,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 463"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 303,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 303"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 10,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 10"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariant",
      "community_name": "Community 10"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 303,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 303"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 10,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 10"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 162,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 162"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 162,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 162"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 303,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue",
      "community_name": "Community 303"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 303,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevalue",
      "community_name": "Community 303"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 303,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 303"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 303,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue",
      "community_name": "Community 303"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 269,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue",
      "community_name": "Community 269"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 269,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 269"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 294,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 294"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 294,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 294"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 294,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 294"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 303,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 303"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 162,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 162"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 269,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 269"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 269,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 269"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 269,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 269"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 463,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_build",
      "community_name": "Community 463"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 214,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 214"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 10,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_findtoast",
      "community_name": "Community 10"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 10,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 10"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 10,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 10"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 10,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 10"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 10,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 10"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 431,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_styled2",
      "community_name": "Community 431"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 431,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_factory",
      "community_name": "Community 431"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 10,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 10"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 431,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 431"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 431,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usechakra",
      "community_name": "Community 431"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 431,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 431"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 431,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 431"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 431,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 431"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 431,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 431"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 10,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_checkicon",
      "community_name": "Community 10"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 10,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_infoicon",
      "community_name": "Community 10"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 10,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warningicon",
      "community_name": "Community 10"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 10"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 10,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 10"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 10,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_alerticon",
      "community_name": "Community 10"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 10,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_closeicon",
      "community_name": "Community 10"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 10"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstore",
      "community_name": "Community 10"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 10,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtoast",
      "community_name": "Community 10"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 10,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_portal",
      "community_name": "Community 10"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 628,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements",
      "community_name": "Community 628"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 628,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_ready",
      "community_name": "Community 628"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 628,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_whenready",
      "community_name": "Community 628"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 628,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_defineel",
      "community_name": "Community 628"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 139,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support",
      "community_name": "Community 139"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 139,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_getreact",
      "community_name": "Community 139"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 139,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_getreactdom",
      "community_name": "Community 139"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 139,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_parsedcdocument",
      "community_name": "Community 139"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 139,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_parsedctext",
      "community_name": "Community 139"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 139,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_parsedataprops",
      "community_name": "Community 139"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 139,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_dcnamefrompath",
      "community_name": "Community 139"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 139,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_rootnamefordocument",
      "community_name": "Community 139"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 139,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_safedecode",
      "community_name": "Community 139"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 139,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_boot",
      "community_name": "Community 139"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 139,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_resolve",
      "community_name": "Community 139"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 139,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_parenswrapwhole",
      "community_name": "Community 139"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 139,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_findtoplevelequality",
      "community_name": "Community 139"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 139,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_resolvepath",
      "community_name": "Community 139"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 139,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_encodecase",
      "community_name": "Community 139"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 139,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_kebabtocamel",
      "community_name": "Community 139"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 139,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_csstoobj",
      "community_name": "Community 139"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 139,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_compileattr",
      "community_name": "Community 139"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 139,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_collectprops",
      "community_name": "Community 139"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 139,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_hostpositionstyle",
      "community_name": "Community 139"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 139,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_compiletemplate",
      "community_name": "Community 139"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren",
      "community_name": "Community 139"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walk",
      "community_name": "Community 139"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 139,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_warnunresolved",
      "community_name": "Community 139"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walktext",
      "community_name": "Community 139"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walkfor",
      "community_name": "Community 139"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walkif",
      "community_name": "Community 139"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walkcomponent",
      "community_name": "Community 139"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walkximport",
      "community_name": "Community 139"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 139,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_contentkey",
      "community_name": "Community 139"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 139,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_walkelement",
      "community_name": "Community 139"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 139,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_constructor",
      "community_name": "Community 139"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 139,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_setstate",
      "community_name": "Community 139"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 139,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_forceupdate",
      "community_name": "Community 139"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 139,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_componentdidmount",
      "community_name": "Community 139"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 139,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_componentdidupdate",
      "community_name": "Community 139"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 139,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_componentwillunmount",
      "community_name": "Community 139"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 139,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_rendervals",
      "community_name": "Community 139"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 139,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_evaldclogic",
      "community_name": "Community 139"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 139,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_shallowequal",
      "community_name": "Community 139"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 139,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_placeholder",
      "community_name": "Community 139"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 139,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_hinttomin",
      "community_name": "Community 139"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 139,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_createcomponentfactory",
      "community_name": "Community 139"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 139,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_isrenderabletype",
      "community_name": "Community 139"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 139,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_resolvedottedpath",
      "community_name": "Community 139"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 139,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_createexternalmodules",
      "community_name": "Community 139"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 139,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_iselementclass",
      "community_name": "Community 139"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 139,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_createhelmetmanager",
      "community_name": "Community 139"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 139,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_createpseudosheet",
      "community_name": "Community 139"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 139,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_createregistry",
      "community_name": "Community 139"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 139,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime",
      "community_name": "Community 139"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 139,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_hiderawtemplate",
      "community_name": "Community 139"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 139,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_loadscript",
      "community_name": "Community 139"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 139,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_loadreactumd",
      "community_name": "Community 139"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 65,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1a_classic_centered_support_init",
      "community_name": "Community 65"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 730,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dom",
      "community_name": "Community 730"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 4,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "community_name": "Community 4"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getiteratorfn",
      "community_name": "Community 346"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 346,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setextrastackframe",
      "community_name": "Community 346"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 346,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warn",
      "community_name": "Community 346"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 43,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_error",
      "community_name": "Community 43"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 346,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_printwarning",
      "community_name": "Community 346"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 43,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnoop",
      "community_name": "Community 43"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 51,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_component",
      "community_name": "Community 51"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 51,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_component_setstate",
      "community_name": "Community 51"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 51,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_component_forceupdate",
      "community_name": "Community 51"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 4,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_componentdummy",
      "community_name": "Community 4"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 4,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_purecomponent",
      "community_name": "Community 4"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createref",
      "community_name": "Community 4"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 346,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray",
      "community_name": "Community 346"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 61,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_typename",
      "community_name": "Community 61"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 61,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow",
      "community_name": "Community 61"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 61,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion",
      "community_name": "Community 61"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 61,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion",
      "community_name": "Community 61"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getwrappedname",
      "community_name": "Community 51"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextname",
      "community_name": "Community 51"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype",
      "community_name": "Community 51"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 61,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidref",
      "community_name": "Community 61"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 61,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidkey",
      "community_name": "Community 61"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 61,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_definekeypropwarninggetter",
      "community_name": "Community 61"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 61,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_definerefpropwarninggetter",
      "community_name": "Community 61"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 61,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 61"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 61,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "community_name": "Community 61"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 346,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneandreplacekey",
      "community_name": "Community 346"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 61,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelement",
      "community_name": "Community 61"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 346,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelement",
      "community_name": "Community 346"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 346,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_escape",
      "community_name": "Community 346"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 346,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_escapeuserprovidedkey",
      "community_name": "Community 346"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getelementkey",
      "community_name": "Community 346"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 346,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "community_name": "Community 346"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 4,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mapchildren",
      "community_name": "Community 4"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 4,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_countchildren",
      "community_name": "Community 4"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 4,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_foreachchildren",
      "community_name": "Community 4"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 175,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_toarray",
      "community_name": "Community 175"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 346,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_onlychild",
      "community_name": "Community 346"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 346,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontext",
      "community_name": "Community 346"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 43,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_lazyinitializer",
      "community_name": "Community 43"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 43,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_lazy",
      "community_name": "Community 43"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 43,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_forwardref",
      "community_name": "Community 43"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 346,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelementtype",
      "community_name": "Community 346"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 346,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_memo",
      "community_name": "Community 346"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 4,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher",
      "community_name": "Community 4"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usecontext",
      "community_name": "Community 4"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usestate",
      "community_name": "Community 4"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usereducer",
      "community_name": "Community 4"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 4,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_useref",
      "community_name": "Community 4"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 4,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_useeffect",
      "community_name": "Community 4"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 4,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_useinsertioneffect",
      "community_name": "Community 4"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 4,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_uselayouteffect",
      "community_name": "Community 4"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usecallback",
      "community_name": "Community 4"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usememo",
      "community_name": "Community 4"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 4,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_useimperativehandle",
      "community_name": "Community 4"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usedebugvalue",
      "community_name": "Community 4"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usetransition",
      "community_name": "Community 4"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usedeferredvalue",
      "community_name": "Community 4"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 4,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_useid",
      "community_name": "Community 4"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 4,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_usesyncexternalstore",
      "community_name": "Community 4"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 346,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_disabledlog",
      "community_name": "Community 346"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 346,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_disablelogs",
      "community_name": "Community 346"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 346,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reenablelogs",
      "community_name": "Community 346"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 346,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_describebuiltincomponentframe",
      "community_name": "Community 346"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 346,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe",
      "community_name": "Community 346"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 346,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_describefunctioncomponentframe",
      "community_name": "Community 346"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 346,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct",
      "community_name": "Community 346"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 346,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 346"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 346,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 346"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 51,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes",
      "community_name": "Community 51"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 346,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 346"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 346"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 346"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 346"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 346"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 346,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateexplicitkey",
      "community_name": "Community 346"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 346,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys",
      "community_name": "Community 346"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 51,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproptypes",
      "community_name": "Community 51"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 346,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefragmentprops",
      "community_name": "Community 346"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 346,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "community_name": "Community 346"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 346,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfactorywithvalidation",
      "community_name": "Community 346"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 346,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelementwithvalidation",
      "community_name": "Community 346"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 127,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_push",
      "community_name": "Community 127"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 326,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_peek",
      "community_name": "Community 326"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 105,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pop",
      "community_name": "Community 105"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 127,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_siftup",
      "community_name": "Community 127"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 127,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_siftdown",
      "community_name": "Community 127"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 127,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_compare",
      "community_name": "Community 127"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 326,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_marktaskerrored",
      "community_name": "Community 326"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 326,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_advancetimers",
      "community_name": "Community 326"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 326,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout",
      "community_name": "Community 326"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 326,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork",
      "community_name": "Community 326"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 326,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop",
      "community_name": "Community 326"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 4,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_runwithpriority",
      "community_name": "Community 4"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 4,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_next",
      "community_name": "Community 4"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 4,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_wrapcallback",
      "community_name": "Community 4"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 326,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "community_name": "Community 326"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 4,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_pauseexecution",
      "community_name": "Community 4"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 326,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_continueexecution",
      "community_name": "Community 326"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 326,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 326"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 4,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_cancelcallback",
      "community_name": "Community 4"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 4,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 4"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 326,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldyieldtohost",
      "community_name": "Community 326"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 262,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requestpaint",
      "community_name": "Community 262"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 4,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_forceframerate",
      "community_name": "Community 4"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 326,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthostcallback",
      "community_name": "Community 326"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 326,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthosttimeout",
      "community_name": "Community 326"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 326,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cancelhosttimeout",
      "community_name": "Community 326"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 4,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_now",
      "community_name": "Community 4"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 262,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_starttransition",
      "community_name": "Community 262"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 43,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuetask",
      "community_name": "Community 43"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 43,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_act",
      "community_name": "Community 43"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 43,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_popactscope",
      "community_name": "Community 43"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 43,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 43"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 43,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushactqueue",
      "community_name": "Community 43"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 51,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setsuppresswarning",
      "community_name": "Community 51"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registertwophaseevent",
      "community_name": "Community 4"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registerdirectevent",
      "community_name": "Community 4"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 61,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion",
      "community_name": "Community 61"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 61,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkpropstringcoercion",
      "community_name": "Community 61"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 61,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 61"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 61,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 61"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 61,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 61"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 61,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isattributenamesafe",
      "community_name": "Community 61"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 61,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldignoreattribute",
      "community_name": "Community 61"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 61,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 61"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 61,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattribute",
      "community_name": "Community 61"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getpropertyinfo",
      "community_name": "Community 61"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 4,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_propertyinforecord",
      "community_name": "Community 4"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 61,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_sanitizeurl",
      "community_name": "Community 61"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforproperty",
      "community_name": "Community 61"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforattribute",
      "community_name": "Community 61"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 61,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "community_name": "Community 61"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 346,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_describeclasscomponentframe",
      "community_name": "Community 346"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 346,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_describefiber",
      "community_name": "Community 346"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 346"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 43,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getwrappedname_1",
      "community_name": "Community 43"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 43,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextname_1",
      "community_name": "Community 43"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 43,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 43"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 346"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 346,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 346"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 43,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber",
      "community_name": "Community 43"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 43,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber",
      "community_name": "Community 43"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 43,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiber",
      "community_name": "Community 43"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 51,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrendering",
      "community_name": "Community 51"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 61,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring",
      "community_name": "Community 61"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 61,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue",
      "community_name": "Community 61"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 346,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 346"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 4,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_ischeckable",
      "community_name": "Community 4"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 4,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettracker",
      "community_name": "Community 4"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 4,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_detachtracker",
      "community_name": "Community 4"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getvaluefromnode",
      "community_name": "Community 4"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 4,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_trackvalueonnode",
      "community_name": "Community 4"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 4,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_track",
      "community_name": "Community 4"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 4,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatevalueifchanged",
      "community_name": "Community 4"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelement",
      "community_name": "Community 4"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 61,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontrolled",
      "community_name": "Community 61"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 61,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops",
      "community_name": "Community 61"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 61,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate",
      "community_name": "Community 61"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatechecked",
      "community_name": "Community 61"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper",
      "community_name": "Community 61"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 61,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper",
      "community_name": "Community 61"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 61,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate",
      "community_name": "Community 61"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatenamedcousins",
      "community_name": "Community 61"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 61,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultvalue",
      "community_name": "Community 61"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 61,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateprops",
      "community_name": "Community 61"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 61,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_1",
      "community_name": "Community 61"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 346,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkselectproptypes",
      "community_name": "Community 346"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoptions",
      "community_name": "Community 61"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 61,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_1",
      "community_name": "Community 61"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 346,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_1",
      "community_name": "Community 346"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 61,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_2",
      "community_name": "Community 61"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 61,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_postupdatewrapper",
      "community_name": "Community 61"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 61,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_1",
      "community_name": "Community 61"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 61,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_2",
      "community_name": "Community 61"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 346,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2",
      "community_name": "Community 346"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper_1",
      "community_name": "Community 61"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 61,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_3",
      "community_name": "Community 61"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 61,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_2",
      "community_name": "Community 61"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getintrinsicnamespace",
      "community_name": "Community 61"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildnamespace",
      "community_name": "Community 61"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 4,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_prefixkey",
      "community_name": "Community 4"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 61,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dangerousstylevalue",
      "community_name": "Community 61"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 61,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hyphenatestylename",
      "community_name": "Community 61"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 61,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createdangerousstringforstyles",
      "community_name": "Community 61"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 61,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforstyles",
      "community_name": "Community 61"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 4,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalueempty",
      "community_name": "Community 4"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 4,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_expandshorthandmap",
      "community_name": "Community 4"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 4,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 4"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 61,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_assertvalidprops",
      "community_name": "Community 61"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 61,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent",
      "community_name": "Community 61"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 127,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperty",
      "community_name": "Community 127"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 127,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warninvalidariaprops",
      "community_name": "Community 127"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 127,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties",
      "community_name": "Community 127"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 43,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties_1",
      "community_name": "Community 43"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 61,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties_2",
      "community_name": "Community 61"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setreplayingevent",
      "community_name": "Community 4"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 4,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetreplayingevent",
      "community_name": "Community 4"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 127,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isreplayingevent",
      "community_name": "Community 127"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 4,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtarget",
      "community_name": "Community 4"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 4,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateoftarget",
      "community_name": "Community 4"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setrestoreimplementation",
      "community_name": "Community 4"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 127,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuestaterestore",
      "community_name": "Community 127"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 4,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_needsstaterestore",
      "community_name": "Community 4"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 4,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateifneeded",
      "community_name": "Community 4"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 4,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_finisheventhandler",
      "community_name": "Community 4"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 4,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates",
      "community_name": "Community 4"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setbatchingimplementation",
      "community_name": "Community 4"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 127,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isinteractive",
      "community_name": "Community 127"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 127,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldpreventmouseevent",
      "community_name": "Community 127"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistener",
      "community_name": "Community 127"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 43,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 43"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 4,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreafterdispatch",
      "community_name": "Community 4"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 4,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_callcallback",
      "community_name": "Community 4"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 4,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_handlewindowerror",
      "community_name": "Community 4"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 4,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallback",
      "community_name": "Community 4"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 4,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 4"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 4,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_rethrowcaughterror",
      "community_name": "Community 4"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 4,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hascaughterror",
      "community_name": "Community 4"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 4,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcaughterror",
      "community_name": "Community 4"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 43,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_get",
      "community_name": "Community 43"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 51,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_has",
      "community_name": "Community 51"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 4,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_set",
      "community_name": "Community 4"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber",
      "community_name": "Community 4"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 4"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontainerfromfiber",
      "community_name": "Community 4"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 51,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isfibermounted",
      "community_name": "Community 51"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 43,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_ismounted",
      "community_name": "Community 43"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 4,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_assertismounted",
      "community_name": "Community 4"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 4"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiber",
      "community_name": "Community 4"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 4"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 4"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 4"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 4,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_injectinternals",
      "community_name": "Community 4"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 43,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_onscheduleroot",
      "community_name": "Community 43"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 262,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitroot",
      "community_name": "Community 262"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 262,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_onpostcommitroot",
      "community_name": "Community 262"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 43,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitunmount",
      "community_name": "Community 43"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 51,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 51"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 4,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_injectprofilinghooks",
      "community_name": "Community 4"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanelabelmap",
      "community_name": "Community 4"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 262,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommitstarted",
      "community_name": "Community 262"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 262,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommitstopped",
      "community_name": "Community 262"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 51,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstarted",
      "community_name": "Community 51"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 51,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped",
      "community_name": "Community 51"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 43"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponenterrored",
      "community_name": "Community 72"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentsuspended",
      "community_name": "Community 72"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 262,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_marklayouteffectsstarted",
      "community_name": "Community 262"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 262,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_marklayouteffectsstopped",
      "community_name": "Community 262"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 262,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 262"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 262,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 262"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstarted",
      "community_name": "Community 72"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderyielded",
      "community_name": "Community 72"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstopped",
      "community_name": "Community 72"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderscheduled",
      "community_name": "Community 43"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 4,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markforceupdatescheduled",
      "community_name": "Community 4"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markstateupdatescheduled",
      "community_name": "Community 169"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 4,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_clz32fallback",
      "community_name": "Community 4"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getlabelforlane",
      "community_name": "Community 4"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 169,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylanes",
      "community_name": "Community 169"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 169,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes",
      "community_name": "Community 169"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 169,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getmostrecenteventtime",
      "community_name": "Community 169"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 169,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_computeexpirationtime",
      "community_name": "Community 169"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 169"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 169,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 169"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 72,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 72"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 72,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includessynclane",
      "community_name": "Community 72"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 72,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includesnonidlework",
      "community_name": "Community 72"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 169,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlyretries",
      "community_name": "Community 169"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 130,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 130"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 169,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlytransitions",
      "community_name": "Community 169"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 130,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includesblockinglane",
      "community_name": "Community 130"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 72,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includesexpiredlane",
      "community_name": "Community 72"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 169,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_istransitionlane",
      "community_name": "Community 169"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 169,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_claimnexttransitionlane",
      "community_name": "Community 169"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 169,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_claimnextretrylane",
      "community_name": "Community 169"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 169,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane",
      "community_name": "Community 169"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 169,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylane",
      "community_name": "Community 169"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 169,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 169"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 72,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetoindex",
      "community_name": "Community 72"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 51,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane",
      "community_name": "Community 51"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 169,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_issubsetoflanes",
      "community_name": "Community 169"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 169,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes",
      "community_name": "Community 169"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 105,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_removelanes",
      "community_name": "Community 105"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 169,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_intersectlanes",
      "community_name": "Community 169"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 105,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetolanes",
      "community_name": "Community 105"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 169,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_higherprioritylane",
      "community_name": "Community 169"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 127,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createlanemap",
      "community_name": "Community 127"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated",
      "community_name": "Community 43"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended",
      "community_name": "Community 72"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootpinged",
      "community_name": "Community 169"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootfinished",
      "community_name": "Community 169"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootentangled",
      "community_name": "Community 169"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 169,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 169"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 72,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_addfibertolanesmap",
      "community_name": "Community 72"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 72,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_movependingfiberstomemoized",
      "community_name": "Community 72"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 72,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettransitionsforlanes",
      "community_name": "Community 72"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 262,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority",
      "community_name": "Community 262"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 262,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority",
      "community_name": "Community 262"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 4,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_runwithpriority",
      "community_name": "Community 4"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 262,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_highereventpriority",
      "community_name": "Community 262"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 262,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_lowereventpriority",
      "community_name": "Community 262"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 72,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_ishighereventpriority",
      "community_name": "Community 72"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 72,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_lanestoeventpriority",
      "community_name": "Community 72"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 4,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isrootdehydrated",
      "community_name": "Community 4"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 4"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 4,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration",
      "community_name": "Community 4"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 4"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 4"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 4"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setattempthydrationatpriority",
      "community_name": "Community 4"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 4,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 4"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createqueuedreplayableevent",
      "community_name": "Community 4"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 4,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_clearifcontinuousevent",
      "community_name": "Community 4"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 4,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 4"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 4,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_queueifcontinuousevent",
      "community_name": "Community 4"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 4,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 4"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 72,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 72"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 4,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 4"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 4,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 4"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 4,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_replayunblockedevents",
      "community_name": "Community 4"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 326,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 326"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 326,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon",
      "community_name": "Community 326"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setenabled",
      "community_name": "Community 4"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 333,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isenabled",
      "community_name": "Community 333"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 4"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 262,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchdiscreteevent",
      "community_name": "Community 262"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 262,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchcontinuousevent",
      "community_name": "Community 262"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 262,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchevent",
      "community_name": "Community 262"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 4,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 4"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent",
      "community_name": "Community 4"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 4,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventpriority",
      "community_name": "Community 4"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 4,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventbubblelistener",
      "community_name": "Community 4"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 4,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventcapturelistener",
      "community_name": "Community 4"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 4,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 4"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 4,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 4"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 127,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_initialize",
      "community_name": "Community 127"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 127,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reset",
      "community_name": "Community 127"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getdata",
      "community_name": "Community 127"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 127,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettext",
      "community_name": "Community 127"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 127,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventcharcode",
      "community_name": "Community 127"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 4,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_functionthatreturnstrue",
      "community_name": "Community 4"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 4,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_functionthatreturnsfalse",
      "community_name": "Community 4"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createsyntheticevent",
      "community_name": "Community 4"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 4,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 4"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 127,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventkey",
      "community_name": "Community 127"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 4,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_modifierstategetter",
      "community_name": "Community 4"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 4,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventmodifierstate",
      "community_name": "Community 4"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents",
      "community_name": "Community 4"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 127,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iskeypresscommand",
      "community_name": "Community 127"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcompositioneventtype",
      "community_name": "Community 127"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 127,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isfallbackcompositionstart",
      "community_name": "Community 127"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 127,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isfallbackcompositionend",
      "community_name": "Community 127"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getdatafromcustomevent",
      "community_name": "Community 127"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 127,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isusingkoreanime",
      "community_name": "Community 127"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "community_name": "Community 127"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnativebeforeinputchars",
      "community_name": "Community 127"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 127"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractbeforeinputevent",
      "community_name": "Community 127"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents",
      "community_name": "Community 127"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 127,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_istextinputelement",
      "community_name": "Community 127"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 61,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iseventsupported",
      "community_name": "Community 61"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_1",
      "community_name": "Community 4"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 127,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 127"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 127,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldusechangeevent",
      "community_name": "Community 127"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 4,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_manualdispatchchangeevent",
      "community_name": "Community 4"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 4,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_runeventinbatch",
      "community_name": "Community 4"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged",
      "community_name": "Community 4"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 4,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 4"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 4,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_startwatchingforvaluechange",
      "community_name": "Community 4"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 4,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 4"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 4,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_handlepropertychange",
      "community_name": "Community 4"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 4,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 4"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 4,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 4"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 127,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulduseclickevent",
      "community_name": "Community 127"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 4,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforclickevent",
      "community_name": "Community 4"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 4,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 4"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 61,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_handlecontrolledinputblur",
      "community_name": "Community 61"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1",
      "community_name": "Community 127"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_2",
      "community_name": "Community 4"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2",
      "community_name": "Community 127"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 4,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_is",
      "community_name": "Community 4"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 51,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shallowequal",
      "community_name": "Community 51"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getleafnode",
      "community_name": "Community 4"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getsiblingnode",
      "community_name": "Community 4"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 4"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getoffsets",
      "community_name": "Community 4"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 4"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setoffsets",
      "community_name": "Community 4"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 4,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_istextnode",
      "community_name": "Community 4"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 4,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_containsnode",
      "community_name": "Community 4"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 4,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isindocument",
      "community_name": "Community 4"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 4,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_issameoriginframe",
      "community_name": "Community 4"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelementdeep",
      "community_name": "Community 4"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 4,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hasselectioncapabilities",
      "community_name": "Community 4"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getselectioninformation",
      "community_name": "Community 4"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 4,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection",
      "community_name": "Community 4"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection",
      "community_name": "Community 4"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 4,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setselection",
      "community_name": "Community 4"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_3",
      "community_name": "Community 4"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection_1",
      "community_name": "Community 4"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 127,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtargetdocument",
      "community_name": "Community 127"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 127,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent",
      "community_name": "Community 127"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_3",
      "community_name": "Community 127"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 4,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_makeprefixmap",
      "community_name": "Community 4"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getvendorprefixedeventname",
      "community_name": "Community 4"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registersimpleevent",
      "community_name": "Community 4"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 4,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registersimpleevents",
      "community_name": "Community 4"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_4",
      "community_name": "Community 127"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 127,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5",
      "community_name": "Community 127"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 4,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_executedispatch",
      "community_name": "Community 4"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 4,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 4"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 4,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueue",
      "community_name": "Community 4"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 4,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventsforplugins",
      "community_name": "Community 4"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 61,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent",
      "community_name": "Community 61"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 296,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonativeevent",
      "community_name": "Community 296"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 296,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents",
      "community_name": "Community 296"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 4,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener",
      "community_name": "Community 4"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 4,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_ismatchingrootcontainer",
      "community_name": "Community 4"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 4,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 4"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 127,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createdispatchlistener",
      "community_name": "Community 127"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 127,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 127"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 127,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 127"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getparent",
      "community_name": "Community 127"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getlowestcommonancestor",
      "community_name": "Community 127"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 127,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 127"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 127,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 127"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistenersetkey",
      "community_name": "Community 61"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 61,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 61"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 61,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkforunmatchedtext",
      "community_name": "Community 61"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 61"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 4,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_noop",
      "community_name": "Community 4"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 401,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 401"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 61,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialdomproperties",
      "community_name": "Community 61"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedomproperties",
      "community_name": "Community 61"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 61,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextnode",
      "community_name": "Community 61"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 61,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "community_name": "Community 61"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 61,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "community_name": "Community 61"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties",
      "community_name": "Community 61"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getpossiblestandardname",
      "community_name": "Community 61"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 61,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "community_name": "Community 61"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 61,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedtext",
      "community_name": "Community 61"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 250,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 250"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 250,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 250"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 250,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 250"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 250,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 250"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 61,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_3",
      "community_name": "Community 61"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontext",
      "community_name": "Community 61"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildhostcontext",
      "community_name": "Community 61"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 296,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicinstance",
      "community_name": "Community 296"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 4,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareforcommit",
      "community_name": "Community 4"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 4,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetaftercommit",
      "community_name": "Community 4"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 61,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createinstance",
      "community_name": "Community 61"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 401,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_appendinitialchild",
      "community_name": "Community 401"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 61,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_finalizeinitialchildren",
      "community_name": "Community 61"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 61,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareupdate",
      "community_name": "Community 61"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 250,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldsettextcontent",
      "community_name": "Community 250"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 61,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextinstance",
      "community_name": "Community 61"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrenteventpriority",
      "community_name": "Community 4"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 4,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerrorinnexttick",
      "community_name": "Community 4"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmount",
      "community_name": "Community 43"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 61,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdate",
      "community_name": "Community 61"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 401,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resettextcontent",
      "community_name": "Community 401"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 43,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_committextupdate",
      "community_name": "Community 43"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 401,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchild",
      "community_name": "Community 401"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 401,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchildtocontainer",
      "community_name": "Community 401"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 401,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_insertbefore",
      "community_name": "Community 401"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 401,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_insertincontainerbefore",
      "community_name": "Community 401"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 43,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild",
      "community_name": "Community 43"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 43,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_removechildfromcontainer",
      "community_name": "Community 43"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 326,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundary",
      "community_name": "Community 326"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 326,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 326"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 43,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hideinstance",
      "community_name": "Community 43"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 43,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hidetextinstance",
      "community_name": "Community 43"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 61,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unhideinstance",
      "community_name": "Community 61"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 43,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unhidetextinstance",
      "community_name": "Community 43"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 43,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcontainer",
      "community_name": "Community 43"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 4,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydrateinstance",
      "community_name": "Community 4"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 4,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydratetextinstance",
      "community_name": "Community 4"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 4,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 4"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 105,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancepending",
      "community_name": "Community 105"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 105,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancefallback",
      "community_name": "Community 105"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 105,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 105"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 105,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 105"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratable",
      "community_name": "Community 4"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 250,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratablesibling",
      "community_name": "Community 250"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechild",
      "community_name": "Community 4"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 4"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 4"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 61,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateinstance",
      "community_name": "Community 61"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 61,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratetextinstance",
      "community_name": "Community 61"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 61,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratesuspenseinstance",
      "community_name": "Community 61"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 250,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 250"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getparentsuspenseinstance",
      "community_name": "Community 4"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 326,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedcontainer",
      "community_name": "Community 326"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 326,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 326"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 250,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 250"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 61,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 61"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 61,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 61"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 250"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 250"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstance",
      "community_name": "Community 250"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 250"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 250"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 250"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 250"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 250"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 250,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 250"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 72,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_errorhydratingcontainer",
      "community_name": "Community 72"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 296,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareportalmount",
      "community_name": "Community 296"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 4,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_detachdeletedinstance",
      "community_name": "Community 4"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 61,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_precachefibernode",
      "community_name": "Community 61"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 296,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcontainerasroot",
      "community_name": "Community 296"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 296,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unmarkcontainerasroot",
      "community_name": "Community 296"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 296,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontainermarkedasroot",
      "community_name": "Community 296"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getclosestinstancefromnode",
      "community_name": "Community 4"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstancefromnode",
      "community_name": "Community 4"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 127,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodefrominstance",
      "community_name": "Community 127"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 61,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 61"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 61,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefiberprops",
      "community_name": "Community 61"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 61,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventlistenerset",
      "community_name": "Community 61"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createcursor",
      "community_name": "Community 4"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext",
      "community_name": "Community 51"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 51,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cachecontext",
      "community_name": "Community 51"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext",
      "community_name": "Community 51"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 51,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hascontextchanged",
      "community_name": "Community 51"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 51,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider",
      "community_name": "Community 51"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 105,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_popcontext",
      "community_name": "Community 105"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 105,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_poptoplevelcontextobject",
      "community_name": "Community 105"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 127,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 127"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 51,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_processchildcontext",
      "community_name": "Community 51"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 51,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushcontextprovider",
      "community_name": "Community 51"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 51,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invalidatecontextprovider",
      "community_name": "Community 51"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 51,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 51"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 169,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesynccallback",
      "community_name": "Community 169"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 169,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulelegacysynccallback",
      "community_name": "Community 169"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 169,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 169"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 262,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks",
      "community_name": "Community 262"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 51,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isforkedchild",
      "community_name": "Community 51"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getforksatlevel",
      "community_name": "Community 51"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 130,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gettreeid",
      "community_name": "Community 130"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 51,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreefork",
      "community_name": "Community 51"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 51,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreeid",
      "community_name": "Community 51"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 51,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid",
      "community_name": "Community 51"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 130,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getbitlength",
      "community_name": "Community 130"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 130,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getleadingbit",
      "community_name": "Community 130"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 105,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_poptreecontext",
      "community_name": "Community 105"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspendedtreecontext",
      "community_name": "Community 4"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 4,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 4"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 51,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating",
      "community_name": "Community 51"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 105,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifhydrating",
      "community_name": "Community 105"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 72"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 4,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 4"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 4,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enterhydrationstate",
      "community_name": "Community 4"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 4,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 4"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 250,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnunhydratedinstance",
      "community_name": "Community 250"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 250,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_deletehydratableinstance",
      "community_name": "Community 250"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 250,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance",
      "community_name": "Community 250"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 250,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_insertnonhydratedinstance",
      "community_name": "Community 250"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 4,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate",
      "community_name": "Community 4"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 250,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 250"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 250,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_throwonhydrationmismatch",
      "community_name": "Community 250"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 250,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 250"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 61,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostinstance",
      "community_name": "Community 61"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 61,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 61"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 61,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 61"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 250,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 250"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 250,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_poptonexthostparent",
      "community_name": "Community 250"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 250,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "community_name": "Community 250"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 250,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 250"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 250,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 250"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resethydrationstate",
      "community_name": "Community 51"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 250,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 250"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating",
      "community_name": "Community 51"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 105,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_queuehydrationerror",
      "community_name": "Community 105"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 169,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requestcurrenttransition",
      "community_name": "Community 169"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 43,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isreactclass",
      "community_name": "Community 43"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 43,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_coerceref",
      "community_name": "Community 43"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 4,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 4"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 43,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonfunctiontype",
      "community_name": "Community 43"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvelazy",
      "community_name": "Community 51"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 4,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_childreconciler",
      "community_name": "Community 4"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 51,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_clonechildfibers",
      "community_name": "Community 51"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 105,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetchildfibers",
      "community_name": "Community 105"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 72,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcontextdependencies",
      "community_name": "Community 72"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 4,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 4"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 4,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 4"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 51,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushprovider",
      "community_name": "Community 51"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 105,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_popprovider",
      "community_name": "Community 105"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 169,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 169"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 169,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange",
      "community_name": "Community 169"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 169,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange_eager",
      "community_name": "Community 169"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 51,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext",
      "community_name": "Community 51"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 51,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext",
      "community_name": "Community 51"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 169,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 169"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 72,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 72"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 169,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 169"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 169,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 169"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 169,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 169"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 169,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 169"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 169"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 51,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_initializeupdatequeue",
      "community_name": "Community 51"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 51,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneupdatequeue",
      "community_name": "Community 51"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 72,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate",
      "community_name": "Community 72"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 43,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate",
      "community_name": "Community 43"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 169,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitions",
      "community_name": "Community 169"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 72,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuecapturedupdate",
      "community_name": "Community 72"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getstatefromupdate",
      "community_name": "Community 4"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 169,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue",
      "community_name": "Community 169"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 51"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 51,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 51"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 4,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdatequeue",
      "community_name": "Community 4"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 105,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requiredcontext",
      "community_name": "Community 105"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 105,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontainer",
      "community_name": "Community 105"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 51,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer",
      "community_name": "Community 51"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 105,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontainer",
      "community_name": "Community 105"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 105,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostcontext",
      "community_name": "Community 105"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 105,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontext",
      "community_name": "Community 105"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 105,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontext",
      "community_name": "Community 105"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 105,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hassuspensecontext",
      "community_name": "Community 105"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 105,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 105"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 105,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setshallowsuspensecontext",
      "community_name": "Community 105"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 105,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 105"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 105,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushsuspensecontext",
      "community_name": "Community 105"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 105,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_popsuspensecontext",
      "community_name": "Community 105"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 72,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldcapturesuspense",
      "community_name": "Community 72"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 105,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findfirstsuspended",
      "community_name": "Community 105"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 105,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogressversions",
      "community_name": "Community 105"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 296,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_registermutablesourceforhydration",
      "community_name": "Community 296"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 127,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthooktypesdev",
      "community_name": "Community 127"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 43,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehooktypesdev",
      "community_name": "Community 43"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 346,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdepsarearraydev",
      "community_name": "Community 346"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 43,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonhookmismatchindev",
      "community_name": "Community 43"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 4,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_throwinvalidhookerror",
      "community_name": "Community 4"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 130,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_arehookinputsequal",
      "community_name": "Community 130"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 51,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_renderwithhooks",
      "community_name": "Community 51"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 51,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdidrenderidhook",
      "community_name": "Community 51"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 51,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_bailouthooks",
      "community_name": "Community 51"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 72,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resethooksafterthrow",
      "community_name": "Community 72"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook",
      "community_name": "Community 130"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook",
      "community_name": "Community 130"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 130,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 130"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 130,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_basicstatereducer",
      "community_name": "Community 130"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 51,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountreducer",
      "community_name": "Community 51"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 169,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer",
      "community_name": "Community 169"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 130,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderreducer",
      "community_name": "Community 130"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 4,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountmutablesource",
      "community_name": "Community 4"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 4,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemutablesource",
      "community_name": "Community 4"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "community_name": "Community 130"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "community_name": "Community 130"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 130,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 130"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 169,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestoreinstance",
      "community_name": "Community 169"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 169,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_subscribetostore",
      "community_name": "Community 169"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 169,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkifsnapshotchanged",
      "community_name": "Community 169"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 169,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_forcestorererender",
      "community_name": "Community 169"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountstate",
      "community_name": "Community 130"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestate",
      "community_name": "Community 130"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 130,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderstate",
      "community_name": "Community 130"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 130,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pusheffect",
      "community_name": "Community 130"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountref",
      "community_name": "Community 130"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateref",
      "community_name": "Community 130"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl",
      "community_name": "Community 130"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl",
      "community_name": "Community 130"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffect",
      "community_name": "Community 130"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffect",
      "community_name": "Community 130"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountinsertioneffect",
      "community_name": "Community 130"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateinsertioneffect",
      "community_name": "Community 130"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlayouteffect",
      "community_name": "Community 130"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatelayouteffect",
      "community_name": "Community 130"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 454,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_imperativehandleeffect",
      "community_name": "Community 454"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountimperativehandle",
      "community_name": "Community 130"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateimperativehandle",
      "community_name": "Community 130"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 4,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdebugvalue",
      "community_name": "Community 4"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountcallback",
      "community_name": "Community 130"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecallback",
      "community_name": "Community 130"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountmemo",
      "community_name": "Community 130"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememo",
      "community_name": "Community 130"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdeferredvalue",
      "community_name": "Community 130"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalue",
      "community_name": "Community 130"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 130,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderdeferredvalue",
      "community_name": "Community 130"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 130"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mounttransition",
      "community_name": "Community 130"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatetransition",
      "community_name": "Community 130"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 130,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_rerendertransition",
      "community_name": "Community 130"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 43,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 43"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 130,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountid",
      "community_name": "Community 130"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 130,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateid",
      "community_name": "Community 130"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 169,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "community_name": "Community 169"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 169,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "community_name": "Community 169"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 169,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isrenderphaseupdate",
      "community_name": "Community 169"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 169,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 169"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 169,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate",
      "community_name": "Community 169"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdateindevtools",
      "community_name": "Community 169"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 43,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iscurrentupdatenested",
      "community_name": "Community 43"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 262,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_marknestedupdatescheduled",
      "community_name": "Community 262"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 72,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetnestedupdateflag",
      "community_name": "Community 72"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 72,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_syncnestedupdateflag",
      "community_name": "Community 72"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 43,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcommittime",
      "community_name": "Community 43"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 262,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_recordcommittime",
      "community_name": "Community 262"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 43,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_startprofilertimer",
      "community_name": "Community 43"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 51,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 51"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 43,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 43"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 43,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration",
      "community_name": "Community 43"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 43,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_recordpassiveeffectduration",
      "community_name": "Community 43"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 43,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer",
      "community_name": "Community 43"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 43,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_startpassiveeffecttimer",
      "community_name": "Community 43"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 105,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_transferactualduration",
      "community_name": "Community 105"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedefaultprops",
      "community_name": "Community 51"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 51,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_applyderivedstatefromprops",
      "community_name": "Community 51"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 51,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 51"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 51,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkclassinstance",
      "community_name": "Community 51"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 51,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_adoptclassinstance",
      "community_name": "Community 51"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 51,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "community_name": "Community 51"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 43,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillmount",
      "community_name": "Community 43"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 51,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 51"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 51,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "community_name": "Community 51"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "community_name": "Community 51"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "community_name": "Community 51"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 43,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 43"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 105,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalue",
      "community_name": "Community 105"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 72,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_showerrordialog",
      "community_name": "Community 72"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 72,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_logcapturederror",
      "community_name": "Community 72"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 72,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createrooterrorupdate",
      "community_name": "Community 72"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 72,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "community_name": "Community 72"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 72,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attachpinglistener",
      "community_name": "Community 72"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 72,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attachretrylistener",
      "community_name": "Community 72"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 72,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcomponent",
      "community_name": "Community 72"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 72,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 72"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 72,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 72"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 72,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "community_name": "Community 72"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 105,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspendedcache",
      "community_name": "Community 105"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 51,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren",
      "community_name": "Community 51"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 51,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 51"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "community_name": "Community 51"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "community_name": "Community 51"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "community_name": "Community 51"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent",
      "community_name": "Community 51"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefragment",
      "community_name": "Community 51"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemode",
      "community_name": "Community 51"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateprofiler",
      "community_name": "Community 51"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 250,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markref",
      "community_name": "Community 250"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "community_name": "Community 51"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "community_name": "Community 51"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 51,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "community_name": "Community 51"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 51,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostrootcontext",
      "community_name": "Community 51"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "community_name": "Community 51"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 51,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 51"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 250,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent",
      "community_name": "Community 250"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 250,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehosttext",
      "community_name": "Community 250"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 51,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "community_name": "Community 51"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 51,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 51"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 51,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "community_name": "Community 51"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 51,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 51"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 105,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 105"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 105,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 105"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 105,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremainonfallback",
      "community_name": "Community 105"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 105,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 105"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 105,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "community_name": "Community 105"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 105,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 105"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 105,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 105"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 105,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 105"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 105,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 105"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 105,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 105"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 105,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 105"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 105,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 105"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 105,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 105"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 105,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 105"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 105,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 105"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 169,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 169"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 105,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 105"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 105,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findlastcontentrow",
      "community_name": "Community 105"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 105,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validaterevealorder",
      "community_name": "Community 105"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 105,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validatetailoptions",
      "community_name": "Community 105"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 346,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 346"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 346,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistchildren",
      "community_name": "Community 346"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 105,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 105"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 105,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 105"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updateportalcomponent",
      "community_name": "Community 51"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "community_name": "Community 51"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 51,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "community_name": "Community 51"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 130,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 130"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 51"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 51,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 51"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 127,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_remountfiber",
      "community_name": "Community 127"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 51,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 51"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 51,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 51"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 51,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "community_name": "Community 51"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 105,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdate",
      "community_name": "Community 105"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 105,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markref_1",
      "community_name": "Community 105"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 105,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cutofftailifneeded",
      "community_name": "Community 105"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 250,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_bubbleproperties",
      "community_name": "Community 250"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 250,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 250"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 105,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "community_name": "Community 105"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 105,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "community_name": "Community 105"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 105,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "community_name": "Community 105"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 4,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reportuncaughterrorindev",
      "community_name": "Community 4"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 43,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 43"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 43,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 43"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 43,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 43"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 43,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_safelyattachref",
      "community_name": "Community 43"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 43,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref",
      "community_name": "Community 43"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 43,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycalldestroy",
      "community_name": "Community 43"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 4,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects",
      "community_name": "Community 4"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 4,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 4"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 43"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount",
      "community_name": "Community 43"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 43"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 43,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 43,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren",
      "community_name": "Community 43"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref",
      "community_name": "Community 43"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 43,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_detachfibermutation",
      "community_name": "Community 43"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 4,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_detachfiberaftereffects",
      "community_name": "Community 4"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 401,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostparentfiber",
      "community_name": "Community 401"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 401,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_ishostparent",
      "community_name": "Community 401"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 401,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostsibling",
      "community_name": "Community 401"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 401,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement",
      "community_name": "Community 401"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 401,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 401"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 401,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnode",
      "community_name": "Community 401"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffects",
      "community_name": "Community 43"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 43,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 43"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitsuspensecallback",
      "community_name": "Community 43"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 326,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 326"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 72,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 72"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffects",
      "community_name": "Community 43"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 43,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 43"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitreconciliationeffects",
      "community_name": "Community 43"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 262,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects",
      "community_name": "Community 262"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 262,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects_begin",
      "community_name": "Community 262"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 43"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 43,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 43"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 43,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 43"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 262,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 262"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 43,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 262,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects",
      "community_name": "Community 262"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 262,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 262"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemountonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 262,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 262"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 43"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 4,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 4"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 43"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 43,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 43"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 43,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 43"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 43,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 43"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 43,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 43"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 262,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitroot_1",
      "community_name": "Community 262"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 43,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_islegacyactenvironment",
      "community_name": "Community 43"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 43,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isconcurrentactenvironment",
      "community_name": "Community 43"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 169,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetrendertimer",
      "community_name": "Community 169"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 105,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getrendertargettime",
      "community_name": "Community 105"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 130,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getworkinprogressroot",
      "community_name": "Community 130"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 169,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime",
      "community_name": "Community 169"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 169,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane",
      "community_name": "Community 169"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 169,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_requestretrylane",
      "community_name": "Community 169"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 169,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "community_name": "Community 169"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 296,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 296"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 43,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 43"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 169,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "community_name": "Community 169"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 72,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "community_name": "Community 72"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 72,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 72"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 250,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_queuerecoverableerrors",
      "community_name": "Community 250"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 169,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "community_name": "Community 169"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 72,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 72"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1",
      "community_name": "Community 72"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 72,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "community_name": "Community 72"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 169,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot",
      "community_name": "Community 169"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 169,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates_1",
      "community_name": "Community 169"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 262,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_discreteupdates",
      "community_name": "Community 262"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 262,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync",
      "community_name": "Community 262"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 262,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyrendering",
      "community_name": "Community 262"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 169,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushrenderlanes",
      "community_name": "Community 169"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 105,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_poprenderlanes",
      "community_name": "Community 105"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 72,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack",
      "community_name": "Community 72"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 72,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "community_name": "Community 72"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 72,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pushdispatcher",
      "community_name": "Community 72"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 72,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_popdispatcher",
      "community_name": "Community 72"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 43,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommittimeoffallback",
      "community_name": "Community 43"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markskippedupdatelanes",
      "community_name": "Community 169"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 105,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspend",
      "community_name": "Community 105"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 72,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 72"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 72,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdiderror",
      "community_name": "Community 72"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 105,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 105"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 72,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "community_name": "Community 72"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 72,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopsync",
      "community_name": "Community 72"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 72,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "community_name": "Community 72"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 72,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopconcurrent",
      "community_name": "Community 72"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 43,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork",
      "community_name": "Community 43"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 43,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork",
      "community_name": "Community 43"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 262,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitroot",
      "community_name": "Community 262"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 262,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "community_name": "Community 262"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 262,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects",
      "community_name": "Community 262"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 127,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 127"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 262,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 262"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 72,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 72"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 72,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 72"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 4,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 4"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 43,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 43"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 43,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "community_name": "Community 43"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 169,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "community_name": "Community 169"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 169,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary",
      "community_name": "Community 169"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 169,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 169"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 169,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveretrywakeable",
      "community_name": "Community 169"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 169,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_jnd",
      "community_name": "Community 169"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 169,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_checkfornestedupdates",
      "community_name": "Community 169"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 262,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 262"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 43,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 43"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 43,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeeffectsindev",
      "community_name": "Community 43"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 43,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 43"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 43,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 43"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 72,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters",
      "community_name": "Community 72"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 127,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallback_1",
      "community_name": "Community 127"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 169,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_cancelcallback_1",
      "community_name": "Community 169"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 169,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 169"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 43,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 43"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 43,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 43"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 43,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 43"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 51"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveclassforhotreloading",
      "community_name": "Community 51"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 51"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 4,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 4"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 72,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 72"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 169,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 169"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 4"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 4"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 4"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 4,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_fibernode",
      "community_name": "Community 4"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 51,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct_1",
      "community_name": "Community 51"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 51,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_issimplefunctioncomponent",
      "community_name": "Community 51"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 51,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvelazycomponenttag",
      "community_name": "Community 51"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 51,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress",
      "community_name": "Community 51"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 105,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogress",
      "community_name": "Community 105"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createhostrootfiber",
      "community_name": "Community 296"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 51,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 51"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 51,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromelement",
      "community_name": "Community 51"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 105,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromfragment",
      "community_name": "Community 105"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 43,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromprofiler",
      "community_name": "Community 43"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 51,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromsuspense",
      "community_name": "Community 51"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 51,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 51"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 105,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromoffscreen",
      "community_name": "Community 105"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtext",
      "community_name": "Community 4"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 250,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 250"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 4"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 4,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromportal",
      "community_name": "Community 4"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 4,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 4"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 127,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_fiberrootnode",
      "community_name": "Community 127"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberroot",
      "community_name": "Community 296"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal",
      "community_name": "Community 296"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 51,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree",
      "community_name": "Community 51"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 43,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning",
      "community_name": "Community 43"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontainer",
      "community_name": "Community 296"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "community_name": "Community 296"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 43,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "community_name": "Community 43"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 296,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicrootinstance",
      "community_name": "Community 296"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 169,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 169"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneimpl",
      "community_name": "Community 169"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 169,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 169"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 169,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 169"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 169,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 169"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 4"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 51,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulderror",
      "community_name": "Community 51"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 105,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldsuspend",
      "community_name": "Community 105"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 4,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancebyfiber",
      "community_name": "Community 4"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 4,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 4"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 4,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 4"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 4,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_injectintodevtools",
      "community_name": "Community 4"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 4,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reactdomroot",
      "community_name": "Community 4"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "community_name": "Community 296"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 4,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_reactdomhydrationroot",
      "community_name": "Community 4"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 72,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulehydration",
      "community_name": "Community 72"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 296,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "community_name": "Community 296"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 296,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainer",
      "community_name": "Community 296"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 296,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 296"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 296,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 296"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 296,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_getreactrootelementincontainer",
      "community_name": "Community 296"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 296,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_nooponrecoverableerror",
      "community_name": "Community 296"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 296,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 296"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 296,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 296"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 296,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 296"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 43,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_finddomnode",
      "community_name": "Community 43"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 296,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrate",
      "community_name": "Community 296"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 296,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_render",
      "community_name": "Community 296"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 296,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 296"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 296,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "community_name": "Community 296"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal_1",
      "community_name": "Community 296"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 296,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 296"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 296,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot_1",
      "community_name": "Community 296"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 296,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot_1",
      "community_name": "Community 296"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 262,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync_1",
      "community_name": "Community 262"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 14,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "community_name": "Community 14"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 14,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 14"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 14,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 14"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 322,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 322"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 360,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memoize3",
      "community_name": "Community 360"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 14,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 14"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 14,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 14"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 14,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 14"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 360,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 360"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 360,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 360"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 14,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 14"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 14,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 14"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 14,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 14"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 14,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_assignafter",
      "community_name": "Community 14"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 175,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isarray",
      "community_name": "Community 175"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 175,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isobject",
      "community_name": "Community 175"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 14"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 322,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 322"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 322,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_px",
      "community_name": "Community 322"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 175,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize",
      "community_name": "Community 175"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 175,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keys",
      "community_name": "Community 175"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 322,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_subtract",
      "community_name": "Community 322"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 175,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 175"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 175,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 175"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 14,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compact",
      "community_name": "Community 14"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 14,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 14"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createcontext",
      "community_name": "Community 14"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 246,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get",
      "community_name": "Community 246"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 14,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omit",
      "community_name": "Community 14"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 175,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pick",
      "community_name": "Community 175"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 175,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runiffn",
      "community_name": "Community 175"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 14,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_splitprops",
      "community_name": "Community 14"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 175,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_walkobject",
      "community_name": "Community 175"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 14"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 14"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 360,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransform",
      "community_name": "Community 360"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 14,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_toconfig",
      "community_name": "Community 14"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 360,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_logical",
      "community_name": "Community 360"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 464,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 464"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 464,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 464"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 322,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 322"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 14,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 14"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 360,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 360"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 14,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filter",
      "community_name": "Community 14"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 14,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 14"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 322,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ring",
      "community_name": "Community 322"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 14,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bgclip",
      "community_name": "Community 14"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 464,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transform",
      "community_name": "Community 464"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 14,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_vh",
      "community_name": "Community 14"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 14,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_fraction",
      "community_name": "Community 14"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 14,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_float",
      "community_name": "Community 14"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 360,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_degree",
      "community_name": "Community 360"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 14,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bgimage",
      "community_name": "Community 14"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 14,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_outline",
      "community_name": "Community 14"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 14,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 14"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 14,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_degreet",
      "community_name": "Community 14"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 360,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prop",
      "community_name": "Community 360"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 14,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_propt",
      "community_name": "Community 14"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 14,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get2",
      "community_name": "Community 14"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 246,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 246"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 360,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 360"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcss",
      "community_name": "Community 14"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 14,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_definestyle",
      "community_name": "Community 14"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 14,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 14"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 14"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 175,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize2",
      "community_name": "Community 175"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 175,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 175"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 175,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createresolver",
      "community_name": "Community 175"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 14,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 14"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 14,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 14"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 175,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 175"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 322,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 322"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 322,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape",
      "community_name": "Community 322"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 322,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapedot",
      "community_name": "Community 322"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 322,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 322"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 175,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addprefix",
      "community_name": "Community 175"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 175,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 175"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 175,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 175"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 175,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar",
      "community_name": "Community 175"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 175,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 175"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 175,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 175"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 175,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 175"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 175,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitvars",
      "community_name": "Community 175"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 175,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 175"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 175,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 175"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 175,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 175"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 175,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 175"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 14,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_anatomy",
      "community_name": "Community 14"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 246,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_guard",
      "community_name": "Community 246"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 128,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "community_name": "Community 128"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 246,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 246"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 14,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hash",
      "community_name": "Community 14"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 246,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_nametohex",
      "community_name": "Community 246"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 246,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rgba",
      "community_name": "Community 246"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 246,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transparentize",
      "community_name": "Community 246"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 246,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tohex",
      "community_name": "Community 246"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 14,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get3",
      "community_name": "Community 14"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 14,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 14"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 224,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 224"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 224,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 224"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 224,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 224"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 224,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 224"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 14,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mode",
      "community_name": "Community 14"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 14,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_orient",
      "community_name": "Community 14"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 175,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_toref",
      "community_name": "Community 175"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 322,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 322"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 322,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 322"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 322,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape2",
      "community_name": "Community 322"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 322,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 322"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 322,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovarref",
      "community_name": "Community 322"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 322,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovar",
      "community_name": "Community 322"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 322,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 322"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 322,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getfallback",
      "community_name": "Community 322"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbg",
      "community_name": "Community 14"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 14,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 14"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize",
      "community_name": "Community 14"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize2",
      "community_name": "Community 14"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 14"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize3",
      "community_name": "Community 14"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize4",
      "community_name": "Community 14"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 14,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 14"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 14"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 14,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 14"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 14,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 14"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 224,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hash2",
      "community_name": "Community 224"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 246,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim",
      "community_name": "Community 246"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 360,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_match",
      "community_name": "Community 360"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 322,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace",
      "community_name": "Community 322"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 224,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_indexof",
      "community_name": "Community 224"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 224,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat",
      "community_name": "Community 224"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 224,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_substr",
      "community_name": "Community 224"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 224,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_strlen",
      "community_name": "Community 224"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 224,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sizeof",
      "community_name": "Community 224"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 224,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_append",
      "community_name": "Community 224"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 14,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_combine",
      "community_name": "Community 14"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 224,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_node",
      "community_name": "Community 224"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 224,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copy",
      "community_name": "Community 224"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 224,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_char",
      "community_name": "Community 224"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 224,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prev",
      "community_name": "Community 224"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 224,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_next",
      "community_name": "Community 224"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 224,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek",
      "community_name": "Community 224"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 224,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_caret",
      "community_name": "Community 224"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 224,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice",
      "community_name": "Community 224"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 224,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_token",
      "community_name": "Community 224"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 224,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_alloc",
      "community_name": "Community 224"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 224,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_dealloc",
      "community_name": "Community 224"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 224,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimit",
      "community_name": "Community 224"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 224,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_whitespace",
      "community_name": "Community 224"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 224,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escaping",
      "community_name": "Community 224"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 224,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimiter",
      "community_name": "Community 224"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 224,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_commenter",
      "community_name": "Community 224"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 224,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_identifier",
      "community_name": "Community 224"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 224,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compile",
      "community_name": "Community 224"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 224,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "community_name": "Community 224"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 224,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset",
      "community_name": "Community 224"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 224,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_comment",
      "community_name": "Community 224"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 224,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_declaration",
      "community_name": "Community 224"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 224,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serialize",
      "community_name": "Community 224"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 224,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stringify",
      "community_name": "Community 224"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 224,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_middleware",
      "community_name": "Community 224"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 14,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 14"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 224,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prefix",
      "community_name": "Community 224"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 14,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extends",
      "community_name": "Community 14"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 333,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 333"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 14,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_murmur2",
      "community_name": "Community 14"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 14,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 14"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 14"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 14,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 14"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 14,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_css2",
      "community_name": "Community 14"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 14,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes",
      "community_name": "Community 14"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 14"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 14"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 14"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 360,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 360"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 14"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 246,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 246"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 14,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_darkmode",
      "community_name": "Community 14"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 14,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_lightmode",
      "community_name": "Community 14"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 14,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 14"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 14,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvars",
      "community_name": "Community 14"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 14,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 14"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 14,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 14"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdocument",
      "community_name": "Community 14"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getwindow",
      "community_name": "Community 14"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 14,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 14"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 51,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useconstant",
      "community_name": "Community 51"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 544,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 544"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 14,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 14"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 14,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_render",
      "community_name": "Community 14"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 14,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_popchild",
      "community_name": "Community 14"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 14,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 14"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usepresence",
      "community_name": "Community 14"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 14,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useispresent",
      "community_name": "Community 14"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 14,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ispresent",
      "community_name": "Community 14"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 333,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 333"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 14,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memo",
      "community_name": "Community 14"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 14"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 14"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 360,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 360"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 14,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 14"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 14,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 14"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 14,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterprops",
      "community_name": "Community 14"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 333,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warnonce",
      "community_name": "Community 333"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 14"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 128,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 128"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 128,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 128"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 128,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 128"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 128,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 128"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 128,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 128"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 128,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 128"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 128,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 128"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 309,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 309"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 14"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 309,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 309"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 309,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 309"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 309,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 309"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 360,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 360"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 14,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 14"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 14"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 14"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 360,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 360"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 128,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 128"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 128,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 128"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 246,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 246"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 128,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makestate",
      "community_name": "Community 128"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 128,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 128"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 464,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 464"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 464,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 464"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 464,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 464"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 464,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 464"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 464,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 464"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 464,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 464"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 128,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 128"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 128,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 128"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 333,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 333"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 246,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 246"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 246,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 246"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 246,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 246"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 14,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 14"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 246,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 246"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 246,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 246"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 246,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyle",
      "community_name": "Community 246"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 246,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 246"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 246,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 246"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 360,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createuserender",
      "community_name": "Community 360"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 360,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 360"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 14,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 14"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 309,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 309"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 279,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 279"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 14,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finished",
      "community_name": "Community 14"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 600,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getall",
      "community_name": "Community 600"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 600,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setall",
      "community_name": "Community 600"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 279,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 279"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 600,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_time",
      "community_name": "Community 600"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 600,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_speed",
      "community_name": "Community 600"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 600,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_starttime",
      "community_name": "Community 600"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 309,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_duration",
      "community_name": "Community 309"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 279,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall",
      "community_name": "Community 279"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 279,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flatten",
      "community_name": "Community 279"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 279,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_play",
      "community_name": "Community 279"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 279,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pause",
      "community_name": "Community 279"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 279,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel",
      "community_name": "Community 279"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 279,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_complete",
      "community_name": "Community 279"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 309,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then",
      "community_name": "Community 309"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 309,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 309"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 279,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 279"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 279,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 279"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 14,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memosupports",
      "community_name": "Community 14"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 279,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 279"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 279,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 279"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 14,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 14"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 333,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 333"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 333,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 333"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 333,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterevents",
      "community_name": "Community 333"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 333,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hover",
      "community_name": "Community 333"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 14,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 14"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 14,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 14"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 14,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 14"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 14,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 14"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 333,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_press",
      "community_name": "Community 333"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 14,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 14"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 14,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cleartime",
      "community_name": "Community 14"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 333,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 333"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 544,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeitem",
      "community_name": "Community 544"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 333,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add",
      "community_name": "Community 333"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 309,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notify",
      "community_name": "Community 309"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 333,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clear",
      "community_name": "Community 333"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 128,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 128"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 128,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 128"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 128,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 128"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 128,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 128"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 333,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onchange",
      "community_name": "Community 333"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 333,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_on",
      "community_name": "Community 333"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 333,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 333"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 14,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_attach",
      "community_name": "Community 14"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 128,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_set",
      "community_name": "Community 128"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 309,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 309"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 246,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_jump",
      "community_name": "Community 246"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprevious",
      "community_name": "Community 14"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 128,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 128"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 309,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start",
      "community_name": "Community 309"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 309,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "community_name": "Community 309"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 14,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isanimating",
      "community_name": "Community 14"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 309,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 309"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 333,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_destroy",
      "community_name": "Community 333"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 246,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 246"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 246,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 246"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 309,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_settarget",
      "community_name": "Community 309"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 309,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 309"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 309,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 309"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 309,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 309"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 14,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 14"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 14,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 14"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 246,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnone",
      "community_name": "Community 246"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 14,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnullish",
      "community_name": "Community 14"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 14,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsehex",
      "community_name": "Community 14"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 360,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test",
      "community_name": "Community 360"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 322,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 322"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 322,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 322"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 322,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 322"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 322,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 322"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 360,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 360"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 322,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 322"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 322,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 322"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 333,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 333"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 333,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 333"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 333,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 333"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 333,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 333"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 333,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 333"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 246,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 246"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 14,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 14"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 246,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 246"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 14,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 14"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 246,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 246"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 333,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resume",
      "community_name": "Community 333"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 246,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 246"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 246,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 246"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 246,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 246"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 279,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 279"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 279,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cananimate",
      "community_name": "Community 279"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 279,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 279"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 279,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 279"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 333,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolved",
      "community_name": "Community 333"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 279,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 279"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 279,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 279"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 279,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 279"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 224,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 224"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 224,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 224"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 14,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 14"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 224,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_asrgba",
      "community_name": "Community 224"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 14,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 14"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 14,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 14"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 360,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getmixer",
      "community_name": "Community 360"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 14,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixarray",
      "community_name": "Community 14"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 360,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixobject",
      "community_name": "Community 360"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 14,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_matchorder",
      "community_name": "Community 14"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 360,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mix2",
      "community_name": "Community 360"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 128,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 128"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 14,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_findspring",
      "community_name": "Community 14"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 14,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 14"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 14,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 14"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 14,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 14"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 14"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 14,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_spring",
      "community_name": "Community 14"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 14,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_inertia",
      "community_name": "Community 14"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmixers",
      "community_name": "Community 14"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 14,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_interpolate",
      "community_name": "Community 14"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 14,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filloffset",
      "community_name": "Community 14"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 14,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 14"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 14,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 14"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 14,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 14"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 14,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 14"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 279,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "community_name": "Community 279"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 279,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tick",
      "community_name": "Community 279"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 279,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finish",
      "community_name": "Community 279"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 279,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_teardown",
      "community_name": "Community 279"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 279,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 279"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 279,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sample",
      "community_name": "Community 279"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 279,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 279"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 279,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 279"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 279,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 279"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 279,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 279"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 14,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_state",
      "community_name": "Community 14"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 309,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_supports",
      "community_name": "Community 309"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 14,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 14"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 309,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 309"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 309,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 309"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 309,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 309"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 333,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 333"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 333,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 333"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 309,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 309"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 128,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 128"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 128,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatelist",
      "community_name": "Community 128"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 128,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 128"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 14,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 14"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 128,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 128"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 128,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstate",
      "community_name": "Community 128"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 333,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "community_name": "Community 333"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 128,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 128"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 333,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "community_name": "Community 333"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 333,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_unmount",
      "community_name": "Community 333"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 333,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 333"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 128,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 128"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 333,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 333"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 128,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_distance2d",
      "community_name": "Community 128"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 128,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 128"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 128,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 128"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 128,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 128"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 14,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 14"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 128,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_end",
      "community_name": "Community 128"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 128,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 128"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 128,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 128"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 128,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 128"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 128,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 128"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 128,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 128"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calclength",
      "community_name": "Community 407"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 407,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnear",
      "community_name": "Community 407"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 407"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 407"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 407"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 407"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 407"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 407"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 309,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 309,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 309,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 309,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 309,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 407,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 407"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 14,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 14"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 309,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 309"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 309,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 309"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 309,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 309"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 309,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 309"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 309,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 309"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 309,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 309"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 309,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 309"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 406,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 406"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 406,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasscale",
      "community_name": "Community 406"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 406,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hastransform",
      "community_name": "Community 406"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 406,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 406"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 406,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 406"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 406,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 406"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 406,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 406"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 406,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 406"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 406,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 406"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 406,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 406"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 309,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 309"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 406,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 406"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 406,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformbox",
      "community_name": "Community 406"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 309,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 309"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 309,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 309"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 309,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 309"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 309,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 309,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 309,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startanimation",
      "community_name": "Community 309"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 309,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 309"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 309,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 309"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 309,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 309"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 309,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 309"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 309,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 309"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 309,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 309"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 309,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 309"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 333,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 333"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 309,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops",
      "community_name": "Community 309"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 309,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 309"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 14"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 333,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 333"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 333,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 333"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 14,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 14"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 333,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 333"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 544,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 544"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 544,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 544"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 14,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 14"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 309,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 309"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 14,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 14"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 544,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remove",
      "community_name": "Community 544"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 333,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach",
      "community_name": "Community 333"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 14,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delay",
      "community_name": "Community 14"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 360,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 360"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 360,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getradius",
      "community_name": "Community 360"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 14,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compress",
      "community_name": "Community 14"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 14,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 14"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 14,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 14"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 14,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 14"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 406,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 406"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 406,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 406"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 406,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 406"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 406,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 406"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 407,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 407"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 407,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 407"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 14,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisequals",
      "community_name": "Community 14"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 14,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_boxequals",
      "community_name": "Community 14"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 407,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 407"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 407,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 407"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 407,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 407"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 14,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 14"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 544,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_relegate",
      "community_name": "Community 544"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 544,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_promote",
      "community_name": "Community 544"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 14,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 14"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 14,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 14"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 14,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 14"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 14,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 14"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 14,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 14"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 309,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 309"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 14"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 309,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 309"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 407,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 407"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 14,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 14"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 14,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 14"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 14,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 14"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 14,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 14"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 14,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 14"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 309,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 309"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 14,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 14"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 14,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 14"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 14,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 14"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 14,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 14"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 14,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 14"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 14,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 14"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 14,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 14"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 14,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixbox",
      "community_name": "Community 14"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 14,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 14"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 14,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 14"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 14,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_roundbox",
      "community_name": "Community 14"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 407,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 407"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 14,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 14"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 14,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 14"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 14,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onfocus",
      "community_name": "Community 14"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 14,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onblur",
      "community_name": "Community 14"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 14,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 14"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 333,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 333"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 333,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 333"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 333,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startobserver",
      "community_name": "Community 333"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 333,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 333"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 333,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 333"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 246,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 246"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 309,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 309"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 128,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 128"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 128,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 128"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 333,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 333"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 333,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 333"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 333,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 333"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 464,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 464"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 246,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 246"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 14,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 14"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariant",
      "community_name": "Community 14"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 309,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 309"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 14,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 14"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 333,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 333"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 333,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 333"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 246,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue",
      "community_name": "Community 246"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 246,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevalue",
      "community_name": "Community 246"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 246,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 246"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 246,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue",
      "community_name": "Community 246"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 246,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue",
      "community_name": "Community 246"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 246,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 246"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 128,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 128"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 333,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 333"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 128,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 128"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 246,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 246"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 333,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 333"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 246,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 246"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 246,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 246"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 309,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 309"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 464,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_build",
      "community_name": "Community 464"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 128,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 128"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 14,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_findtoast",
      "community_name": "Community 14"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 14,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 14"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 14,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 14"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 14,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 14"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 14,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 14"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 14,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_styled2",
      "community_name": "Community 14"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 14,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_factory",
      "community_name": "Community 14"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 14,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 14"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 14"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usechakra",
      "community_name": "Community 14"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 14,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 14"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 14"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 14"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 14,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 14"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 14,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_checkicon",
      "community_name": "Community 14"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 14,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_infoicon",
      "community_name": "Community 14"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 14,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warningicon",
      "community_name": "Community 14"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 14"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 14,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 14"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 14,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_alerticon",
      "community_name": "Community 14"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 14,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_closeicon",
      "community_name": "Community 14"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 14"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstore",
      "community_name": "Community 14"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 14,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtoast",
      "community_name": "Community 14"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 14,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_portal",
      "community_name": "Community 14"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 629,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements",
      "community_name": "Community 629"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 629,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_ready",
      "community_name": "Community 629"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 629,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_whenready",
      "community_name": "Community 629"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 629,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_defineel",
      "community_name": "Community 629"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 140,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1b_product_split_support",
      "community_name": "Community 140"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 140,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_getreact",
      "community_name": "Community 140"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 140,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_getreactdom",
      "community_name": "Community 140"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 140,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_parsedcdocument",
      "community_name": "Community 140"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 140,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_parsedctext",
      "community_name": "Community 140"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 140,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_parsedataprops",
      "community_name": "Community 140"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 140,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_dcnamefrompath",
      "community_name": "Community 140"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 140,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_rootnamefordocument",
      "community_name": "Community 140"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 140,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_safedecode",
      "community_name": "Community 140"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 140,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_boot",
      "community_name": "Community 140"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 140,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_resolve",
      "community_name": "Community 140"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 140,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_parenswrapwhole",
      "community_name": "Community 140"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 140,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_findtoplevelequality",
      "community_name": "Community 140"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 140,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_resolvepath",
      "community_name": "Community 140"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 140,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_encodecase",
      "community_name": "Community 140"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 140,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_kebabtocamel",
      "community_name": "Community 140"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 140,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_csstoobj",
      "community_name": "Community 140"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 140,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_compileattr",
      "community_name": "Community 140"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 140,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_collectprops",
      "community_name": "Community 140"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 140,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_hostpositionstyle",
      "community_name": "Community 140"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 140,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_compiletemplate",
      "community_name": "Community 140"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walkchildren",
      "community_name": "Community 140"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walk",
      "community_name": "Community 140"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 140,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_warnunresolved",
      "community_name": "Community 140"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walktext",
      "community_name": "Community 140"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walkfor",
      "community_name": "Community 140"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walkif",
      "community_name": "Community 140"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walkcomponent",
      "community_name": "Community 140"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walkximport",
      "community_name": "Community 140"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 140,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_contentkey",
      "community_name": "Community 140"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 140,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_walkelement",
      "community_name": "Community 140"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 140,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_constructor",
      "community_name": "Community 140"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 140,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_setstate",
      "community_name": "Community 140"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 140,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_forceupdate",
      "community_name": "Community 140"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 140,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_componentdidmount",
      "community_name": "Community 140"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 140,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_componentdidupdate",
      "community_name": "Community 140"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 140,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_componentwillunmount",
      "community_name": "Community 140"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 140,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_rendervals",
      "community_name": "Community 140"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 140,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_evaldclogic",
      "community_name": "Community 140"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 140,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_shallowequal",
      "community_name": "Community 140"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 140,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_placeholder",
      "community_name": "Community 140"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 140,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_hinttomin",
      "community_name": "Community 140"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 140,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_createcomponentfactory",
      "community_name": "Community 140"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 140,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_isrenderabletype",
      "community_name": "Community 140"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 140,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_resolvedottedpath",
      "community_name": "Community 140"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 140,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_createexternalmodules",
      "community_name": "Community 140"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 140,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_iselementclass",
      "community_name": "Community 140"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 140,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_createhelmetmanager",
      "community_name": "Community 140"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 140,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_createpseudosheet",
      "community_name": "Community 140"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 140,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_createregistry",
      "community_name": "Community 140"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 140,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_createruntime",
      "community_name": "Community 140"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 140,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_hiderawtemplate",
      "community_name": "Community 140"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 140,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_loadscript",
      "community_name": "Community 140"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 140,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_loadreactumd",
      "community_name": "Community 140"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 51,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1b_product_split_support_init",
      "community_name": "Community 51"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 731,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dom",
      "community_name": "Community 731"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 5,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "community_name": "Community 5"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 78,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getiteratorfn",
      "community_name": "Community 78"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 78,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setextrastackframe",
      "community_name": "Community 78"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 78,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn",
      "community_name": "Community 78"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 78,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error",
      "community_name": "Community 78"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 78,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_printwarning",
      "community_name": "Community 78"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 78,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnoop",
      "community_name": "Community 78"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 66,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component",
      "community_name": "Community 66"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 66,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component_setstate",
      "community_name": "Community 66"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 66,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component_forceupdate",
      "community_name": "Community 66"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 5,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_componentdummy",
      "community_name": "Community 5"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 5,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_purecomponent",
      "community_name": "Community 5"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createref",
      "community_name": "Community 5"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 78,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray",
      "community_name": "Community 78"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 78,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename",
      "community_name": "Community 78"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 78,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow",
      "community_name": "Community 78"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 78,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion",
      "community_name": "Community 78"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 78,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion",
      "community_name": "Community 78"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 66,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getwrappedname",
      "community_name": "Community 66"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 66,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextname",
      "community_name": "Community 66"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 66,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype",
      "community_name": "Community 66"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 78,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidref",
      "community_name": "Community 78"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 78,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidkey",
      "community_name": "Community 78"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 78,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definekeypropwarninggetter",
      "community_name": "Community 78"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 78,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definerefpropwarninggetter",
      "community_name": "Community 78"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 78,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 78"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "community_name": "Community 78"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 78,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneandreplacekey",
      "community_name": "Community 78"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 78,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelement",
      "community_name": "Community 78"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 78,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelement",
      "community_name": "Community 78"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 78,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_escape",
      "community_name": "Community 78"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 78,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_escapeuserprovidedkey",
      "community_name": "Community 78"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 78,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getelementkey",
      "community_name": "Community 78"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 78,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "community_name": "Community 78"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 5,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapchildren",
      "community_name": "Community 5"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 5,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_countchildren",
      "community_name": "Community 5"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 5,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_foreachchildren",
      "community_name": "Community 5"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 176,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_toarray",
      "community_name": "Community 176"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 78,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onlychild",
      "community_name": "Community 78"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontext",
      "community_name": "Community 78"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 78,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazyinitializer",
      "community_name": "Community 78"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 78,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazy",
      "community_name": "Community 78"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 78,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forwardref",
      "community_name": "Community 78"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 78,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelementtype",
      "community_name": "Community 78"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 78,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_memo",
      "community_name": "Community 78"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 5,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher",
      "community_name": "Community 5"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usecontext",
      "community_name": "Community 5"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usestate",
      "community_name": "Community 5"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usereducer",
      "community_name": "Community 5"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 5,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useref",
      "community_name": "Community 5"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 5,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useeffect",
      "community_name": "Community 5"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 5,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useinsertioneffect",
      "community_name": "Community 5"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 5,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_uselayouteffect",
      "community_name": "Community 5"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usecallback",
      "community_name": "Community 5"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usememo",
      "community_name": "Community 5"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 5,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useimperativehandle",
      "community_name": "Community 5"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usedebugvalue",
      "community_name": "Community 5"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usetransition",
      "community_name": "Community 5"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usedeferredvalue",
      "community_name": "Community 5"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 5,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useid",
      "community_name": "Community 5"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 5,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usesyncexternalstore",
      "community_name": "Community 5"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 466,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disabledlog",
      "community_name": "Community 466"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 466,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disablelogs",
      "community_name": "Community 466"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 466,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenablelogs",
      "community_name": "Community 466"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 466,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describebuiltincomponentframe",
      "community_name": "Community 466"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 466,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe",
      "community_name": "Community 466"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 466,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefunctioncomponentframe",
      "community_name": "Community 466"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 466,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct",
      "community_name": "Community 466"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 466,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 466"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 466,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 466"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 66,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes",
      "community_name": "Community 66"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 78,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 78"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 78,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 78"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 78,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 78"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 78,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 78"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 78,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 78"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateexplicitkey",
      "community_name": "Community 78"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys",
      "community_name": "Community 78"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 66,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproptypes",
      "community_name": "Community 66"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefragmentprops",
      "community_name": "Community 78"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "community_name": "Community 78"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfactorywithvalidation",
      "community_name": "Community 78"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 78,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelementwithvalidation",
      "community_name": "Community 78"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 153,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push",
      "community_name": "Community 153"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 153,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_peek",
      "community_name": "Community 153"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 163,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop",
      "community_name": "Community 163"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 153,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftup",
      "community_name": "Community 153"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 153,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftdown",
      "community_name": "Community 153"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 153,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_compare",
      "community_name": "Community 153"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 153,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marktaskerrored",
      "community_name": "Community 153"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 153,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_advancetimers",
      "community_name": "Community 153"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 153,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout",
      "community_name": "Community 153"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 153,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork",
      "community_name": "Community 153"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 153,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop",
      "community_name": "Community 153"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_runwithpriority",
      "community_name": "Community 5"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_next",
      "community_name": "Community 5"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_wrapcallback",
      "community_name": "Community 5"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 153,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "community_name": "Community 153"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_pauseexecution",
      "community_name": "Community 5"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 153,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_continueexecution",
      "community_name": "Community 153"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 153,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 153"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_cancelcallback",
      "community_name": "Community 5"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 5"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 153,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldyieldtohost",
      "community_name": "Community 153"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 96,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestpaint",
      "community_name": "Community 96"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 5,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forceframerate",
      "community_name": "Community 5"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 153,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthostcallback",
      "community_name": "Community 153"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 153,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthosttimeout",
      "community_name": "Community 153"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 153,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cancelhosttimeout",
      "community_name": "Community 153"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_now",
      "community_name": "Community 5"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 96,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_starttransition",
      "community_name": "Community 96"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 78,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuetask",
      "community_name": "Community 78"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 78,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_act",
      "community_name": "Community 78"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 78,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popactscope",
      "community_name": "Community 78"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 78,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 78"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 78,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushactqueue",
      "community_name": "Community 78"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 66,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setsuppresswarning",
      "community_name": "Community 66"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registertwophaseevent",
      "community_name": "Community 5"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerdirectevent",
      "community_name": "Community 5"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 78,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion",
      "community_name": "Community 78"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 78,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkpropstringcoercion",
      "community_name": "Community 78"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 78,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 78"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 78,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 78"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 78,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 78"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 120,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isattributenamesafe",
      "community_name": "Community 120"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 120,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldignoreattribute",
      "community_name": "Community 120"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 120,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 120"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 120,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattribute",
      "community_name": "Community 120"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpropertyinfo",
      "community_name": "Community 120"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 5,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propertyinforecord",
      "community_name": "Community 5"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 120,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_sanitizeurl",
      "community_name": "Community 120"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforproperty",
      "community_name": "Community 120"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforattribute",
      "community_name": "Community 120"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 120,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "community_name": "Community 120"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 466,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeclasscomponentframe",
      "community_name": "Community 466"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 466,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefiber",
      "community_name": "Community 466"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 466,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 466"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 62,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getwrappedname_1",
      "community_name": "Community 62"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 62,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextname_1",
      "community_name": "Community 62"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 62,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 62"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 120"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 466,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 466"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 62,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber",
      "community_name": "Community 62"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 62,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber",
      "community_name": "Community 62"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 62,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiber",
      "community_name": "Community 62"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 66,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrendering",
      "community_name": "Community 66"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 120,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring",
      "community_name": "Community 120"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 120,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue",
      "community_name": "Community 120"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 120,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 120"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 5,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ischeckable",
      "community_name": "Community 5"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 5,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettracker",
      "community_name": "Community 5"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 5,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachtracker",
      "community_name": "Community 5"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvaluefromnode",
      "community_name": "Community 5"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 5,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trackvalueonnode",
      "community_name": "Community 5"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 5,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_track",
      "community_name": "Community 5"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 5,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatevalueifchanged",
      "community_name": "Community 5"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelement",
      "community_name": "Community 5"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 120,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontrolled",
      "community_name": "Community 120"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 120,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops",
      "community_name": "Community 120"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 120,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate",
      "community_name": "Community 120"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 120,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatechecked",
      "community_name": "Community 120"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 120,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper",
      "community_name": "Community 120"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 120,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper",
      "community_name": "Community 120"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 120,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate",
      "community_name": "Community 120"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 120,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatenamedcousins",
      "community_name": "Community 120"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 120,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultvalue",
      "community_name": "Community 120"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 120,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateprops",
      "community_name": "Community 120"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 120,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_1",
      "community_name": "Community 120"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 120,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkselectproptypes",
      "community_name": "Community 120"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 120,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoptions",
      "community_name": "Community 120"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 120,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_1",
      "community_name": "Community 120"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 120,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_1",
      "community_name": "Community 120"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 120,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_2",
      "community_name": "Community 120"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 120,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postupdatewrapper",
      "community_name": "Community 120"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 120,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_1",
      "community_name": "Community 120"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 120,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_2",
      "community_name": "Community 120"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 120,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2",
      "community_name": "Community 120"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 120,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper_1",
      "community_name": "Community 120"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 120,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_3",
      "community_name": "Community 120"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 120,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_2",
      "community_name": "Community 120"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getintrinsicnamespace",
      "community_name": "Community 5"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildnamespace",
      "community_name": "Community 5"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 5,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prefixkey",
      "community_name": "Community 5"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 5,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dangerousstylevalue",
      "community_name": "Community 5"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 5,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hyphenatestylename",
      "community_name": "Community 5"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdangerousstringforstyles",
      "community_name": "Community 5"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 120,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforstyles",
      "community_name": "Community 120"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 5,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalueempty",
      "community_name": "Community 5"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 5,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_expandshorthandmap",
      "community_name": "Community 5"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 5,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 5"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 120,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertvalidprops",
      "community_name": "Community 120"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 120,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent",
      "community_name": "Community 120"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperty",
      "community_name": "Community 78"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 78,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warninvalidariaprops",
      "community_name": "Community 78"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties",
      "community_name": "Community 78"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties_1",
      "community_name": "Community 78"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 120,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties_2",
      "community_name": "Community 120"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setreplayingevent",
      "community_name": "Community 5"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 5,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetreplayingevent",
      "community_name": "Community 5"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 153,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isreplayingevent",
      "community_name": "Community 153"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 5,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtarget",
      "community_name": "Community 5"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 5,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateoftarget",
      "community_name": "Community 5"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setrestoreimplementation",
      "community_name": "Community 5"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 153,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuestaterestore",
      "community_name": "Community 153"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 5,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_needsstaterestore",
      "community_name": "Community 5"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 5,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateifneeded",
      "community_name": "Community 5"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 5,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finisheventhandler",
      "community_name": "Community 5"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 5,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates",
      "community_name": "Community 5"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setbatchingimplementation",
      "community_name": "Community 5"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 153,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isinteractive",
      "community_name": "Community 153"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 153,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldpreventmouseevent",
      "community_name": "Community 153"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistener",
      "community_name": "Community 153"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 78,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 78"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 5,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreafterdispatch",
      "community_name": "Community 5"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 5,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcallback",
      "community_name": "Community 5"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 5,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlewindowerror",
      "community_name": "Community 5"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 5,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallback",
      "community_name": "Community 5"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 5,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 5"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 5,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rethrowcaughterror",
      "community_name": "Community 5"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 5,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascaughterror",
      "community_name": "Community 5"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 5,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcaughterror",
      "community_name": "Community 5"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 5,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get",
      "community_name": "Community 5"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 66,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has",
      "community_name": "Community 66"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 5,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_set",
      "community_name": "Community 5"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber",
      "community_name": "Community 5"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 5"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontainerfromfiber",
      "community_name": "Community 5"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 113,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfibermounted",
      "community_name": "Community 113"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 5,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismounted",
      "community_name": "Community 5"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 5,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertismounted",
      "community_name": "Community 5"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 5"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiber",
      "community_name": "Community 5"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 5"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 5"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 5"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 5,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectinternals",
      "community_name": "Community 5"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 113,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onscheduleroot",
      "community_name": "Community 113"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 96,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitroot",
      "community_name": "Community 96"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 96,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onpostcommitroot",
      "community_name": "Community 96"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 62,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitunmount",
      "community_name": "Community 62"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 66,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 66"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 5,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectprofilinghooks",
      "community_name": "Community 5"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanelabelmap",
      "community_name": "Community 5"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommitstarted",
      "community_name": "Community 96"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommitstopped",
      "community_name": "Community 96"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 66,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstarted",
      "community_name": "Community 66"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 66,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped",
      "community_name": "Community 66"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 62"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponenterrored",
      "community_name": "Community 96"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentsuspended",
      "community_name": "Community 96"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 96,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklayouteffectsstarted",
      "community_name": "Community 96"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 96,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklayouteffectsstopped",
      "community_name": "Community 96"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 96"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 96"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstarted",
      "community_name": "Community 96"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderyielded",
      "community_name": "Community 96"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstopped",
      "community_name": "Community 96"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderscheduled",
      "community_name": "Community 113"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 5,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markforceupdatescheduled",
      "community_name": "Community 5"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstateupdatescheduled",
      "community_name": "Community 113"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 5,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clz32fallback",
      "community_name": "Community 5"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlabelforlane",
      "community_name": "Community 5"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 96,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylanes",
      "community_name": "Community 96"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 96,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes",
      "community_name": "Community 96"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 96,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmostrecenteventtime",
      "community_name": "Community 96"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 96,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_computeexpirationtime",
      "community_name": "Community 96"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 96"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 113,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 113"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 96,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 96"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 466,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessynclane",
      "community_name": "Community 466"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 96,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesnonidlework",
      "community_name": "Community 96"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 96,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlyretries",
      "community_name": "Community 96"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 158,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 158"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 96,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlytransitions",
      "community_name": "Community 96"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 158,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesblockinglane",
      "community_name": "Community 158"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 96,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesexpiredlane",
      "community_name": "Community 96"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 113,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istransitionlane",
      "community_name": "Community 113"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 113,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_claimnexttransitionlane",
      "community_name": "Community 113"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 113,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_claimnextretrylane",
      "community_name": "Community 113"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 96,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane",
      "community_name": "Community 96"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 466,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylane",
      "community_name": "Community 466"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 96,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 96"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 96,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetoindex",
      "community_name": "Community 96"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 66,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane",
      "community_name": "Community 66"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 158,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issubsetoflanes",
      "community_name": "Community 158"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes",
      "community_name": "Community 158"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 225,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removelanes",
      "community_name": "Community 225"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 113,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_intersectlanes",
      "community_name": "Community 113"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 225,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetolanes",
      "community_name": "Community 225"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 113,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_higherprioritylane",
      "community_name": "Community 113"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 153,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createlanemap",
      "community_name": "Community 153"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated",
      "community_name": "Community 113"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended",
      "community_name": "Community 96"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootpinged",
      "community_name": "Community 96"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootfinished",
      "community_name": "Community 96"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootentangled",
      "community_name": "Community 113"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 96,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 96"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 96,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addfibertolanesmap",
      "community_name": "Community 96"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 96,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_movependingfiberstomemoized",
      "community_name": "Community 96"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 96,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettransitionsforlanes",
      "community_name": "Community 96"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 96,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority",
      "community_name": "Community 96"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 96,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority",
      "community_name": "Community 96"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 5,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_runwithpriority",
      "community_name": "Community 5"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 96,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_highereventpriority",
      "community_name": "Community 96"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 96,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lowereventpriority",
      "community_name": "Community 96"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 5,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishighereventpriority",
      "community_name": "Community 5"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 96,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanestoeventpriority",
      "community_name": "Community 96"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 5,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrootdehydrated",
      "community_name": "Community 5"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 5"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 5,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration",
      "community_name": "Community 5"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 5"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 5"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 5"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattempthydrationatpriority",
      "community_name": "Community 5"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 5,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 5"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createqueuedreplayableevent",
      "community_name": "Community 5"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 5,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearifcontinuousevent",
      "community_name": "Community 5"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 5,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 5"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 5,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueifcontinuousevent",
      "community_name": "Community 5"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 5,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 5"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 5,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 5"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 5,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 5"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 5,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 5"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 5,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_replayunblockedevents",
      "community_name": "Community 5"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 62,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 62"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 62,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon",
      "community_name": "Community 62"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setenabled",
      "community_name": "Community 5"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 5,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isenabled",
      "community_name": "Community 5"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 5"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 96,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchdiscreteevent",
      "community_name": "Community 96"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 96,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchcontinuousevent",
      "community_name": "Community 96"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 96,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchevent",
      "community_name": "Community 96"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 5,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 5"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent",
      "community_name": "Community 5"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 5,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventpriority",
      "community_name": "Community 5"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 5,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventbubblelistener",
      "community_name": "Community 5"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 5,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventcapturelistener",
      "community_name": "Community 5"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 5,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 5"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 5,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 5"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 153,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initialize",
      "community_name": "Community 153"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 153,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reset",
      "community_name": "Community 153"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdata",
      "community_name": "Community 153"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 153,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettext",
      "community_name": "Community 153"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 153,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventcharcode",
      "community_name": "Community 153"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 5,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_functionthatreturnstrue",
      "community_name": "Community 5"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 5,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_functionthatreturnsfalse",
      "community_name": "Community 5"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createsyntheticevent",
      "community_name": "Community 5"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 5,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 5"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 153,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventkey",
      "community_name": "Community 153"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 5,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_modifierstategetter",
      "community_name": "Community 5"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 5,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventmodifierstate",
      "community_name": "Community 5"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents",
      "community_name": "Community 5"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 153,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iskeypresscommand",
      "community_name": "Community 153"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcompositioneventtype",
      "community_name": "Community 153"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 153,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfallbackcompositionstart",
      "community_name": "Community 153"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 153,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfallbackcompositionend",
      "community_name": "Community 153"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdatafromcustomevent",
      "community_name": "Community 153"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 153,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isusingkoreanime",
      "community_name": "Community 153"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "community_name": "Community 153"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnativebeforeinputchars",
      "community_name": "Community 153"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 153"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractbeforeinputevent",
      "community_name": "Community 153"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents",
      "community_name": "Community 153"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 153,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istextinputelement",
      "community_name": "Community 153"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 78,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iseventsupported",
      "community_name": "Community 78"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_1",
      "community_name": "Community 5"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 153,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 153"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 153,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldusechangeevent",
      "community_name": "Community 153"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 5,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_manualdispatchchangeevent",
      "community_name": "Community 5"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 5,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_runeventinbatch",
      "community_name": "Community 5"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged",
      "community_name": "Community 5"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 5,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 5"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 5,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startwatchingforvaluechange",
      "community_name": "Community 5"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 5,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 5"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 5,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlepropertychange",
      "community_name": "Community 5"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 5,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 5"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 5,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 5"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 153,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulduseclickevent",
      "community_name": "Community 153"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 5,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforclickevent",
      "community_name": "Community 5"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 5,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 5"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 120,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlecontrolledinputblur",
      "community_name": "Community 120"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1",
      "community_name": "Community 153"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_2",
      "community_name": "Community 5"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2",
      "community_name": "Community 153"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 5,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_is",
      "community_name": "Community 5"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 66,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shallowequal",
      "community_name": "Community 66"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getleafnode",
      "community_name": "Community 5"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsiblingnode",
      "community_name": "Community 5"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 5"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getoffsets",
      "community_name": "Community 5"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 5"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setoffsets",
      "community_name": "Community 5"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 5,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istextnode",
      "community_name": "Community 5"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 5,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_containsnode",
      "community_name": "Community 5"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 5,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isindocument",
      "community_name": "Community 5"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 5,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issameoriginframe",
      "community_name": "Community 5"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelementdeep",
      "community_name": "Community 5"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 5,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasselectioncapabilities",
      "community_name": "Community 5"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselectioninformation",
      "community_name": "Community 5"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 5,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection",
      "community_name": "Community 5"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection",
      "community_name": "Community 5"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 5,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setselection",
      "community_name": "Community 5"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_3",
      "community_name": "Community 5"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection_1",
      "community_name": "Community 5"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 153,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtargetdocument",
      "community_name": "Community 153"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 153,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent",
      "community_name": "Community 153"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_3",
      "community_name": "Community 153"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 5,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_makeprefixmap",
      "community_name": "Community 5"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvendorprefixedeventname",
      "community_name": "Community 5"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersimpleevent",
      "community_name": "Community 5"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 5,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersimpleevents",
      "community_name": "Community 5"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_4",
      "community_name": "Community 153"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 153,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5",
      "community_name": "Community 153"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 5,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_executedispatch",
      "community_name": "Community 5"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 5,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 5"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 5,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueue",
      "community_name": "Community 5"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 5,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventsforplugins",
      "community_name": "Community 5"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 120,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent",
      "community_name": "Community 120"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 78,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonativeevent",
      "community_name": "Community 78"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 78,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents",
      "community_name": "Community 78"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 5,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener",
      "community_name": "Community 5"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 5,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismatchingrootcontainer",
      "community_name": "Community 5"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 5,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 5"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 153,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdispatchlistener",
      "community_name": "Community 153"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 153,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 153"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 153,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 153"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getparent",
      "community_name": "Community 153"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlowestcommonancestor",
      "community_name": "Community 153"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 153,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 153"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 153,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 153"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistenersetkey",
      "community_name": "Community 120"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 163,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 163"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 163,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkforunmatchedtext",
      "community_name": "Community 163"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 163,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 163"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 5,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_noop",
      "community_name": "Community 5"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 120,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 120"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 120,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialdomproperties",
      "community_name": "Community 120"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 120,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedomproperties",
      "community_name": "Community 120"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 163,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextnode",
      "community_name": "Community 163"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 120,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "community_name": "Community 120"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 120,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "community_name": "Community 120"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 120,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties",
      "community_name": "Community 120"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpossiblestandardname",
      "community_name": "Community 120"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 120,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "community_name": "Community 120"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 163,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedtext",
      "community_name": "Community 163"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 297,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 297"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 297,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 297"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 297,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 297"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 297,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 297"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 120,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_3",
      "community_name": "Community 120"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontext",
      "community_name": "Community 5"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildhostcontext",
      "community_name": "Community 5"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 62,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicinstance",
      "community_name": "Community 62"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 5,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareforcommit",
      "community_name": "Community 5"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 5,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetaftercommit",
      "community_name": "Community 5"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 163,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createinstance",
      "community_name": "Community 163"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 435,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendinitialchild",
      "community_name": "Community 435"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 120,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finalizeinitialchildren",
      "community_name": "Community 120"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 120,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareupdate",
      "community_name": "Community 120"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 297,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldsettextcontent",
      "community_name": "Community 297"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 163,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextinstance",
      "community_name": "Community 163"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrenteventpriority",
      "community_name": "Community 5"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 5,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerrorinnexttick",
      "community_name": "Community 5"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmount",
      "community_name": "Community 62"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 163,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdate",
      "community_name": "Community 163"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 435,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resettextcontent",
      "community_name": "Community 435"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 62,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_committextupdate",
      "community_name": "Community 62"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 435,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchild",
      "community_name": "Community 435"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 435,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchildtocontainer",
      "community_name": "Community 435"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 435,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertbefore",
      "community_name": "Community 435"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 435,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertincontainerbefore",
      "community_name": "Community 435"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 62,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild",
      "community_name": "Community 62"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 62,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechildfromcontainer",
      "community_name": "Community 62"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 62,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundary",
      "community_name": "Community 62"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 62,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 62"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 5,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideinstance",
      "community_name": "Community 5"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 5,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hidetextinstance",
      "community_name": "Community 5"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unhideinstance",
      "community_name": "Community 5"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 5,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unhidetextinstance",
      "community_name": "Community 5"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 62,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcontainer",
      "community_name": "Community 62"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 5,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydrateinstance",
      "community_name": "Community 5"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 5,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydratetextinstance",
      "community_name": "Community 5"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 5,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 5"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 163,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancepending",
      "community_name": "Community 163"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 225,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancefallback",
      "community_name": "Community 225"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 225,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 225"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 225,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 225"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratable",
      "community_name": "Community 5"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 297,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratablesibling",
      "community_name": "Community 297"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechild",
      "community_name": "Community 5"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 5"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 5"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 163,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateinstance",
      "community_name": "Community 163"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 163,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratetextinstance",
      "community_name": "Community 163"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 163,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratesuspenseinstance",
      "community_name": "Community 163"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 297,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 297"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getparentsuspenseinstance",
      "community_name": "Community 5"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedcontainer",
      "community_name": "Community 62"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 62"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 297,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 297"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 163,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 163"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 163,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 163"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 297"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 297"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstance",
      "community_name": "Community 297"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 297"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 297"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 297"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 297"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 297"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 297,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 297"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 96,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_errorhydratingcontainer",
      "community_name": "Community 96"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 78,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareportalmount",
      "community_name": "Community 78"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 5,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachdeletedinstance",
      "community_name": "Community 5"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 163,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_precachefibernode",
      "community_name": "Community 163"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 78,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcontainerasroot",
      "community_name": "Community 78"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 78,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmarkcontainerasroot",
      "community_name": "Community 78"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 78,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontainermarkedasroot",
      "community_name": "Community 78"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getclosestinstancefromnode",
      "community_name": "Community 5"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstancefromnode",
      "community_name": "Community 5"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 153,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodefrominstance",
      "community_name": "Community 153"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 5"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 163,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefiberprops",
      "community_name": "Community 163"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 120,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventlistenerset",
      "community_name": "Community 120"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcursor",
      "community_name": "Community 5"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 66,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext",
      "community_name": "Community 66"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 66,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cachecontext",
      "community_name": "Community 66"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 66,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext",
      "community_name": "Community 66"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 66,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascontextchanged",
      "community_name": "Community 66"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 66,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider",
      "community_name": "Community 66"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 163,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popcontext",
      "community_name": "Community 163"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 163,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptoplevelcontextobject",
      "community_name": "Community 163"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 153,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 153"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 66,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processchildcontext",
      "community_name": "Community 66"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 66,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushcontextprovider",
      "community_name": "Community 66"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 66,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invalidatecontextprovider",
      "community_name": "Community 66"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 113,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 113"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 96,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesynccallback",
      "community_name": "Community 96"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 96,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulelegacysynccallback",
      "community_name": "Community 96"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 113,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 113"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 96,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks",
      "community_name": "Community 96"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 66,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isforkedchild",
      "community_name": "Community 66"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 66,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getforksatlevel",
      "community_name": "Community 66"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 120,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettreeid",
      "community_name": "Community 120"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 66,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreefork",
      "community_name": "Community 66"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 120,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreeid",
      "community_name": "Community 120"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 66,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid",
      "community_name": "Community 66"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbitlength",
      "community_name": "Community 120"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 120,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getleadingbit",
      "community_name": "Community 120"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 163,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptreecontext",
      "community_name": "Community 163"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspendedtreecontext",
      "community_name": "Community 5"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 5,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 5"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 66,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating",
      "community_name": "Community 66"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 225,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifhydrating",
      "community_name": "Community 225"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 466,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 466"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 5,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 5"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 5,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enterhydrationstate",
      "community_name": "Community 5"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 5,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 5"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 297,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnunhydratedinstance",
      "community_name": "Community 297"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 297,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_deletehydratableinstance",
      "community_name": "Community 297"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 297,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance",
      "community_name": "Community 297"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 297,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertnonhydratedinstance",
      "community_name": "Community 297"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 5,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate",
      "community_name": "Community 5"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 297,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 297"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 297,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwonhydrationmismatch",
      "community_name": "Community 297"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 297,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 297"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 163,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostinstance",
      "community_name": "Community 163"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 163,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 163"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 163,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 163"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 297,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 297"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 297,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptonexthostparent",
      "community_name": "Community 297"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 297,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "community_name": "Community 297"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 297,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 297"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 297,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 297"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethydrationstate",
      "community_name": "Community 66"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 297,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 297"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 66,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating",
      "community_name": "Community 66"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 225,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuehydrationerror",
      "community_name": "Community 225"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 113,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestcurrenttransition",
      "community_name": "Community 113"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 78,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isreactclass",
      "community_name": "Community 78"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 78,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_coerceref",
      "community_name": "Community 78"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 5,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 5"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 62,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonfunctiontype",
      "community_name": "Community 62"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvelazy",
      "community_name": "Community 66"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 5,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_childreconciler",
      "community_name": "Community 5"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 66,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clonechildfibers",
      "community_name": "Community 66"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 163,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetchildfibers",
      "community_name": "Community 163"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 96,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcontextdependencies",
      "community_name": "Community 96"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 5,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 5"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 5,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 5"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 66,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushprovider",
      "community_name": "Community 66"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 163,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popprovider",
      "community_name": "Community 163"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 158,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 158"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 466,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange",
      "community_name": "Community 466"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 466,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange_eager",
      "community_name": "Community 466"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 66,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext",
      "community_name": "Community 66"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 66,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext",
      "community_name": "Community 66"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 113,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 113"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 96,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 96"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 113,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 113"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 113,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 113"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 113,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 113"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 113,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 113"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 113"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 66,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initializeupdatequeue",
      "community_name": "Community 66"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 66,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneupdatequeue",
      "community_name": "Community 66"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 466,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate",
      "community_name": "Community 466"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 113,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate",
      "community_name": "Community 113"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 113,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitions",
      "community_name": "Community 113"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 466,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuecapturedupdate",
      "community_name": "Community 466"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstatefromupdate",
      "community_name": "Community 5"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 158,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue",
      "community_name": "Community 158"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 66"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 66,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 66"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 5,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdatequeue",
      "community_name": "Community 5"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 163,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requiredcontext",
      "community_name": "Community 163"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 163,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontainer",
      "community_name": "Community 163"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 66,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer",
      "community_name": "Community 66"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 163,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontainer",
      "community_name": "Community 163"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 163,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostcontext",
      "community_name": "Community 163"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 163,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontext",
      "community_name": "Community 163"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 163,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontext",
      "community_name": "Community 163"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 163,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hassuspensecontext",
      "community_name": "Community 163"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 225,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 225"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 163,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setshallowsuspensecontext",
      "community_name": "Community 163"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 225,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 225"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 163,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushsuspensecontext",
      "community_name": "Community 163"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 163,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popsuspensecontext",
      "community_name": "Community 163"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 466,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldcapturesuspense",
      "community_name": "Community 466"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 163,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findfirstsuspended",
      "community_name": "Community 163"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 163,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogressversions",
      "community_name": "Community 163"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 78,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registermutablesourceforhydration",
      "community_name": "Community 78"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 153,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthooktypesdev",
      "community_name": "Community 153"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 62,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehooktypesdev",
      "community_name": "Community 62"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 78,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdepsarearraydev",
      "community_name": "Community 78"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 62,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonhookmismatchindev",
      "community_name": "Community 62"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 5,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwinvalidhookerror",
      "community_name": "Community 5"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 158,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_arehookinputsequal",
      "community_name": "Community 158"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 66,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderwithhooks",
      "community_name": "Community 66"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 66,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdidrenderidhook",
      "community_name": "Community 66"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 66,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailouthooks",
      "community_name": "Community 66"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 96,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethooksafterthrow",
      "community_name": "Community 96"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook",
      "community_name": "Community 158"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook",
      "community_name": "Community 158"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 158,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 158"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 158,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_basicstatereducer",
      "community_name": "Community 158"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountreducer",
      "community_name": "Community 158"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer",
      "community_name": "Community 158"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 158,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderreducer",
      "community_name": "Community 158"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 5,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountmutablesource",
      "community_name": "Community 5"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 5,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemutablesource",
      "community_name": "Community 5"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "community_name": "Community 158"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "community_name": "Community 158"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 158,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 158"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 113,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestoreinstance",
      "community_name": "Community 113"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 113,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_subscribetostore",
      "community_name": "Community 113"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 113,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkifsnapshotchanged",
      "community_name": "Community 113"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 113,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forcestorererender",
      "community_name": "Community 113"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountstate",
      "community_name": "Community 158"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestate",
      "community_name": "Community 158"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 158,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderstate",
      "community_name": "Community 158"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 158,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pusheffect",
      "community_name": "Community 158"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountref",
      "community_name": "Community 158"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateref",
      "community_name": "Community 158"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl",
      "community_name": "Community 158"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl",
      "community_name": "Community 158"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffect",
      "community_name": "Community 158"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffect",
      "community_name": "Community 158"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountinsertioneffect",
      "community_name": "Community 158"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateinsertioneffect",
      "community_name": "Community 158"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlayouteffect",
      "community_name": "Community 158"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatelayouteffect",
      "community_name": "Community 158"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 78,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_imperativehandleeffect",
      "community_name": "Community 78"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountimperativehandle",
      "community_name": "Community 158"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateimperativehandle",
      "community_name": "Community 158"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 5,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdebugvalue",
      "community_name": "Community 5"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountcallback",
      "community_name": "Community 158"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecallback",
      "community_name": "Community 158"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountmemo",
      "community_name": "Community 158"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememo",
      "community_name": "Community 158"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdeferredvalue",
      "community_name": "Community 158"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalue",
      "community_name": "Community 158"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 158,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderdeferredvalue",
      "community_name": "Community 158"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 158"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 158,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounttransition",
      "community_name": "Community 158"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatetransition",
      "community_name": "Community 158"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 158,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerendertransition",
      "community_name": "Community 158"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 113,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 113"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 120,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountid",
      "community_name": "Community 120"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 158,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateid",
      "community_name": "Community 158"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 113,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "community_name": "Community 113"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 113,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "community_name": "Community 113"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 113,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrenderphaseupdate",
      "community_name": "Community 113"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 113,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 113"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 113,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate",
      "community_name": "Community 113"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdateindevtools",
      "community_name": "Community 113"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 62,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscurrentupdatenested",
      "community_name": "Community 62"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 96,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marknestedupdatescheduled",
      "community_name": "Community 96"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 96,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetnestedupdateflag",
      "community_name": "Community 96"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 96,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_syncnestedupdateflag",
      "community_name": "Community 96"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 62,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcommittime",
      "community_name": "Community 62"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 96,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordcommittime",
      "community_name": "Community 96"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 62,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startprofilertimer",
      "community_name": "Community 62"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 66,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 66"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 62,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 62"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 62,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration",
      "community_name": "Community 62"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 62,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordpassiveeffectduration",
      "community_name": "Community 62"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 62,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer",
      "community_name": "Community 62"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 62,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startpassiveeffecttimer",
      "community_name": "Community 62"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 163,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_transferactualduration",
      "community_name": "Community 163"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedefaultprops",
      "community_name": "Community 66"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 66,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_applyderivedstatefromprops",
      "community_name": "Community 66"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 66,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 66"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 66,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkclassinstance",
      "community_name": "Community 66"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 66,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_adoptclassinstance",
      "community_name": "Community 66"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 66,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "community_name": "Community 66"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 62,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillmount",
      "community_name": "Community 62"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 66,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 66"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 66,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "community_name": "Community 66"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "community_name": "Community 66"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "community_name": "Community 66"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 466,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 466"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 225,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalue",
      "community_name": "Community 225"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 466,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_showerrordialog",
      "community_name": "Community 466"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 466,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_logcapturederror",
      "community_name": "Community 466"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 466,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createrooterrorupdate",
      "community_name": "Community 466"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 466,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "community_name": "Community 466"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 5,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachpinglistener",
      "community_name": "Community 5"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 466,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachretrylistener",
      "community_name": "Community 466"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 466,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcomponent",
      "community_name": "Community 466"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 466,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 466"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 466,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 466"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 466,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "community_name": "Community 466"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 225,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspendedcache",
      "community_name": "Community 225"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 66,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren",
      "community_name": "Community 66"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 66,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 66"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "community_name": "Community 66"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "community_name": "Community 66"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "community_name": "Community 66"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent",
      "community_name": "Community 66"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefragment",
      "community_name": "Community 66"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemode",
      "community_name": "Community 66"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateprofiler",
      "community_name": "Community 66"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 297,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markref",
      "community_name": "Community 297"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "community_name": "Community 66"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "community_name": "Community 66"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 66,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "community_name": "Community 66"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 66,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostrootcontext",
      "community_name": "Community 66"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "community_name": "Community 66"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 66,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 66"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 297,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent",
      "community_name": "Community 297"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 297,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehosttext",
      "community_name": "Community 297"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 66,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "community_name": "Community 66"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 66,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 66"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 66,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "community_name": "Community 66"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 66,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 66"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 225,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 225"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 225,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 225"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 163,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremainonfallback",
      "community_name": "Community 163"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 225,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 225"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 225,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "community_name": "Community 225"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 225,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 225"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 225,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 225"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 225,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 225"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 225,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 225"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 225,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 225"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 225,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 225"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 225,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 225"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 225,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 225"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 225,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 225"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 225,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 225"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 158,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 158"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 163,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 163"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 163,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findlastcontentrow",
      "community_name": "Community 163"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 163,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validaterevealorder",
      "community_name": "Community 163"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 163,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatetailoptions",
      "community_name": "Community 163"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 78"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 78,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistchildren",
      "community_name": "Community 78"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 163,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 163"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 163,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 163"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateportalcomponent",
      "community_name": "Community 66"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "community_name": "Community 66"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 66,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "community_name": "Community 66"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 158,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 158"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 66"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 66,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 66"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 153,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_remountfiber",
      "community_name": "Community 153"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 66,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 66"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 66,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 66"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 66,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "community_name": "Community 66"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 163,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdate",
      "community_name": "Community 163"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 163,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markref_1",
      "community_name": "Community 163"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 163,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cutofftailifneeded",
      "community_name": "Community 163"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 297,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bubbleproperties",
      "community_name": "Community 297"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 297,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 297"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 163,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "community_name": "Community 163"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 163,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "community_name": "Community 163"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 163,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "community_name": "Community 163"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 5,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reportuncaughterrorindev",
      "community_name": "Community 5"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 62,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 62"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 62,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 62"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 62,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 62"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 62,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelyattachref",
      "community_name": "Community 62"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 62,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref",
      "community_name": "Community 62"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 62,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycalldestroy",
      "community_name": "Community 62"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 5,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects",
      "community_name": "Community 5"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 5,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 5"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 62"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount",
      "community_name": "Community 62"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 62"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 62,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 5,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren",
      "community_name": "Community 5"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref",
      "community_name": "Community 62"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 62,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachfibermutation",
      "community_name": "Community 62"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 5,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachfiberaftereffects",
      "community_name": "Community 5"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 435,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostparentfiber",
      "community_name": "Community 435"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 435,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishostparent",
      "community_name": "Community 435"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 435,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostsibling",
      "community_name": "Community 435"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 435,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement",
      "community_name": "Community 435"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 435,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 435"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 435,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnode",
      "community_name": "Community 435"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffects",
      "community_name": "Community 62"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 62,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 62"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitsuspensecallback",
      "community_name": "Community 62"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 62"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 62,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 62"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffects",
      "community_name": "Community 62"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 62,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 62"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 435,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitreconciliationeffects",
      "community_name": "Community 435"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects",
      "community_name": "Community 62"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects_begin",
      "community_name": "Community 62"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 62"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 62,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 62"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 62,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 62"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 62,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 62"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 62,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 96,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects",
      "community_name": "Community 96"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 96,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 96"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemountonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 96,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 96"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 62"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 5,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 5"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 62"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 62,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 62"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 62,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 62"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 62,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 62"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 62,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 62"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 96,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitroot_1",
      "community_name": "Community 96"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 62,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_islegacyactenvironment",
      "community_name": "Community 62"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 78,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isconcurrentactenvironment",
      "community_name": "Community 78"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 113,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetrendertimer",
      "community_name": "Community 113"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 163,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getrendertargettime",
      "community_name": "Community 163"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 158,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getworkinprogressroot",
      "community_name": "Community 158"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 113,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime",
      "community_name": "Community 113"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 113,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane",
      "community_name": "Community 113"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 113,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestretrylane",
      "community_name": "Community 113"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 113,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "community_name": "Community 113"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 113,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 113"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 113,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 113"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 96,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "community_name": "Community 96"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 96,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "community_name": "Community 96"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 96,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 96"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 297,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuerecoverableerrors",
      "community_name": "Community 297"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 96,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "community_name": "Community 96"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 96,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 96"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 96,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1",
      "community_name": "Community 96"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 96,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "community_name": "Community 96"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 113,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot",
      "community_name": "Community 113"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 113,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates_1",
      "community_name": "Community 113"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 96,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_discreteupdates",
      "community_name": "Community 96"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 96,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync",
      "community_name": "Community 96"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 96,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyrendering",
      "community_name": "Community 96"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 158,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushrenderlanes",
      "community_name": "Community 158"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 163,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poprenderlanes",
      "community_name": "Community 163"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 96,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack",
      "community_name": "Community 96"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 96,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "community_name": "Community 96"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 96,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushdispatcher",
      "community_name": "Community 96"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 96,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popdispatcher",
      "community_name": "Community 96"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 62,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommittimeoffallback",
      "community_name": "Community 62"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 158,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markskippedupdatelanes",
      "community_name": "Community 158"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 163,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspend",
      "community_name": "Community 163"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 96,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 96"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 466,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdiderror",
      "community_name": "Community 466"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 163,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 163"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 96,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "community_name": "Community 96"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 62,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopsync",
      "community_name": "Community 62"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 96,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "community_name": "Community 96"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 62,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopconcurrent",
      "community_name": "Community 62"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 62,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork",
      "community_name": "Community 62"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 62,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork",
      "community_name": "Community 62"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 96,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitroot",
      "community_name": "Community 96"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 96,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "community_name": "Community 96"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 96,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects",
      "community_name": "Community 96"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 96,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 96"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 96,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 96"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 466,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 466"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 466,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 466"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 5,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 5"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 113,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 113"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 62,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "community_name": "Community 62"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 96,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "community_name": "Community 96"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 113,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary",
      "community_name": "Community 113"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 113,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 113"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 113,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveretrywakeable",
      "community_name": "Community 113"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 96,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_jnd",
      "community_name": "Community 96"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 113,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkfornestedupdates",
      "community_name": "Community 113"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 96,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 96"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 62,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 62"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 62,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeeffectsindev",
      "community_name": "Community 62"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 62,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 62"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 113,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 113"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 96,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters",
      "community_name": "Community 96"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 96,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallback_1",
      "community_name": "Community 96"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 96,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cancelcallback_1",
      "community_name": "Community 96"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 96,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 96"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 62,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 62"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 78,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 78"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 62,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 62"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 66"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveclassforhotreloading",
      "community_name": "Community 66"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 66"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 5,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 5"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 466,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 466"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 113,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 113"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 5"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 5"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 5"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 5,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_fibernode",
      "community_name": "Community 5"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 66,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct_1",
      "community_name": "Community 66"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 66,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issimplefunctioncomponent",
      "community_name": "Community 66"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 66,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvelazycomponenttag",
      "community_name": "Community 66"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 66,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress",
      "community_name": "Community 66"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 163,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogress",
      "community_name": "Community 163"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 113,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhostrootfiber",
      "community_name": "Community 113"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 66,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 66"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 66,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromelement",
      "community_name": "Community 66"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 225,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromfragment",
      "community_name": "Community 225"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 66,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromprofiler",
      "community_name": "Community 66"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 66,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromsuspense",
      "community_name": "Community 66"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 66,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 66"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 225,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromoffscreen",
      "community_name": "Community 225"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtext",
      "community_name": "Community 5"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 297,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 297"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 5"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 5,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromportal",
      "community_name": "Community 5"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 5,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 5"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 153,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_fiberrootnode",
      "community_name": "Community 153"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 113,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberroot",
      "community_name": "Community 113"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal",
      "community_name": "Community 78"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 113,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree",
      "community_name": "Community 113"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 62,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning",
      "community_name": "Community 62"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontainer",
      "community_name": "Community 78"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 113,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "community_name": "Community 113"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 113,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "community_name": "Community 113"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 62,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicrootinstance",
      "community_name": "Community 62"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 113,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 113"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneimpl",
      "community_name": "Community 113"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 113,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 113"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 113,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 113"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 113,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 113"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 5"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 66,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulderror",
      "community_name": "Community 66"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 225,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldsuspend",
      "community_name": "Community 225"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 5,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancebyfiber",
      "community_name": "Community 5"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 5,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 5"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 5,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 5"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 5,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectintodevtools",
      "community_name": "Community 5"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 5,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reactdomroot",
      "community_name": "Community 5"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "community_name": "Community 78"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 5,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reactdomhydrationroot",
      "community_name": "Community 5"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 5,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulehydration",
      "community_name": "Community 5"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 78,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "community_name": "Community 78"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 78,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainer",
      "community_name": "Community 78"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 78,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 78"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 78,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 78"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 78,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getreactrootelementincontainer",
      "community_name": "Community 78"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 78,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_nooponrecoverableerror",
      "community_name": "Community 78"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 78,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 78"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 78,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 78"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 78,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 78"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 62,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finddomnode",
      "community_name": "Community 62"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 78,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrate",
      "community_name": "Community 78"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 66,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render",
      "community_name": "Community 66"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 78,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 78"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 78,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "community_name": "Community 78"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal_1",
      "community_name": "Community 78"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 78,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 78"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 78,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot_1",
      "community_name": "Community 78"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 78,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot_1",
      "community_name": "Community 78"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 96,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync_1",
      "community_name": "Community 96"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 11,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "community_name": "Community 11"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 11,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 11"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 11,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 11"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 176,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 176"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 361,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memoize3",
      "community_name": "Community 361"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 11,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 11"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 11,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 11"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 11,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 11"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 361,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 361"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 361,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 361"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 11,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 11"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 11,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 11"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 11,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 11"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 11,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_assignafter",
      "community_name": "Community 11"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 176,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isarray",
      "community_name": "Community 176"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 176,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isobject",
      "community_name": "Community 176"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 11"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 176,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 176"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 176,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_px",
      "community_name": "Community 176"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 176,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize",
      "community_name": "Community 176"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 176,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keys",
      "community_name": "Community 176"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 176,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_subtract",
      "community_name": "Community 176"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 176,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 176"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 176,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 176"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 11,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compact",
      "community_name": "Community 11"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 11,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 11"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createcontext",
      "community_name": "Community 11"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 270,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get",
      "community_name": "Community 270"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 11,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omit",
      "community_name": "Community 11"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 176,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pick",
      "community_name": "Community 176"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 176,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runiffn",
      "community_name": "Community 176"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 11,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_splitprops",
      "community_name": "Community 11"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 176,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_walkobject",
      "community_name": "Community 176"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 11,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 11"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 11,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 11"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 361,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransform",
      "community_name": "Community 361"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 11,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_toconfig",
      "community_name": "Community 11"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 361,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_logical",
      "community_name": "Community 361"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 467,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 467"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 467,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 467"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 176,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 176"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 11,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 11"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 361,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 361"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 11,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filter",
      "community_name": "Community 11"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 11,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 11"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 176,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ring",
      "community_name": "Community 176"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 11,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bgclip",
      "community_name": "Community 11"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 467,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transform",
      "community_name": "Community 467"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 11,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_vh",
      "community_name": "Community 11"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 11,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_fraction",
      "community_name": "Community 11"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 11,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_float",
      "community_name": "Community 11"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 361,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_degree",
      "community_name": "Community 361"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 11,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bgimage",
      "community_name": "Community 11"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 11,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_outline",
      "community_name": "Community 11"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 11,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 11"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 11,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_degreet",
      "community_name": "Community 11"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 361,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prop",
      "community_name": "Community 361"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 11,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_propt",
      "community_name": "Community 11"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 11,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get2",
      "community_name": "Community 11"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 270,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 270"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 361,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 361"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcss",
      "community_name": "Community 11"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 11,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_definestyle",
      "community_name": "Community 11"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 11,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 11"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 11"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 176,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize2",
      "community_name": "Community 176"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 176,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 176"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 176,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createresolver",
      "community_name": "Community 176"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 438,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 438"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 11,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 11"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 176,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 176"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 176,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 176"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 176,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape",
      "community_name": "Community 176"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 176,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapedot",
      "community_name": "Community 176"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 176,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 176"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 176,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addprefix",
      "community_name": "Community 176"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 176,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 176"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 176,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 176"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 176,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar",
      "community_name": "Community 176"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 176,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 176"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 176,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 176"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 176,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 176"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 176,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitvars",
      "community_name": "Community 176"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 176,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 176"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 176,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 176"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 176,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 176"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 176,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 176"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 11,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_anatomy",
      "community_name": "Community 11"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 270,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_guard",
      "community_name": "Community 270"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 215,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "community_name": "Community 215"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 270,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 270"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 11,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hash",
      "community_name": "Community 11"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 270,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_nametohex",
      "community_name": "Community 270"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 270,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rgba",
      "community_name": "Community 270"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 270,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transparentize",
      "community_name": "Community 270"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 270,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tohex",
      "community_name": "Community 270"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 11,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get3",
      "community_name": "Community 11"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 11,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 11"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 226,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 226"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 226,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 226"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 226,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 226"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 226,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 226"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 11,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mode",
      "community_name": "Community 11"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 11,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_orient",
      "community_name": "Community 11"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 176,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_toref",
      "community_name": "Community 176"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 176,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 176"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 176,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 176"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 176,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape2",
      "community_name": "Community 176"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 176,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 176"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 176,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovarref",
      "community_name": "Community 176"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 176,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovar",
      "community_name": "Community 176"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 176,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 176"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 176,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getfallback",
      "community_name": "Community 176"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbg",
      "community_name": "Community 11"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 11,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 11"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize",
      "community_name": "Community 11"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize2",
      "community_name": "Community 11"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 11"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize3",
      "community_name": "Community 11"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize4",
      "community_name": "Community 11"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 11,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 11"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 11"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 11,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 11"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 11,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 11"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 226,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hash2",
      "community_name": "Community 226"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 270,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim",
      "community_name": "Community 270"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 361,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_match",
      "community_name": "Community 361"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 176,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace",
      "community_name": "Community 176"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 226,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_indexof",
      "community_name": "Community 226"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 226,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat",
      "community_name": "Community 226"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 226,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_substr",
      "community_name": "Community 226"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 226,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_strlen",
      "community_name": "Community 226"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 226,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sizeof",
      "community_name": "Community 226"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 226,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_append",
      "community_name": "Community 226"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 11,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_combine",
      "community_name": "Community 11"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 226,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_node",
      "community_name": "Community 226"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 226,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copy",
      "community_name": "Community 226"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 226,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_char",
      "community_name": "Community 226"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 226,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prev",
      "community_name": "Community 226"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 226,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_next",
      "community_name": "Community 226"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 226,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek",
      "community_name": "Community 226"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 226,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_caret",
      "community_name": "Community 226"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 226,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice",
      "community_name": "Community 226"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 226,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_token",
      "community_name": "Community 226"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 226,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_alloc",
      "community_name": "Community 226"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 226,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_dealloc",
      "community_name": "Community 226"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 226,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimit",
      "community_name": "Community 226"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 226,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_whitespace",
      "community_name": "Community 226"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 226,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escaping",
      "community_name": "Community 226"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 226,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimiter",
      "community_name": "Community 226"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 226,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_commenter",
      "community_name": "Community 226"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 226,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_identifier",
      "community_name": "Community 226"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 226,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compile",
      "community_name": "Community 226"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 226,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "community_name": "Community 226"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 226,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset",
      "community_name": "Community 226"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 226,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_comment",
      "community_name": "Community 226"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 226,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_declaration",
      "community_name": "Community 226"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 226,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serialize",
      "community_name": "Community 226"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 226,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stringify",
      "community_name": "Community 226"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 226,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_middleware",
      "community_name": "Community 226"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 11,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 11"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 226,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prefix",
      "community_name": "Community 226"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 11,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extends",
      "community_name": "Community 11"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 321,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 321"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 11,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_murmur2",
      "community_name": "Community 11"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 11,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 11"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 11"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 11,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 11"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 11,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_css2",
      "community_name": "Community 11"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 11,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes",
      "community_name": "Community 11"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 438,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 438"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 11"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 11"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 361,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 361"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 11"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 270,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 270"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 11,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_darkmode",
      "community_name": "Community 11"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 11,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_lightmode",
      "community_name": "Community 11"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 11,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 11"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 11,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvars",
      "community_name": "Community 11"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 438,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 438"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 11,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 11"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdocument",
      "community_name": "Community 11"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getwindow",
      "community_name": "Community 11"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 11,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 11"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 11,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useconstant",
      "community_name": "Community 11"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 545,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 545"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 11,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 11"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 11,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_render",
      "community_name": "Community 11"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 11,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_popchild",
      "community_name": "Community 11"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 11,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 11"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 11,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usepresence",
      "community_name": "Community 11"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 11,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useispresent",
      "community_name": "Community 11"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 11,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ispresent",
      "community_name": "Community 11"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 321,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 321"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 11,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memo",
      "community_name": "Community 11"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 11"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 11"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 361,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 361"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 11,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 11"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 11,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 11"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 11,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterprops",
      "community_name": "Community 11"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 334,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warnonce",
      "community_name": "Community 334"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 11"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 215,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 215"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 215,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 215"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 215,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 215"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 215,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 215"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 215,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 215"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 215,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 215"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 215,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 215"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 335,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 335"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 11,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 11"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 335,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 335"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 335,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 335"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 335,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 335"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 361,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 361"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 11,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 11"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 11,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 11"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 11"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 361,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 361"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 321,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 321"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 321,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 321"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 270,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 270"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 215,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makestate",
      "community_name": "Community 215"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 215,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 215"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 467,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 467"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 467,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 467"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 467,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 467"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 467,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 467"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 467,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 467"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 467,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 467"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 215,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 215"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 215,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 215"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 334,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 334"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 517,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 517"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 517,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 517"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 517,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 517"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 11,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 11"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 517,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 517"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 517,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 517"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 517,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyle",
      "community_name": "Community 517"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 517,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 517"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 517,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 517"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 361,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createuserender",
      "community_name": "Community 361"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 361,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 361"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 11,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 11"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 320,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 320"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 281,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 281"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 11,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finished",
      "community_name": "Community 11"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 601,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getall",
      "community_name": "Community 601"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 601,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setall",
      "community_name": "Community 601"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 281,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 281"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 601,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_time",
      "community_name": "Community 601"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 601,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_speed",
      "community_name": "Community 601"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 601,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_starttime",
      "community_name": "Community 601"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 281,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_duration",
      "community_name": "Community 281"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 281,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall",
      "community_name": "Community 281"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 281,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flatten",
      "community_name": "Community 281"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 281,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_play",
      "community_name": "Community 281"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 281,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pause",
      "community_name": "Community 281"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 281,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel",
      "community_name": "Community 281"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 281,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_complete",
      "community_name": "Community 281"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 320,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then",
      "community_name": "Community 320"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 320,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 320"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 281,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 281"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 281,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 281"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 11,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memosupports",
      "community_name": "Community 11"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 281,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 281"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 281,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 281"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 11,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 11"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 321,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 321"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 321,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 321"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 321,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterevents",
      "community_name": "Community 321"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 321,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hover",
      "community_name": "Community 321"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 11,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 11"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 11,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 11"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 11,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 11"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 11,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 11"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 321,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_press",
      "community_name": "Community 321"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 11,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 11"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 11,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cleartime",
      "community_name": "Community 11"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 334,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 334"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 545,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeitem",
      "community_name": "Community 545"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 334,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add",
      "community_name": "Community 334"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 215,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notify",
      "community_name": "Community 215"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 321,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clear",
      "community_name": "Community 321"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 215,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 215"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 215,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 215"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 215,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 215"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 215,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 215"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 334,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onchange",
      "community_name": "Community 334"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 334,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_on",
      "community_name": "Community 334"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 321,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 321"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 11,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_attach",
      "community_name": "Community 11"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 215,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_set",
      "community_name": "Community 215"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 281,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 281"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 270,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_jump",
      "community_name": "Community 270"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprevious",
      "community_name": "Community 11"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 215,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 215"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 320,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start",
      "community_name": "Community 320"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 281,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "community_name": "Community 281"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 11,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isanimating",
      "community_name": "Community 11"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 281,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 281"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 321,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_destroy",
      "community_name": "Community 321"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 320,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 320"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 320,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 320"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 320,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_settarget",
      "community_name": "Community 320"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 320,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 320"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 320,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 320"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 320,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 320"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 11,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 11"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 11,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 11"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 270,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnone",
      "community_name": "Community 270"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 11,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnullish",
      "community_name": "Community 11"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 11,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsehex",
      "community_name": "Community 11"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 361,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test",
      "community_name": "Community 361"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 270,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 270"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 270,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 270"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 270,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 270"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 270,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 270"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 361,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 361"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 270,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 270"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 270,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 270"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 321,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 321"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 321,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 321"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 321,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 321"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 321,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 321"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 321,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 321"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 270,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 270"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 11,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 11"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 270,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 270"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 11,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 11"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 270,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 270"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 321,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resume",
      "community_name": "Community 321"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 270,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 270"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 270,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 270"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 270,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 270"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 281,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 281"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 281,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cananimate",
      "community_name": "Community 281"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 281,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 281"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 281,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 281"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 321,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolved",
      "community_name": "Community 321"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 281,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 281"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 281,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 281"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 281,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 281"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 226,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 226"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 226,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 226"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 11,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 11"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 226,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_asrgba",
      "community_name": "Community 226"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 11,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 11"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 11,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 11"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 361,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getmixer",
      "community_name": "Community 361"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 11,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixarray",
      "community_name": "Community 11"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 361,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixobject",
      "community_name": "Community 361"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 11,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_matchorder",
      "community_name": "Community 11"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 361,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mix2",
      "community_name": "Community 361"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 215,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 215"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 11,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_findspring",
      "community_name": "Community 11"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 11,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 11"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 11,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 11"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 11,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 11"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 11"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 11,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_spring",
      "community_name": "Community 11"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 11,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_inertia",
      "community_name": "Community 11"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmixers",
      "community_name": "Community 11"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 11,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_interpolate",
      "community_name": "Community 11"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 11,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filloffset",
      "community_name": "Community 11"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 11,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 11"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 11,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 11"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 11,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 11"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 11,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 11"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 281,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "community_name": "Community 281"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 281,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tick",
      "community_name": "Community 281"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 281,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finish",
      "community_name": "Community 281"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 281,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_teardown",
      "community_name": "Community 281"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 281,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 281"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 281,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sample",
      "community_name": "Community 281"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 281,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 281"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 281,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 281"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 281,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 281"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 281,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 281"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 11,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_state",
      "community_name": "Community 11"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 335,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_supports",
      "community_name": "Community 335"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 11,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 11"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 320,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 320"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 320,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 320"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 320,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 320"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 321,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 321"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 321,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 321"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 320,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 320"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 215,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 215"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 215,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatelist",
      "community_name": "Community 215"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 215,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 215"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 11,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 11"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 215,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 215"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 215,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstate",
      "community_name": "Community 215"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 334,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "community_name": "Community 334"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 334,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 334"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 334,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "community_name": "Community 334"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 321,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_unmount",
      "community_name": "Community 321"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 334,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 334"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 215,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 215"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 334,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 334"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 215,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_distance2d",
      "community_name": "Community 215"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 215,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 215"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 215,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 215"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 215,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 215"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 11,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 11"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 215,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_end",
      "community_name": "Community 215"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 215,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 215"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 215,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 215"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 215,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 215"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 215,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 215"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 215,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 215"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calclength",
      "community_name": "Community 409"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 409,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnear",
      "community_name": "Community 409"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 409"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 409"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 409"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 409"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 409"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 409"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 335,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 335,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 335,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 335,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 335,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 409,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 409"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 11,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 11"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 335,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 335"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 335,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 335"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 335,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 335"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 335,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 335"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 335,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 335"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 335,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 335"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 270,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 270"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 408,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 408"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 408,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasscale",
      "community_name": "Community 408"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 408,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hastransform",
      "community_name": "Community 408"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 408,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 408"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 408,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 408"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 408,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 408"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 408,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 408"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 408,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 408"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 408,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 408"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 408,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 408"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 270,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 270"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 408,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 408"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 408,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformbox",
      "community_name": "Community 408"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 270,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 270"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 270,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 270"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 335,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 335"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 335,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 335,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 335,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startanimation",
      "community_name": "Community 335"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 320,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 320"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 335,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 335"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 335,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 335"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 320,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 320"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 320,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 320"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 335,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 335"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 335,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 335"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 334,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 334"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 335,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops",
      "community_name": "Community 335"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 335,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 335"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 11"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 334,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 334"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 334,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 334"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 11,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 11"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 334,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 334"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 545,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 545"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 545,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 545"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 11,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 11"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 320,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 320"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 11,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 11"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 545,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remove",
      "community_name": "Community 545"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 321,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach",
      "community_name": "Community 321"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 11,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delay",
      "community_name": "Community 11"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 361,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 361"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 361,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getradius",
      "community_name": "Community 361"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 11,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compress",
      "community_name": "Community 11"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 11,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 11"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 11,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 11"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 11,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 11"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 408,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 408"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 408,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 408"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 408,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 408"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 408,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 408"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 409,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 409"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 409,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 409"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 11,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisequals",
      "community_name": "Community 11"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 11,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_boxequals",
      "community_name": "Community 11"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 409,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 409"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 409,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 409"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 409,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 409"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 11,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 11"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 545,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_relegate",
      "community_name": "Community 545"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 545,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_promote",
      "community_name": "Community 545"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 11,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 11"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 11,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 11"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 11,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 11"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 11,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 11"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 11,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 11"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 320,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 320"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 11"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 334,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 334"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 409,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 409"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 11,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 11"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 11,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 11"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 11,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 11"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 11,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 11"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 11,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 11"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 215,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 215"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 11,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 11"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 11,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 11"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 11,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 11"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 11,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 11"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 11,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 11"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 11,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 11"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 11,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 11"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 11,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixbox",
      "community_name": "Community 11"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 11,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 11"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 11,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 11"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 11,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_roundbox",
      "community_name": "Community 11"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 409,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 409"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 11,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 11"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 11,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 11"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 11,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onfocus",
      "community_name": "Community 11"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 11,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onblur",
      "community_name": "Community 11"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 11,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 11"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 334,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 334"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 334,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 334"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 334,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startobserver",
      "community_name": "Community 334"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 334,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 334"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 334,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 334"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 320,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 320"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 215,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 215"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 215,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 215"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 215,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 215"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 334,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 334"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 321,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 321"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 334,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 334"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 467,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 467"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 320,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 320"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 11,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 11"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariant",
      "community_name": "Community 11"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 320,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 320"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 11,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 11"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 334,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 334"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 334,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 334"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 320,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue",
      "community_name": "Community 320"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 320,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevalue",
      "community_name": "Community 320"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 320,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 320"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 320,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue",
      "community_name": "Community 320"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 270,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue",
      "community_name": "Community 270"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 270,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 270"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 321,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 321"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 321,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 321"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 321,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 321"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 320,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 320"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 334,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 334"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 270,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 270"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 270,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 270"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 270,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 270"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 467,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_build",
      "community_name": "Community 467"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 215,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 215"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 11,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_findtoast",
      "community_name": "Community 11"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 11,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 11"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 11,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 11"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 11,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 11"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 11,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 11"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 438,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_styled2",
      "community_name": "Community 438"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 438,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_factory",
      "community_name": "Community 438"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 11,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 11"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 438,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 438"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 438,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usechakra",
      "community_name": "Community 438"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 438,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 438"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 438,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 438"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 438,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 438"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 438,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 438"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 11,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_checkicon",
      "community_name": "Community 11"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 11,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_infoicon",
      "community_name": "Community 11"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 11,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warningicon",
      "community_name": "Community 11"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 11"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 11,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 11"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 11,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_alerticon",
      "community_name": "Community 11"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 11,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_closeicon",
      "community_name": "Community 11"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 11"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstore",
      "community_name": "Community 11"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 11,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtoast",
      "community_name": "Community 11"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 11,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_portal",
      "community_name": "Community 11"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 630,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements",
      "community_name": "Community 630"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 630,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_ready",
      "community_name": "Community 630"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 630,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_whenready",
      "community_name": "Community 630"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 630,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_defineel",
      "community_name": "Community 630"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 141,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "community_name": "Community 141"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 141,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreact",
      "community_name": "Community 141"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 141,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreactdom",
      "community_name": "Community 141"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 141,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedcdocument",
      "community_name": "Community 141"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 141,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedctext",
      "community_name": "Community 141"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 141,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedataprops",
      "community_name": "Community 141"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 141,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_dcnamefrompath",
      "community_name": "Community 141"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 141,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_rootnamefordocument",
      "community_name": "Community 141"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 141,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_safedecode",
      "community_name": "Community 141"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 141,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_boot",
      "community_name": "Community 141"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 141,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolve",
      "community_name": "Community 141"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 141,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parenswrapwhole",
      "community_name": "Community 141"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 141,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_findtoplevelequality",
      "community_name": "Community 141"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 141,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolvepath",
      "community_name": "Community 141"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 141,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_encodecase",
      "community_name": "Community 141"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 141,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_kebabtocamel",
      "community_name": "Community 141"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 141,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_csstoobj",
      "community_name": "Community 141"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 141,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compileattr",
      "community_name": "Community 141"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 141,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_collectprops",
      "community_name": "Community 141"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 141,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_hostpositionstyle",
      "community_name": "Community 141"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 141,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compiletemplate",
      "community_name": "Community 141"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren",
      "community_name": "Community 141"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk",
      "community_name": "Community 141"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 141,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_warnunresolved",
      "community_name": "Community 141"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walktext",
      "community_name": "Community 141"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkfor",
      "community_name": "Community 141"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkif",
      "community_name": "Community 141"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkcomponent",
      "community_name": "Community 141"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkximport",
      "community_name": "Community 141"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 141,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_contentkey",
      "community_name": "Community 141"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 141,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkelement",
      "community_name": "Community 141"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 141,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_constructor",
      "community_name": "Community 141"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 141,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_setstate",
      "community_name": "Community 141"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 141,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_forceupdate",
      "community_name": "Community 141"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 141,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_componentdidmount",
      "community_name": "Community 141"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 141,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_componentdidupdate",
      "community_name": "Community 141"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 141,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_componentwillunmount",
      "community_name": "Community 141"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 141,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_rendervals",
      "community_name": "Community 141"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 141,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_evaldclogic",
      "community_name": "Community 141"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 141,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_shallowequal",
      "community_name": "Community 141"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 141,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_placeholder",
      "community_name": "Community 141"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 141,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_hinttomin",
      "community_name": "Community 141"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 141,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createcomponentfactory",
      "community_name": "Community 141"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 141,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_isrenderabletype",
      "community_name": "Community 141"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 141,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolvedottedpath",
      "community_name": "Community 141"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 141,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createexternalmodules",
      "community_name": "Community 141"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 141,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_iselementclass",
      "community_name": "Community 141"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 141,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createhelmetmanager",
      "community_name": "Community 141"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 141,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createpseudosheet",
      "community_name": "Community 141"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 141,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createregistry",
      "community_name": "Community 141"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 141,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime",
      "community_name": "Community 141"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 141,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_hiderawtemplate",
      "community_name": "Community 141"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 141,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_loadscript",
      "community_name": "Community 141"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 141,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_loadreactumd",
      "community_name": "Community 141"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 66,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init",
      "community_name": "Community 66"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dom",
      "community_name": "Community 58"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 7,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "community_name": "Community 7"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 257,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getiteratorfn",
      "community_name": "Community 257"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 257,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setextrastackframe",
      "community_name": "Community 257"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 282,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn",
      "community_name": "Community 282"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 33,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_error",
      "community_name": "Community 33"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 282,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_printwarning",
      "community_name": "Community 282"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnoop",
      "community_name": "Community 33"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 67,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_component",
      "community_name": "Community 67"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 67,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_component_setstate",
      "community_name": "Community 67"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 67,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_component_forceupdate",
      "community_name": "Community 67"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 7,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_componentdummy",
      "community_name": "Community 7"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 7,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_purecomponent",
      "community_name": "Community 7"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createref",
      "community_name": "Community 7"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 257,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray",
      "community_name": "Community 257"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 121,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename",
      "community_name": "Community 121"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 121,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow",
      "community_name": "Community 121"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 121,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion",
      "community_name": "Community 121"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion",
      "community_name": "Community 121"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 67,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getwrappedname",
      "community_name": "Community 67"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 67,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextname",
      "community_name": "Community 67"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 67,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype",
      "community_name": "Community 67"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 33,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidref",
      "community_name": "Community 33"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 33,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidkey",
      "community_name": "Community 33"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 33,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_definekeypropwarninggetter",
      "community_name": "Community 33"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 33,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_definerefpropwarninggetter",
      "community_name": "Community 33"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 33"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 33,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "community_name": "Community 33"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 257,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneandreplacekey",
      "community_name": "Community 257"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 33,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelement",
      "community_name": "Community 33"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 257,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelement",
      "community_name": "Community 257"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 121,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_escape",
      "community_name": "Community 121"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 257,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_escapeuserprovidedkey",
      "community_name": "Community 257"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getelementkey",
      "community_name": "Community 121"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 257,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "community_name": "Community 257"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 7,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapchildren",
      "community_name": "Community 7"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 7,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_countchildren",
      "community_name": "Community 7"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 7,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_foreachchildren",
      "community_name": "Community 7"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 177,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_toarray",
      "community_name": "Community 177"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 257,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_onlychild",
      "community_name": "Community 257"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 282,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontext",
      "community_name": "Community 282"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 33,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazyinitializer",
      "community_name": "Community 33"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 33,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazy",
      "community_name": "Community 33"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 33,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_forwardref",
      "community_name": "Community 33"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 257,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelementtype",
      "community_name": "Community 257"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 257,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_memo",
      "community_name": "Community 257"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 7,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher",
      "community_name": "Community 7"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usecontext",
      "community_name": "Community 7"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usestate",
      "community_name": "Community 7"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usereducer",
      "community_name": "Community 7"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 7,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_useref",
      "community_name": "Community 7"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 7,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_useeffect",
      "community_name": "Community 7"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 7,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_useinsertioneffect",
      "community_name": "Community 7"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 7,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_uselayouteffect",
      "community_name": "Community 7"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usecallback",
      "community_name": "Community 7"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usememo",
      "community_name": "Community 7"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 7,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_useimperativehandle",
      "community_name": "Community 7"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usedebugvalue",
      "community_name": "Community 7"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usetransition",
      "community_name": "Community 7"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usedeferredvalue",
      "community_name": "Community 7"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 7,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_useid",
      "community_name": "Community 7"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 7,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_usesyncexternalstore",
      "community_name": "Community 7"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 382,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_disabledlog",
      "community_name": "Community 382"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 382,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_disablelogs",
      "community_name": "Community 382"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 382,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenablelogs",
      "community_name": "Community 382"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 382,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_describebuiltincomponentframe",
      "community_name": "Community 382"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 382,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe",
      "community_name": "Community 382"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 382,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefunctioncomponentframe",
      "community_name": "Community 382"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 382,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct",
      "community_name": "Community 382"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 382,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 382"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 382,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 382"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 67,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes",
      "community_name": "Community 67"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 257,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 257"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 257,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 257"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 257,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 257"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 257,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 257"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 257,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 257"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 257,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateexplicitkey",
      "community_name": "Community 257"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 257,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys",
      "community_name": "Community 257"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 67,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproptypes",
      "community_name": "Community 67"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 257,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefragmentprops",
      "community_name": "Community 257"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 257,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "community_name": "Community 257"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 282,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfactorywithvalidation",
      "community_name": "Community 282"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 257,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelementwithvalidation",
      "community_name": "Community 257"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 112,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_push",
      "community_name": "Community 112"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 112,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_peek",
      "community_name": "Community 112"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 106,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop",
      "community_name": "Community 106"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 112,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftup",
      "community_name": "Community 112"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 112,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftdown",
      "community_name": "Community 112"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 112,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_compare",
      "community_name": "Community 112"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 112,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_marktaskerrored",
      "community_name": "Community 112"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 112,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_advancetimers",
      "community_name": "Community 112"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 112,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout",
      "community_name": "Community 112"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 112,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork",
      "community_name": "Community 112"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 112,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop",
      "community_name": "Community 112"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 7,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_runwithpriority",
      "community_name": "Community 7"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 7,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_next",
      "community_name": "Community 7"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 7,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_wrapcallback",
      "community_name": "Community 7"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 112,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "community_name": "Community 112"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 7,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_pauseexecution",
      "community_name": "Community 7"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 112,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_continueexecution",
      "community_name": "Community 112"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 112,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 112"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 7,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_cancelcallback",
      "community_name": "Community 7"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 7,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 7"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 112,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldyieldtohost",
      "community_name": "Community 112"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 263,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestpaint",
      "community_name": "Community 263"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 7,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_forceframerate",
      "community_name": "Community 7"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 112,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthostcallback",
      "community_name": "Community 112"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 112,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthosttimeout",
      "community_name": "Community 112"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 112,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cancelhosttimeout",
      "community_name": "Community 112"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 7,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_now",
      "community_name": "Community 7"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 263,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_starttransition",
      "community_name": "Community 263"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 33,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuetask",
      "community_name": "Community 33"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 33,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_act",
      "community_name": "Community 33"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 33,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_popactscope",
      "community_name": "Community 33"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 33,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 33"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 33,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushactqueue",
      "community_name": "Community 33"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 67,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setsuppresswarning",
      "community_name": "Community 67"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registertwophaseevent",
      "community_name": "Community 7"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerdirectevent",
      "community_name": "Community 7"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion",
      "community_name": "Community 121"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkpropstringcoercion",
      "community_name": "Community 121"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 121"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 121"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 121"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 121,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isattributenamesafe",
      "community_name": "Community 121"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 121,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldignoreattribute",
      "community_name": "Community 121"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 121,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 121"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 121,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattribute",
      "community_name": "Community 121"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpropertyinfo",
      "community_name": "Community 121"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 7,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_propertyinforecord",
      "community_name": "Community 7"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 121,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_sanitizeurl",
      "community_name": "Community 121"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforproperty",
      "community_name": "Community 121"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforattribute",
      "community_name": "Community 121"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 121,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "community_name": "Community 121"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 382,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeclasscomponentframe",
      "community_name": "Community 382"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 382,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefiber",
      "community_name": "Community 382"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 382,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 382"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getwrappedname_1",
      "community_name": "Community 33"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextname_1",
      "community_name": "Community 33"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 33"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 121"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 382,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 382"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 33,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber",
      "community_name": "Community 33"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 33,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber",
      "community_name": "Community 33"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiber",
      "community_name": "Community 33"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 67,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrendering",
      "community_name": "Community 67"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 121,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring",
      "community_name": "Community 121"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 121,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue",
      "community_name": "Community 121"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 121"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 7,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_ischeckable",
      "community_name": "Community 7"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 7,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettracker",
      "community_name": "Community 7"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 7,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachtracker",
      "community_name": "Community 7"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvaluefromnode",
      "community_name": "Community 7"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 7,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_trackvalueonnode",
      "community_name": "Community 7"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 7,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_track",
      "community_name": "Community 7"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 7,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatevalueifchanged",
      "community_name": "Community 7"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelement",
      "community_name": "Community 7"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 121,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontrolled",
      "community_name": "Community 121"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 121,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops",
      "community_name": "Community 121"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 121,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate",
      "community_name": "Community 121"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 121,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatechecked",
      "community_name": "Community 121"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 121,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper",
      "community_name": "Community 121"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 121,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper",
      "community_name": "Community 121"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 121,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate",
      "community_name": "Community 121"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 121,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatenamedcousins",
      "community_name": "Community 121"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 121,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultvalue",
      "community_name": "Community 121"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 121,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateprops",
      "community_name": "Community 121"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 121,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_1",
      "community_name": "Community 121"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 121,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkselectproptypes",
      "community_name": "Community 121"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 121,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoptions",
      "community_name": "Community 121"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 121,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_1",
      "community_name": "Community 121"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 121,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_1",
      "community_name": "Community 121"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 121,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_2",
      "community_name": "Community 121"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 121,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_postupdatewrapper",
      "community_name": "Community 121"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 121,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_1",
      "community_name": "Community 121"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 121,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_2",
      "community_name": "Community 121"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 121,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2",
      "community_name": "Community 121"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 121,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper_1",
      "community_name": "Community 121"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 121,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_3",
      "community_name": "Community 121"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 121,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_2",
      "community_name": "Community 121"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getintrinsicnamespace",
      "community_name": "Community 7"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildnamespace",
      "community_name": "Community 7"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 7,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_prefixkey",
      "community_name": "Community 7"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 121,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dangerousstylevalue",
      "community_name": "Community 121"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 121,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hyphenatestylename",
      "community_name": "Community 121"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 121,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdangerousstringforstyles",
      "community_name": "Community 121"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 121,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforstyles",
      "community_name": "Community 121"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 7,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalueempty",
      "community_name": "Community 7"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 7,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_expandshorthandmap",
      "community_name": "Community 7"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 7,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 7"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 121,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertvalidprops",
      "community_name": "Community 121"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 121,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent",
      "community_name": "Community 121"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 33,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperty",
      "community_name": "Community 33"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warninvalidariaprops",
      "community_name": "Community 33"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 33,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties",
      "community_name": "Community 33"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 33,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties_1",
      "community_name": "Community 33"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 121,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties_2",
      "community_name": "Community 121"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setreplayingevent",
      "community_name": "Community 7"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 7,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetreplayingevent",
      "community_name": "Community 7"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 112,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isreplayingevent",
      "community_name": "Community 112"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 7,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtarget",
      "community_name": "Community 7"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 7,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateoftarget",
      "community_name": "Community 7"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setrestoreimplementation",
      "community_name": "Community 7"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 112,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuestaterestore",
      "community_name": "Community 112"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 7,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_needsstaterestore",
      "community_name": "Community 7"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 7,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateifneeded",
      "community_name": "Community 7"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 7,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_finisheventhandler",
      "community_name": "Community 7"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 7,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates",
      "community_name": "Community 7"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setbatchingimplementation",
      "community_name": "Community 7"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 112,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isinteractive",
      "community_name": "Community 112"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 112,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldpreventmouseevent",
      "community_name": "Community 112"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistener",
      "community_name": "Community 112"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 33,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 33"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 7,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreafterdispatch",
      "community_name": "Community 7"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 7,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcallback",
      "community_name": "Community 7"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 7,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlewindowerror",
      "community_name": "Community 7"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 7,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallback",
      "community_name": "Community 7"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 7,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 7"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 7,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_rethrowcaughterror",
      "community_name": "Community 7"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 7,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascaughterror",
      "community_name": "Community 7"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 7,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcaughterror",
      "community_name": "Community 7"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 7,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_get",
      "community_name": "Community 7"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 67,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_has",
      "community_name": "Community 67"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 7,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_set",
      "community_name": "Community 7"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber",
      "community_name": "Community 7"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 7"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontainerfromfiber",
      "community_name": "Community 7"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 38,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfibermounted",
      "community_name": "Community 38"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 7,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismounted",
      "community_name": "Community 7"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 7,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertismounted",
      "community_name": "Community 7"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 7"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiber",
      "community_name": "Community 7"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 7"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 7"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 7"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 7,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectinternals",
      "community_name": "Community 7"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 38,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_onscheduleroot",
      "community_name": "Community 38"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 263,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitroot",
      "community_name": "Community 263"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 263,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_onpostcommitroot",
      "community_name": "Community 263"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 33,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitunmount",
      "community_name": "Community 33"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 67,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 67"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 7,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectprofilinghooks",
      "community_name": "Community 7"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanelabelmap",
      "community_name": "Community 7"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommitstarted",
      "community_name": "Community 263"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommitstopped",
      "community_name": "Community 263"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 67,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstarted",
      "community_name": "Community 67"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 67,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped",
      "community_name": "Community 67"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 33"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponenterrored",
      "community_name": "Community 263"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentsuspended",
      "community_name": "Community 263"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 263,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklayouteffectsstarted",
      "community_name": "Community 263"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 263,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklayouteffectsstopped",
      "community_name": "Community 263"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 263"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 263"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstarted",
      "community_name": "Community 263"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderyielded",
      "community_name": "Community 263"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstopped",
      "community_name": "Community 263"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderscheduled",
      "community_name": "Community 38"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 7,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markforceupdatescheduled",
      "community_name": "Community 7"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstateupdatescheduled",
      "community_name": "Community 38"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 7,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_clz32fallback",
      "community_name": "Community 7"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlabelforlane",
      "community_name": "Community 7"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 263,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylanes",
      "community_name": "Community 263"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 263,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes",
      "community_name": "Community 263"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 263,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmostrecenteventtime",
      "community_name": "Community 263"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 263,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_computeexpirationtime",
      "community_name": "Community 263"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 263"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 38,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 38"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 263,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 263"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 38,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessynclane",
      "community_name": "Community 38"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 263,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesnonidlework",
      "community_name": "Community 263"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 263,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlyretries",
      "community_name": "Community 263"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 159,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 159"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 263,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlytransitions",
      "community_name": "Community 263"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 159,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesblockinglane",
      "community_name": "Community 159"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 263,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesexpiredlane",
      "community_name": "Community 263"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 38,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_istransitionlane",
      "community_name": "Community 38"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 38,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_claimnexttransitionlane",
      "community_name": "Community 38"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 38,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_claimnextretrylane",
      "community_name": "Community 38"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 263,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane",
      "community_name": "Community 263"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 38,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylane",
      "community_name": "Community 38"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 263,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 263"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 263,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetoindex",
      "community_name": "Community 263"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 67,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane",
      "community_name": "Community 67"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 38,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_issubsetoflanes",
      "community_name": "Community 38"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 38,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes",
      "community_name": "Community 38"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 286,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_removelanes",
      "community_name": "Community 286"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 38,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_intersectlanes",
      "community_name": "Community 38"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 286,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetolanes",
      "community_name": "Community 286"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 38,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_higherprioritylane",
      "community_name": "Community 38"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 112,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createlanemap",
      "community_name": "Community 112"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated",
      "community_name": "Community 38"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended",
      "community_name": "Community 263"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootpinged",
      "community_name": "Community 263"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootfinished",
      "community_name": "Community 263"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootentangled",
      "community_name": "Community 38"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 263,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 263"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 263,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_addfibertolanesmap",
      "community_name": "Community 263"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 263,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_movependingfiberstomemoized",
      "community_name": "Community 263"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 263,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettransitionsforlanes",
      "community_name": "Community 263"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 263,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority",
      "community_name": "Community 263"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 263,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority",
      "community_name": "Community 263"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 7,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_runwithpriority",
      "community_name": "Community 7"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 263,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_highereventpriority",
      "community_name": "Community 263"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 263,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_lowereventpriority",
      "community_name": "Community 263"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 7,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishighereventpriority",
      "community_name": "Community 7"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 263,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanestoeventpriority",
      "community_name": "Community 263"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 7,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrootdehydrated",
      "community_name": "Community 7"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 7"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 7,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration",
      "community_name": "Community 7"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 7"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 7"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 7"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattempthydrationatpriority",
      "community_name": "Community 7"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 7,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 7"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createqueuedreplayableevent",
      "community_name": "Community 7"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 7,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearifcontinuousevent",
      "community_name": "Community 7"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 7,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 7"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 7,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueifcontinuousevent",
      "community_name": "Community 7"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 7,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 7"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 7,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 7"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 7,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 7"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 7,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 7"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 7,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_replayunblockedevents",
      "community_name": "Community 7"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 33,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 33"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 33,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon",
      "community_name": "Community 33"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setenabled",
      "community_name": "Community 7"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 7,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isenabled",
      "community_name": "Community 7"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 7"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 263,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchdiscreteevent",
      "community_name": "Community 263"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 263,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchcontinuousevent",
      "community_name": "Community 263"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 263,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchevent",
      "community_name": "Community 263"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 7,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 7"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent",
      "community_name": "Community 7"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 7,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventpriority",
      "community_name": "Community 7"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 7,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventbubblelistener",
      "community_name": "Community 7"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 7,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventcapturelistener",
      "community_name": "Community 7"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 7,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 7"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 7,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 7"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 112,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_initialize",
      "community_name": "Community 112"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 112,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reset",
      "community_name": "Community 112"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdata",
      "community_name": "Community 112"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 112,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettext",
      "community_name": "Community 112"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 112,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventcharcode",
      "community_name": "Community 112"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 7,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_functionthatreturnstrue",
      "community_name": "Community 7"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 7,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_functionthatreturnsfalse",
      "community_name": "Community 7"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createsyntheticevent",
      "community_name": "Community 7"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 7,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 7"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 112,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventkey",
      "community_name": "Community 112"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 7,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_modifierstategetter",
      "community_name": "Community 7"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 7,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventmodifierstate",
      "community_name": "Community 7"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents",
      "community_name": "Community 7"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 112,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iskeypresscommand",
      "community_name": "Community 112"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcompositioneventtype",
      "community_name": "Community 112"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 112,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfallbackcompositionstart",
      "community_name": "Community 112"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 112,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfallbackcompositionend",
      "community_name": "Community 112"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdatafromcustomevent",
      "community_name": "Community 112"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 112,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isusingkoreanime",
      "community_name": "Community 112"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "community_name": "Community 112"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnativebeforeinputchars",
      "community_name": "Community 112"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 112"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractbeforeinputevent",
      "community_name": "Community 112"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents",
      "community_name": "Community 112"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 112,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_istextinputelement",
      "community_name": "Community 112"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 33,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iseventsupported",
      "community_name": "Community 33"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_1",
      "community_name": "Community 7"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 112,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 112"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 112,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldusechangeevent",
      "community_name": "Community 112"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 7,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_manualdispatchchangeevent",
      "community_name": "Community 7"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 7,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_runeventinbatch",
      "community_name": "Community 7"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged",
      "community_name": "Community 7"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 7,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 7"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 7,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_startwatchingforvaluechange",
      "community_name": "Community 7"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 7,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 7"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 7,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlepropertychange",
      "community_name": "Community 7"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 7,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 7"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 7,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 7"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 112,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulduseclickevent",
      "community_name": "Community 112"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 7,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforclickevent",
      "community_name": "Community 7"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 7,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 7"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 121,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlecontrolledinputblur",
      "community_name": "Community 121"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1",
      "community_name": "Community 112"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_2",
      "community_name": "Community 7"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2",
      "community_name": "Community 112"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 7,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_is",
      "community_name": "Community 7"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 67,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shallowequal",
      "community_name": "Community 67"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getleafnode",
      "community_name": "Community 7"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsiblingnode",
      "community_name": "Community 7"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 7"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getoffsets",
      "community_name": "Community 7"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 7"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setoffsets",
      "community_name": "Community 7"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 7,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_istextnode",
      "community_name": "Community 7"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 7,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_containsnode",
      "community_name": "Community 7"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 7,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isindocument",
      "community_name": "Community 7"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 7,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_issameoriginframe",
      "community_name": "Community 7"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelementdeep",
      "community_name": "Community 7"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 7,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasselectioncapabilities",
      "community_name": "Community 7"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselectioninformation",
      "community_name": "Community 7"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 7,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection",
      "community_name": "Community 7"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection",
      "community_name": "Community 7"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 7,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setselection",
      "community_name": "Community 7"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_3",
      "community_name": "Community 7"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection_1",
      "community_name": "Community 7"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 112,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtargetdocument",
      "community_name": "Community 112"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 112,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent",
      "community_name": "Community 112"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_3",
      "community_name": "Community 112"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 7,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_makeprefixmap",
      "community_name": "Community 7"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvendorprefixedeventname",
      "community_name": "Community 7"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersimpleevent",
      "community_name": "Community 7"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 7,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersimpleevents",
      "community_name": "Community 7"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_4",
      "community_name": "Community 112"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 112,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5",
      "community_name": "Community 112"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 7,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_executedispatch",
      "community_name": "Community 7"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 7,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 7"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 7,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueue",
      "community_name": "Community 7"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 7,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventsforplugins",
      "community_name": "Community 7"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 121,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent",
      "community_name": "Community 121"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 282,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonativeevent",
      "community_name": "Community 282"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 282,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents",
      "community_name": "Community 282"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 7,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener",
      "community_name": "Community 7"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 7,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismatchingrootcontainer",
      "community_name": "Community 7"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 7,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 7"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 112,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdispatchlistener",
      "community_name": "Community 112"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 112,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 112"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 112,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 112"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getparent",
      "community_name": "Community 112"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlowestcommonancestor",
      "community_name": "Community 112"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 112,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 112"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 112,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 112"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistenersetkey",
      "community_name": "Community 121"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 106,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 106"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 106,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkforunmatchedtext",
      "community_name": "Community 106"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 106,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 106"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 7,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_noop",
      "community_name": "Community 7"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 121,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 121"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 121,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialdomproperties",
      "community_name": "Community 121"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 121,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedomproperties",
      "community_name": "Community 121"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 106,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextnode",
      "community_name": "Community 106"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 121,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "community_name": "Community 121"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 121,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "community_name": "Community 121"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 121,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties",
      "community_name": "Community 121"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpossiblestandardname",
      "community_name": "Community 121"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 121,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "community_name": "Community 121"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 106,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedtext",
      "community_name": "Community 106"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 251,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 251"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 251,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 251"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 251,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 251"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 251,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 251"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 121,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_3",
      "community_name": "Community 121"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontext",
      "community_name": "Community 7"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildhostcontext",
      "community_name": "Community 7"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicinstance",
      "community_name": "Community 33"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 7,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareforcommit",
      "community_name": "Community 7"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 7,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetaftercommit",
      "community_name": "Community 7"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 106,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createinstance",
      "community_name": "Community 106"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 436,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendinitialchild",
      "community_name": "Community 436"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 121,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_finalizeinitialchildren",
      "community_name": "Community 121"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 121,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareupdate",
      "community_name": "Community 121"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 251,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldsettextcontent",
      "community_name": "Community 251"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 106,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextinstance",
      "community_name": "Community 106"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrenteventpriority",
      "community_name": "Community 7"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 7,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerrorinnexttick",
      "community_name": "Community 7"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmount",
      "community_name": "Community 33"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 106,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdate",
      "community_name": "Community 106"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 436,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resettextcontent",
      "community_name": "Community 436"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 33,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_committextupdate",
      "community_name": "Community 33"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 436,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchild",
      "community_name": "Community 436"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 436,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchildtocontainer",
      "community_name": "Community 436"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 436,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertbefore",
      "community_name": "Community 436"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 436,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertincontainerbefore",
      "community_name": "Community 436"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 33,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild",
      "community_name": "Community 33"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 33,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechildfromcontainer",
      "community_name": "Community 33"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 33,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundary",
      "community_name": "Community 33"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 33,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 33"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 33,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideinstance",
      "community_name": "Community 33"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 33,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hidetextinstance",
      "community_name": "Community 33"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 121,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unhideinstance",
      "community_name": "Community 121"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 33,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unhidetextinstance",
      "community_name": "Community 33"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 33,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcontainer",
      "community_name": "Community 33"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 7,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydrateinstance",
      "community_name": "Community 7"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 7,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydratetextinstance",
      "community_name": "Community 7"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 7,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 7"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 106,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancepending",
      "community_name": "Community 106"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 286,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancefallback",
      "community_name": "Community 286"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 286,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 286"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 286,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 286"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratable",
      "community_name": "Community 7"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 251,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratablesibling",
      "community_name": "Community 251"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechild",
      "community_name": "Community 7"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 7"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 7"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 106,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateinstance",
      "community_name": "Community 106"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 106,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratetextinstance",
      "community_name": "Community 106"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 106,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratesuspenseinstance",
      "community_name": "Community 106"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 251,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 251"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getparentsuspenseinstance",
      "community_name": "Community 7"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedcontainer",
      "community_name": "Community 33"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 33"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 251,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 251"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 106,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 106"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 106,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 106"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 251"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 251"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstance",
      "community_name": "Community 251"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 251"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 251"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 251"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 251"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 251"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 251,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 251"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 263,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_errorhydratingcontainer",
      "community_name": "Community 263"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 282,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareportalmount",
      "community_name": "Community 282"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 7,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachdeletedinstance",
      "community_name": "Community 7"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 106,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_precachefibernode",
      "community_name": "Community 106"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 282,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcontainerasroot",
      "community_name": "Community 282"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 282,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmarkcontainerasroot",
      "community_name": "Community 282"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 282,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontainermarkedasroot",
      "community_name": "Community 282"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getclosestinstancefromnode",
      "community_name": "Community 7"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstancefromnode",
      "community_name": "Community 7"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 112,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodefrominstance",
      "community_name": "Community 112"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 7"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 106,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefiberprops",
      "community_name": "Community 106"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 121,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventlistenerset",
      "community_name": "Community 121"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcursor",
      "community_name": "Community 7"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 67,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext",
      "community_name": "Community 67"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 67,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cachecontext",
      "community_name": "Community 67"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 67,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext",
      "community_name": "Community 67"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 67,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascontextchanged",
      "community_name": "Community 67"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 67,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider",
      "community_name": "Community 67"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 106,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_popcontext",
      "community_name": "Community 106"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 106,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptoplevelcontextobject",
      "community_name": "Community 106"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 112,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 112"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 33,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_processchildcontext",
      "community_name": "Community 33"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 67,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushcontextprovider",
      "community_name": "Community 67"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 33,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invalidatecontextprovider",
      "community_name": "Community 33"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 38,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 38"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 263,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesynccallback",
      "community_name": "Community 263"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 263,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulelegacysynccallback",
      "community_name": "Community 263"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 38,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 38"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 263,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks",
      "community_name": "Community 263"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 67,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isforkedchild",
      "community_name": "Community 67"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 67,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getforksatlevel",
      "community_name": "Community 67"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 121,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettreeid",
      "community_name": "Community 121"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 67,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreefork",
      "community_name": "Community 67"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 121,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreeid",
      "community_name": "Community 121"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 67,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid",
      "community_name": "Community 67"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbitlength",
      "community_name": "Community 121"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 121,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getleadingbit",
      "community_name": "Community 121"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 106,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptreecontext",
      "community_name": "Community 106"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspendedtreecontext",
      "community_name": "Community 7"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 7,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 7"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 67,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating",
      "community_name": "Community 67"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 286,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifhydrating",
      "community_name": "Community 286"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 38"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 7,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 7"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 7,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enterhydrationstate",
      "community_name": "Community 7"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 7,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 7"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 251,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnunhydratedinstance",
      "community_name": "Community 251"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 251,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_deletehydratableinstance",
      "community_name": "Community 251"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 251,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance",
      "community_name": "Community 251"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 251,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertnonhydratedinstance",
      "community_name": "Community 251"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 7,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate",
      "community_name": "Community 7"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 251,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 251"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 251,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwonhydrationmismatch",
      "community_name": "Community 251"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 251,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 251"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 106,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostinstance",
      "community_name": "Community 106"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 106,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 106"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 106,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 106"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 251,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 251"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 251,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptonexthostparent",
      "community_name": "Community 251"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 251,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "community_name": "Community 251"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 251,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 251"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 251,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 251"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethydrationstate",
      "community_name": "Community 67"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 251,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 251"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 67,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating",
      "community_name": "Community 67"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 286,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuehydrationerror",
      "community_name": "Community 286"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 38,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestcurrenttransition",
      "community_name": "Community 38"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 33,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isreactclass",
      "community_name": "Community 33"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 33,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_coerceref",
      "community_name": "Community 33"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 7,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 7"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonfunctiontype",
      "community_name": "Community 33"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvelazy",
      "community_name": "Community 67"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 7,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_childreconciler",
      "community_name": "Community 7"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 67,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_clonechildfibers",
      "community_name": "Community 67"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 106,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetchildfibers",
      "community_name": "Community 106"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 263,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcontextdependencies",
      "community_name": "Community 263"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 7,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 7"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 7,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 7"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 67,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushprovider",
      "community_name": "Community 67"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 106,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_popprovider",
      "community_name": "Community 106"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 38,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 38"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 38,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange",
      "community_name": "Community 38"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 38,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange_eager",
      "community_name": "Community 38"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 67,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext",
      "community_name": "Community 67"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 67,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext",
      "community_name": "Community 67"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 38,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 38"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 263,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 263"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 38,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 38"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 38,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 38"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 38,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 38"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 38,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 38"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 38"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 67,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_initializeupdatequeue",
      "community_name": "Community 67"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 67,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneupdatequeue",
      "community_name": "Community 67"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 38,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate",
      "community_name": "Community 38"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 38,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate",
      "community_name": "Community 38"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 38,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitions",
      "community_name": "Community 38"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 38,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuecapturedupdate",
      "community_name": "Community 38"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstatefromupdate",
      "community_name": "Community 7"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 38,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue",
      "community_name": "Community 38"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 67"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 67,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 67"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 7,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdatequeue",
      "community_name": "Community 7"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 106,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requiredcontext",
      "community_name": "Community 106"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 106,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontainer",
      "community_name": "Community 106"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 67,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer",
      "community_name": "Community 67"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 106,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontainer",
      "community_name": "Community 106"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 106,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostcontext",
      "community_name": "Community 106"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 106,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontext",
      "community_name": "Community 106"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 106,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontext",
      "community_name": "Community 106"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 106,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hassuspensecontext",
      "community_name": "Community 106"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 286,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 286"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 106,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setshallowsuspensecontext",
      "community_name": "Community 106"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 286,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 286"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 106,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushsuspensecontext",
      "community_name": "Community 106"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 106,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_popsuspensecontext",
      "community_name": "Community 106"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 38,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldcapturesuspense",
      "community_name": "Community 38"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 106,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findfirstsuspended",
      "community_name": "Community 106"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 106,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogressversions",
      "community_name": "Community 106"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 282,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_registermutablesourceforhydration",
      "community_name": "Community 282"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 112,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthooktypesdev",
      "community_name": "Community 112"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 33,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehooktypesdev",
      "community_name": "Community 33"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 257,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdepsarearraydev",
      "community_name": "Community 257"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonhookmismatchindev",
      "community_name": "Community 33"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 7,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwinvalidhookerror",
      "community_name": "Community 7"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 159,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_arehookinputsequal",
      "community_name": "Community 159"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 67,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderwithhooks",
      "community_name": "Community 67"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 67,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdidrenderidhook",
      "community_name": "Community 67"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 67,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailouthooks",
      "community_name": "Community 67"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 263,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethooksafterthrow",
      "community_name": "Community 263"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook",
      "community_name": "Community 159"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook",
      "community_name": "Community 159"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 159,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 159"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 159,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_basicstatereducer",
      "community_name": "Community 159"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountreducer",
      "community_name": "Community 159"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 38,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer",
      "community_name": "Community 38"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 159,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderreducer",
      "community_name": "Community 159"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 7,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountmutablesource",
      "community_name": "Community 7"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 7,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemutablesource",
      "community_name": "Community 7"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "community_name": "Community 159"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "community_name": "Community 159"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 159,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 159"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 38,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestoreinstance",
      "community_name": "Community 38"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 38,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_subscribetostore",
      "community_name": "Community 38"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 38,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkifsnapshotchanged",
      "community_name": "Community 38"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 38,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_forcestorererender",
      "community_name": "Community 38"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountstate",
      "community_name": "Community 159"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestate",
      "community_name": "Community 159"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 159,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderstate",
      "community_name": "Community 159"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 159,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pusheffect",
      "community_name": "Community 159"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountref",
      "community_name": "Community 159"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateref",
      "community_name": "Community 159"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl",
      "community_name": "Community 159"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl",
      "community_name": "Community 159"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffect",
      "community_name": "Community 159"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffect",
      "community_name": "Community 159"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountinsertioneffect",
      "community_name": "Community 159"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateinsertioneffect",
      "community_name": "Community 159"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlayouteffect",
      "community_name": "Community 159"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatelayouteffect",
      "community_name": "Community 159"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 33,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_imperativehandleeffect",
      "community_name": "Community 33"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountimperativehandle",
      "community_name": "Community 159"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateimperativehandle",
      "community_name": "Community 159"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 7,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdebugvalue",
      "community_name": "Community 7"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountcallback",
      "community_name": "Community 159"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecallback",
      "community_name": "Community 159"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountmemo",
      "community_name": "Community 159"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememo",
      "community_name": "Community 159"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdeferredvalue",
      "community_name": "Community 159"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalue",
      "community_name": "Community 159"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 159,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderdeferredvalue",
      "community_name": "Community 159"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 159"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 159,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounttransition",
      "community_name": "Community 159"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatetransition",
      "community_name": "Community 159"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 159,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerendertransition",
      "community_name": "Community 159"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 33"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 121,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountid",
      "community_name": "Community 121"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 159,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateid",
      "community_name": "Community 159"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 38,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "community_name": "Community 38"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 38,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "community_name": "Community 38"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 38,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrenderphaseupdate",
      "community_name": "Community 38"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 38,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 38"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 38,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate",
      "community_name": "Community 38"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdateindevtools",
      "community_name": "Community 38"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 33,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscurrentupdatenested",
      "community_name": "Community 33"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 263,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_marknestedupdatescheduled",
      "community_name": "Community 263"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 263,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetnestedupdateflag",
      "community_name": "Community 263"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 263,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_syncnestedupdateflag",
      "community_name": "Community 263"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcommittime",
      "community_name": "Community 33"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 263,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordcommittime",
      "community_name": "Community 263"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 33,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_startprofilertimer",
      "community_name": "Community 33"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 67,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 67"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 33,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 33"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 33,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration",
      "community_name": "Community 33"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 33,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordpassiveeffectduration",
      "community_name": "Community 33"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 33,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer",
      "community_name": "Community 33"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 33,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_startpassiveeffecttimer",
      "community_name": "Community 33"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 106,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_transferactualduration",
      "community_name": "Community 106"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedefaultprops",
      "community_name": "Community 67"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 67,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_applyderivedstatefromprops",
      "community_name": "Community 67"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 67,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 67"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 67,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkclassinstance",
      "community_name": "Community 67"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 67,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_adoptclassinstance",
      "community_name": "Community 67"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 67,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "community_name": "Community 67"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 33,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillmount",
      "community_name": "Community 33"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 67,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 67"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 67,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "community_name": "Community 67"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "community_name": "Community 67"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "community_name": "Community 67"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 382,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 382"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 286,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalue",
      "community_name": "Community 286"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 38,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_showerrordialog",
      "community_name": "Community 38"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 38,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_logcapturederror",
      "community_name": "Community 38"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 38,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createrooterrorupdate",
      "community_name": "Community 38"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 38,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "community_name": "Community 38"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 7,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachpinglistener",
      "community_name": "Community 7"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 38,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachretrylistener",
      "community_name": "Community 38"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 38,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcomponent",
      "community_name": "Community 38"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 38,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 38"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 38,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 38"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 38,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "community_name": "Community 38"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 286,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspendedcache",
      "community_name": "Community 286"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 67,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren",
      "community_name": "Community 67"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 67,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 67"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "community_name": "Community 67"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "community_name": "Community 67"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "community_name": "Community 67"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent",
      "community_name": "Community 67"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefragment",
      "community_name": "Community 67"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemode",
      "community_name": "Community 67"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateprofiler",
      "community_name": "Community 67"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 251,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markref",
      "community_name": "Community 251"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "community_name": "Community 67"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "community_name": "Community 67"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 67,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "community_name": "Community 67"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 67,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostrootcontext",
      "community_name": "Community 67"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "community_name": "Community 67"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 67,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 67"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 251,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent",
      "community_name": "Community 251"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 251,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehosttext",
      "community_name": "Community 251"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 67,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "community_name": "Community 67"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 67,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 67"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 67,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "community_name": "Community 67"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 67,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 67"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 286,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 286"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 286,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 286"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 106,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremainonfallback",
      "community_name": "Community 106"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 286,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 286"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 286,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "community_name": "Community 286"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 286,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 286"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 286,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 286"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 286,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 286"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 286,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 286"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 286,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 286"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 286,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 286"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 286,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 286"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 286,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 286"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 286,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 286"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 286,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 286"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 38,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 38"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 106,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 106"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 106,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findlastcontentrow",
      "community_name": "Community 106"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 106,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validaterevealorder",
      "community_name": "Community 106"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 106,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatetailoptions",
      "community_name": "Community 106"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 257,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 257"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 257,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistchildren",
      "community_name": "Community 257"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 106,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 106"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 106,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 106"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateportalcomponent",
      "community_name": "Community 67"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "community_name": "Community 67"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 67,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "community_name": "Community 67"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 159,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 159"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 67"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 67,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 67"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 112,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_remountfiber",
      "community_name": "Community 112"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 67,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 67"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 67,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 67"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 67,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "community_name": "Community 67"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 106,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdate",
      "community_name": "Community 106"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 106,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markref_1",
      "community_name": "Community 106"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 106,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cutofftailifneeded",
      "community_name": "Community 106"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 251,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_bubbleproperties",
      "community_name": "Community 251"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 251,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 251"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 106,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "community_name": "Community 106"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 106,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "community_name": "Community 106"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 106,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "community_name": "Community 106"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 7,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reportuncaughterrorindev",
      "community_name": "Community 7"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 33,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 33"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 33,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 33"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 33,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 33"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 33,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelyattachref",
      "community_name": "Community 33"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 33,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref",
      "community_name": "Community 33"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 33,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycalldestroy",
      "community_name": "Community 33"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 7,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects",
      "community_name": "Community 7"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 7,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 7"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 33"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount",
      "community_name": "Community 33"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 33"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 33,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 33,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren",
      "community_name": "Community 33"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref",
      "community_name": "Community 33"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 33,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachfibermutation",
      "community_name": "Community 33"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 7,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachfiberaftereffects",
      "community_name": "Community 7"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 436,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostparentfiber",
      "community_name": "Community 436"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 436,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishostparent",
      "community_name": "Community 436"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 436,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostsibling",
      "community_name": "Community 436"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 436,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement",
      "community_name": "Community 436"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 436,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 436"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 436,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnode",
      "community_name": "Community 436"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffects",
      "community_name": "Community 33"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 33,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 33"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitsuspensecallback",
      "community_name": "Community 33"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 33"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 33,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 33"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffects",
      "community_name": "Community 33"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 33,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 33"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 436,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitreconciliationeffects",
      "community_name": "Community 436"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects",
      "community_name": "Community 33"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects_begin",
      "community_name": "Community 33"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 33"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 33,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 33"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 33,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 33"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 33,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 33"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 33,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 263,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects",
      "community_name": "Community 263"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 263,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 263"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemountonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 263,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 263"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 33"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 7,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 7"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 33"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 33,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 33"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 33,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 33"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 33,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 33"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 33,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 33"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 263,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitroot_1",
      "community_name": "Community 263"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 33,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_islegacyactenvironment",
      "community_name": "Community 33"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 33,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isconcurrentactenvironment",
      "community_name": "Community 33"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 38,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetrendertimer",
      "community_name": "Community 38"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 106,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getrendertargettime",
      "community_name": "Community 106"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 159,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getworkinprogressroot",
      "community_name": "Community 159"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 38,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime",
      "community_name": "Community 38"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 38,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane",
      "community_name": "Community 38"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 38,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestretrylane",
      "community_name": "Community 38"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 38,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "community_name": "Community 38"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 38,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 38"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 38,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 38"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 263,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "community_name": "Community 263"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 263,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "community_name": "Community 263"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 263,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 263"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 251,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuerecoverableerrors",
      "community_name": "Community 251"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 263,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "community_name": "Community 263"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 263,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 263"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 263,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1",
      "community_name": "Community 263"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 263,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "community_name": "Community 263"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 38,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot",
      "community_name": "Community 38"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 38,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates_1",
      "community_name": "Community 38"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 263,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_discreteupdates",
      "community_name": "Community 263"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 263,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync",
      "community_name": "Community 263"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 263,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyrendering",
      "community_name": "Community 263"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 38,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushrenderlanes",
      "community_name": "Community 38"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 106,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_poprenderlanes",
      "community_name": "Community 106"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 263,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack",
      "community_name": "Community 263"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 263,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "community_name": "Community 263"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 263,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushdispatcher",
      "community_name": "Community 263"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 263,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_popdispatcher",
      "community_name": "Community 263"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 33,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommittimeoffallback",
      "community_name": "Community 33"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markskippedupdatelanes",
      "community_name": "Community 38"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 106,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspend",
      "community_name": "Community 106"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 263,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 263"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 38,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdiderror",
      "community_name": "Community 38"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 106,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 106"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 263,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "community_name": "Community 263"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 33,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopsync",
      "community_name": "Community 33"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 263,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "community_name": "Community 263"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 33,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopconcurrent",
      "community_name": "Community 33"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 33,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork",
      "community_name": "Community 33"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 33,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork",
      "community_name": "Community 33"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 263,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitroot",
      "community_name": "Community 263"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 263,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "community_name": "Community 263"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 263,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects",
      "community_name": "Community 263"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 263,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 263"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 263,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 263"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 38,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 38"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 38,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 38"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 7,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 7"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 38,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 38"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 33,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "community_name": "Community 33"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 263,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "community_name": "Community 263"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 38,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary",
      "community_name": "Community 38"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 38,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 38"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 38,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveretrywakeable",
      "community_name": "Community 38"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 263,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_jnd",
      "community_name": "Community 263"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 38,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkfornestedupdates",
      "community_name": "Community 38"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 263,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 263"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 33,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 33"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 33,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeeffectsindev",
      "community_name": "Community 33"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 33"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 33"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 263,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters",
      "community_name": "Community 263"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 263,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallback_1",
      "community_name": "Community 263"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 263,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_cancelcallback_1",
      "community_name": "Community 263"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 263,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 263"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 33"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 33,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 33"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 33,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 33"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 67"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveclassforhotreloading",
      "community_name": "Community 67"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 67"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 7,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 7"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 38"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 38,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 38"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 7"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 7"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 7"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 7,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_fibernode",
      "community_name": "Community 7"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 67,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct_1",
      "community_name": "Community 67"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 67,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_issimplefunctioncomponent",
      "community_name": "Community 67"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 67,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvelazycomponenttag",
      "community_name": "Community 67"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 67,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress",
      "community_name": "Community 67"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 106,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogress",
      "community_name": "Community 106"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 38,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhostrootfiber",
      "community_name": "Community 38"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 67,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 67"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 67,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromelement",
      "community_name": "Community 67"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 286,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromfragment",
      "community_name": "Community 286"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 67,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromprofiler",
      "community_name": "Community 67"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 67,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromsuspense",
      "community_name": "Community 67"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 67,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 67"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 286,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromoffscreen",
      "community_name": "Community 286"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtext",
      "community_name": "Community 7"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 251,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 251"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 7"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 7,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromportal",
      "community_name": "Community 7"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 7,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 7"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 112,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_fiberrootnode",
      "community_name": "Community 112"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 38,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberroot",
      "community_name": "Community 38"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 282,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal",
      "community_name": "Community 282"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 38,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree",
      "community_name": "Community 38"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 33,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning",
      "community_name": "Community 33"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 282,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontainer",
      "community_name": "Community 282"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 38,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "community_name": "Community 38"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 38,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "community_name": "Community 38"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 33,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicrootinstance",
      "community_name": "Community 33"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 38,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 38"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneimpl",
      "community_name": "Community 38"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 38,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 38"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 38,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 38"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 38,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 38"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 7"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 67,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulderror",
      "community_name": "Community 67"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 286,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldsuspend",
      "community_name": "Community 286"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 7,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancebyfiber",
      "community_name": "Community 7"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 7,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 7"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 7,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 7"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 7,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectintodevtools",
      "community_name": "Community 7"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 7,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reactdomroot",
      "community_name": "Community 7"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 282,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "community_name": "Community 282"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 7,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_reactdomhydrationroot",
      "community_name": "Community 7"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 7,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulehydration",
      "community_name": "Community 7"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 282,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "community_name": "Community 282"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 282,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainer",
      "community_name": "Community 282"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 282,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 282"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 282,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 282"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 282,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_getreactrootelementincontainer",
      "community_name": "Community 282"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 282,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_nooponrecoverableerror",
      "community_name": "Community 282"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 282,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 282"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 282,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 282"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 282,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 282"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 33,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_finddomnode",
      "community_name": "Community 33"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 282,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrate",
      "community_name": "Community 282"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 67,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_render",
      "community_name": "Community 67"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 282,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 282"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 282,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "community_name": "Community 282"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 282,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal_1",
      "community_name": "Community 282"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 282,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 282"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 282,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot_1",
      "community_name": "Community 282"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 282,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot_1",
      "community_name": "Community 282"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 263,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync_1",
      "community_name": "Community 263"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 19,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "community_name": "Community 19"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 19,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 19"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 19,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 19"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 177,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 177"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 362,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memoize3",
      "community_name": "Community 362"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 19,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 19"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 19,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 19"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 19,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 19"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 362,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 362"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 362,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 362"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 19,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 19"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 19,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 19"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 19,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 19"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 19,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_assignafter",
      "community_name": "Community 19"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 177,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isarray",
      "community_name": "Community 177"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 177,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isobject",
      "community_name": "Community 177"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 19"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 177,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 177"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 177,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_px",
      "community_name": "Community 177"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 177,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize",
      "community_name": "Community 177"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 177,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keys",
      "community_name": "Community 177"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 177,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_subtract",
      "community_name": "Community 177"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 177,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 177"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 177,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 177"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 19,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compact",
      "community_name": "Community 19"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 19,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 19"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createcontext",
      "community_name": "Community 19"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 348,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get",
      "community_name": "Community 348"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 19,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omit",
      "community_name": "Community 19"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 177,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pick",
      "community_name": "Community 177"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 177,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runiffn",
      "community_name": "Community 177"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 19,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_splitprops",
      "community_name": "Community 19"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 177,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_walkobject",
      "community_name": "Community 177"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 19,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 19"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 19,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 19"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 362,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransform",
      "community_name": "Community 362"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 19,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_toconfig",
      "community_name": "Community 19"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 362,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_logical",
      "community_name": "Community 362"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 468,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 468"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 468,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 468"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 177,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 177"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 19,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 19"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 362,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 362"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 19,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filter",
      "community_name": "Community 19"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 19,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 19"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 177,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ring",
      "community_name": "Community 177"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 19,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bgclip",
      "community_name": "Community 19"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 468,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transform",
      "community_name": "Community 468"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 19,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_vh",
      "community_name": "Community 19"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 19,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_fraction",
      "community_name": "Community 19"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 19,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_float",
      "community_name": "Community 19"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 362,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_degree",
      "community_name": "Community 362"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 19,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bgimage",
      "community_name": "Community 19"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 19,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_outline",
      "community_name": "Community 19"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 19,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 19"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 19,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_degreet",
      "community_name": "Community 19"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 362,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prop",
      "community_name": "Community 362"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 19,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_propt",
      "community_name": "Community 19"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 19,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get2",
      "community_name": "Community 19"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 348,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 348"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 362,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 362"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcss",
      "community_name": "Community 19"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 19,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_definestyle",
      "community_name": "Community 19"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 19,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 19"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 19"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 177,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize2",
      "community_name": "Community 177"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 177,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 177"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 177,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createresolver",
      "community_name": "Community 177"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 469,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 469"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 19,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 19"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 177,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 177"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 177,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 177"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 177,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape",
      "community_name": "Community 177"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 177,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapedot",
      "community_name": "Community 177"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 177,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 177"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 177,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addprefix",
      "community_name": "Community 177"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 177,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 177"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 177,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 177"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 177,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar",
      "community_name": "Community 177"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 177,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 177"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 177,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 177"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 177,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 177"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 177,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitvars",
      "community_name": "Community 177"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 177,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 177"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 177,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 177"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 177,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 177"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 177,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 177"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 19,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_anatomy",
      "community_name": "Community 19"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 348,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_guard",
      "community_name": "Community 348"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 191,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "community_name": "Community 191"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 348,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 348"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 19,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hash",
      "community_name": "Community 19"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 348,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_nametohex",
      "community_name": "Community 348"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 348,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rgba",
      "community_name": "Community 348"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 348,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transparentize",
      "community_name": "Community 348"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 348,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tohex",
      "community_name": "Community 348"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 19,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get3",
      "community_name": "Community 19"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 19,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 19"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 227,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 227"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 227,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 227"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 227,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 227"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 227,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 227"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 19,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mode",
      "community_name": "Community 19"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 19,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_orient",
      "community_name": "Community 19"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 177,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_toref",
      "community_name": "Community 177"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 177,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 177"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 177,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 177"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 177,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape2",
      "community_name": "Community 177"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 177,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 177"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 177,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovarref",
      "community_name": "Community 177"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 177,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovar",
      "community_name": "Community 177"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 177,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 177"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 177,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getfallback",
      "community_name": "Community 177"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbg",
      "community_name": "Community 19"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 19,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 19"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize",
      "community_name": "Community 19"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize2",
      "community_name": "Community 19"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 19"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize3",
      "community_name": "Community 19"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize4",
      "community_name": "Community 19"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 19,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 19"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 19"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 19,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 19"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 19,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 19"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 227,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hash2",
      "community_name": "Community 227"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 348,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim",
      "community_name": "Community 348"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 362,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_match",
      "community_name": "Community 362"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 177,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace",
      "community_name": "Community 177"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 227,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_indexof",
      "community_name": "Community 227"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 227,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat",
      "community_name": "Community 227"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 227,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_substr",
      "community_name": "Community 227"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 227,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_strlen",
      "community_name": "Community 227"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 227,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sizeof",
      "community_name": "Community 227"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 227,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_append",
      "community_name": "Community 227"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 19,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_combine",
      "community_name": "Community 19"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 227,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_node",
      "community_name": "Community 227"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 227,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copy",
      "community_name": "Community 227"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 227,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_char",
      "community_name": "Community 227"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 227,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prev",
      "community_name": "Community 227"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 227,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_next",
      "community_name": "Community 227"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 227,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek",
      "community_name": "Community 227"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 227,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_caret",
      "community_name": "Community 227"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 227,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice",
      "community_name": "Community 227"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 227,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_token",
      "community_name": "Community 227"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 227,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_alloc",
      "community_name": "Community 227"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 227,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_dealloc",
      "community_name": "Community 227"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 227,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimit",
      "community_name": "Community 227"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 227,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_whitespace",
      "community_name": "Community 227"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 227,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escaping",
      "community_name": "Community 227"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 227,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimiter",
      "community_name": "Community 227"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 227,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_commenter",
      "community_name": "Community 227"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 227,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_identifier",
      "community_name": "Community 227"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 227,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compile",
      "community_name": "Community 227"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 227,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "community_name": "Community 227"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 227,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset",
      "community_name": "Community 227"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 227,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_comment",
      "community_name": "Community 227"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 227,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_declaration",
      "community_name": "Community 227"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 227,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serialize",
      "community_name": "Community 227"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 227,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stringify",
      "community_name": "Community 227"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 227,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_middleware",
      "community_name": "Community 227"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 19,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 19"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 227,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prefix",
      "community_name": "Community 227"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 19,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extends",
      "community_name": "Community 19"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 336,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 336"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 19,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_murmur2",
      "community_name": "Community 19"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 19,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 19"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 19"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 19,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 19"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 19,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_css2",
      "community_name": "Community 19"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 19,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes",
      "community_name": "Community 19"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 469,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 469"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 19"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 19"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 362,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 362"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 19"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 348,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 348"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 19,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_darkmode",
      "community_name": "Community 19"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 19,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_lightmode",
      "community_name": "Community 19"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 19,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 19"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 19,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvars",
      "community_name": "Community 19"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 469,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 469"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 19,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 19"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdocument",
      "community_name": "Community 19"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getwindow",
      "community_name": "Community 19"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 19,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 19"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 19,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useconstant",
      "community_name": "Community 19"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 191,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 191"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 19,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 19"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 19,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_render",
      "community_name": "Community 19"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 19,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_popchild",
      "community_name": "Community 19"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 19,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 19"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 19,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usepresence",
      "community_name": "Community 19"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 19,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useispresent",
      "community_name": "Community 19"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 19,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ispresent",
      "community_name": "Community 19"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 336,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 336"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 19,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memo",
      "community_name": "Community 19"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 19"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 19"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 362,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 362"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 19,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 19"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 19,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 19"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 19,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterprops",
      "community_name": "Community 19"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 336,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warnonce",
      "community_name": "Community 336"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 19"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 191,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 191"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 191,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 191"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 191,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 191"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 191,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 191"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 191,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 191"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 191,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 191"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 191,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 191"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 196,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 196"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 19,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 19"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 196,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 196"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 196,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 196"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 196,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 196"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 362,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 362"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 19,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 19"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 19,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 19"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 19"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 362,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 362"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 348,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 348"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 348,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 348"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 348,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 348"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 191,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makestate",
      "community_name": "Community 191"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 191,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 191"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 468,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 468"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 468,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 468"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 468,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 468"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 468,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 468"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 468,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 468"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 468,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 468"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 191,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 191"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 191,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 191"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 336,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 336"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 518,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 518"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 518,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 518"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 518,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 518"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 19,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 19"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 518,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 518"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 518,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 518"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 518,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyle",
      "community_name": "Community 518"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 518,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 518"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 518,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 518"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 362,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createuserender",
      "community_name": "Community 362"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 362,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 362"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 19,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 19"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 196,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 196"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 310,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 310"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 19,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finished",
      "community_name": "Community 19"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 602,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getall",
      "community_name": "Community 602"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 602,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setall",
      "community_name": "Community 602"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 310,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 310"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 602,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_time",
      "community_name": "Community 602"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 602,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_speed",
      "community_name": "Community 602"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 602,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_starttime",
      "community_name": "Community 602"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 310,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_duration",
      "community_name": "Community 310"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 310,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall",
      "community_name": "Community 310"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 310,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flatten",
      "community_name": "Community 310"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 310,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_play",
      "community_name": "Community 310"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 310,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pause",
      "community_name": "Community 310"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 310,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel",
      "community_name": "Community 310"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 310,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_complete",
      "community_name": "Community 310"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 196,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then",
      "community_name": "Community 196"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 196,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 196"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 310,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 310"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 310,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 310"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 19,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memosupports",
      "community_name": "Community 19"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 310,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 310"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 310,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 310"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 19,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 19"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 336,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 336"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 336,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 336"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 336,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterevents",
      "community_name": "Community 336"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 336,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hover",
      "community_name": "Community 336"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 19,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 19"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 19,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 19"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 19,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 19"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 19,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 19"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 336,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_press",
      "community_name": "Community 336"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 19,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 19"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 19,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cleartime",
      "community_name": "Community 19"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 336,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 336"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 191,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeitem",
      "community_name": "Community 191"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 336,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add",
      "community_name": "Community 336"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 191,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notify",
      "community_name": "Community 191"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 336,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clear",
      "community_name": "Community 336"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 191,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 191"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 191,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 191"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 191,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 191"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 191,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 191"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 336,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onchange",
      "community_name": "Community 336"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 336,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_on",
      "community_name": "Community 336"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 336,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 336"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 19,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_attach",
      "community_name": "Community 19"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 191,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_set",
      "community_name": "Community 191"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 310,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 310"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 349,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_jump",
      "community_name": "Community 349"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprevious",
      "community_name": "Community 19"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 191,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 191"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 196,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start",
      "community_name": "Community 196"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 310,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "community_name": "Community 310"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 19,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isanimating",
      "community_name": "Community 19"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 310,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 310"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 336,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_destroy",
      "community_name": "Community 336"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 349,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 349"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 349,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 349"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 196,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_settarget",
      "community_name": "Community 196"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 196,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 196"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 196,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 196"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 196,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 196"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 19,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 19"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 19,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 19"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 348,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnone",
      "community_name": "Community 348"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 19,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnullish",
      "community_name": "Community 19"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 19,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsehex",
      "community_name": "Community 19"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 362,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test",
      "community_name": "Community 362"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 348,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 348"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 348,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 348"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 348,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 348"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 348,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 348"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 362,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 362"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 348,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 348"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 348,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 348"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 336,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 336"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 336,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 336"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 336,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 336"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 336,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 336"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 336,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 336"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 348,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 348"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 19,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 19"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 349,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 349"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 19,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 19"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 349,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 349"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 336,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resume",
      "community_name": "Community 336"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 348,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 348"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 348,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 348"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 348,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 348"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 310,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 310"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 310,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cananimate",
      "community_name": "Community 310"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 310,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 310"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 310,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 310"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 336,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolved",
      "community_name": "Community 336"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 310,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 310"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 310,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 310"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 310,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 310"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 227,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 227"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 227,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 227"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 19,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 19"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 227,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_asrgba",
      "community_name": "Community 227"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 19,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 19"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 19,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 19"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 362,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getmixer",
      "community_name": "Community 362"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 19,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixarray",
      "community_name": "Community 19"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 362,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixobject",
      "community_name": "Community 362"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 19,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_matchorder",
      "community_name": "Community 19"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 362,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mix2",
      "community_name": "Community 362"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 191,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 191"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 19,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_findspring",
      "community_name": "Community 19"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 19,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 19"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 19,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 19"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 19,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 19"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 19"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 19,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_spring",
      "community_name": "Community 19"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 19,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_inertia",
      "community_name": "Community 19"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmixers",
      "community_name": "Community 19"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 19,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_interpolate",
      "community_name": "Community 19"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 19,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filloffset",
      "community_name": "Community 19"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 19,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 19"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 19,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 19"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 19,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 19"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 19,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 19"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 310,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "community_name": "Community 310"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 310,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tick",
      "community_name": "Community 310"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 310,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finish",
      "community_name": "Community 310"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 310,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_teardown",
      "community_name": "Community 310"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 310,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 310"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 310,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sample",
      "community_name": "Community 310"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 310,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 310"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 310,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 310"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 310,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 310"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 310,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 310"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 19,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_state",
      "community_name": "Community 19"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 196,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_supports",
      "community_name": "Community 196"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 19,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 19"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 196,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 196"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 196,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 196"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 196,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 196"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 336,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 336"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 336,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 336"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 196,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 196"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 191,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 191"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 191,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatelist",
      "community_name": "Community 191"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 191,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 191"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 19,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 19"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 191,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 191"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 191,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstate",
      "community_name": "Community 191"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 336,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "community_name": "Community 336"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 336,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 336"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 336,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "community_name": "Community 336"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 336,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_unmount",
      "community_name": "Community 336"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 336,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 336"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 191,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 191"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 336,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 336"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 191,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_distance2d",
      "community_name": "Community 191"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 191,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 191"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 191,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 191"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 191,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 191"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 19,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 19"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 191,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_end",
      "community_name": "Community 191"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 191,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 191"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 191,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 191"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 191,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 191"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 191,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 191"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 191,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 191"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calclength",
      "community_name": "Community 411"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 411,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnear",
      "community_name": "Community 411"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 411"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 411"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 411"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 411"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 411"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 411"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 196,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 196"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 196,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 196"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 196,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 196"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 349,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 349"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 349,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 349"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 411,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 411"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 19,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 19"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 196,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 196"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 196,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 196"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 196,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 196"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 196,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 196"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 349,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 349"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 349,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 349"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 349,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 349"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 410,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 410"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 410,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasscale",
      "community_name": "Community 410"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 410,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hastransform",
      "community_name": "Community 410"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 410,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 410"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 410,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 410"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 410,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 410"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 410,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 410"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 410,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 410"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 410,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 410"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 410,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 410"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 349,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 349"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 410,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 410"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 410,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformbox",
      "community_name": "Community 410"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 349,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 349"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 349,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 349"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 196,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 196"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 196,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 196"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 349,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 349"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 196,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startanimation",
      "community_name": "Community 196"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 196,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 196"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 196,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 196"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 196,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 196"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 196,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 196"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 196,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 196"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 196,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 196"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 196,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 196"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 336,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 336"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 196,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops",
      "community_name": "Community 196"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 196,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 196"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 19"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 336,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 336"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 336,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 336"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 19,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 19"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 336,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 336"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 191,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 191"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 191,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 191"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 19,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 19"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 349,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 349"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 19,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 19"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 191,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remove",
      "community_name": "Community 191"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 336,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach",
      "community_name": "Community 336"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 19,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delay",
      "community_name": "Community 19"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 362,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 362"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 362,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getradius",
      "community_name": "Community 362"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 19,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compress",
      "community_name": "Community 19"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 19,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 19"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 19,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 19"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 19,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 19"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 410,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 410"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 410,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 410"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 410,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 410"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 410,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 410"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 411,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 411"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 411,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 411"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 19,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisequals",
      "community_name": "Community 19"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 19,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_boxequals",
      "community_name": "Community 19"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 411,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 411"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 411,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 411"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 411,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 411"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 19,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 19"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 191,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_relegate",
      "community_name": "Community 191"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 191,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_promote",
      "community_name": "Community 191"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 19,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 19"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 19,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 19"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 19,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 19"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 19,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 19"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 19,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 19"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 196,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 196"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 19"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 336,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 336"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 411,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 411"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 19,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 19"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 19,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 19"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 19,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 19"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 19,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 19"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 19,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 19"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 191,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 191"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 19,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 19"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 19,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 19"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 19,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 19"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 19,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 19"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 19,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 19"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 19,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 19"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 19,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 19"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 19,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixbox",
      "community_name": "Community 19"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 19,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 19"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 19,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 19"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 19,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_roundbox",
      "community_name": "Community 19"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 411,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 411"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 19,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 19"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 19,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 19"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 19,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onfocus",
      "community_name": "Community 19"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 19,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onblur",
      "community_name": "Community 19"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 19,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 19"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 336,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 336"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 336,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 336"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 336,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startobserver",
      "community_name": "Community 336"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 336,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 336"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 336,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 336"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 349,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 349"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 191,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 191"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 191,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 191"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 191,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 191"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 336,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 336"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 336,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 336"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 336,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 336"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 468,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 468"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 349,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 349"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 19,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 19"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariant",
      "community_name": "Community 19"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 196,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 196"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 19,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 19"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 336,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 336"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 336,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 336"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 349,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue",
      "community_name": "Community 349"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 349,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevalue",
      "community_name": "Community 349"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 349,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 349"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 349,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue",
      "community_name": "Community 349"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 348,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue",
      "community_name": "Community 348"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 348,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 348"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 348,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 348"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 336,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 336"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 348,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 348"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 349,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 349"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 336,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 336"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 349,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 349"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 348,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 348"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 349,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 349"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 468,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_build",
      "community_name": "Community 468"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 191,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 191"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 19,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_findtoast",
      "community_name": "Community 19"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 19,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 19"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 19,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 19"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 19,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 19"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 19,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 19"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 469,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_styled2",
      "community_name": "Community 469"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 469,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_factory",
      "community_name": "Community 469"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 19,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 19"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 469,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 469"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 469,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usechakra",
      "community_name": "Community 469"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 469,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 469"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 469,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 469"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 469,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 469"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 469,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 469"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 19,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_checkicon",
      "community_name": "Community 19"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 19,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_infoicon",
      "community_name": "Community 19"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 19,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warningicon",
      "community_name": "Community 19"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 19"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 19,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 19"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 19,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_alerticon",
      "community_name": "Community 19"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 19,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_closeicon",
      "community_name": "Community 19"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 19"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstore",
      "community_name": "Community 19"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 19,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtoast",
      "community_name": "Community 19"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 19,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_portal",
      "community_name": "Community 19"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 631,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements",
      "community_name": "Community 631"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 631,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_ready",
      "community_name": "Community 631"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 631,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_whenready",
      "community_name": "Community 631"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 631,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_defineel",
      "community_name": "Community 631"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 142,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1d_developer_first_support",
      "community_name": "Community 142"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 142,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_getreact",
      "community_name": "Community 142"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 142,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_getreactdom",
      "community_name": "Community 142"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 142,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_parsedcdocument",
      "community_name": "Community 142"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 142,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_parsedctext",
      "community_name": "Community 142"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 142,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_parsedataprops",
      "community_name": "Community 142"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 142,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_dcnamefrompath",
      "community_name": "Community 142"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 142,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_rootnamefordocument",
      "community_name": "Community 142"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 142,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_safedecode",
      "community_name": "Community 142"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 142,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_boot",
      "community_name": "Community 142"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 142,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_resolve",
      "community_name": "Community 142"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 142,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_parenswrapwhole",
      "community_name": "Community 142"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 142,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_findtoplevelequality",
      "community_name": "Community 142"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 142,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_resolvepath",
      "community_name": "Community 142"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 142,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_encodecase",
      "community_name": "Community 142"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 142,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_kebabtocamel",
      "community_name": "Community 142"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 142,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_csstoobj",
      "community_name": "Community 142"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 142,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_compileattr",
      "community_name": "Community 142"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 142,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_collectprops",
      "community_name": "Community 142"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 142,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_hostpositionstyle",
      "community_name": "Community 142"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 142,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_compiletemplate",
      "community_name": "Community 142"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren",
      "community_name": "Community 142"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walk",
      "community_name": "Community 142"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 142,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_warnunresolved",
      "community_name": "Community 142"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walktext",
      "community_name": "Community 142"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walkfor",
      "community_name": "Community 142"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walkif",
      "community_name": "Community 142"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walkcomponent",
      "community_name": "Community 142"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walkximport",
      "community_name": "Community 142"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 142,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_contentkey",
      "community_name": "Community 142"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 142,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_walkelement",
      "community_name": "Community 142"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 142,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_constructor",
      "community_name": "Community 142"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 142,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_setstate",
      "community_name": "Community 142"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 142,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_forceupdate",
      "community_name": "Community 142"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 142,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_componentdidmount",
      "community_name": "Community 142"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 142,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_componentdidupdate",
      "community_name": "Community 142"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 142,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_componentwillunmount",
      "community_name": "Community 142"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 142,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_rendervals",
      "community_name": "Community 142"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 142,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_evaldclogic",
      "community_name": "Community 142"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 142,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_shallowequal",
      "community_name": "Community 142"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 142,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_placeholder",
      "community_name": "Community 142"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 142,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_hinttomin",
      "community_name": "Community 142"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 142,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_createcomponentfactory",
      "community_name": "Community 142"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 142,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_isrenderabletype",
      "community_name": "Community 142"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 142,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_resolvedottedpath",
      "community_name": "Community 142"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 142,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_createexternalmodules",
      "community_name": "Community 142"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 142,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_iselementclass",
      "community_name": "Community 142"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 142,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_createhelmetmanager",
      "community_name": "Community 142"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 142,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_createpseudosheet",
      "community_name": "Community 142"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 142,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_createregistry",
      "community_name": "Community 142"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 142,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_createruntime",
      "community_name": "Community 142"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 142,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_hiderawtemplate",
      "community_name": "Community 142"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 142,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_loadscript",
      "community_name": "Community 142"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 142,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_loadreactumd",
      "community_name": "Community 142"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 67,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1d_developer_first_support_init",
      "community_name": "Community 67"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 732,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dom",
      "community_name": "Community 732"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 6,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "community_name": "Community 6"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 323,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getiteratorfn",
      "community_name": "Community 323"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 323,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setextrastackframe",
      "community_name": "Community 323"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 238,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn",
      "community_name": "Community 238"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 42,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error",
      "community_name": "Community 42"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 238,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_printwarning",
      "community_name": "Community 238"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnoop",
      "community_name": "Community 42"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 52,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component",
      "community_name": "Community 52"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 52,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component_setstate",
      "community_name": "Community 52"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 52,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component_forceupdate",
      "community_name": "Community 52"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 6,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_componentdummy",
      "community_name": "Community 6"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 6,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_purecomponent",
      "community_name": "Community 6"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createref",
      "community_name": "Community 6"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 323,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray",
      "community_name": "Community 323"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 238,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename",
      "community_name": "Community 238"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 238,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow",
      "community_name": "Community 238"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 238,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion",
      "community_name": "Community 238"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 238,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion",
      "community_name": "Community 238"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getwrappedname",
      "community_name": "Community 52"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextname",
      "community_name": "Community 52"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype",
      "community_name": "Community 52"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 238,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidref",
      "community_name": "Community 238"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 238,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidkey",
      "community_name": "Community 238"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 238,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definekeypropwarninggetter",
      "community_name": "Community 238"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 238,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definerefpropwarninggetter",
      "community_name": "Community 238"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 238,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 238"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 238,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "community_name": "Community 238"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 238,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneandreplacekey",
      "community_name": "Community 238"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 238,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelement",
      "community_name": "Community 238"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 238,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelement",
      "community_name": "Community 238"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 238,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_escape",
      "community_name": "Community 238"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 238,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_escapeuserprovidedkey",
      "community_name": "Community 238"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 238,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getelementkey",
      "community_name": "Community 238"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 238,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "community_name": "Community 238"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 6,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapchildren",
      "community_name": "Community 6"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 6,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_countchildren",
      "community_name": "Community 6"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 6,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_foreachchildren",
      "community_name": "Community 6"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 324,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_toarray",
      "community_name": "Community 324"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 238,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onlychild",
      "community_name": "Community 238"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 238,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontext",
      "community_name": "Community 238"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 42,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazyinitializer",
      "community_name": "Community 42"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 42,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazy",
      "community_name": "Community 42"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 42,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forwardref",
      "community_name": "Community 42"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 323,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelementtype",
      "community_name": "Community 323"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 323,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_memo",
      "community_name": "Community 323"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 6,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher",
      "community_name": "Community 6"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usecontext",
      "community_name": "Community 6"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usestate",
      "community_name": "Community 6"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usereducer",
      "community_name": "Community 6"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 6,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useref",
      "community_name": "Community 6"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 6,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useeffect",
      "community_name": "Community 6"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 6,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useinsertioneffect",
      "community_name": "Community 6"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 6,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_uselayouteffect",
      "community_name": "Community 6"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usecallback",
      "community_name": "Community 6"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usememo",
      "community_name": "Community 6"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 6,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useimperativehandle",
      "community_name": "Community 6"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usedebugvalue",
      "community_name": "Community 6"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usetransition",
      "community_name": "Community 6"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usedeferredvalue",
      "community_name": "Community 6"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 6,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useid",
      "community_name": "Community 6"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 6,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usesyncexternalstore",
      "community_name": "Community 6"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 323,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disabledlog",
      "community_name": "Community 323"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 323,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disablelogs",
      "community_name": "Community 323"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 323,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenablelogs",
      "community_name": "Community 323"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 323,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describebuiltincomponentframe",
      "community_name": "Community 323"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 323,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe",
      "community_name": "Community 323"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 323,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefunctioncomponentframe",
      "community_name": "Community 323"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 323,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct",
      "community_name": "Community 323"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 323,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 323"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 323,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 323"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 52,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes",
      "community_name": "Community 52"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 323,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 323"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 97"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 323,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 323"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 323,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 323"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 97"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 323,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateexplicitkey",
      "community_name": "Community 323"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 323,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys",
      "community_name": "Community 323"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 52,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproptypes",
      "community_name": "Community 52"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 323,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefragmentprops",
      "community_name": "Community 323"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 323,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "community_name": "Community 323"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 238,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfactorywithvalidation",
      "community_name": "Community 238"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 323,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelementwithvalidation",
      "community_name": "Community 323"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 107,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push",
      "community_name": "Community 107"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 107,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_peek",
      "community_name": "Community 107"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 167,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop",
      "community_name": "Community 167"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 107,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftup",
      "community_name": "Community 107"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 107,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftdown",
      "community_name": "Community 107"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 107,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_compare",
      "community_name": "Community 107"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 107,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marktaskerrored",
      "community_name": "Community 107"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 107,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_advancetimers",
      "community_name": "Community 107"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 107,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout",
      "community_name": "Community 107"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 107,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork",
      "community_name": "Community 107"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 107,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop",
      "community_name": "Community 107"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 6,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_runwithpriority",
      "community_name": "Community 6"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 6,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_next",
      "community_name": "Community 6"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 6,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_wrapcallback",
      "community_name": "Community 6"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 107,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "community_name": "Community 107"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 6,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_pauseexecution",
      "community_name": "Community 6"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 107,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_continueexecution",
      "community_name": "Community 107"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 107,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 107"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 6,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_cancelcallback",
      "community_name": "Community 6"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 6,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 6"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 107,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldyieldtohost",
      "community_name": "Community 107"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 45,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestpaint",
      "community_name": "Community 45"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 6,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forceframerate",
      "community_name": "Community 6"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 107,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthostcallback",
      "community_name": "Community 107"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 107,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthosttimeout",
      "community_name": "Community 107"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 107,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cancelhosttimeout",
      "community_name": "Community 107"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 6,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_now",
      "community_name": "Community 6"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 45,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_starttransition",
      "community_name": "Community 45"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 42,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuetask",
      "community_name": "Community 42"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 42,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_act",
      "community_name": "Community 42"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 42,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popactscope",
      "community_name": "Community 42"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 42,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 42"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 42,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushactqueue",
      "community_name": "Community 42"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 52,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setsuppresswarning",
      "community_name": "Community 52"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registertwophaseevent",
      "community_name": "Community 6"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerdirectevent",
      "community_name": "Community 6"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 238,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion",
      "community_name": "Community 238"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 238,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkpropstringcoercion",
      "community_name": "Community 238"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 238,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 238"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 238,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 238"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 238,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 238"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 97,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isattributenamesafe",
      "community_name": "Community 97"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 97,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldignoreattribute",
      "community_name": "Community 97"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 97,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 97"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 97,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattribute",
      "community_name": "Community 97"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpropertyinfo",
      "community_name": "Community 97"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 6,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propertyinforecord",
      "community_name": "Community 6"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 97,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_sanitizeurl",
      "community_name": "Community 97"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforproperty",
      "community_name": "Community 97"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforattribute",
      "community_name": "Community 97"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 97,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "community_name": "Community 97"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 323,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeclasscomponentframe",
      "community_name": "Community 323"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 323,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefiber",
      "community_name": "Community 323"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 356,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 356"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 42,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getwrappedname_1",
      "community_name": "Community 42"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 42,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextname_1",
      "community_name": "Community 42"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 42,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 42"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 97"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 356,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 356"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 42,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber",
      "community_name": "Community 42"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 42,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber",
      "community_name": "Community 42"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 42,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiber",
      "community_name": "Community 42"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 52,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrendering",
      "community_name": "Community 52"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 97,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring",
      "community_name": "Community 97"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 97,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue",
      "community_name": "Community 97"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 97,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 97"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 6,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ischeckable",
      "community_name": "Community 6"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 6,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettracker",
      "community_name": "Community 6"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 6,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachtracker",
      "community_name": "Community 6"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvaluefromnode",
      "community_name": "Community 6"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 6,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trackvalueonnode",
      "community_name": "Community 6"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 6,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_track",
      "community_name": "Community 6"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 6,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatevalueifchanged",
      "community_name": "Community 6"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelement",
      "community_name": "Community 6"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 97,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontrolled",
      "community_name": "Community 97"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 97,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops",
      "community_name": "Community 97"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 97,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate",
      "community_name": "Community 97"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 97,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatechecked",
      "community_name": "Community 97"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 97,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper",
      "community_name": "Community 97"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 97,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper",
      "community_name": "Community 97"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 97,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate",
      "community_name": "Community 97"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 6,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatenamedcousins",
      "community_name": "Community 6"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 97,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultvalue",
      "community_name": "Community 97"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 97,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateprops",
      "community_name": "Community 97"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 97,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_1",
      "community_name": "Community 97"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 97,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkselectproptypes",
      "community_name": "Community 97"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 97,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoptions",
      "community_name": "Community 97"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 97,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_1",
      "community_name": "Community 97"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 97,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_1",
      "community_name": "Community 97"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 97,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_2",
      "community_name": "Community 97"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 97,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postupdatewrapper",
      "community_name": "Community 97"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 97,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_1",
      "community_name": "Community 97"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 97,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_2",
      "community_name": "Community 97"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 97,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2",
      "community_name": "Community 97"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 97,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper_1",
      "community_name": "Community 97"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 97,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_3",
      "community_name": "Community 97"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 97,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_2",
      "community_name": "Community 97"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 238,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getintrinsicnamespace",
      "community_name": "Community 238"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 238,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildnamespace",
      "community_name": "Community 238"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 6,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prefixkey",
      "community_name": "Community 6"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 97,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dangerousstylevalue",
      "community_name": "Community 97"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 97,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hyphenatestylename",
      "community_name": "Community 97"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 97,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdangerousstringforstyles",
      "community_name": "Community 97"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 97,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforstyles",
      "community_name": "Community 97"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 6,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalueempty",
      "community_name": "Community 6"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 6,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_expandshorthandmap",
      "community_name": "Community 6"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 6,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 6"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 97,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertvalidprops",
      "community_name": "Community 97"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 97,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent",
      "community_name": "Community 97"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 42,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperty",
      "community_name": "Community 42"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warninvalidariaprops",
      "community_name": "Community 42"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 42,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties",
      "community_name": "Community 42"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 42,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties_1",
      "community_name": "Community 42"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 97,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties_2",
      "community_name": "Community 97"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setreplayingevent",
      "community_name": "Community 6"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 6,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetreplayingevent",
      "community_name": "Community 6"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 6,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isreplayingevent",
      "community_name": "Community 6"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 6,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtarget",
      "community_name": "Community 6"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 6,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateoftarget",
      "community_name": "Community 6"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setrestoreimplementation",
      "community_name": "Community 6"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 107,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuestaterestore",
      "community_name": "Community 107"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 6,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_needsstaterestore",
      "community_name": "Community 6"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 6,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateifneeded",
      "community_name": "Community 6"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 6,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finisheventhandler",
      "community_name": "Community 6"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 6,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates",
      "community_name": "Community 6"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setbatchingimplementation",
      "community_name": "Community 6"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 6,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isinteractive",
      "community_name": "Community 6"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 6,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldpreventmouseevent",
      "community_name": "Community 6"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistener",
      "community_name": "Community 6"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 42,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 42"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 6,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreafterdispatch",
      "community_name": "Community 6"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 6,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcallback",
      "community_name": "Community 6"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 6,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlewindowerror",
      "community_name": "Community 6"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 6,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallback",
      "community_name": "Community 6"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 6,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 6"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 6,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rethrowcaughterror",
      "community_name": "Community 6"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 6,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascaughterror",
      "community_name": "Community 6"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 6,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcaughterror",
      "community_name": "Community 6"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 42,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get",
      "community_name": "Community 42"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 52,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has",
      "community_name": "Community 52"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 6,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_set",
      "community_name": "Community 6"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber",
      "community_name": "Community 6"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 6"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontainerfromfiber",
      "community_name": "Community 6"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 52,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfibermounted",
      "community_name": "Community 52"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 42,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismounted",
      "community_name": "Community 42"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 6,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertismounted",
      "community_name": "Community 6"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 6"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiber",
      "community_name": "Community 6"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 6"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 6"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 6"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 6,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectinternals",
      "community_name": "Community 6"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 356,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onscheduleroot",
      "community_name": "Community 356"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 45,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitroot",
      "community_name": "Community 45"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 45,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onpostcommitroot",
      "community_name": "Community 45"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 42,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitunmount",
      "community_name": "Community 42"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 52,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 52"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 6,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectprofilinghooks",
      "community_name": "Community 6"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanelabelmap",
      "community_name": "Community 6"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommitstarted",
      "community_name": "Community 45"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommitstopped",
      "community_name": "Community 45"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 52,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstarted",
      "community_name": "Community 52"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 52,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped",
      "community_name": "Community 52"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 42"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponenterrored",
      "community_name": "Community 45"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentsuspended",
      "community_name": "Community 45"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 45,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklayouteffectsstarted",
      "community_name": "Community 45"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 45,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklayouteffectsstopped",
      "community_name": "Community 45"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 45"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 45"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstarted",
      "community_name": "Community 45"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderyielded",
      "community_name": "Community 45"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstopped",
      "community_name": "Community 45"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderscheduled",
      "community_name": "Community 356"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 6,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markforceupdatescheduled",
      "community_name": "Community 6"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstateupdatescheduled",
      "community_name": "Community 356"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 6,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clz32fallback",
      "community_name": "Community 6"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlabelforlane",
      "community_name": "Community 6"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 45,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylanes",
      "community_name": "Community 45"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 45,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes",
      "community_name": "Community 45"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 45,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmostrecenteventtime",
      "community_name": "Community 45"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 45,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_computeexpirationtime",
      "community_name": "Community 45"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 45"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 45,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 45"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 45,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 45"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 356,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessynclane",
      "community_name": "Community 356"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 45,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesnonidlework",
      "community_name": "Community 45"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 45,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlyretries",
      "community_name": "Community 45"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 131,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 131"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 45,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlytransitions",
      "community_name": "Community 45"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 131,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesblockinglane",
      "community_name": "Community 131"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 45,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesexpiredlane",
      "community_name": "Community 45"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 356,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istransitionlane",
      "community_name": "Community 356"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 356,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_claimnexttransitionlane",
      "community_name": "Community 356"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 356,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_claimnextretrylane",
      "community_name": "Community 356"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 45,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane",
      "community_name": "Community 45"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 131,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylane",
      "community_name": "Community 131"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 45,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 45"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 356,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetoindex",
      "community_name": "Community 356"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 52,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane",
      "community_name": "Community 52"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 131,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issubsetoflanes",
      "community_name": "Community 131"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes",
      "community_name": "Community 131"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 108,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removelanes",
      "community_name": "Community 108"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 356,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_intersectlanes",
      "community_name": "Community 356"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 108,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetolanes",
      "community_name": "Community 108"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 356,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_higherprioritylane",
      "community_name": "Community 356"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 107,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createlanemap",
      "community_name": "Community 107"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated",
      "community_name": "Community 356"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended",
      "community_name": "Community 45"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootpinged",
      "community_name": "Community 45"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootfinished",
      "community_name": "Community 45"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootentangled",
      "community_name": "Community 356"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 45,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 45"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 356,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addfibertolanesmap",
      "community_name": "Community 356"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 45,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_movependingfiberstomemoized",
      "community_name": "Community 45"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 45,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettransitionsforlanes",
      "community_name": "Community 45"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 45,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority",
      "community_name": "Community 45"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 45,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority",
      "community_name": "Community 45"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 6,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_runwithpriority",
      "community_name": "Community 6"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 45,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_highereventpriority",
      "community_name": "Community 45"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 45,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lowereventpriority",
      "community_name": "Community 45"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 45,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishighereventpriority",
      "community_name": "Community 45"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 45,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanestoeventpriority",
      "community_name": "Community 45"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 6,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrootdehydrated",
      "community_name": "Community 6"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 6"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 6,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration",
      "community_name": "Community 6"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 6"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 6"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 6"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattempthydrationatpriority",
      "community_name": "Community 6"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 6,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 6"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createqueuedreplayableevent",
      "community_name": "Community 6"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 6,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearifcontinuousevent",
      "community_name": "Community 6"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 6,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 6"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 6,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueifcontinuousevent",
      "community_name": "Community 6"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 6,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 6"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 6,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 6"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 6,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 6"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 6,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 6"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 6,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_replayunblockedevents",
      "community_name": "Community 6"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 42,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 42"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 42,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon",
      "community_name": "Community 42"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setenabled",
      "community_name": "Community 6"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 209,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isenabled",
      "community_name": "Community 209"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 6"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 45,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchdiscreteevent",
      "community_name": "Community 45"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 45,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchcontinuousevent",
      "community_name": "Community 45"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 45,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchevent",
      "community_name": "Community 45"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 6,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 6"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent",
      "community_name": "Community 6"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 6,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventpriority",
      "community_name": "Community 6"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 6,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventbubblelistener",
      "community_name": "Community 6"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 6,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventcapturelistener",
      "community_name": "Community 6"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 6,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 6"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 6,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 6"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 107,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initialize",
      "community_name": "Community 107"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 107,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reset",
      "community_name": "Community 107"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 107,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdata",
      "community_name": "Community 107"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 107,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettext",
      "community_name": "Community 107"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 6,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventcharcode",
      "community_name": "Community 6"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 6,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_functionthatreturnstrue",
      "community_name": "Community 6"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 6,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_functionthatreturnsfalse",
      "community_name": "Community 6"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createsyntheticevent",
      "community_name": "Community 6"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 6,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 6"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 6,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventkey",
      "community_name": "Community 6"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 6,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_modifierstategetter",
      "community_name": "Community 6"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 6,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventmodifierstate",
      "community_name": "Community 6"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents",
      "community_name": "Community 6"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 107,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iskeypresscommand",
      "community_name": "Community 107"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 107,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcompositioneventtype",
      "community_name": "Community 107"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 107,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfallbackcompositionstart",
      "community_name": "Community 107"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 107,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfallbackcompositionend",
      "community_name": "Community 107"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 107,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdatafromcustomevent",
      "community_name": "Community 107"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 107,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isusingkoreanime",
      "community_name": "Community 107"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 107,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "community_name": "Community 107"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 107,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnativebeforeinputchars",
      "community_name": "Community 107"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 107,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 107"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 107,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractbeforeinputevent",
      "community_name": "Community 107"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 6,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents",
      "community_name": "Community 6"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 6,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istextinputelement",
      "community_name": "Community 6"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 238,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iseventsupported",
      "community_name": "Community 238"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_1",
      "community_name": "Community 6"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 107,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 107"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 6,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldusechangeevent",
      "community_name": "Community 6"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 6,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_manualdispatchchangeevent",
      "community_name": "Community 6"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 6,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_runeventinbatch",
      "community_name": "Community 6"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged",
      "community_name": "Community 6"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 6,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 6"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 6,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startwatchingforvaluechange",
      "community_name": "Community 6"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 6,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 6"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 6,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlepropertychange",
      "community_name": "Community 6"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 6,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 6"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 6,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 6"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 6,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulduseclickevent",
      "community_name": "Community 6"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 6,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforclickevent",
      "community_name": "Community 6"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 6,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 6"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 97,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlecontrolledinputblur",
      "community_name": "Community 97"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 6,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1",
      "community_name": "Community 6"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_2",
      "community_name": "Community 6"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 6,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2",
      "community_name": "Community 6"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 6,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_is",
      "community_name": "Community 6"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 52,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shallowequal",
      "community_name": "Community 52"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getleafnode",
      "community_name": "Community 6"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsiblingnode",
      "community_name": "Community 6"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 6"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getoffsets",
      "community_name": "Community 6"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 6"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setoffsets",
      "community_name": "Community 6"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 6,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istextnode",
      "community_name": "Community 6"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 6,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_containsnode",
      "community_name": "Community 6"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 6,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isindocument",
      "community_name": "Community 6"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 6,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issameoriginframe",
      "community_name": "Community 6"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelementdeep",
      "community_name": "Community 6"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 6,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasselectioncapabilities",
      "community_name": "Community 6"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselectioninformation",
      "community_name": "Community 6"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 6,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection",
      "community_name": "Community 6"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection",
      "community_name": "Community 6"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 6,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setselection",
      "community_name": "Community 6"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_3",
      "community_name": "Community 6"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection_1",
      "community_name": "Community 6"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 107,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtargetdocument",
      "community_name": "Community 107"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 107,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent",
      "community_name": "Community 107"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 6,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_3",
      "community_name": "Community 6"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 6,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_makeprefixmap",
      "community_name": "Community 6"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvendorprefixedeventname",
      "community_name": "Community 6"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersimpleevent",
      "community_name": "Community 6"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 6,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersimpleevents",
      "community_name": "Community 6"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 6,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_4",
      "community_name": "Community 6"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 6,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5",
      "community_name": "Community 6"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 6,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_executedispatch",
      "community_name": "Community 6"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 6,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 6"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 6,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueue",
      "community_name": "Community 6"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 6,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventsforplugins",
      "community_name": "Community 6"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 97,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent",
      "community_name": "Community 97"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 311,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonativeevent",
      "community_name": "Community 311"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 311,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents",
      "community_name": "Community 311"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 6,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener",
      "community_name": "Community 6"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 6,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismatchingrootcontainer",
      "community_name": "Community 6"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 6,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 6"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdispatchlistener",
      "community_name": "Community 6"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 6,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 6"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 107,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 107"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getparent",
      "community_name": "Community 6"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlowestcommonancestor",
      "community_name": "Community 6"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 6,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 6"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 6,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 6"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistenersetkey",
      "community_name": "Community 97"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 167,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 167"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 167,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkforunmatchedtext",
      "community_name": "Community 167"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 167,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 167"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 6,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_noop",
      "community_name": "Community 6"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 97,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 97"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 97,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialdomproperties",
      "community_name": "Community 97"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 97,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedomproperties",
      "community_name": "Community 97"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 167,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextnode",
      "community_name": "Community 167"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 97,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "community_name": "Community 97"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 97,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "community_name": "Community 97"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 97,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties",
      "community_name": "Community 97"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 97,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpossiblestandardname",
      "community_name": "Community 97"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 97,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "community_name": "Community 97"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 167,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedtext",
      "community_name": "Community 167"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 252,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 252"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 252,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 252"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 252,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 252"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 252,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 252"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 97,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_3",
      "community_name": "Community 97"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 238,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontext",
      "community_name": "Community 238"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 238,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildhostcontext",
      "community_name": "Community 238"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 311,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicinstance",
      "community_name": "Community 311"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 6,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareforcommit",
      "community_name": "Community 6"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 6,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetaftercommit",
      "community_name": "Community 6"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 167,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createinstance",
      "community_name": "Community 167"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 97,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendinitialchild",
      "community_name": "Community 97"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 97,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finalizeinitialchildren",
      "community_name": "Community 97"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 97,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareupdate",
      "community_name": "Community 97"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 252,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldsettextcontent",
      "community_name": "Community 252"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 167,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextinstance",
      "community_name": "Community 167"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrenteventpriority",
      "community_name": "Community 6"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 6,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerrorinnexttick",
      "community_name": "Community 6"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmount",
      "community_name": "Community 42"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 167,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdate",
      "community_name": "Community 167"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 97,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resettextcontent",
      "community_name": "Community 97"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 42,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_committextupdate",
      "community_name": "Community 42"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 97,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchild",
      "community_name": "Community 97"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 97,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchildtocontainer",
      "community_name": "Community 97"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 97,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertbefore",
      "community_name": "Community 97"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 97,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertincontainerbefore",
      "community_name": "Community 97"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 42,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild",
      "community_name": "Community 42"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 42,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechildfromcontainer",
      "community_name": "Community 42"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 42,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundary",
      "community_name": "Community 42"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 42,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 42"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 97,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideinstance",
      "community_name": "Community 97"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 97,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hidetextinstance",
      "community_name": "Community 97"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 97,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unhideinstance",
      "community_name": "Community 97"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 97,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unhidetextinstance",
      "community_name": "Community 97"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 42,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcontainer",
      "community_name": "Community 42"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 6,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydrateinstance",
      "community_name": "Community 6"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 6,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydratetextinstance",
      "community_name": "Community 6"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 6,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 6"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 108,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancepending",
      "community_name": "Community 108"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 108,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancefallback",
      "community_name": "Community 108"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 108,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 108"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 108,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 108"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratable",
      "community_name": "Community 6"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 252,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratablesibling",
      "community_name": "Community 252"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechild",
      "community_name": "Community 6"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 6"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 6"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 167,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateinstance",
      "community_name": "Community 167"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 167,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratetextinstance",
      "community_name": "Community 167"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 167,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratesuspenseinstance",
      "community_name": "Community 167"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 252,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 252"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getparentsuspenseinstance",
      "community_name": "Community 6"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedcontainer",
      "community_name": "Community 42"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 42"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 252,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 252"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 167,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 167"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 167,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 167"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 252"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 252"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstance",
      "community_name": "Community 252"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 252"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 252"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 252"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 252"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 252"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 252,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 252"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 45,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_errorhydratingcontainer",
      "community_name": "Community 45"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 311,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareportalmount",
      "community_name": "Community 311"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 6,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachdeletedinstance",
      "community_name": "Community 6"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 167,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_precachefibernode",
      "community_name": "Community 167"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 311,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcontainerasroot",
      "community_name": "Community 311"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 311,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmarkcontainerasroot",
      "community_name": "Community 311"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 311,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontainermarkedasroot",
      "community_name": "Community 311"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getclosestinstancefromnode",
      "community_name": "Community 6"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstancefromnode",
      "community_name": "Community 6"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodefrominstance",
      "community_name": "Community 6"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 6"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 167,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefiberprops",
      "community_name": "Community 167"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 97,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventlistenerset",
      "community_name": "Community 97"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcursor",
      "community_name": "Community 6"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext",
      "community_name": "Community 52"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 52,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cachecontext",
      "community_name": "Community 52"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext",
      "community_name": "Community 52"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 52,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascontextchanged",
      "community_name": "Community 52"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 52,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider",
      "community_name": "Community 52"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 167,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popcontext",
      "community_name": "Community 167"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 167,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptoplevelcontextobject",
      "community_name": "Community 167"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 107,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 107"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 52,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processchildcontext",
      "community_name": "Community 52"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 52,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushcontextprovider",
      "community_name": "Community 52"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 52,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invalidatecontextprovider",
      "community_name": "Community 52"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 52,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 52"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 45,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesynccallback",
      "community_name": "Community 45"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 45,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulelegacysynccallback",
      "community_name": "Community 45"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 356,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 356"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 45,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks",
      "community_name": "Community 45"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 52,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isforkedchild",
      "community_name": "Community 52"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getforksatlevel",
      "community_name": "Community 52"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 131,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettreeid",
      "community_name": "Community 131"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 52,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreefork",
      "community_name": "Community 52"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 52,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreeid",
      "community_name": "Community 52"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 52,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid",
      "community_name": "Community 52"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 131,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbitlength",
      "community_name": "Community 131"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 131,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getleadingbit",
      "community_name": "Community 131"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 167,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptreecontext",
      "community_name": "Community 167"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspendedtreecontext",
      "community_name": "Community 6"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 6,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 6"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 52,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating",
      "community_name": "Community 52"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 108,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifhydrating",
      "community_name": "Community 108"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 356"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 6,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 6"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 6,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enterhydrationstate",
      "community_name": "Community 6"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 6,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 6"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 252,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnunhydratedinstance",
      "community_name": "Community 252"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 252,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_deletehydratableinstance",
      "community_name": "Community 252"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 252,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance",
      "community_name": "Community 252"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 252,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertnonhydratedinstance",
      "community_name": "Community 252"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 6,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate",
      "community_name": "Community 6"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 252,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 252"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 252,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwonhydrationmismatch",
      "community_name": "Community 252"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 252,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 252"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 167,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostinstance",
      "community_name": "Community 167"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 167,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 167"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 167,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 167"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 252,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 252"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 252,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptonexthostparent",
      "community_name": "Community 252"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 252,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "community_name": "Community 252"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 167,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 167"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 252,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 252"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethydrationstate",
      "community_name": "Community 52"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 167,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 167"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating",
      "community_name": "Community 52"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 108,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuehydrationerror",
      "community_name": "Community 108"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 356,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestcurrenttransition",
      "community_name": "Community 356"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 42,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isreactclass",
      "community_name": "Community 42"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 42,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_coerceref",
      "community_name": "Community 42"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 6,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 6"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonfunctiontype",
      "community_name": "Community 42"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvelazy",
      "community_name": "Community 52"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 6,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_childreconciler",
      "community_name": "Community 6"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 52,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clonechildfibers",
      "community_name": "Community 52"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 167,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetchildfibers",
      "community_name": "Community 167"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 45,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcontextdependencies",
      "community_name": "Community 45"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 131,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 131"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 131,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 131"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 52,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushprovider",
      "community_name": "Community 52"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 167,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popprovider",
      "community_name": "Community 167"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 131,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 131"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 131,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange",
      "community_name": "Community 131"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 131,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange_eager",
      "community_name": "Community 131"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 52,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext",
      "community_name": "Community 52"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 52,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext",
      "community_name": "Community 52"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 356,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 356"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 45,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 45"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 356,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 356"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 356,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 356"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 356,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 356"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 356,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 356"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 356"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 52,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initializeupdatequeue",
      "community_name": "Community 52"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 52,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneupdatequeue",
      "community_name": "Community 52"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 356,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate",
      "community_name": "Community 356"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 356,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate",
      "community_name": "Community 356"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 356,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitions",
      "community_name": "Community 356"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 356,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuecapturedupdate",
      "community_name": "Community 356"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 131,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstatefromupdate",
      "community_name": "Community 131"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 131,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue",
      "community_name": "Community 131"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 52"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 52,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 52"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 6,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdatequeue",
      "community_name": "Community 6"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 167,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requiredcontext",
      "community_name": "Community 167"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 167,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontainer",
      "community_name": "Community 167"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 52,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer",
      "community_name": "Community 52"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 167,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontainer",
      "community_name": "Community 167"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 167,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostcontext",
      "community_name": "Community 167"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 167,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontext",
      "community_name": "Community 167"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 167,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontext",
      "community_name": "Community 167"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 108,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hassuspensecontext",
      "community_name": "Community 108"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 108,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 108"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 108,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setshallowsuspensecontext",
      "community_name": "Community 108"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 108,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 108"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 108,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushsuspensecontext",
      "community_name": "Community 108"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 167,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popsuspensecontext",
      "community_name": "Community 167"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 356,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldcapturesuspense",
      "community_name": "Community 356"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 108,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findfirstsuspended",
      "community_name": "Community 108"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 167,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogressversions",
      "community_name": "Community 167"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 311,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registermutablesourceforhydration",
      "community_name": "Community 311"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 107,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthooktypesdev",
      "community_name": "Community 107"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 42,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehooktypesdev",
      "community_name": "Community 42"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 323,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdepsarearraydev",
      "community_name": "Community 323"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonhookmismatchindev",
      "community_name": "Community 42"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 6,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwinvalidhookerror",
      "community_name": "Community 6"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 131,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_arehookinputsequal",
      "community_name": "Community 131"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 52,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderwithhooks",
      "community_name": "Community 52"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 52,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdidrenderidhook",
      "community_name": "Community 52"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 52,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailouthooks",
      "community_name": "Community 52"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 45,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethooksafterthrow",
      "community_name": "Community 45"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook",
      "community_name": "Community 131"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook",
      "community_name": "Community 131"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 131,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 131"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 131,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_basicstatereducer",
      "community_name": "Community 131"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 52,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountreducer",
      "community_name": "Community 52"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer",
      "community_name": "Community 131"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 131,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderreducer",
      "community_name": "Community 131"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 6,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountmutablesource",
      "community_name": "Community 6"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 6,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemutablesource",
      "community_name": "Community 6"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "community_name": "Community 131"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "community_name": "Community 131"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 131,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 131"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 356,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestoreinstance",
      "community_name": "Community 356"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 356,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_subscribetostore",
      "community_name": "Community 356"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 356,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkifsnapshotchanged",
      "community_name": "Community 356"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 356,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forcestorererender",
      "community_name": "Community 356"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountstate",
      "community_name": "Community 131"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestate",
      "community_name": "Community 131"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 131,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderstate",
      "community_name": "Community 131"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 131,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pusheffect",
      "community_name": "Community 131"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountref",
      "community_name": "Community 131"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateref",
      "community_name": "Community 131"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl",
      "community_name": "Community 131"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl",
      "community_name": "Community 131"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffect",
      "community_name": "Community 131"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffect",
      "community_name": "Community 131"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountinsertioneffect",
      "community_name": "Community 131"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateinsertioneffect",
      "community_name": "Community 131"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlayouteffect",
      "community_name": "Community 131"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatelayouteffect",
      "community_name": "Community 131"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 454,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_imperativehandleeffect",
      "community_name": "Community 454"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountimperativehandle",
      "community_name": "Community 131"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateimperativehandle",
      "community_name": "Community 131"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 6,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdebugvalue",
      "community_name": "Community 6"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountcallback",
      "community_name": "Community 131"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecallback",
      "community_name": "Community 131"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountmemo",
      "community_name": "Community 131"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememo",
      "community_name": "Community 131"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdeferredvalue",
      "community_name": "Community 131"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalue",
      "community_name": "Community 131"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 131,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderdeferredvalue",
      "community_name": "Community 131"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 131"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounttransition",
      "community_name": "Community 131"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatetransition",
      "community_name": "Community 131"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 131,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerendertransition",
      "community_name": "Community 131"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 42,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 42"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 131,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountid",
      "community_name": "Community 131"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 131,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateid",
      "community_name": "Community 131"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 356,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "community_name": "Community 356"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 356,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "community_name": "Community 356"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 356,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrenderphaseupdate",
      "community_name": "Community 356"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 356,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 356"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 356,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate",
      "community_name": "Community 356"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdateindevtools",
      "community_name": "Community 356"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 42,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscurrentupdatenested",
      "community_name": "Community 42"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 45,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marknestedupdatescheduled",
      "community_name": "Community 45"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 45,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetnestedupdateflag",
      "community_name": "Community 45"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 45,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_syncnestedupdateflag",
      "community_name": "Community 45"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 42,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcommittime",
      "community_name": "Community 42"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 45,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordcommittime",
      "community_name": "Community 45"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 42,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startprofilertimer",
      "community_name": "Community 42"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 52,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 52"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 42,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 42"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 42,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration",
      "community_name": "Community 42"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 42,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordpassiveeffectduration",
      "community_name": "Community 42"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 42,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer",
      "community_name": "Community 42"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 42,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startpassiveeffecttimer",
      "community_name": "Community 42"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 167,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_transferactualduration",
      "community_name": "Community 167"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedefaultprops",
      "community_name": "Community 52"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 52,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_applyderivedstatefromprops",
      "community_name": "Community 52"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 52,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 52"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 52,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkclassinstance",
      "community_name": "Community 52"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 52,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_adoptclassinstance",
      "community_name": "Community 52"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 52,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "community_name": "Community 52"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 42,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillmount",
      "community_name": "Community 42"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 52,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 52"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 52,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "community_name": "Community 52"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "community_name": "Community 52"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "community_name": "Community 52"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 356,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 356"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 108,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalue",
      "community_name": "Community 108"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 356,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_showerrordialog",
      "community_name": "Community 356"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 356,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_logcapturederror",
      "community_name": "Community 356"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 356,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createrooterrorupdate",
      "community_name": "Community 356"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 356,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "community_name": "Community 356"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 356,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachpinglistener",
      "community_name": "Community 356"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 356,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachretrylistener",
      "community_name": "Community 356"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 356,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcomponent",
      "community_name": "Community 356"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 356,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 356"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 356,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 356"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 356,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "community_name": "Community 356"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 108,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspendedcache",
      "community_name": "Community 108"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 52,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren",
      "community_name": "Community 52"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 52,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 52"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "community_name": "Community 52"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "community_name": "Community 52"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "community_name": "Community 52"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent",
      "community_name": "Community 52"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefragment",
      "community_name": "Community 52"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemode",
      "community_name": "Community 52"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateprofiler",
      "community_name": "Community 52"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 252,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markref",
      "community_name": "Community 252"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "community_name": "Community 52"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "community_name": "Community 52"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 52,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "community_name": "Community 52"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 52,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostrootcontext",
      "community_name": "Community 52"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "community_name": "Community 52"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 52,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 52"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 252,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent",
      "community_name": "Community 252"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 252,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehosttext",
      "community_name": "Community 252"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 52,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "community_name": "Community 52"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 52,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 52"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 52,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "community_name": "Community 52"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 52,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 52"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 108,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 108"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 108,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 108"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 108,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremainonfallback",
      "community_name": "Community 108"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 108,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 108"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 108,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "community_name": "Community 108"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 108,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 108"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 108,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 108"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 108,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 108"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 108,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 108"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 108,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 108"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 108,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 108"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 108,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 108"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 108,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 108"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 108,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 108"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 108,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 108"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 131,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 131"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 108,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 108"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 108,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findlastcontentrow",
      "community_name": "Community 108"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 108,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validaterevealorder",
      "community_name": "Community 108"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 108,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatetailoptions",
      "community_name": "Community 108"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 323,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 323"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 323,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistchildren",
      "community_name": "Community 323"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 108,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 108"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 108,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 108"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateportalcomponent",
      "community_name": "Community 52"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "community_name": "Community 52"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 52,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "community_name": "Community 52"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 131,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 131"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 52"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 52,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 52"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 107,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_remountfiber",
      "community_name": "Community 107"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 52,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 52"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 52,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 52"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 52,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "community_name": "Community 52"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 167,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdate",
      "community_name": "Community 167"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 167,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markref_1",
      "community_name": "Community 167"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 167,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cutofftailifneeded",
      "community_name": "Community 167"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 167,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bubbleproperties",
      "community_name": "Community 167"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 167,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 167"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 167,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "community_name": "Community 167"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 167,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "community_name": "Community 167"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 167,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "community_name": "Community 167"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 6,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reportuncaughterrorindev",
      "community_name": "Community 6"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 42,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 42"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 42,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 42"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 42,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 42"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 42,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelyattachref",
      "community_name": "Community 42"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 42,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref",
      "community_name": "Community 42"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 42,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycalldestroy",
      "community_name": "Community 42"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 6,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects",
      "community_name": "Community 6"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 6,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 6"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 42"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount",
      "community_name": "Community 42"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 42"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 42,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 97,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren",
      "community_name": "Community 97"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref",
      "community_name": "Community 42"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 42,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachfibermutation",
      "community_name": "Community 42"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 6,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachfiberaftereffects",
      "community_name": "Community 6"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 97,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostparentfiber",
      "community_name": "Community 97"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 97,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishostparent",
      "community_name": "Community 97"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 97,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostsibling",
      "community_name": "Community 97"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 97,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement",
      "community_name": "Community 97"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 97,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 97"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 97,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnode",
      "community_name": "Community 97"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffects",
      "community_name": "Community 42"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 42,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 42"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitsuspensecallback",
      "community_name": "Community 42"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 42"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 356,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 356"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffects",
      "community_name": "Community 42"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 42,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 42"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitreconciliationeffects",
      "community_name": "Community 42"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects",
      "community_name": "Community 42"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects_begin",
      "community_name": "Community 42"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 42"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 42,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 42"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 42,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 42"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 42,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 42"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 42,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 45,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects",
      "community_name": "Community 45"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 45,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 45"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemountonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 45,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 45"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 42"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 6,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 6"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 42"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 42,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 42"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 42,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 42"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 42,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 42"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 42,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 42"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 45,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitroot_1",
      "community_name": "Community 45"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 42,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_islegacyactenvironment",
      "community_name": "Community 42"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 42,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isconcurrentactenvironment",
      "community_name": "Community 42"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 356,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetrendertimer",
      "community_name": "Community 356"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 167,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getrendertargettime",
      "community_name": "Community 167"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 131,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getworkinprogressroot",
      "community_name": "Community 131"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 356,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime",
      "community_name": "Community 356"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 356,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane",
      "community_name": "Community 356"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 356,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestretrylane",
      "community_name": "Community 356"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 356,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "community_name": "Community 356"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 356,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 356"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 356,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 356"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 45,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "community_name": "Community 45"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 45,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "community_name": "Community 45"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 45,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 45"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 167,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuerecoverableerrors",
      "community_name": "Community 167"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 45,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "community_name": "Community 45"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 45,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 45"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 45,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1",
      "community_name": "Community 45"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 45,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "community_name": "Community 45"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 356,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot",
      "community_name": "Community 356"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 356,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates_1",
      "community_name": "Community 356"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 45,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_discreteupdates",
      "community_name": "Community 45"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 45,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync",
      "community_name": "Community 45"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 45,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyrendering",
      "community_name": "Community 45"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 131,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushrenderlanes",
      "community_name": "Community 131"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 167,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poprenderlanes",
      "community_name": "Community 167"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 45,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack",
      "community_name": "Community 45"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 45,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "community_name": "Community 45"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 45,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushdispatcher",
      "community_name": "Community 45"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 45,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popdispatcher",
      "community_name": "Community 45"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 42,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommittimeoffallback",
      "community_name": "Community 42"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 131,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markskippedupdatelanes",
      "community_name": "Community 131"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 167,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspend",
      "community_name": "Community 167"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 45,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 45"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 356,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdiderror",
      "community_name": "Community 356"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 167,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 167"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 45,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "community_name": "Community 45"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 45,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopsync",
      "community_name": "Community 45"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 45,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "community_name": "Community 45"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 45,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopconcurrent",
      "community_name": "Community 45"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 42,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork",
      "community_name": "Community 42"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 42,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork",
      "community_name": "Community 42"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 45,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitroot",
      "community_name": "Community 45"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 45,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "community_name": "Community 45"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 45,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects",
      "community_name": "Community 45"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 45,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 45"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 45,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 45"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 356,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 356"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 356,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 356"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 6,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 6"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 356,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 356"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 42,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "community_name": "Community 42"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 45,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "community_name": "Community 45"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 356,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary",
      "community_name": "Community 356"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 356,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 356"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 356,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveretrywakeable",
      "community_name": "Community 356"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 45,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_jnd",
      "community_name": "Community 45"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 356,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkfornestedupdates",
      "community_name": "Community 356"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 45,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 45"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 42,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 42"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 42,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeeffectsindev",
      "community_name": "Community 42"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 42"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 42"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 356,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters",
      "community_name": "Community 356"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 45,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallback_1",
      "community_name": "Community 45"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 45,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cancelcallback_1",
      "community_name": "Community 45"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 45,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 45"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 42"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 42,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 42"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 42,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 42"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 52"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveclassforhotreloading",
      "community_name": "Community 52"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 52"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 6,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 6"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 356"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 356,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 356"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 6"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 6"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 6"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 6,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_fibernode",
      "community_name": "Community 6"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 52,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct_1",
      "community_name": "Community 52"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 52,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issimplefunctioncomponent",
      "community_name": "Community 52"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 52,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvelazycomponenttag",
      "community_name": "Community 52"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 52,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress",
      "community_name": "Community 52"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 167,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogress",
      "community_name": "Community 167"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhostrootfiber",
      "community_name": "Community 311"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 52,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 52"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 52,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromelement",
      "community_name": "Community 52"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 108,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromfragment",
      "community_name": "Community 108"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 42,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromprofiler",
      "community_name": "Community 42"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 52,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromsuspense",
      "community_name": "Community 52"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 52,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 52"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 108,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromoffscreen",
      "community_name": "Community 108"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtext",
      "community_name": "Community 6"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 252,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 252"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 6"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 6,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromportal",
      "community_name": "Community 6"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 6,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 6"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 107,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_fiberrootnode",
      "community_name": "Community 107"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberroot",
      "community_name": "Community 311"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal",
      "community_name": "Community 311"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 52,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree",
      "community_name": "Community 52"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 42,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning",
      "community_name": "Community 42"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontainer",
      "community_name": "Community 311"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "community_name": "Community 311"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 356,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "community_name": "Community 356"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 311,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicrootinstance",
      "community_name": "Community 311"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 356,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 356"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneimpl",
      "community_name": "Community 356"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 356,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 356"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 356,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 356"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 356,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 356"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 6"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 52,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulderror",
      "community_name": "Community 52"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 108,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldsuspend",
      "community_name": "Community 108"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 6,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancebyfiber",
      "community_name": "Community 6"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 6,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 6"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 6,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 6"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 6,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectintodevtools",
      "community_name": "Community 6"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 6,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reactdomroot",
      "community_name": "Community 6"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "community_name": "Community 311"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 6,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reactdomhydrationroot",
      "community_name": "Community 6"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 6,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulehydration",
      "community_name": "Community 6"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 311,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "community_name": "Community 311"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 311,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainer",
      "community_name": "Community 311"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 311,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 311"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 311,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 311"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 311,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getreactrootelementincontainer",
      "community_name": "Community 311"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 311,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_nooponrecoverableerror",
      "community_name": "Community 311"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 311,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 311"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 311,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 311"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 311,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 311"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 42,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finddomnode",
      "community_name": "Community 42"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 311,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrate",
      "community_name": "Community 311"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 311,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render",
      "community_name": "Community 311"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 311,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 311"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 311,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "community_name": "Community 311"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal_1",
      "community_name": "Community 311"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 311,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 311"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 311,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot_1",
      "community_name": "Community 311"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 311,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot_1",
      "community_name": "Community 311"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 45,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync_1",
      "community_name": "Community 45"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 22,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "community_name": "Community 22"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 22,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 22"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 22,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 22"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 324,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 324"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 363,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memoize3",
      "community_name": "Community 363"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 22,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 22"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 22,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 22"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 22,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 22"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 363,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 363"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 363,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 363"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 22,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 22"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 22,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 22"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 22"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 22,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_assignafter",
      "community_name": "Community 22"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 324,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isarray",
      "community_name": "Community 324"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 324,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isobject",
      "community_name": "Community 324"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 22"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 324,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 324"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 324,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_px",
      "community_name": "Community 324"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 324,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize",
      "community_name": "Community 324"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 324,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keys",
      "community_name": "Community 324"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 324,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_subtract",
      "community_name": "Community 324"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 324,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 324"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 324,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 324"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 22,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compact",
      "community_name": "Community 22"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 22,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 22"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createcontext",
      "community_name": "Community 22"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 228,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get",
      "community_name": "Community 228"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 22,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omit",
      "community_name": "Community 22"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 324,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pick",
      "community_name": "Community 324"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 324,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runiffn",
      "community_name": "Community 324"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 22,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_splitprops",
      "community_name": "Community 22"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 324,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_walkobject",
      "community_name": "Community 324"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 22,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 22"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 22,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 22"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 363,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransform",
      "community_name": "Community 363"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 22,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_toconfig",
      "community_name": "Community 22"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 363,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_logical",
      "community_name": "Community 363"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 470,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 470"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 470,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 470"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 324,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 324"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 22,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 22"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 363,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 363"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 22,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filter",
      "community_name": "Community 22"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 22,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 22"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 324,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ring",
      "community_name": "Community 324"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 22,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bgclip",
      "community_name": "Community 22"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 470,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transform",
      "community_name": "Community 470"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 22,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_vh",
      "community_name": "Community 22"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 22,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_fraction",
      "community_name": "Community 22"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 22,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_float",
      "community_name": "Community 22"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 363,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_degree",
      "community_name": "Community 363"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 22,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bgimage",
      "community_name": "Community 22"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 22,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_outline",
      "community_name": "Community 22"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 22,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 22"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 22,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_degreet",
      "community_name": "Community 22"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 363,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prop",
      "community_name": "Community 363"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 22,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_propt",
      "community_name": "Community 22"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 22,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get2",
      "community_name": "Community 22"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 228,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 228"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 363,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 363"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcss",
      "community_name": "Community 22"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 22,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_definestyle",
      "community_name": "Community 22"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 22,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 22"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 22"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 324,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize2",
      "community_name": "Community 324"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 324,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 324"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 324,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createresolver",
      "community_name": "Community 324"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 471,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 471"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 22,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 22"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 324,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 324"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 324,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 324"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 324,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape",
      "community_name": "Community 324"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 324,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapedot",
      "community_name": "Community 324"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 324,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 324"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 324,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addprefix",
      "community_name": "Community 324"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 324,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 324"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 324,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 324"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 324,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar",
      "community_name": "Community 324"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 324,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 324"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 324,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 324"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 324,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 324"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 324,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitvars",
      "community_name": "Community 324"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 324,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 324"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 324,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 324"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 324,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 324"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 324,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 324"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 22,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_anatomy",
      "community_name": "Community 22"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 228,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_guard",
      "community_name": "Community 228"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 209,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "community_name": "Community 209"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 228,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 228"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 22,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hash",
      "community_name": "Community 22"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 228,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_nametohex",
      "community_name": "Community 228"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 228,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rgba",
      "community_name": "Community 228"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 228,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transparentize",
      "community_name": "Community 228"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 228,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tohex",
      "community_name": "Community 228"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 22,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get3",
      "community_name": "Community 22"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 22,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 22"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 229,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 229"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 229,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 229"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 229,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 229"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 229,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 229"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 22,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mode",
      "community_name": "Community 22"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 22,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_orient",
      "community_name": "Community 22"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 324,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_toref",
      "community_name": "Community 324"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 324,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 324"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 324,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 324"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 324,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape2",
      "community_name": "Community 324"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 324,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 324"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 324,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovarref",
      "community_name": "Community 324"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 324,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovar",
      "community_name": "Community 324"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 324,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 324"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 324,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getfallback",
      "community_name": "Community 324"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbg",
      "community_name": "Community 22"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 22,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 22"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize",
      "community_name": "Community 22"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize2",
      "community_name": "Community 22"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 22"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize3",
      "community_name": "Community 22"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize4",
      "community_name": "Community 22"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 22,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 22"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 22"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 22,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 22"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 22,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 22"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 229,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hash2",
      "community_name": "Community 229"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 228,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim",
      "community_name": "Community 228"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 363,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_match",
      "community_name": "Community 363"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 324,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace",
      "community_name": "Community 324"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 229,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_indexof",
      "community_name": "Community 229"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 229,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat",
      "community_name": "Community 229"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 229,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_substr",
      "community_name": "Community 229"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 229,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_strlen",
      "community_name": "Community 229"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 229,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sizeof",
      "community_name": "Community 229"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 229,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_append",
      "community_name": "Community 229"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 22,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_combine",
      "community_name": "Community 22"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 229,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_node",
      "community_name": "Community 229"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 229,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copy",
      "community_name": "Community 229"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 229,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_char",
      "community_name": "Community 229"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 229,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prev",
      "community_name": "Community 229"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 229,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_next",
      "community_name": "Community 229"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 229,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek",
      "community_name": "Community 229"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 229,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_caret",
      "community_name": "Community 229"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 229,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice",
      "community_name": "Community 229"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 229,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_token",
      "community_name": "Community 229"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 229,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_alloc",
      "community_name": "Community 229"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 229,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_dealloc",
      "community_name": "Community 229"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 229,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimit",
      "community_name": "Community 229"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 229,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_whitespace",
      "community_name": "Community 229"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 229,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escaping",
      "community_name": "Community 229"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 229,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimiter",
      "community_name": "Community 229"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 229,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_commenter",
      "community_name": "Community 229"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 229,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_identifier",
      "community_name": "Community 229"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 229,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compile",
      "community_name": "Community 229"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 229,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "community_name": "Community 229"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 229,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset",
      "community_name": "Community 229"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 229,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_comment",
      "community_name": "Community 229"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 229,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_declaration",
      "community_name": "Community 229"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 229,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serialize",
      "community_name": "Community 229"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 229,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stringify",
      "community_name": "Community 229"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 229,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_middleware",
      "community_name": "Community 229"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 22,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 22"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 229,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prefix",
      "community_name": "Community 229"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 22,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extends",
      "community_name": "Community 22"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 168,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 168"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 22,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_murmur2",
      "community_name": "Community 22"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 22,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 22"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 22"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 22,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 22"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 22,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_css2",
      "community_name": "Community 22"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 22,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes",
      "community_name": "Community 22"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 471,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 471"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 22"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 22"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 363,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 363"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 22"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 228,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 228"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 22,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_darkmode",
      "community_name": "Community 22"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 22,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_lightmode",
      "community_name": "Community 22"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 22,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 22"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 22,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvars",
      "community_name": "Community 22"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 471,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 471"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 22,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 22"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdocument",
      "community_name": "Community 22"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getwindow",
      "community_name": "Community 22"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 22,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 22"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 52,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useconstant",
      "community_name": "Community 52"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 546,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 546"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 22,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 22"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 22,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_render",
      "community_name": "Community 22"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 22,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_popchild",
      "community_name": "Community 22"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 22,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 22"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 22,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usepresence",
      "community_name": "Community 22"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 22,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useispresent",
      "community_name": "Community 22"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 22,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ispresent",
      "community_name": "Community 22"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 168,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 168"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 22,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memo",
      "community_name": "Community 22"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 22"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 22"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 363,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 363"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 22"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 22,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 22"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 22,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterprops",
      "community_name": "Community 22"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 209,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warnonce",
      "community_name": "Community 209"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 22"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 22"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 209,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 209"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 209,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 209"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 209,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 209"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 22"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 22,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 22"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 22,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 22"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 312,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 312"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 22,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 22"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 312,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 312"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 312,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 312"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 312,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 312"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 363,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 363"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 22,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 22"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 22,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 22"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 22"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 363,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 363"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 351"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 351,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 351"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 228,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 228"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 209,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makestate",
      "community_name": "Community 209"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 209,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 209"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 470,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 470"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 470,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 470"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 470,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 470"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 470,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 470"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 470,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 470"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 470,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 470"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 209,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 209"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 209,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 209"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 209,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 209"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 478,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 478"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 209,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 209"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 209,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 209"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 22,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 22"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 478,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 478"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 478,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 478"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 478,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyle",
      "community_name": "Community 478"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 478,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 478"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 478,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 478"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 363,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createuserender",
      "community_name": "Community 363"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 363,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 363"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 22,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 22"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 351,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 351"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 283,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 283"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 22,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finished",
      "community_name": "Community 22"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 603,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getall",
      "community_name": "Community 603"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 603,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setall",
      "community_name": "Community 603"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 283,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 283"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 603,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_time",
      "community_name": "Community 603"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 603,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_speed",
      "community_name": "Community 603"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 603,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_starttime",
      "community_name": "Community 603"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 283,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_duration",
      "community_name": "Community 283"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 283,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall",
      "community_name": "Community 283"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 283,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flatten",
      "community_name": "Community 283"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 283,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_play",
      "community_name": "Community 283"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 283,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pause",
      "community_name": "Community 283"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 283,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel",
      "community_name": "Community 283"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 283,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_complete",
      "community_name": "Community 283"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 351,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then",
      "community_name": "Community 351"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 351"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 283,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 283"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 283,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 283"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 22,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memosupports",
      "community_name": "Community 22"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 283,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 283"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 283,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 283"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 22"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 168,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 168"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 168,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 168"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 168,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterevents",
      "community_name": "Community 168"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 168,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hover",
      "community_name": "Community 168"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 22,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 22"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 22,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 22"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 22,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 22"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 22"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 168,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_press",
      "community_name": "Community 168"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 22,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 22"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 22,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cleartime",
      "community_name": "Community 22"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 209,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 209"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 546,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeitem",
      "community_name": "Community 546"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 209,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add",
      "community_name": "Community 209"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 209,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notify",
      "community_name": "Community 209"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 168,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clear",
      "community_name": "Community 168"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 209,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 209"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 209,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 209"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 209,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 209"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 209,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 209"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 209,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onchange",
      "community_name": "Community 209"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 209,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_on",
      "community_name": "Community 209"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 168,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 168"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 22,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_attach",
      "community_name": "Community 22"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 209,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_set",
      "community_name": "Community 209"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 283,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 283"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 228,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_jump",
      "community_name": "Community 228"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprevious",
      "community_name": "Community 22"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 209,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 209"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 351,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start",
      "community_name": "Community 351"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 283,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "community_name": "Community 283"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isanimating",
      "community_name": "Community 22"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 283,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 283"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 168,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_destroy",
      "community_name": "Community 168"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 228,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 228"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 228,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 228"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 351,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_settarget",
      "community_name": "Community 351"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 351,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 351"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 351,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 351"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 351"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 22,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 22"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 22,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 22"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 228,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnone",
      "community_name": "Community 228"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnullish",
      "community_name": "Community 22"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 22,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsehex",
      "community_name": "Community 22"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 363,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test",
      "community_name": "Community 363"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 228,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 228"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 228,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 228"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 228,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 228"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 228,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 228"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 363,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 363"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 228,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 228"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 228,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 228"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 168,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 168"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 168,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 168"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 168,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 168"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 168,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 168"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 168,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 168"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 228,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 228"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 22,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 22"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 228,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 228"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 22,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 22"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 228,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 228"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 168,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resume",
      "community_name": "Community 168"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 228,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 228"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 228,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 228"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 228,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 228"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 283,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 283"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 283,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cananimate",
      "community_name": "Community 283"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 283,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 283"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 283,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 283"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 168,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolved",
      "community_name": "Community 168"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 283,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 283"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 283,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 283"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 283,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 283"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 229,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 229"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 229,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 229"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 22,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 22"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 229,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_asrgba",
      "community_name": "Community 229"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 22,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 22"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 22,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 22"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 363,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getmixer",
      "community_name": "Community 363"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 22,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixarray",
      "community_name": "Community 22"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 363,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixobject",
      "community_name": "Community 363"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 22,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_matchorder",
      "community_name": "Community 22"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 363,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mix2",
      "community_name": "Community 363"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 209,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 209"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 22,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_findspring",
      "community_name": "Community 22"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 22,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 22"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 22,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 22"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 22,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 22"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 22"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 22,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_spring",
      "community_name": "Community 22"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 22,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_inertia",
      "community_name": "Community 22"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmixers",
      "community_name": "Community 22"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 22,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_interpolate",
      "community_name": "Community 22"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 22,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filloffset",
      "community_name": "Community 22"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 22,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 22"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 22,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 22"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 22,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 22"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 22,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 22"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 283,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "community_name": "Community 283"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 283,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tick",
      "community_name": "Community 283"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 283,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finish",
      "community_name": "Community 283"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 283,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_teardown",
      "community_name": "Community 283"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 283,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 283"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 283,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sample",
      "community_name": "Community 283"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 283,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 283"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 283,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 283"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 283,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 283"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 283,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 283"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 22,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_state",
      "community_name": "Community 22"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 312,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_supports",
      "community_name": "Community 312"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 22,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 22"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 351,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 351"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 351,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 351"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 351,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 351"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 168,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 168"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 168,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 168"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 351,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 351"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 22"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 22,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatelist",
      "community_name": "Community 22"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 22"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 22,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 22"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 22"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstate",
      "community_name": "Community 22"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 209,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "community_name": "Community 209"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 209,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 209"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 209,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "community_name": "Community 209"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 168,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_unmount",
      "community_name": "Community 168"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 209,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 209"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 209,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 209"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 209,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 209"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 209,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_distance2d",
      "community_name": "Community 209"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 209,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 209"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 209,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 209"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 209,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 209"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 22,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 22"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 209,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_end",
      "community_name": "Community 209"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 209,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 209"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 209,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 209"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 209,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 209"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 209,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 209"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 209,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 209"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calclength",
      "community_name": "Community 413"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 413,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnear",
      "community_name": "Community 413"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 413"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 413"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 413"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 413"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 413"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 413"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 351,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 351"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 312,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 312"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 312,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 312"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 312,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 312"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 312,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 312"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 413,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 413"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 22,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 22"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 312,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 312"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 312,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 312"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 312,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 312"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 312,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 312"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 312,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 312"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 312,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 312"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 312,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 312"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 412,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 412"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 412,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasscale",
      "community_name": "Community 412"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 412,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hastransform",
      "community_name": "Community 412"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 412,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 412"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 412,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 412"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 412,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 412"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 412,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 412"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 412,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 412"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 412,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 412"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 412,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 412"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 312,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 312"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 412,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 412"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 412,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformbox",
      "community_name": "Community 412"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 312,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 312"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 312,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 312"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 351,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 351"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 312,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 312"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 312,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 312"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 312,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startanimation",
      "community_name": "Community 312"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 351,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 351"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 312,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 312"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 312,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 312"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 351"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 351"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 312,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 312"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 312,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 312"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 209,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 209"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 312,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops",
      "community_name": "Community 312"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 351,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 351"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 22"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 209,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 209"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 209,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 209"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 22,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 22"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 209,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 209"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 546,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 546"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 546,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 546"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 22,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 22"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 351,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 351"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 22,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 22"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 546,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remove",
      "community_name": "Community 546"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 168,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach",
      "community_name": "Community 168"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 22,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delay",
      "community_name": "Community 22"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 363,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 363"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 363,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getradius",
      "community_name": "Community 363"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 22,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compress",
      "community_name": "Community 22"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 22,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 22"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 22,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 22"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 22,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 22"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 412,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 412"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 412,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 412"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 412,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 412"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 412,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 412"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 413,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 413"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 413,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 413"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 22,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisequals",
      "community_name": "Community 22"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 22,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_boxequals",
      "community_name": "Community 22"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 413,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 413"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 413,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 413"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 413,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 413"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 22,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 22"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 546,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_relegate",
      "community_name": "Community 546"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 546,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_promote",
      "community_name": "Community 546"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 22,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 22"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 22,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 22"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 22,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 22"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 22,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 22"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 22,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 22"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 351,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 351"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 22"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 312,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 312"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 413,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 413"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 22,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 22"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 22,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 22"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 22,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 22"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 22,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 22"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 22,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 22"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 209,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 209"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 22,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 22"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 22,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 22"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 22,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 22"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 22,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 22"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 22,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 22"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 22,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 22"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 22,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 22"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 22,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixbox",
      "community_name": "Community 22"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 22,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 22"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 22,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 22"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 22,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_roundbox",
      "community_name": "Community 22"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 413,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 413"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 22,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 22"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 22,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 22"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 22,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onfocus",
      "community_name": "Community 22"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 22,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onblur",
      "community_name": "Community 22"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 22,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 22"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 168,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 168"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 168,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 168"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 168,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startobserver",
      "community_name": "Community 168"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 209,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 209"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 209,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 209"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 228,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 228"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 209,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 209"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 209,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 209"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 209,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 209"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 209,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 209"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 168,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 168"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 209,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 209"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 470,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 470"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 228,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 228"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 22,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 22"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariant",
      "community_name": "Community 22"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 351"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 22,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 22"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 209,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 209"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 209,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 209"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 228,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue",
      "community_name": "Community 228"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 228,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevalue",
      "community_name": "Community 228"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 228,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 228"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 228,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue",
      "community_name": "Community 228"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 228,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue",
      "community_name": "Community 228"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 228,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 228"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 351"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 168,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 168"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 351,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 351"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 228,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 228"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 209,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 209"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 228,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 228"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 228,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 228"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 312,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 312"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 470,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_build",
      "community_name": "Community 470"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 209,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 209"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 22,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_findtoast",
      "community_name": "Community 22"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 22,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 22"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 22,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 22"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 22,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 22"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 22,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 22"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 471,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_styled2",
      "community_name": "Community 471"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 471,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_factory",
      "community_name": "Community 471"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 22,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 22"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 471,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 471"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 471,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usechakra",
      "community_name": "Community 471"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 471,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 471"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 471,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 471"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 471,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 471"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 471,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 471"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 22,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_checkicon",
      "community_name": "Community 22"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 22,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_infoicon",
      "community_name": "Community 22"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 22,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warningicon",
      "community_name": "Community 22"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 22"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 22,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 22"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 22,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_alerticon",
      "community_name": "Community 22"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 22,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_closeicon",
      "community_name": "Community 22"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 22"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstore",
      "community_name": "Community 22"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 22,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtoast",
      "community_name": "Community 22"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 22,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_portal",
      "community_name": "Community 22"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 632,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements",
      "community_name": "Community 632"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 632,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_ready",
      "community_name": "Community 632"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 632,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_whenready",
      "community_name": "Community 632"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 632,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_defineel",
      "community_name": "Community 632"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 143,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support",
      "community_name": "Community 143"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 143,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_getreact",
      "community_name": "Community 143"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 143,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_getreactdom",
      "community_name": "Community 143"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 143,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_parsedcdocument",
      "community_name": "Community 143"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 143,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_parsedctext",
      "community_name": "Community 143"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 143,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_parsedataprops",
      "community_name": "Community 143"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 143,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_dcnamefrompath",
      "community_name": "Community 143"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 143,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_rootnamefordocument",
      "community_name": "Community 143"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 143,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_safedecode",
      "community_name": "Community 143"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 143,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_boot",
      "community_name": "Community 143"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 143,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_resolve",
      "community_name": "Community 143"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 143,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_parenswrapwhole",
      "community_name": "Community 143"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 143,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_findtoplevelequality",
      "community_name": "Community 143"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 143,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_resolvepath",
      "community_name": "Community 143"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 143,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_encodecase",
      "community_name": "Community 143"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 143,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_kebabtocamel",
      "community_name": "Community 143"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 143,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_csstoobj",
      "community_name": "Community 143"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 143,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_compileattr",
      "community_name": "Community 143"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 143,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_collectprops",
      "community_name": "Community 143"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 143,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_hostpositionstyle",
      "community_name": "Community 143"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 143,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_compiletemplate",
      "community_name": "Community 143"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren",
      "community_name": "Community 143"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walk",
      "community_name": "Community 143"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 143,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_warnunresolved",
      "community_name": "Community 143"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walktext",
      "community_name": "Community 143"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walkfor",
      "community_name": "Community 143"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walkif",
      "community_name": "Community 143"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walkcomponent",
      "community_name": "Community 143"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walkximport",
      "community_name": "Community 143"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 143,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_contentkey",
      "community_name": "Community 143"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 143,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_walkelement",
      "community_name": "Community 143"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 143,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_constructor",
      "community_name": "Community 143"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 143,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_setstate",
      "community_name": "Community 143"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 143,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_forceupdate",
      "community_name": "Community 143"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 143,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_componentdidmount",
      "community_name": "Community 143"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 143,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_componentdidupdate",
      "community_name": "Community 143"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 143,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_componentwillunmount",
      "community_name": "Community 143"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 143,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_rendervals",
      "community_name": "Community 143"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 143,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_evaldclogic",
      "community_name": "Community 143"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 143,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_shallowequal",
      "community_name": "Community 143"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 143,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_placeholder",
      "community_name": "Community 143"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 143,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_hinttomin",
      "community_name": "Community 143"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 143,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_createcomponentfactory",
      "community_name": "Community 143"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 143,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_isrenderabletype",
      "community_name": "Community 143"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 143,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_resolvedottedpath",
      "community_name": "Community 143"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 143,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_createexternalmodules",
      "community_name": "Community 143"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 143,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_iselementclass",
      "community_name": "Community 143"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 143,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_createhelmetmanager",
      "community_name": "Community 143"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 143,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_createpseudosheet",
      "community_name": "Community 143"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 143,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_createregistry",
      "community_name": "Community 143"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 143,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime",
      "community_name": "Community 143"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 143,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_hiderawtemplate",
      "community_name": "Community 143"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 143,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_loadscript",
      "community_name": "Community 143"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 143,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_loadreactumd",
      "community_name": "Community 143"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 52,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1e_typographic_story_support_init",
      "community_name": "Community 52"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 733,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dom",
      "community_name": "Community 733"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 9,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "community_name": "Community 9"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 76,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getiteratorfn",
      "community_name": "Community 76"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 76,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setextrastackframe",
      "community_name": "Community 76"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 76,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn",
      "community_name": "Community 76"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 76,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error",
      "community_name": "Community 76"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 76,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_printwarning",
      "community_name": "Community 76"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 76,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnoop",
      "community_name": "Community 76"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 63,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component",
      "community_name": "Community 63"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 63,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component_setstate",
      "community_name": "Community 63"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 63,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component_forceupdate",
      "community_name": "Community 63"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 9,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_componentdummy",
      "community_name": "Community 9"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 9,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_purecomponent",
      "community_name": "Community 9"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createref",
      "community_name": "Community 9"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 76,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray",
      "community_name": "Community 76"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 76,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename",
      "community_name": "Community 76"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 76,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow",
      "community_name": "Community 76"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 76,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion",
      "community_name": "Community 76"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 76,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion",
      "community_name": "Community 76"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 63,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getwrappedname",
      "community_name": "Community 63"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 63,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextname",
      "community_name": "Community 63"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 63,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype",
      "community_name": "Community 63"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 76,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidref",
      "community_name": "Community 76"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 76,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidkey",
      "community_name": "Community 76"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 76,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definekeypropwarninggetter",
      "community_name": "Community 76"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 76,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definerefpropwarninggetter",
      "community_name": "Community 76"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 76,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 76"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "community_name": "Community 76"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 76,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneandreplacekey",
      "community_name": "Community 76"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 76,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelement",
      "community_name": "Community 76"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 76,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelement",
      "community_name": "Community 76"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 76,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_escape",
      "community_name": "Community 76"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 76,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_escapeuserprovidedkey",
      "community_name": "Community 76"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 76,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getelementkey",
      "community_name": "Community 76"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 76,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "community_name": "Community 76"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 9,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapchildren",
      "community_name": "Community 9"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 9,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_countchildren",
      "community_name": "Community 9"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 9,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_foreachchildren",
      "community_name": "Community 9"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 178,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_toarray",
      "community_name": "Community 178"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 76,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onlychild",
      "community_name": "Community 76"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontext",
      "community_name": "Community 76"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 76,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazyinitializer",
      "community_name": "Community 76"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 76,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazy",
      "community_name": "Community 76"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 76,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forwardref",
      "community_name": "Community 76"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 76,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelementtype",
      "community_name": "Community 76"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 76,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_memo",
      "community_name": "Community 76"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 9,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher",
      "community_name": "Community 9"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usecontext",
      "community_name": "Community 9"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usestate",
      "community_name": "Community 9"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usereducer",
      "community_name": "Community 9"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 9,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useref",
      "community_name": "Community 9"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 9,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useeffect",
      "community_name": "Community 9"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 9,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useinsertioneffect",
      "community_name": "Community 9"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 9,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_uselayouteffect",
      "community_name": "Community 9"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usecallback",
      "community_name": "Community 9"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usememo",
      "community_name": "Community 9"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 9,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useimperativehandle",
      "community_name": "Community 9"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usedebugvalue",
      "community_name": "Community 9"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usetransition",
      "community_name": "Community 9"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usedeferredvalue",
      "community_name": "Community 9"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 9,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useid",
      "community_name": "Community 9"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 9,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usesyncexternalstore",
      "community_name": "Community 9"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 9,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disabledlog",
      "community_name": "Community 9"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 9,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disablelogs",
      "community_name": "Community 9"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 9,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenablelogs",
      "community_name": "Community 9"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 9,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describebuiltincomponentframe",
      "community_name": "Community 9"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 9,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe",
      "community_name": "Community 9"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 9,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefunctioncomponentframe",
      "community_name": "Community 9"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 9,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct",
      "community_name": "Community 9"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 9,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 9"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 9"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 63,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes",
      "community_name": "Community 63"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 76,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 76"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 76,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 76"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 76,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 76"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 76,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 76"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 76,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 76"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateexplicitkey",
      "community_name": "Community 76"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys",
      "community_name": "Community 76"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 63,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproptypes",
      "community_name": "Community 63"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefragmentprops",
      "community_name": "Community 76"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "community_name": "Community 76"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfactorywithvalidation",
      "community_name": "Community 76"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 76,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelementwithvalidation",
      "community_name": "Community 76"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 122,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push",
      "community_name": "Community 122"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 122,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_peek",
      "community_name": "Community 122"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 192,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop",
      "community_name": "Community 192"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 122,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftup",
      "community_name": "Community 122"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 122,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftdown",
      "community_name": "Community 122"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 122,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_compare",
      "community_name": "Community 122"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 122,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marktaskerrored",
      "community_name": "Community 122"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 122,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_advancetimers",
      "community_name": "Community 122"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 122,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout",
      "community_name": "Community 122"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 122,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork",
      "community_name": "Community 122"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 122,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop",
      "community_name": "Community 122"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 9,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_runwithpriority",
      "community_name": "Community 9"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 9,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_next",
      "community_name": "Community 9"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 9,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_wrapcallback",
      "community_name": "Community 9"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 122,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "community_name": "Community 122"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 9,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_pauseexecution",
      "community_name": "Community 9"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 122,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_continueexecution",
      "community_name": "Community 122"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 122,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 122"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 9,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_cancelcallback",
      "community_name": "Community 9"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 9,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 9"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 122,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldyieldtohost",
      "community_name": "Community 122"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 79,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestpaint",
      "community_name": "Community 79"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 9,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forceframerate",
      "community_name": "Community 9"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 122,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthostcallback",
      "community_name": "Community 122"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 122,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthosttimeout",
      "community_name": "Community 122"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 122,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cancelhosttimeout",
      "community_name": "Community 122"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 9,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_now",
      "community_name": "Community 9"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 79,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_starttransition",
      "community_name": "Community 79"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 76,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuetask",
      "community_name": "Community 76"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 76,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_act",
      "community_name": "Community 76"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 76,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popactscope",
      "community_name": "Community 76"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 76,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 76"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 76,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushactqueue",
      "community_name": "Community 76"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 63,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setsuppresswarning",
      "community_name": "Community 63"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registertwophaseevent",
      "community_name": "Community 9"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerdirectevent",
      "community_name": "Community 9"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 76,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion",
      "community_name": "Community 76"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 76,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkpropstringcoercion",
      "community_name": "Community 76"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 76,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 76"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 76,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 76"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 76,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 76"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 126,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isattributenamesafe",
      "community_name": "Community 126"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 126,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldignoreattribute",
      "community_name": "Community 126"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 126,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 126"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 126,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattribute",
      "community_name": "Community 126"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpropertyinfo",
      "community_name": "Community 126"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 9,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propertyinforecord",
      "community_name": "Community 9"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 126,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_sanitizeurl",
      "community_name": "Community 126"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforproperty",
      "community_name": "Community 126"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforattribute",
      "community_name": "Community 126"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 126,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "community_name": "Community 126"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 9,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeclasscomponentframe",
      "community_name": "Community 9"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 9,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefiber",
      "community_name": "Community 9"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 9"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 84,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getwrappedname_1",
      "community_name": "Community 84"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 84,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextname_1",
      "community_name": "Community 84"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 84,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 84"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 126"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 9"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 84,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber",
      "community_name": "Community 84"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 84,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber",
      "community_name": "Community 84"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 84,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiber",
      "community_name": "Community 84"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 63,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrendering",
      "community_name": "Community 63"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 126,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring",
      "community_name": "Community 126"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 126,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue",
      "community_name": "Community 126"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 126,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 126"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 9,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ischeckable",
      "community_name": "Community 9"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 9,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettracker",
      "community_name": "Community 9"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 9,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachtracker",
      "community_name": "Community 9"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvaluefromnode",
      "community_name": "Community 9"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 9,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trackvalueonnode",
      "community_name": "Community 9"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 9,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_track",
      "community_name": "Community 9"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 9,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatevalueifchanged",
      "community_name": "Community 9"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelement",
      "community_name": "Community 9"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 126,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontrolled",
      "community_name": "Community 126"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 126,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops",
      "community_name": "Community 126"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 126,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate",
      "community_name": "Community 126"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 126,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatechecked",
      "community_name": "Community 126"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 126,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper",
      "community_name": "Community 126"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 126,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper",
      "community_name": "Community 126"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 126,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate",
      "community_name": "Community 126"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 126,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatenamedcousins",
      "community_name": "Community 126"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 126,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultvalue",
      "community_name": "Community 126"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 126,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateprops",
      "community_name": "Community 126"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 126,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_1",
      "community_name": "Community 126"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 126,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkselectproptypes",
      "community_name": "Community 126"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 126,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoptions",
      "community_name": "Community 126"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 126,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_1",
      "community_name": "Community 126"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 126,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_1",
      "community_name": "Community 126"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 126,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_2",
      "community_name": "Community 126"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 126,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postupdatewrapper",
      "community_name": "Community 126"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 126,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_1",
      "community_name": "Community 126"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 126,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_2",
      "community_name": "Community 126"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 126,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2",
      "community_name": "Community 126"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 126,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper_1",
      "community_name": "Community 126"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 126,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_3",
      "community_name": "Community 126"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 126,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_2",
      "community_name": "Community 126"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 192,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getintrinsicnamespace",
      "community_name": "Community 192"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 192,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildnamespace",
      "community_name": "Community 192"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 9,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prefixkey",
      "community_name": "Community 9"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 126,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dangerousstylevalue",
      "community_name": "Community 126"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 126,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hyphenatestylename",
      "community_name": "Community 126"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 126,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdangerousstringforstyles",
      "community_name": "Community 126"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 126,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforstyles",
      "community_name": "Community 126"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 9,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalueempty",
      "community_name": "Community 9"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 9,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_expandshorthandmap",
      "community_name": "Community 9"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 9,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 9"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 126,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertvalidprops",
      "community_name": "Community 126"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 126,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent",
      "community_name": "Community 126"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperty",
      "community_name": "Community 76"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 76,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warninvalidariaprops",
      "community_name": "Community 76"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties",
      "community_name": "Community 76"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties_1",
      "community_name": "Community 76"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 126,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties_2",
      "community_name": "Community 126"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 203,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setreplayingevent",
      "community_name": "Community 203"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 203,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetreplayingevent",
      "community_name": "Community 203"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 122,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isreplayingevent",
      "community_name": "Community 122"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 203,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtarget",
      "community_name": "Community 203"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 203,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateoftarget",
      "community_name": "Community 203"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setrestoreimplementation",
      "community_name": "Community 9"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 122,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuestaterestore",
      "community_name": "Community 122"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 203,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_needsstaterestore",
      "community_name": "Community 203"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 203,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateifneeded",
      "community_name": "Community 203"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 203,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finisheventhandler",
      "community_name": "Community 203"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 203,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates",
      "community_name": "Community 203"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setbatchingimplementation",
      "community_name": "Community 9"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 122,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isinteractive",
      "community_name": "Community 122"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 122,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldpreventmouseevent",
      "community_name": "Community 122"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistener",
      "community_name": "Community 122"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 76,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 76"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 9,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreafterdispatch",
      "community_name": "Community 9"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 9,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcallback",
      "community_name": "Community 9"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 9,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlewindowerror",
      "community_name": "Community 9"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 9,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallback",
      "community_name": "Community 9"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 9,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 9"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 203,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rethrowcaughterror",
      "community_name": "Community 203"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 9,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascaughterror",
      "community_name": "Community 9"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 9,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcaughterror",
      "community_name": "Community 9"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 203,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get",
      "community_name": "Community 203"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 63,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has",
      "community_name": "Community 63"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 9,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_set",
      "community_name": "Community 9"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 203,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber",
      "community_name": "Community 203"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 203,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 203"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 203,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontainerfromfiber",
      "community_name": "Community 203"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 59,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfibermounted",
      "community_name": "Community 59"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 203,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismounted",
      "community_name": "Community 203"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 203,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertismounted",
      "community_name": "Community 203"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 203,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 203"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiber",
      "community_name": "Community 9"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 9"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 9"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 9"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 9,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectinternals",
      "community_name": "Community 9"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 59,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onscheduleroot",
      "community_name": "Community 59"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 79,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitroot",
      "community_name": "Community 79"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 79,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onpostcommitroot",
      "community_name": "Community 79"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 84,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitunmount",
      "community_name": "Community 84"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 63,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 63"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 9,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectprofilinghooks",
      "community_name": "Community 9"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanelabelmap",
      "community_name": "Community 9"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommitstarted",
      "community_name": "Community 79"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommitstopped",
      "community_name": "Community 79"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 63,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstarted",
      "community_name": "Community 63"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 63,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped",
      "community_name": "Community 63"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 84"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponenterrored",
      "community_name": "Community 79"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentsuspended",
      "community_name": "Community 79"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 79,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklayouteffectsstarted",
      "community_name": "Community 79"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 79,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklayouteffectsstopped",
      "community_name": "Community 79"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 79"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 79"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstarted",
      "community_name": "Community 79"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderyielded",
      "community_name": "Community 79"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstopped",
      "community_name": "Community 79"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderscheduled",
      "community_name": "Community 59"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 9,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markforceupdatescheduled",
      "community_name": "Community 9"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstateupdatescheduled",
      "community_name": "Community 59"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 9,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clz32fallback",
      "community_name": "Community 9"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlabelforlane",
      "community_name": "Community 9"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 79,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylanes",
      "community_name": "Community 79"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 79,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes",
      "community_name": "Community 79"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 79,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmostrecenteventtime",
      "community_name": "Community 79"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 79,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_computeexpirationtime",
      "community_name": "Community 79"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 79"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 59,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 59"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 79,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 79"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 9,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessynclane",
      "community_name": "Community 9"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 79,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesnonidlework",
      "community_name": "Community 79"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 79,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlyretries",
      "community_name": "Community 79"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 210,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 210"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 79,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlytransitions",
      "community_name": "Community 79"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 210,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesblockinglane",
      "community_name": "Community 210"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 79,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesexpiredlane",
      "community_name": "Community 79"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 59,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istransitionlane",
      "community_name": "Community 59"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 59,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_claimnexttransitionlane",
      "community_name": "Community 59"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 9,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_claimnextretrylane",
      "community_name": "Community 9"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 79,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane",
      "community_name": "Community 79"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 59,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylane",
      "community_name": "Community 59"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 79,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 79"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 79,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetoindex",
      "community_name": "Community 79"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 63,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane",
      "community_name": "Community 63"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 59,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issubsetoflanes",
      "community_name": "Community 59"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 59,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes",
      "community_name": "Community 59"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 239,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removelanes",
      "community_name": "Community 239"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 59,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_intersectlanes",
      "community_name": "Community 59"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 239,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetolanes",
      "community_name": "Community 239"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 59,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_higherprioritylane",
      "community_name": "Community 59"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 122,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createlanemap",
      "community_name": "Community 122"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated",
      "community_name": "Community 79"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended",
      "community_name": "Community 79"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootpinged",
      "community_name": "Community 79"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootfinished",
      "community_name": "Community 79"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootentangled",
      "community_name": "Community 59"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 79,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 79"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 79,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addfibertolanesmap",
      "community_name": "Community 79"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 79,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_movependingfiberstomemoized",
      "community_name": "Community 79"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 79,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettransitionsforlanes",
      "community_name": "Community 79"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 79,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority",
      "community_name": "Community 79"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 79,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority",
      "community_name": "Community 79"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 9,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_runwithpriority",
      "community_name": "Community 9"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 79,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_highereventpriority",
      "community_name": "Community 79"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 79,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lowereventpriority",
      "community_name": "Community 79"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 203,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishighereventpriority",
      "community_name": "Community 203"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 79,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanestoeventpriority",
      "community_name": "Community 79"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 203,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrootdehydrated",
      "community_name": "Community 203"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 9"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 203,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration",
      "community_name": "Community 203"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 9"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 9"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 9"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattempthydrationatpriority",
      "community_name": "Community 9"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 203,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 203"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 203,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createqueuedreplayableevent",
      "community_name": "Community 203"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 203,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearifcontinuousevent",
      "community_name": "Community 203"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 203,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 203"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 203,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueifcontinuousevent",
      "community_name": "Community 203"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 203,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 203"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 203,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 203"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 203,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 203"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 203,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 203"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 203,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_replayunblockedevents",
      "community_name": "Community 203"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 84,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 84"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 84,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon",
      "community_name": "Community 84"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setenabled",
      "community_name": "Community 9"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 9,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isenabled",
      "community_name": "Community 9"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 9"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 79,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchdiscreteevent",
      "community_name": "Community 79"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 79,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchcontinuousevent",
      "community_name": "Community 79"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 79,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchevent",
      "community_name": "Community 79"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 203,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 203"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 203,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent",
      "community_name": "Community 203"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 9,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventpriority",
      "community_name": "Community 9"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 9,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventbubblelistener",
      "community_name": "Community 9"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 9,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventcapturelistener",
      "community_name": "Community 9"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 9,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 9"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 9,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 9"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 122,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initialize",
      "community_name": "Community 122"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 122,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reset",
      "community_name": "Community 122"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdata",
      "community_name": "Community 122"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 122,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettext",
      "community_name": "Community 122"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 122,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventcharcode",
      "community_name": "Community 122"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 9,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_functionthatreturnstrue",
      "community_name": "Community 9"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 9,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_functionthatreturnsfalse",
      "community_name": "Community 9"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createsyntheticevent",
      "community_name": "Community 9"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 9,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 9"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 122,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventkey",
      "community_name": "Community 122"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 9,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_modifierstategetter",
      "community_name": "Community 9"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 9,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventmodifierstate",
      "community_name": "Community 9"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents",
      "community_name": "Community 9"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 122,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iskeypresscommand",
      "community_name": "Community 122"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcompositioneventtype",
      "community_name": "Community 122"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 122,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfallbackcompositionstart",
      "community_name": "Community 122"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 122,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfallbackcompositionend",
      "community_name": "Community 122"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdatafromcustomevent",
      "community_name": "Community 122"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 122,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isusingkoreanime",
      "community_name": "Community 122"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "community_name": "Community 122"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnativebeforeinputchars",
      "community_name": "Community 122"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 122"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractbeforeinputevent",
      "community_name": "Community 122"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents",
      "community_name": "Community 122"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 122,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istextinputelement",
      "community_name": "Community 122"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 76,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iseventsupported",
      "community_name": "Community 76"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_1",
      "community_name": "Community 9"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 122,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 122"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 122,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldusechangeevent",
      "community_name": "Community 122"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 203,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_manualdispatchchangeevent",
      "community_name": "Community 203"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 203,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_runeventinbatch",
      "community_name": "Community 203"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged",
      "community_name": "Community 9"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 9,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 9"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 9,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startwatchingforvaluechange",
      "community_name": "Community 9"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 9,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 9"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 9,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlepropertychange",
      "community_name": "Community 9"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 9,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 9"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 9,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 9"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 122,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulduseclickevent",
      "community_name": "Community 122"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 9,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforclickevent",
      "community_name": "Community 9"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 9,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 9"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 126,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlecontrolledinputblur",
      "community_name": "Community 126"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1",
      "community_name": "Community 122"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_2",
      "community_name": "Community 9"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2",
      "community_name": "Community 122"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 9,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_is",
      "community_name": "Community 9"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 63,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shallowequal",
      "community_name": "Community 63"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getleafnode",
      "community_name": "Community 9"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsiblingnode",
      "community_name": "Community 9"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 9"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getoffsets",
      "community_name": "Community 9"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 9"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setoffsets",
      "community_name": "Community 9"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 9,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istextnode",
      "community_name": "Community 9"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 9,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_containsnode",
      "community_name": "Community 9"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 9,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isindocument",
      "community_name": "Community 9"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 9,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issameoriginframe",
      "community_name": "Community 9"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelementdeep",
      "community_name": "Community 9"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 9,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasselectioncapabilities",
      "community_name": "Community 9"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselectioninformation",
      "community_name": "Community 9"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 9,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection",
      "community_name": "Community 9"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection",
      "community_name": "Community 9"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 9,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setselection",
      "community_name": "Community 9"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_3",
      "community_name": "Community 9"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection_1",
      "community_name": "Community 9"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 122,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtargetdocument",
      "community_name": "Community 122"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 122,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent",
      "community_name": "Community 122"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_3",
      "community_name": "Community 122"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 9,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_makeprefixmap",
      "community_name": "Community 9"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvendorprefixedeventname",
      "community_name": "Community 9"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersimpleevent",
      "community_name": "Community 9"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 9,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersimpleevents",
      "community_name": "Community 9"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_4",
      "community_name": "Community 122"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 122,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5",
      "community_name": "Community 122"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 9,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_executedispatch",
      "community_name": "Community 9"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 9,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 9"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 203,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueue",
      "community_name": "Community 203"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 203,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventsforplugins",
      "community_name": "Community 203"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 126,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent",
      "community_name": "Community 126"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 76,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonativeevent",
      "community_name": "Community 76"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 76,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents",
      "community_name": "Community 76"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 9,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener",
      "community_name": "Community 9"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 203,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismatchingrootcontainer",
      "community_name": "Community 203"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 203,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 203"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 122,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdispatchlistener",
      "community_name": "Community 122"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 122,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 122"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 122,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 122"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getparent",
      "community_name": "Community 122"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlowestcommonancestor",
      "community_name": "Community 122"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 122,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 122"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 122,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 122"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistenersetkey",
      "community_name": "Community 126"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 192,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 192"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 192,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkforunmatchedtext",
      "community_name": "Community 192"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 192,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 192"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 9,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_noop",
      "community_name": "Community 9"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 126,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 126"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 126,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialdomproperties",
      "community_name": "Community 126"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 126,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedomproperties",
      "community_name": "Community 126"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 192,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextnode",
      "community_name": "Community 192"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 126,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "community_name": "Community 126"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 126,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "community_name": "Community 126"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 126,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties",
      "community_name": "Community 126"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpossiblestandardname",
      "community_name": "Community 126"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 126,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "community_name": "Community 126"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 192,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedtext",
      "community_name": "Community 192"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 298,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 298"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 298,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 298"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 298,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 298"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 298,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 298"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 126,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_3",
      "community_name": "Community 126"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 192,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontext",
      "community_name": "Community 192"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 192,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildhostcontext",
      "community_name": "Community 192"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 84,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicinstance",
      "community_name": "Community 84"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 9,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareforcommit",
      "community_name": "Community 9"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 9,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetaftercommit",
      "community_name": "Community 9"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 192,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createinstance",
      "community_name": "Community 192"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 430,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendinitialchild",
      "community_name": "Community 430"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 126,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finalizeinitialchildren",
      "community_name": "Community 126"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 126,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareupdate",
      "community_name": "Community 126"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 298,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldsettextcontent",
      "community_name": "Community 298"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 192,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextinstance",
      "community_name": "Community 192"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrenteventpriority",
      "community_name": "Community 9"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 9,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerrorinnexttick",
      "community_name": "Community 9"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmount",
      "community_name": "Community 84"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 192,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdate",
      "community_name": "Community 192"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 430,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resettextcontent",
      "community_name": "Community 430"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 84,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_committextupdate",
      "community_name": "Community 84"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 430,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchild",
      "community_name": "Community 430"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 430,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchildtocontainer",
      "community_name": "Community 430"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 430,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertbefore",
      "community_name": "Community 430"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 430,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertincontainerbefore",
      "community_name": "Community 430"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 84,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild",
      "community_name": "Community 84"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 84,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechildfromcontainer",
      "community_name": "Community 84"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 84,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundary",
      "community_name": "Community 84"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 84,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 84"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 84,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideinstance",
      "community_name": "Community 84"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 84,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hidetextinstance",
      "community_name": "Community 84"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 126,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unhideinstance",
      "community_name": "Community 126"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 84,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unhidetextinstance",
      "community_name": "Community 84"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 84,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcontainer",
      "community_name": "Community 84"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 9,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydrateinstance",
      "community_name": "Community 9"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 9,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydratetextinstance",
      "community_name": "Community 9"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 9,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 9"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 239,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancepending",
      "community_name": "Community 239"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 239,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancefallback",
      "community_name": "Community 239"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 239,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 239"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 239,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 239"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratable",
      "community_name": "Community 9"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 298,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratablesibling",
      "community_name": "Community 298"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechild",
      "community_name": "Community 9"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 9"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 9"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 192,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateinstance",
      "community_name": "Community 192"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 192,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratetextinstance",
      "community_name": "Community 192"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 192,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratesuspenseinstance",
      "community_name": "Community 192"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 298,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 298"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 203,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getparentsuspenseinstance",
      "community_name": "Community 203"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedcontainer",
      "community_name": "Community 84"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 84"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 298,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 298"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 192,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 192"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 192,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 192"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 298"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 298"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstance",
      "community_name": "Community 298"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 298"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 298"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 298"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 298"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 298"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 298,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 298"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 79,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_errorhydratingcontainer",
      "community_name": "Community 79"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 76,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareportalmount",
      "community_name": "Community 76"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 9,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachdeletedinstance",
      "community_name": "Community 9"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 192,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_precachefibernode",
      "community_name": "Community 192"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 76,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcontainerasroot",
      "community_name": "Community 76"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 76,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmarkcontainerasroot",
      "community_name": "Community 76"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 76,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontainermarkedasroot",
      "community_name": "Community 76"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 203,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getclosestinstancefromnode",
      "community_name": "Community 203"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 203,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstancefromnode",
      "community_name": "Community 203"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 122,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodefrominstance",
      "community_name": "Community 122"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 203,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 203"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 192,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefiberprops",
      "community_name": "Community 192"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 126,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventlistenerset",
      "community_name": "Community 126"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcursor",
      "community_name": "Community 9"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 63,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext",
      "community_name": "Community 63"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 63,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cachecontext",
      "community_name": "Community 63"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 63,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext",
      "community_name": "Community 63"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 63,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascontextchanged",
      "community_name": "Community 63"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 63,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider",
      "community_name": "Community 63"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 192,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popcontext",
      "community_name": "Community 192"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 192,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptoplevelcontextobject",
      "community_name": "Community 192"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 122,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 122"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 63,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processchildcontext",
      "community_name": "Community 63"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 63,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushcontextprovider",
      "community_name": "Community 63"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 63,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invalidatecontextprovider",
      "community_name": "Community 63"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 59,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 59"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 79,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesynccallback",
      "community_name": "Community 79"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 79,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulelegacysynccallback",
      "community_name": "Community 79"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 59,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 59"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 79,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks",
      "community_name": "Community 79"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 63,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isforkedchild",
      "community_name": "Community 63"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 63,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getforksatlevel",
      "community_name": "Community 63"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 126,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettreeid",
      "community_name": "Community 126"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 63,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreefork",
      "community_name": "Community 63"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 126,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreeid",
      "community_name": "Community 126"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 63,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid",
      "community_name": "Community 63"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbitlength",
      "community_name": "Community 126"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 126,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getleadingbit",
      "community_name": "Community 126"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 192,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptreecontext",
      "community_name": "Community 192"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspendedtreecontext",
      "community_name": "Community 9"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 9,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 9"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 63,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating",
      "community_name": "Community 63"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 239,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifhydrating",
      "community_name": "Community 239"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 9,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 9"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 9,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 9"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 9,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enterhydrationstate",
      "community_name": "Community 9"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 9,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 9"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 298,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnunhydratedinstance",
      "community_name": "Community 298"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 298,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_deletehydratableinstance",
      "community_name": "Community 298"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 298,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance",
      "community_name": "Community 298"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 298,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertnonhydratedinstance",
      "community_name": "Community 298"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 9,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate",
      "community_name": "Community 9"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 298,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 298"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 298,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwonhydrationmismatch",
      "community_name": "Community 298"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 298,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 298"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 192,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostinstance",
      "community_name": "Community 192"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 192,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 192"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 192,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 192"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 298,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 298"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 298,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptonexthostparent",
      "community_name": "Community 298"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 298,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "community_name": "Community 298"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 192,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 192"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 298,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 298"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethydrationstate",
      "community_name": "Community 63"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 192,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 192"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 63,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating",
      "community_name": "Community 63"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 239,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuehydrationerror",
      "community_name": "Community 239"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 59,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestcurrenttransition",
      "community_name": "Community 59"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 76,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isreactclass",
      "community_name": "Community 76"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 76,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_coerceref",
      "community_name": "Community 76"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 9,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 9"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 84,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonfunctiontype",
      "community_name": "Community 84"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvelazy",
      "community_name": "Community 63"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 9,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_childreconciler",
      "community_name": "Community 9"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 63,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clonechildfibers",
      "community_name": "Community 63"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 192,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetchildfibers",
      "community_name": "Community 192"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 79,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcontextdependencies",
      "community_name": "Community 79"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 9,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 9"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 9,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 9"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 63,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushprovider",
      "community_name": "Community 63"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 192,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popprovider",
      "community_name": "Community 192"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 59,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 59"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 59,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange",
      "community_name": "Community 59"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 59,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange_eager",
      "community_name": "Community 59"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 63,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext",
      "community_name": "Community 63"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 63,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext",
      "community_name": "Community 63"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 59,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 59"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 79,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 79"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 59,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 59"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 59,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 59"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 59,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 59"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 59,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 59"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 59"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 63,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initializeupdatequeue",
      "community_name": "Community 63"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 63,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneupdatequeue",
      "community_name": "Community 63"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 59,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate",
      "community_name": "Community 59"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 59,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate",
      "community_name": "Community 59"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 59,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitions",
      "community_name": "Community 59"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 9,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuecapturedupdate",
      "community_name": "Community 9"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstatefromupdate",
      "community_name": "Community 9"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 59,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue",
      "community_name": "Community 59"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 63"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 63,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 63"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 9,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdatequeue",
      "community_name": "Community 9"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 192,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requiredcontext",
      "community_name": "Community 192"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 192,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontainer",
      "community_name": "Community 192"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 63,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer",
      "community_name": "Community 63"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 192,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontainer",
      "community_name": "Community 192"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 192,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostcontext",
      "community_name": "Community 192"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 192,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontext",
      "community_name": "Community 192"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 192,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontext",
      "community_name": "Community 192"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 239,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hassuspensecontext",
      "community_name": "Community 239"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 239,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 239"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 239,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setshallowsuspensecontext",
      "community_name": "Community 239"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 239,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 239"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 239,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushsuspensecontext",
      "community_name": "Community 239"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 192,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popsuspensecontext",
      "community_name": "Community 192"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 9,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldcapturesuspense",
      "community_name": "Community 9"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 239,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findfirstsuspended",
      "community_name": "Community 239"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 192,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogressversions",
      "community_name": "Community 192"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 76,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registermutablesourceforhydration",
      "community_name": "Community 76"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 122,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthooktypesdev",
      "community_name": "Community 122"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 84,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehooktypesdev",
      "community_name": "Community 84"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 76,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdepsarearraydev",
      "community_name": "Community 76"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 84,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonhookmismatchindev",
      "community_name": "Community 84"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 9,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwinvalidhookerror",
      "community_name": "Community 9"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 210,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_arehookinputsequal",
      "community_name": "Community 210"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 63,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderwithhooks",
      "community_name": "Community 63"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 63,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdidrenderidhook",
      "community_name": "Community 63"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 63,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailouthooks",
      "community_name": "Community 63"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 79,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethooksafterthrow",
      "community_name": "Community 79"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook",
      "community_name": "Community 210"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook",
      "community_name": "Community 210"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 210,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 210"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 210,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_basicstatereducer",
      "community_name": "Community 210"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountreducer",
      "community_name": "Community 210"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 59,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer",
      "community_name": "Community 59"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 210,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderreducer",
      "community_name": "Community 210"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 9,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountmutablesource",
      "community_name": "Community 9"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 9,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemutablesource",
      "community_name": "Community 9"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "community_name": "Community 210"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "community_name": "Community 210"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 210,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 210"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 59,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestoreinstance",
      "community_name": "Community 59"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 59,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_subscribetostore",
      "community_name": "Community 59"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 59,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkifsnapshotchanged",
      "community_name": "Community 59"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 59,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forcestorererender",
      "community_name": "Community 59"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountstate",
      "community_name": "Community 210"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestate",
      "community_name": "Community 210"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 210,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderstate",
      "community_name": "Community 210"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 210,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pusheffect",
      "community_name": "Community 210"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountref",
      "community_name": "Community 210"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateref",
      "community_name": "Community 210"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl",
      "community_name": "Community 210"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl",
      "community_name": "Community 210"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffect",
      "community_name": "Community 210"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffect",
      "community_name": "Community 210"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountinsertioneffect",
      "community_name": "Community 210"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateinsertioneffect",
      "community_name": "Community 210"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlayouteffect",
      "community_name": "Community 210"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatelayouteffect",
      "community_name": "Community 210"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 76,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_imperativehandleeffect",
      "community_name": "Community 76"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountimperativehandle",
      "community_name": "Community 210"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateimperativehandle",
      "community_name": "Community 210"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 9,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdebugvalue",
      "community_name": "Community 9"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountcallback",
      "community_name": "Community 210"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecallback",
      "community_name": "Community 210"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountmemo",
      "community_name": "Community 210"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememo",
      "community_name": "Community 210"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdeferredvalue",
      "community_name": "Community 210"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalue",
      "community_name": "Community 210"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 210,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderdeferredvalue",
      "community_name": "Community 210"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 210"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 210,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounttransition",
      "community_name": "Community 210"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatetransition",
      "community_name": "Community 210"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 210,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerendertransition",
      "community_name": "Community 210"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 59,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 59"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 126,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountid",
      "community_name": "Community 126"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 210,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateid",
      "community_name": "Community 210"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 59,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "community_name": "Community 59"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 59,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "community_name": "Community 59"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 59,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrenderphaseupdate",
      "community_name": "Community 59"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 59,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 59"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 59,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate",
      "community_name": "Community 59"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdateindevtools",
      "community_name": "Community 59"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 84,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscurrentupdatenested",
      "community_name": "Community 84"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 79,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marknestedupdatescheduled",
      "community_name": "Community 79"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 79,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetnestedupdateflag",
      "community_name": "Community 79"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 79,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_syncnestedupdateflag",
      "community_name": "Community 79"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 84,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcommittime",
      "community_name": "Community 84"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 79,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordcommittime",
      "community_name": "Community 79"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 84,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startprofilertimer",
      "community_name": "Community 84"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 63,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 63"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 84,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 84"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 84,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration",
      "community_name": "Community 84"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 84,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordpassiveeffectduration",
      "community_name": "Community 84"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 84,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer",
      "community_name": "Community 84"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 84,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startpassiveeffecttimer",
      "community_name": "Community 84"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 192,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_transferactualduration",
      "community_name": "Community 192"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedefaultprops",
      "community_name": "Community 63"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 63,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_applyderivedstatefromprops",
      "community_name": "Community 63"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 63,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 63"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 63,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkclassinstance",
      "community_name": "Community 63"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 63,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_adoptclassinstance",
      "community_name": "Community 63"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 63,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "community_name": "Community 63"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 84,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillmount",
      "community_name": "Community 84"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 63,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 63"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 63,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "community_name": "Community 63"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "community_name": "Community 63"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "community_name": "Community 63"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 9"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 239,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalue",
      "community_name": "Community 239"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 9,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_showerrordialog",
      "community_name": "Community 9"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 9,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_logcapturederror",
      "community_name": "Community 9"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createrooterrorupdate",
      "community_name": "Community 9"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "community_name": "Community 9"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 203,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachpinglistener",
      "community_name": "Community 203"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 9,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachretrylistener",
      "community_name": "Community 9"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 9,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcomponent",
      "community_name": "Community 9"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 9"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 59,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 59"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 9,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "community_name": "Community 9"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 239,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspendedcache",
      "community_name": "Community 239"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 63,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren",
      "community_name": "Community 63"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 63,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 63"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "community_name": "Community 63"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "community_name": "Community 63"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "community_name": "Community 63"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent",
      "community_name": "Community 63"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefragment",
      "community_name": "Community 63"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemode",
      "community_name": "Community 63"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateprofiler",
      "community_name": "Community 63"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 298,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markref",
      "community_name": "Community 298"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "community_name": "Community 63"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "community_name": "Community 63"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 63,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "community_name": "Community 63"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 63,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostrootcontext",
      "community_name": "Community 63"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "community_name": "Community 63"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 63,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 63"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 298,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent",
      "community_name": "Community 298"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 298,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehosttext",
      "community_name": "Community 298"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 63,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "community_name": "Community 63"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 63,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 63"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 63,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "community_name": "Community 63"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 63,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 63"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 239,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 239"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 239,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 239"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 239,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremainonfallback",
      "community_name": "Community 239"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 239,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 239"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 239,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "community_name": "Community 239"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 239,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 239"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 239,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 239"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 239,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 239"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 239,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 239"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 239,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 239"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 239,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 239"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 239,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 239"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 239,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 239"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 239,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 239"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 239,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 239"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 59,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 59"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 239,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 239"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 239,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findlastcontentrow",
      "community_name": "Community 239"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 239,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validaterevealorder",
      "community_name": "Community 239"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 239,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatetailoptions",
      "community_name": "Community 239"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 76"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 76,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistchildren",
      "community_name": "Community 76"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 239,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 239"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 239,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 239"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateportalcomponent",
      "community_name": "Community 63"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "community_name": "Community 63"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 63,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "community_name": "Community 63"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 210,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 210"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 63"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 63,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 63"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 122,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_remountfiber",
      "community_name": "Community 122"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 63,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 63"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 63,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 63"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 63,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "community_name": "Community 63"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 192,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdate",
      "community_name": "Community 192"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 192,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markref_1",
      "community_name": "Community 192"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 192,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cutofftailifneeded",
      "community_name": "Community 192"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 192,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bubbleproperties",
      "community_name": "Community 192"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 192,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 192"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 192,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "community_name": "Community 192"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 192,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "community_name": "Community 192"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 192,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "community_name": "Community 192"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 9,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reportuncaughterrorindev",
      "community_name": "Community 9"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 84,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 84"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 84,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 84"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 84,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 84"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 84,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelyattachref",
      "community_name": "Community 84"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 84,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref",
      "community_name": "Community 84"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 84,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycalldestroy",
      "community_name": "Community 84"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 9,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects",
      "community_name": "Community 9"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 9,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 9"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 84"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount",
      "community_name": "Community 84"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 84"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 84,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 84,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren",
      "community_name": "Community 84"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref",
      "community_name": "Community 84"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 84,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachfibermutation",
      "community_name": "Community 84"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 9,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachfiberaftereffects",
      "community_name": "Community 9"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 430,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostparentfiber",
      "community_name": "Community 430"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 430,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishostparent",
      "community_name": "Community 430"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 430,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostsibling",
      "community_name": "Community 430"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 430,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement",
      "community_name": "Community 430"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 430,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 430"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 430,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnode",
      "community_name": "Community 430"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffects",
      "community_name": "Community 84"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 84,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 84"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitsuspensecallback",
      "community_name": "Community 84"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 84"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 84,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 84"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffects",
      "community_name": "Community 84"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 84,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 84"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 430,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitreconciliationeffects",
      "community_name": "Community 430"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects",
      "community_name": "Community 84"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects_begin",
      "community_name": "Community 84"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 84"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 84,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 84"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 84,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 84"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 84,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 84"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 84,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 79,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects",
      "community_name": "Community 79"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 79,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 79"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemountonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 79,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 79"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 84"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 9,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 9"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 84"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 84,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 84"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 84,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 84"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 84,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 84"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 84,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 84"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 79,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitroot_1",
      "community_name": "Community 79"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 84,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_islegacyactenvironment",
      "community_name": "Community 84"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 76,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isconcurrentactenvironment",
      "community_name": "Community 76"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 59,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetrendertimer",
      "community_name": "Community 59"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 192,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getrendertargettime",
      "community_name": "Community 192"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 210,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getworkinprogressroot",
      "community_name": "Community 210"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 59,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime",
      "community_name": "Community 59"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 59,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane",
      "community_name": "Community 59"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 9,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestretrylane",
      "community_name": "Community 9"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 59,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "community_name": "Community 59"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 79,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 79"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 59,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 59"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 79,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "community_name": "Community 79"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 79,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "community_name": "Community 79"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 79,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 79"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 192,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuerecoverableerrors",
      "community_name": "Community 192"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 79,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "community_name": "Community 79"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 79,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 79"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 79,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1",
      "community_name": "Community 79"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 79,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "community_name": "Community 79"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 59,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot",
      "community_name": "Community 59"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 59,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates_1",
      "community_name": "Community 59"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 79,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_discreteupdates",
      "community_name": "Community 79"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 79,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync",
      "community_name": "Community 79"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 79,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyrendering",
      "community_name": "Community 79"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 59,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushrenderlanes",
      "community_name": "Community 59"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 192,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poprenderlanes",
      "community_name": "Community 192"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 79,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack",
      "community_name": "Community 79"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 79,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "community_name": "Community 79"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 79,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushdispatcher",
      "community_name": "Community 79"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 79,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popdispatcher",
      "community_name": "Community 79"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 84,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommittimeoffallback",
      "community_name": "Community 84"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markskippedupdatelanes",
      "community_name": "Community 59"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 192,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspend",
      "community_name": "Community 192"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 79,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 79"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 9,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdiderror",
      "community_name": "Community 9"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 192,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 192"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 79,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "community_name": "Community 79"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 84,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopsync",
      "community_name": "Community 84"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 79,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "community_name": "Community 79"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 84,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopconcurrent",
      "community_name": "Community 84"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 84,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork",
      "community_name": "Community 84"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 84,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork",
      "community_name": "Community 84"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 79,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitroot",
      "community_name": "Community 79"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 79,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "community_name": "Community 79"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 79,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects",
      "community_name": "Community 79"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 79,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 79"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 79,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 79"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 9,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 9"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 9,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 9"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 9,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 9"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 79,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 79"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 84,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "community_name": "Community 84"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 79,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "community_name": "Community 79"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 79,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary",
      "community_name": "Community 79"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 79,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 79"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 79,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveretrywakeable",
      "community_name": "Community 79"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 79,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_jnd",
      "community_name": "Community 79"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 59,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkfornestedupdates",
      "community_name": "Community 59"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 79,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 79"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 84,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 84"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 84,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeeffectsindev",
      "community_name": "Community 84"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 84,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 84"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 59,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 59"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 79,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters",
      "community_name": "Community 79"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 79,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallback_1",
      "community_name": "Community 79"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 79,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cancelcallback_1",
      "community_name": "Community 79"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 79,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 79"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 84,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 84"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 76,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 76"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 84,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 84"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 63"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveclassforhotreloading",
      "community_name": "Community 63"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 63"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 9,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 9"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 9,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 9"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 59,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 59"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 9"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 9"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 9"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 9,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_fibernode",
      "community_name": "Community 9"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 63,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct_1",
      "community_name": "Community 63"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 63,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issimplefunctioncomponent",
      "community_name": "Community 63"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 63,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvelazycomponenttag",
      "community_name": "Community 63"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 63,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress",
      "community_name": "Community 63"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 192,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogress",
      "community_name": "Community 192"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 59,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhostrootfiber",
      "community_name": "Community 59"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 63,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 63"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 63,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromelement",
      "community_name": "Community 63"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 239,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromfragment",
      "community_name": "Community 239"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 63,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromprofiler",
      "community_name": "Community 63"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 63,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromsuspense",
      "community_name": "Community 63"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 63,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 63"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 239,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromoffscreen",
      "community_name": "Community 239"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtext",
      "community_name": "Community 9"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 298,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 298"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 9"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 9,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromportal",
      "community_name": "Community 9"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 9,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 9"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 122,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_fiberrootnode",
      "community_name": "Community 122"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 59,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberroot",
      "community_name": "Community 59"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal",
      "community_name": "Community 76"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 59,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree",
      "community_name": "Community 59"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 84,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning",
      "community_name": "Community 84"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontainer",
      "community_name": "Community 76"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 59,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "community_name": "Community 59"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 59,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "community_name": "Community 59"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 84,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicrootinstance",
      "community_name": "Community 84"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 59,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 59"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneimpl",
      "community_name": "Community 59"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 59,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 59"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 59,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 59"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 59,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 59"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 9"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 63,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulderror",
      "community_name": "Community 63"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 239,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldsuspend",
      "community_name": "Community 239"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 9,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancebyfiber",
      "community_name": "Community 9"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 9,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 9"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 9,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 9"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 9,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectintodevtools",
      "community_name": "Community 9"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 9,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reactdomroot",
      "community_name": "Community 9"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "community_name": "Community 76"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 9,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reactdomhydrationroot",
      "community_name": "Community 9"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 203,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulehydration",
      "community_name": "Community 203"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 76,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "community_name": "Community 76"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 76,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainer",
      "community_name": "Community 76"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 76,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 76"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 76,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 76"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 76,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getreactrootelementincontainer",
      "community_name": "Community 76"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 76,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_nooponrecoverableerror",
      "community_name": "Community 76"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 76,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 76"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 76,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 76"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 76,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 76"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 84,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finddomnode",
      "community_name": "Community 84"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 76,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrate",
      "community_name": "Community 76"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 63,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render",
      "community_name": "Community 63"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 76,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 76"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 76,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "community_name": "Community 76"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal_1",
      "community_name": "Community 76"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 76,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 76"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 76,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot_1",
      "community_name": "Community 76"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 76,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot_1",
      "community_name": "Community 76"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 79,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync_1",
      "community_name": "Community 79"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 12,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "community_name": "Community 12"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 12,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 12"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 12,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 12"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 178,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 178"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 364,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memoize3",
      "community_name": "Community 364"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 12,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 12"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 12,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 12"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 12,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 12"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 364,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 364"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 364,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 364"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 12,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 12"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 12,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 12"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 12,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 12"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 12,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_assignafter",
      "community_name": "Community 12"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 178,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isarray",
      "community_name": "Community 178"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 178,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isobject",
      "community_name": "Community 178"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 12"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 178,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 178"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 178,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_px",
      "community_name": "Community 178"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 178,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize",
      "community_name": "Community 178"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 178,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keys",
      "community_name": "Community 178"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 178,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_subtract",
      "community_name": "Community 178"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 178,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 178"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 178,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 178"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 12,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compact",
      "community_name": "Community 12"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 12,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 12"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createcontext",
      "community_name": "Community 12"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 271,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get",
      "community_name": "Community 271"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 12,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omit",
      "community_name": "Community 12"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 178,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pick",
      "community_name": "Community 178"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 178,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runiffn",
      "community_name": "Community 178"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 12,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_splitprops",
      "community_name": "Community 12"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 178,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_walkobject",
      "community_name": "Community 178"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 12"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 12"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 364,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransform",
      "community_name": "Community 364"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 12,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_toconfig",
      "community_name": "Community 12"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 364,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_logical",
      "community_name": "Community 364"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 472,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 472"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 472,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 472"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 178,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 178"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 12,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 12"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 364,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 364"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 12,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filter",
      "community_name": "Community 12"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 12,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 12"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 178,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ring",
      "community_name": "Community 178"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 12,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bgclip",
      "community_name": "Community 12"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 472,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transform",
      "community_name": "Community 472"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 12,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_vh",
      "community_name": "Community 12"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 12,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_fraction",
      "community_name": "Community 12"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 12,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_float",
      "community_name": "Community 12"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 364,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_degree",
      "community_name": "Community 364"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 12,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bgimage",
      "community_name": "Community 12"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 12,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_outline",
      "community_name": "Community 12"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 12,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 12"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 12,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_degreet",
      "community_name": "Community 12"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 364,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prop",
      "community_name": "Community 364"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 12,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_propt",
      "community_name": "Community 12"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 12,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get2",
      "community_name": "Community 12"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 271,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 271"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 364,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 364"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcss",
      "community_name": "Community 12"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 12,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_definestyle",
      "community_name": "Community 12"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 12,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 12"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 12"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 178,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize2",
      "community_name": "Community 178"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 178,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 178"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 178,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createresolver",
      "community_name": "Community 178"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 12,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 12"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 12,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 12"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 178,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 178"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 178,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 178"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 178,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape",
      "community_name": "Community 178"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 178,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapedot",
      "community_name": "Community 178"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 178,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 178"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 178,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addprefix",
      "community_name": "Community 178"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 178,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 178"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 178,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 178"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 178,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar",
      "community_name": "Community 178"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 178,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 178"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 178,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 178"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 178,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 178"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 178,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitvars",
      "community_name": "Community 178"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 178,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 178"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 178,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 178"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 178,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 178"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 178,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 178"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 12,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_anatomy",
      "community_name": "Community 12"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 271,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_guard",
      "community_name": "Community 271"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 216,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "community_name": "Community 216"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 271,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 271"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 12,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hash",
      "community_name": "Community 12"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 271,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_nametohex",
      "community_name": "Community 271"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 271,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rgba",
      "community_name": "Community 271"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 271,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transparentize",
      "community_name": "Community 271"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 271,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tohex",
      "community_name": "Community 271"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 12,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get3",
      "community_name": "Community 12"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 12,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 12"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 230,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 230"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 230,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 230"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 230,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 230"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 230,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 230"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 12,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mode",
      "community_name": "Community 12"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 12,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_orient",
      "community_name": "Community 12"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 178,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_toref",
      "community_name": "Community 178"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 178,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 178"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 178,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 178"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 178,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape2",
      "community_name": "Community 178"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 178,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 178"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 178,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovarref",
      "community_name": "Community 178"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 178,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovar",
      "community_name": "Community 178"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 178,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 178"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 178,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getfallback",
      "community_name": "Community 178"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbg",
      "community_name": "Community 12"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 12,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 12"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize",
      "community_name": "Community 12"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize2",
      "community_name": "Community 12"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 12"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize3",
      "community_name": "Community 12"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize4",
      "community_name": "Community 12"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 12,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 12"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 12"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 12,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 12"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 12,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 12"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 230,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hash2",
      "community_name": "Community 230"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 271,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim",
      "community_name": "Community 271"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 364,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_match",
      "community_name": "Community 364"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 178,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace",
      "community_name": "Community 178"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 230,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_indexof",
      "community_name": "Community 230"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 230,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat",
      "community_name": "Community 230"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 230,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_substr",
      "community_name": "Community 230"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 230,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_strlen",
      "community_name": "Community 230"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 230,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sizeof",
      "community_name": "Community 230"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 230,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_append",
      "community_name": "Community 230"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 12,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_combine",
      "community_name": "Community 12"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 230,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_node",
      "community_name": "Community 230"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 230,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copy",
      "community_name": "Community 230"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 230,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_char",
      "community_name": "Community 230"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 230,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prev",
      "community_name": "Community 230"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 230,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_next",
      "community_name": "Community 230"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 230,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek",
      "community_name": "Community 230"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 230,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_caret",
      "community_name": "Community 230"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 230,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice",
      "community_name": "Community 230"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 230,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_token",
      "community_name": "Community 230"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 230,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_alloc",
      "community_name": "Community 230"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 230,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_dealloc",
      "community_name": "Community 230"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 230,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimit",
      "community_name": "Community 230"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 230,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_whitespace",
      "community_name": "Community 230"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 230,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escaping",
      "community_name": "Community 230"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 230,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimiter",
      "community_name": "Community 230"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 230,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_commenter",
      "community_name": "Community 230"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 230,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_identifier",
      "community_name": "Community 230"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 230,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compile",
      "community_name": "Community 230"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 230,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "community_name": "Community 230"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 230,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset",
      "community_name": "Community 230"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 230,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_comment",
      "community_name": "Community 230"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 230,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_declaration",
      "community_name": "Community 230"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 230,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serialize",
      "community_name": "Community 230"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 230,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stringify",
      "community_name": "Community 230"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 230,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_middleware",
      "community_name": "Community 230"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 12,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 12"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 230,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prefix",
      "community_name": "Community 230"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 12,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extends",
      "community_name": "Community 12"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 337,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 337"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 12,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_murmur2",
      "community_name": "Community 12"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 12,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 12"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 12"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 12,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 12"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 12,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_css2",
      "community_name": "Community 12"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 12,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes",
      "community_name": "Community 12"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 12"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 12"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 12"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 364,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 364"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 12"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 271,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 271"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 12,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_darkmode",
      "community_name": "Community 12"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 12,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_lightmode",
      "community_name": "Community 12"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 12,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 12"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 12,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvars",
      "community_name": "Community 12"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 12,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 12"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 12,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 12"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdocument",
      "community_name": "Community 12"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getwindow",
      "community_name": "Community 12"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 12,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 12"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 12,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useconstant",
      "community_name": "Community 12"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 547,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 547"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 12,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 12"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 12,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_render",
      "community_name": "Community 12"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 12,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_popchild",
      "community_name": "Community 12"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 12,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 12"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usepresence",
      "community_name": "Community 12"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 12,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useispresent",
      "community_name": "Community 12"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 12,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ispresent",
      "community_name": "Community 12"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 337,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 337"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 12,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memo",
      "community_name": "Community 12"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 12"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 12"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 364,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 364"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 12,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 12"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 12,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 12"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 12,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterprops",
      "community_name": "Community 12"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 337,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warnonce",
      "community_name": "Community 337"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 12"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 216,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 216"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 216,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 216"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 216,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 216"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 216,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 216"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 216,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 216"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 216,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 216"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 216,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 216"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 338,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 338"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 12"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 338,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 338"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 338,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 338"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 338,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 338"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 364,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 364"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 12,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 12"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 12"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 12"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 364,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 364"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 325"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 325,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 325"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 271,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 271"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 216,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makestate",
      "community_name": "Community 216"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 216,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 216"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 472,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 472"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 472,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 472"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 472,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 472"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 472,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 472"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 472,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 472"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 472,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 472"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 216,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 216"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 216,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 216"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 337,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 337"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 519,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 519"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 519,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 519"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 519,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 519"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 12,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 12"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 519,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 519"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 519,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 519"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 519,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyle",
      "community_name": "Community 519"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 519,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 519"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 519,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 519"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 364,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createuserender",
      "community_name": "Community 364"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 364,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 364"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 12,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 12"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 325,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 325"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 284,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 284"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 12,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finished",
      "community_name": "Community 12"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 604,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getall",
      "community_name": "Community 604"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 604,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setall",
      "community_name": "Community 604"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 284,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 284"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 604,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_time",
      "community_name": "Community 604"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 604,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_speed",
      "community_name": "Community 604"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 604,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_starttime",
      "community_name": "Community 604"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 284,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_duration",
      "community_name": "Community 284"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 284,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall",
      "community_name": "Community 284"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 284,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flatten",
      "community_name": "Community 284"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 284,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_play",
      "community_name": "Community 284"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 284,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pause",
      "community_name": "Community 284"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 284,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel",
      "community_name": "Community 284"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 284,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_complete",
      "community_name": "Community 284"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 325,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then",
      "community_name": "Community 325"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 325"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 284,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 284"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 284,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 284"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 12,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memosupports",
      "community_name": "Community 12"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 284,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 284"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 284,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 284"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 12,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 12"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 337,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 337"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 337,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 337"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 337,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterevents",
      "community_name": "Community 337"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 337,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hover",
      "community_name": "Community 337"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 12,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 12"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 12,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 12"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 12,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 12"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 12,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 12"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 337,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_press",
      "community_name": "Community 337"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 12,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 12"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 12,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cleartime",
      "community_name": "Community 12"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 337,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 337"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 547,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeitem",
      "community_name": "Community 547"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 337,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add",
      "community_name": "Community 337"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 216,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notify",
      "community_name": "Community 216"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 337,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clear",
      "community_name": "Community 337"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 216,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 216"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 216,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 216"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 216,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 216"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 216,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 216"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 337,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onchange",
      "community_name": "Community 337"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 337,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_on",
      "community_name": "Community 337"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 337,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 337"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 12,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_attach",
      "community_name": "Community 12"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 216,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_set",
      "community_name": "Community 216"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 284,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 284"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 271,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_jump",
      "community_name": "Community 271"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprevious",
      "community_name": "Community 12"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 216,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 216"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 325,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start",
      "community_name": "Community 325"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 284,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "community_name": "Community 284"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 12,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isanimating",
      "community_name": "Community 12"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 284,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 284"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 337,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_destroy",
      "community_name": "Community 337"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 325,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 325"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 325,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 325"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 325,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_settarget",
      "community_name": "Community 325"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 325,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 325"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 325,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 325"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 325"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 12,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 12"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 12,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 12"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 271,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnone",
      "community_name": "Community 271"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 12,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnullish",
      "community_name": "Community 12"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 12,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsehex",
      "community_name": "Community 12"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 364,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test",
      "community_name": "Community 364"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 271,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 271"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 271,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 271"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 271,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 271"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 271,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 271"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 364,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 364"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 271,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 271"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 271,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 271"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 337,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 337"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 337,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 337"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 337,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 337"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 337,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 337"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 337,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 337"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 271,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 271"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 12,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 12"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 271,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 271"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 12,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 12"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 271,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 271"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 337,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resume",
      "community_name": "Community 337"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 271,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 271"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 271,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 271"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 271,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 271"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 284,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 284"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 284,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cananimate",
      "community_name": "Community 284"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 284,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 284"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 284,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 284"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 337,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolved",
      "community_name": "Community 337"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 284,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 284"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 284,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 284"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 284,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 284"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 230,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 230"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 230,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 230"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 12,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 12"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 230,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_asrgba",
      "community_name": "Community 230"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 12,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 12"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 12,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 12"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 364,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getmixer",
      "community_name": "Community 364"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 12,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixarray",
      "community_name": "Community 12"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 364,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixobject",
      "community_name": "Community 364"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 12,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_matchorder",
      "community_name": "Community 12"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 364,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mix2",
      "community_name": "Community 364"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 216,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 216"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 12,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_findspring",
      "community_name": "Community 12"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 12,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 12"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 12,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 12"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 12,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 12"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 12"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 12,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_spring",
      "community_name": "Community 12"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 12,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_inertia",
      "community_name": "Community 12"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmixers",
      "community_name": "Community 12"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 12,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_interpolate",
      "community_name": "Community 12"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 12,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filloffset",
      "community_name": "Community 12"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 12,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 12"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 12,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 12"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 12,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 12"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 12,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 12"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 284,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "community_name": "Community 284"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 284,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tick",
      "community_name": "Community 284"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 284,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finish",
      "community_name": "Community 284"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 284,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_teardown",
      "community_name": "Community 284"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 284,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 284"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 284,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sample",
      "community_name": "Community 284"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 284,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 284"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 284,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 284"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 284,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 284"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 284,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 284"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 12,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_state",
      "community_name": "Community 12"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 338,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_supports",
      "community_name": "Community 338"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 12,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 12"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 325,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 325"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 325,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 325"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 325,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 325"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 337,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 337"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 337,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 337"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 325,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 325"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 216,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 216"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 216,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatelist",
      "community_name": "Community 216"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 216,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 216"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 12,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 12"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 216,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 216"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 216,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstate",
      "community_name": "Community 216"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 337,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "community_name": "Community 337"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 337,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 337"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 337,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "community_name": "Community 337"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 337,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_unmount",
      "community_name": "Community 337"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 337,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 337"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 216,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 216"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 337,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 337"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 216,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_distance2d",
      "community_name": "Community 216"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 216,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 216"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 216,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 216"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 216,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 216"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 12,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 12"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 216,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_end",
      "community_name": "Community 216"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 216,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 216"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 216,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 216"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 216,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 216"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 216,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 216"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 216,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 216"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calclength",
      "community_name": "Community 415"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 415,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnear",
      "community_name": "Community 415"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 415"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 415"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 415"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 415"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 415"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 415"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 338,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 338,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 338,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 338,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 338,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 415,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 415"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 12,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 12"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 338,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 338"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 338,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 338"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 338,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 338"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 338,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 338"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 338,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 338"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 338,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 338"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 271,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 271"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 414,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 414"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 414,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasscale",
      "community_name": "Community 414"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 414,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hastransform",
      "community_name": "Community 414"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 414,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 414"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 414,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 414"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 414,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 414"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 414,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 414"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 414,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 414"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 414,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 414"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 414,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 414"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 271,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 271"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 414,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 414"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 414,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformbox",
      "community_name": "Community 414"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 271,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 271"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 271,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 271"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 338,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 338"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 338,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 338,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 338,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startanimation",
      "community_name": "Community 338"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 325,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 325"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 338,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 338"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 338,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 338"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 325"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 325"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 338,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 338"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 338,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 338"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 337,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 337"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 338,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops",
      "community_name": "Community 338"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 338,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 338"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 12"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 337,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 337"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 337,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 337"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 12,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 12"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 337,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 337"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 547,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 547"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 547,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 547"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 12,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 12"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 325,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 325"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 12,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 12"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 547,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remove",
      "community_name": "Community 547"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 337,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach",
      "community_name": "Community 337"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 12,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delay",
      "community_name": "Community 12"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 364,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 364"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 364,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getradius",
      "community_name": "Community 364"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 12,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compress",
      "community_name": "Community 12"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 12,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 12"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 12,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 12"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 12,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 12"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 414,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 414"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 414,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 414"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 414,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 414"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 414,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 414"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 415,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 415"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 415,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 415"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 12,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisequals",
      "community_name": "Community 12"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 12,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_boxequals",
      "community_name": "Community 12"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 415,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 415"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 415,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 415"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 415,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 415"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 12,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 12"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 547,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_relegate",
      "community_name": "Community 547"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 547,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_promote",
      "community_name": "Community 547"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 12,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 12"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 12,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 12"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 12,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 12"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 12,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 12"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 12,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 12"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 325,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 325"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 12"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 337,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 337"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 415,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 415"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 12,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 12"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 12,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 12"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 12,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 12"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 12,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 12"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 12,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 12"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 216,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 216"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 12,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 12"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 12,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 12"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 12,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 12"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 12,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 12"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 12,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 12"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 12,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 12"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 12,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 12"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 12,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixbox",
      "community_name": "Community 12"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 12,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 12"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 12,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 12"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 12,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_roundbox",
      "community_name": "Community 12"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 415,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 415"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 12,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 12"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 12,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 12"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 12,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onfocus",
      "community_name": "Community 12"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 12,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onblur",
      "community_name": "Community 12"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 12,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 12"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 337,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 337"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 337,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 337"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 337,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startobserver",
      "community_name": "Community 337"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 337,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 337"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 337,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 337"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 325,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 325"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 216,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 216"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 216,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 216"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 216,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 216"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 337,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 337"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 337,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 337"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 337,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 337"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 472,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 472"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 325"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 12,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 12"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariant",
      "community_name": "Community 12"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 325"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 12,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 12"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 337,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 337"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 337,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 337"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 325,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue",
      "community_name": "Community 325"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 325,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevalue",
      "community_name": "Community 325"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 325,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 325"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue",
      "community_name": "Community 325"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 271,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue",
      "community_name": "Community 271"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 271,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 271"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 325"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 337,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 337"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 325,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 325"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 325,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 325"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 337,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 337"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 271,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 271"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 271,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 271"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 271,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 271"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 472,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_build",
      "community_name": "Community 472"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 216,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 216"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 12,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_findtoast",
      "community_name": "Community 12"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 12,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 12"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 12,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 12"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 12,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 12"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 12,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 12"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 12,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_styled2",
      "community_name": "Community 12"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 12,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_factory",
      "community_name": "Community 12"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 12,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 12"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 12"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usechakra",
      "community_name": "Community 12"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 12,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 12"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 12"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 12"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 12,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 12"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 12,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_checkicon",
      "community_name": "Community 12"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 12,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_infoicon",
      "community_name": "Community 12"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 12,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warningicon",
      "community_name": "Community 12"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 12"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 12,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 12"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 12,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_alerticon",
      "community_name": "Community 12"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 12,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_closeicon",
      "community_name": "Community 12"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 12"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstore",
      "community_name": "Community 12"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 12,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtoast",
      "community_name": "Community 12"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 12,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_portal",
      "community_name": "Community 12"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 633,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements",
      "community_name": "Community 633"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 633,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_ready",
      "community_name": "Community 633"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 633,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_whenready",
      "community_name": "Community 633"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 633,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_defineel",
      "community_name": "Community 633"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 144,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "community_name": "Community 144"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 144,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreact",
      "community_name": "Community 144"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 144,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreactdom",
      "community_name": "Community 144"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 144,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedcdocument",
      "community_name": "Community 144"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 144,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedctext",
      "community_name": "Community 144"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 144,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedataprops",
      "community_name": "Community 144"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 144,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_dcnamefrompath",
      "community_name": "Community 144"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 144,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_rootnamefordocument",
      "community_name": "Community 144"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 144,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_safedecode",
      "community_name": "Community 144"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 144,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_boot",
      "community_name": "Community 144"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 144,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolve",
      "community_name": "Community 144"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 144,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_parenswrapwhole",
      "community_name": "Community 144"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 144,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_findtoplevelequality",
      "community_name": "Community 144"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 144,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolvepath",
      "community_name": "Community 144"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 144,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_encodecase",
      "community_name": "Community 144"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 144,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_kebabtocamel",
      "community_name": "Community 144"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 144,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_csstoobj",
      "community_name": "Community 144"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 144,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_compileattr",
      "community_name": "Community 144"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 144,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_collectprops",
      "community_name": "Community 144"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 144,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_hostpositionstyle",
      "community_name": "Community 144"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 144,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_compiletemplate",
      "community_name": "Community 144"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren",
      "community_name": "Community 144"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk",
      "community_name": "Community 144"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 144,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_warnunresolved",
      "community_name": "Community 144"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walktext",
      "community_name": "Community 144"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkfor",
      "community_name": "Community 144"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkif",
      "community_name": "Community 144"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkcomponent",
      "community_name": "Community 144"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkximport",
      "community_name": "Community 144"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 144,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_contentkey",
      "community_name": "Community 144"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 144,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkelement",
      "community_name": "Community 144"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 144,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_constructor",
      "community_name": "Community 144"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 144,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_setstate",
      "community_name": "Community 144"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 144,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_forceupdate",
      "community_name": "Community 144"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 144,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_componentdidmount",
      "community_name": "Community 144"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 144,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_componentdidupdate",
      "community_name": "Community 144"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 144,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_componentwillunmount",
      "community_name": "Community 144"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 144,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_rendervals",
      "community_name": "Community 144"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 144,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_evaldclogic",
      "community_name": "Community 144"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 144,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_shallowequal",
      "community_name": "Community 144"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 144,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_placeholder",
      "community_name": "Community 144"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 144,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_hinttomin",
      "community_name": "Community 144"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 144,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_createcomponentfactory",
      "community_name": "Community 144"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 144,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_isrenderabletype",
      "community_name": "Community 144"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 144,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolvedottedpath",
      "community_name": "Community 144"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 144,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_createexternalmodules",
      "community_name": "Community 144"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 144,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_iselementclass",
      "community_name": "Community 144"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 144,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_createhelmetmanager",
      "community_name": "Community 144"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 144,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_createpseudosheet",
      "community_name": "Community 144"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 144,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_createregistry",
      "community_name": "Community 144"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 144,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime",
      "community_name": "Community 144"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 144,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_hiderawtemplate",
      "community_name": "Community 144"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 144,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_loadscript",
      "community_name": "Community 144"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 144,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_loadreactumd",
      "community_name": "Community 144"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 63,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_support_init",
      "community_name": "Community 63"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dom",
      "community_name": "Community 103"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 3,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "community_name": "Community 3"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 85,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getiteratorfn",
      "community_name": "Community 85"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setextrastackframe",
      "community_name": "Community 3"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn",
      "community_name": "Community 85"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 85,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error",
      "community_name": "Community 85"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 85,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_printwarning",
      "community_name": "Community 85"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnoop",
      "community_name": "Community 85"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 53,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component",
      "community_name": "Community 53"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 53,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component_setstate",
      "community_name": "Community 53"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 53,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component_forceupdate",
      "community_name": "Community 53"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 3,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_componentdummy",
      "community_name": "Community 3"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 3,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_purecomponent",
      "community_name": "Community 3"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createref",
      "community_name": "Community 3"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray",
      "community_name": "Community 85"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 85,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename",
      "community_name": "Community 85"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 85,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow",
      "community_name": "Community 85"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 85,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion",
      "community_name": "Community 85"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 85,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion",
      "community_name": "Community 85"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getwrappedname",
      "community_name": "Community 53"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextname",
      "community_name": "Community 53"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype",
      "community_name": "Community 53"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 85,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidref",
      "community_name": "Community 85"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 85,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidkey",
      "community_name": "Community 85"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 85,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definekeypropwarninggetter",
      "community_name": "Community 85"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 85,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definerefpropwarninggetter",
      "community_name": "Community 85"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 85"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 85,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "community_name": "Community 85"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 85,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneandreplacekey",
      "community_name": "Community 85"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 85,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelement",
      "community_name": "Community 85"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelement",
      "community_name": "Community 85"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 85,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_escape",
      "community_name": "Community 85"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 85,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_escapeuserprovidedkey",
      "community_name": "Community 85"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 85,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getelementkey",
      "community_name": "Community 85"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 85,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "community_name": "Community 85"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 3,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapchildren",
      "community_name": "Community 3"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 3,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_countchildren",
      "community_name": "Community 3"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 3,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_foreachchildren",
      "community_name": "Community 3"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 179,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_toarray",
      "community_name": "Community 179"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 85,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onlychild",
      "community_name": "Community 85"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 85,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontext",
      "community_name": "Community 85"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 85,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazyinitializer",
      "community_name": "Community 85"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 85,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazy",
      "community_name": "Community 85"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 85,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forwardref",
      "community_name": "Community 85"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelementtype",
      "community_name": "Community 85"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 85,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_memo",
      "community_name": "Community 85"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 3,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher",
      "community_name": "Community 3"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usecontext",
      "community_name": "Community 3"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usestate",
      "community_name": "Community 3"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usereducer",
      "community_name": "Community 3"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 3,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useref",
      "community_name": "Community 3"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 3,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useeffect",
      "community_name": "Community 3"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 3,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useinsertioneffect",
      "community_name": "Community 3"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 3,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_uselayouteffect",
      "community_name": "Community 3"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usecallback",
      "community_name": "Community 3"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usememo",
      "community_name": "Community 3"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 3,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useimperativehandle",
      "community_name": "Community 3"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usedebugvalue",
      "community_name": "Community 3"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usetransition",
      "community_name": "Community 3"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usedeferredvalue",
      "community_name": "Community 3"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 3,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useid",
      "community_name": "Community 3"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 3,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usesyncexternalstore",
      "community_name": "Community 3"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 3,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disabledlog",
      "community_name": "Community 3"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 3,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disablelogs",
      "community_name": "Community 3"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 3,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenablelogs",
      "community_name": "Community 3"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 3,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describebuiltincomponentframe",
      "community_name": "Community 3"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 3,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe",
      "community_name": "Community 3"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 3,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefunctioncomponentframe",
      "community_name": "Community 3"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 3,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct",
      "community_name": "Community 3"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 3,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 3"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 3"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 53,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes",
      "community_name": "Community 53"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 3"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 53"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 3"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 3"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 85,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 85"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 85,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateexplicitkey",
      "community_name": "Community 85"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 85,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys",
      "community_name": "Community 85"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 53,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproptypes",
      "community_name": "Community 53"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 3,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefragmentprops",
      "community_name": "Community 3"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "community_name": "Community 53"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 85,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfactorywithvalidation",
      "community_name": "Community 85"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 85,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelementwithvalidation",
      "community_name": "Community 85"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 149,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push",
      "community_name": "Community 149"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 437,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_peek",
      "community_name": "Community 437"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 89,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop",
      "community_name": "Community 89"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 149,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftup",
      "community_name": "Community 149"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 149,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftdown",
      "community_name": "Community 149"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 149,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_compare",
      "community_name": "Community 149"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 437,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marktaskerrored",
      "community_name": "Community 437"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 437,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_advancetimers",
      "community_name": "Community 437"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 437,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout",
      "community_name": "Community 437"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 437,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork",
      "community_name": "Community 437"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 437,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop",
      "community_name": "Community 437"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 3,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_runwithpriority",
      "community_name": "Community 3"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 3,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_next",
      "community_name": "Community 3"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 3,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_wrapcallback",
      "community_name": "Community 3"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 437,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "community_name": "Community 437"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 3,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_pauseexecution",
      "community_name": "Community 3"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 437,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_continueexecution",
      "community_name": "Community 437"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 437,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 437"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 3,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_cancelcallback",
      "community_name": "Community 3"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 3,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 3"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 437,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldyieldtohost",
      "community_name": "Community 437"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 258,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestpaint",
      "community_name": "Community 258"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 3,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forceframerate",
      "community_name": "Community 3"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 437,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthostcallback",
      "community_name": "Community 437"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 437,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthosttimeout",
      "community_name": "Community 437"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 437,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cancelhosttimeout",
      "community_name": "Community 437"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 3,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_now",
      "community_name": "Community 3"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 258,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_starttransition",
      "community_name": "Community 258"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 85,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuetask",
      "community_name": "Community 85"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 85,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_act",
      "community_name": "Community 85"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 85,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popactscope",
      "community_name": "Community 85"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 85,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 85"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 85,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushactqueue",
      "community_name": "Community 85"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 53,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setsuppresswarning",
      "community_name": "Community 53"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registertwophaseevent",
      "community_name": "Community 3"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerdirectevent",
      "community_name": "Community 3"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 85,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion",
      "community_name": "Community 85"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 85,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkpropstringcoercion",
      "community_name": "Community 85"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 85,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 85"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 85,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 85"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 85,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 85"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isattributenamesafe",
      "community_name": "Community 85"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 100,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldignoreattribute",
      "community_name": "Community 100"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 100,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 100"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 100,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattribute",
      "community_name": "Community 100"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 100,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpropertyinfo",
      "community_name": "Community 100"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 3,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propertyinforecord",
      "community_name": "Community 3"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 100,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_sanitizeurl",
      "community_name": "Community 100"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 100,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforproperty",
      "community_name": "Community 100"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 85,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforattribute",
      "community_name": "Community 85"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 100,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "community_name": "Community 100"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 3,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeclasscomponentframe",
      "community_name": "Community 3"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 3,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefiber",
      "community_name": "Community 3"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 3"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 68,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getwrappedname_1",
      "community_name": "Community 68"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 68,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextname_1",
      "community_name": "Community 68"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 68,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 68"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 53"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 3"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 68,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber",
      "community_name": "Community 68"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 68,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber",
      "community_name": "Community 68"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 68,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiber",
      "community_name": "Community 68"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 53,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrendering",
      "community_name": "Community 53"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 100,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring",
      "community_name": "Community 100"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 100,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue",
      "community_name": "Community 100"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 100,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 100"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 3,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ischeckable",
      "community_name": "Community 3"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 3,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettracker",
      "community_name": "Community 3"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 3,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachtracker",
      "community_name": "Community 3"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvaluefromnode",
      "community_name": "Community 3"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 3,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trackvalueonnode",
      "community_name": "Community 3"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 3,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_track",
      "community_name": "Community 3"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 3,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatevalueifchanged",
      "community_name": "Community 3"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelement",
      "community_name": "Community 3"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 100,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontrolled",
      "community_name": "Community 100"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 100,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops",
      "community_name": "Community 100"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 100,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate",
      "community_name": "Community 100"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 100,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatechecked",
      "community_name": "Community 100"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 100,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper",
      "community_name": "Community 100"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 100,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper",
      "community_name": "Community 100"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 100,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate",
      "community_name": "Community 100"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 100,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatenamedcousins",
      "community_name": "Community 100"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 100,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultvalue",
      "community_name": "Community 100"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 100,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateprops",
      "community_name": "Community 100"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 100,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_1",
      "community_name": "Community 100"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 100,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkselectproptypes",
      "community_name": "Community 100"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 100,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoptions",
      "community_name": "Community 100"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 100,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_1",
      "community_name": "Community 100"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 100,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_1",
      "community_name": "Community 100"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 100,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_2",
      "community_name": "Community 100"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 100,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postupdatewrapper",
      "community_name": "Community 100"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 100,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_1",
      "community_name": "Community 100"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 100,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_2",
      "community_name": "Community 100"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 100,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2",
      "community_name": "Community 100"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 100,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper_1",
      "community_name": "Community 100"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 100,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_3",
      "community_name": "Community 100"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 100,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_2",
      "community_name": "Community 100"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getintrinsicnamespace",
      "community_name": "Community 89"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildnamespace",
      "community_name": "Community 89"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 3,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prefixkey",
      "community_name": "Community 3"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 100,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dangerousstylevalue",
      "community_name": "Community 100"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 100,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hyphenatestylename",
      "community_name": "Community 100"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 100,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdangerousstringforstyles",
      "community_name": "Community 100"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 100,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforstyles",
      "community_name": "Community 100"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 3,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalueempty",
      "community_name": "Community 3"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 3,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_expandshorthandmap",
      "community_name": "Community 3"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 3,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 3"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 100,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertvalidprops",
      "community_name": "Community 100"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 100,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent",
      "community_name": "Community 100"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 85,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperty",
      "community_name": "Community 85"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warninvalidariaprops",
      "community_name": "Community 85"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 85,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties",
      "community_name": "Community 85"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 85,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties_1",
      "community_name": "Community 85"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 100,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties_2",
      "community_name": "Community 100"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setreplayingevent",
      "community_name": "Community 3"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 3,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetreplayingevent",
      "community_name": "Community 3"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 149,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isreplayingevent",
      "community_name": "Community 149"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 3,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtarget",
      "community_name": "Community 3"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 3,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateoftarget",
      "community_name": "Community 3"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setrestoreimplementation",
      "community_name": "Community 3"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 149,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuestaterestore",
      "community_name": "Community 149"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 3,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_needsstaterestore",
      "community_name": "Community 3"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 3,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateifneeded",
      "community_name": "Community 3"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 3,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finisheventhandler",
      "community_name": "Community 3"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 3,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates",
      "community_name": "Community 3"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setbatchingimplementation",
      "community_name": "Community 3"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 149,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isinteractive",
      "community_name": "Community 149"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 149,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldpreventmouseevent",
      "community_name": "Community 149"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistener",
      "community_name": "Community 149"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 85,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 85"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 3,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreafterdispatch",
      "community_name": "Community 3"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 3,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcallback",
      "community_name": "Community 3"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 3,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlewindowerror",
      "community_name": "Community 3"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 3,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallback",
      "community_name": "Community 3"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 3,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 3"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 3,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rethrowcaughterror",
      "community_name": "Community 3"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 3,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascaughterror",
      "community_name": "Community 3"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 3,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcaughterror",
      "community_name": "Community 3"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 68,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get",
      "community_name": "Community 68"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 53,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has",
      "community_name": "Community 53"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 3,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_set",
      "community_name": "Community 3"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber",
      "community_name": "Community 3"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 3"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontainerfromfiber",
      "community_name": "Community 3"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 99,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfibermounted",
      "community_name": "Community 99"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 68,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismounted",
      "community_name": "Community 68"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 3,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertismounted",
      "community_name": "Community 3"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 3"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiber",
      "community_name": "Community 3"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 3"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 3"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 3"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 3,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectinternals",
      "community_name": "Community 3"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 99,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onscheduleroot",
      "community_name": "Community 99"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 258,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitroot",
      "community_name": "Community 258"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 258,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onpostcommitroot",
      "community_name": "Community 258"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 68,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitunmount",
      "community_name": "Community 68"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 53,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 53"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 3,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectprofilinghooks",
      "community_name": "Community 3"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanelabelmap",
      "community_name": "Community 3"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 258,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommitstarted",
      "community_name": "Community 258"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 258,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommitstopped",
      "community_name": "Community 258"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 53,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstarted",
      "community_name": "Community 53"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 53,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped",
      "community_name": "Community 53"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 68"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponenterrored",
      "community_name": "Community 101"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentsuspended",
      "community_name": "Community 101"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 258,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklayouteffectsstarted",
      "community_name": "Community 258"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 258,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklayouteffectsstopped",
      "community_name": "Community 258"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 258,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 258"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 258,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 258"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstarted",
      "community_name": "Community 101"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderyielded",
      "community_name": "Community 101"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstopped",
      "community_name": "Community 101"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderscheduled",
      "community_name": "Community 99"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 3,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markforceupdatescheduled",
      "community_name": "Community 3"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstateupdatescheduled",
      "community_name": "Community 99"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 3,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clz32fallback",
      "community_name": "Community 3"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlabelforlane",
      "community_name": "Community 3"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 101,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylanes",
      "community_name": "Community 101"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 101,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes",
      "community_name": "Community 101"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 101,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmostrecenteventtime",
      "community_name": "Community 101"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 101,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_computeexpirationtime",
      "community_name": "Community 101"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 101"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 101,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 101"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 101,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 101"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 101,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessynclane",
      "community_name": "Community 101"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 101,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesnonidlework",
      "community_name": "Community 101"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 101,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlyretries",
      "community_name": "Community 101"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 160,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 160"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 101,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlytransitions",
      "community_name": "Community 101"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 160,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesblockinglane",
      "community_name": "Community 160"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 101,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesexpiredlane",
      "community_name": "Community 101"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 99,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istransitionlane",
      "community_name": "Community 99"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 99,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_claimnexttransitionlane",
      "community_name": "Community 99"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 99,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_claimnextretrylane",
      "community_name": "Community 99"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 101,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane",
      "community_name": "Community 101"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 160,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylane",
      "community_name": "Community 160"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 101,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 101"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 101,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetoindex",
      "community_name": "Community 101"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 53,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane",
      "community_name": "Community 53"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 160,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issubsetoflanes",
      "community_name": "Community 160"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes",
      "community_name": "Community 160"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 240,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removelanes",
      "community_name": "Community 240"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 99,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_intersectlanes",
      "community_name": "Community 99"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 240,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetolanes",
      "community_name": "Community 240"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 99,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_higherprioritylane",
      "community_name": "Community 99"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 149,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createlanemap",
      "community_name": "Community 149"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated",
      "community_name": "Community 99"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended",
      "community_name": "Community 101"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootpinged",
      "community_name": "Community 101"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootfinished",
      "community_name": "Community 101"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootentangled",
      "community_name": "Community 99"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 101,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 101"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 101,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addfibertolanesmap",
      "community_name": "Community 101"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 101,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_movependingfiberstomemoized",
      "community_name": "Community 101"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 101,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettransitionsforlanes",
      "community_name": "Community 101"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 258,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority",
      "community_name": "Community 258"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 258,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority",
      "community_name": "Community 258"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 3,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_runwithpriority",
      "community_name": "Community 3"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 258,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_highereventpriority",
      "community_name": "Community 258"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 258,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lowereventpriority",
      "community_name": "Community 258"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 3,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishighereventpriority",
      "community_name": "Community 3"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 101,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanestoeventpriority",
      "community_name": "Community 101"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 3,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrootdehydrated",
      "community_name": "Community 3"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 3"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 3,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration",
      "community_name": "Community 3"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 3"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 3"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 3"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattempthydrationatpriority",
      "community_name": "Community 3"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 3,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 3"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createqueuedreplayableevent",
      "community_name": "Community 3"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 3,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearifcontinuousevent",
      "community_name": "Community 3"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 3,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 3"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 3,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueifcontinuousevent",
      "community_name": "Community 3"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 3,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 3"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 3,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 3"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 3,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 3"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 3,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 3"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 3,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_replayunblockedevents",
      "community_name": "Community 3"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 3,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 3"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 3,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon",
      "community_name": "Community 3"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setenabled",
      "community_name": "Community 3"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 3,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isenabled",
      "community_name": "Community 3"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 3"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 258,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchdiscreteevent",
      "community_name": "Community 258"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 258,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchcontinuousevent",
      "community_name": "Community 258"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 258,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchevent",
      "community_name": "Community 258"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 3,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 3"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent",
      "community_name": "Community 3"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 3,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventpriority",
      "community_name": "Community 3"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 3,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventbubblelistener",
      "community_name": "Community 3"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 3,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventcapturelistener",
      "community_name": "Community 3"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 3,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 3"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 3,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 3"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 149,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initialize",
      "community_name": "Community 149"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 149,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reset",
      "community_name": "Community 149"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdata",
      "community_name": "Community 149"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 149,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettext",
      "community_name": "Community 149"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 149,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventcharcode",
      "community_name": "Community 149"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 3,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_functionthatreturnstrue",
      "community_name": "Community 3"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 3,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_functionthatreturnsfalse",
      "community_name": "Community 3"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createsyntheticevent",
      "community_name": "Community 3"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 3,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 3"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 149,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventkey",
      "community_name": "Community 149"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 3,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_modifierstategetter",
      "community_name": "Community 3"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 3,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventmodifierstate",
      "community_name": "Community 3"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents",
      "community_name": "Community 3"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 149,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iskeypresscommand",
      "community_name": "Community 149"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcompositioneventtype",
      "community_name": "Community 149"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 149,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfallbackcompositionstart",
      "community_name": "Community 149"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 149,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfallbackcompositionend",
      "community_name": "Community 149"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdatafromcustomevent",
      "community_name": "Community 149"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 149,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isusingkoreanime",
      "community_name": "Community 149"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "community_name": "Community 149"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnativebeforeinputchars",
      "community_name": "Community 149"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 149"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractbeforeinputevent",
      "community_name": "Community 149"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents",
      "community_name": "Community 149"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 149,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istextinputelement",
      "community_name": "Community 149"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 85,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iseventsupported",
      "community_name": "Community 85"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_1",
      "community_name": "Community 3"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 149,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 149"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 149,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldusechangeevent",
      "community_name": "Community 149"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 3,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_manualdispatchchangeevent",
      "community_name": "Community 3"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 3,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_runeventinbatch",
      "community_name": "Community 3"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged",
      "community_name": "Community 3"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 3,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 3"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 3,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startwatchingforvaluechange",
      "community_name": "Community 3"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 3,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 3"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 3,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlepropertychange",
      "community_name": "Community 3"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 3,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 3"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 3,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 3"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 149,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulduseclickevent",
      "community_name": "Community 149"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 3,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforclickevent",
      "community_name": "Community 3"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 3,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 3"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 100,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlecontrolledinputblur",
      "community_name": "Community 100"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1",
      "community_name": "Community 149"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_2",
      "community_name": "Community 3"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2",
      "community_name": "Community 149"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 3,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_is",
      "community_name": "Community 3"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 149,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shallowequal",
      "community_name": "Community 149"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getleafnode",
      "community_name": "Community 3"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsiblingnode",
      "community_name": "Community 3"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 3"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getoffsets",
      "community_name": "Community 3"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 3"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setoffsets",
      "community_name": "Community 3"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 3,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istextnode",
      "community_name": "Community 3"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 3,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_containsnode",
      "community_name": "Community 3"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 3,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isindocument",
      "community_name": "Community 3"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 3,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issameoriginframe",
      "community_name": "Community 3"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelementdeep",
      "community_name": "Community 3"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 3,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasselectioncapabilities",
      "community_name": "Community 3"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselectioninformation",
      "community_name": "Community 3"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 3,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection",
      "community_name": "Community 3"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection",
      "community_name": "Community 3"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 3,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setselection",
      "community_name": "Community 3"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_3",
      "community_name": "Community 3"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection_1",
      "community_name": "Community 3"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 149,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtargetdocument",
      "community_name": "Community 149"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 149,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent",
      "community_name": "Community 149"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_3",
      "community_name": "Community 149"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 3,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_makeprefixmap",
      "community_name": "Community 3"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvendorprefixedeventname",
      "community_name": "Community 3"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersimpleevent",
      "community_name": "Community 3"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 3,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersimpleevents",
      "community_name": "Community 3"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_4",
      "community_name": "Community 149"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 149,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5",
      "community_name": "Community 149"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 3,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_executedispatch",
      "community_name": "Community 3"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 3,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 3"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 3,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueue",
      "community_name": "Community 3"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 3,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventsforplugins",
      "community_name": "Community 3"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 100,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent",
      "community_name": "Community 100"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 85,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonativeevent",
      "community_name": "Community 85"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 85,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents",
      "community_name": "Community 85"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 3,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener",
      "community_name": "Community 3"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 3,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismatchingrootcontainer",
      "community_name": "Community 3"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 3,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 3"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 149,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdispatchlistener",
      "community_name": "Community 149"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 149,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 149"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 149,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 149"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getparent",
      "community_name": "Community 149"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlowestcommonancestor",
      "community_name": "Community 149"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 149,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 149"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 149,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 149"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 100,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistenersetkey",
      "community_name": "Community 100"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 89,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 89"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 89,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkforunmatchedtext",
      "community_name": "Community 89"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 89"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 3,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_noop",
      "community_name": "Community 3"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 100,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 100"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 100,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialdomproperties",
      "community_name": "Community 100"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 100,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedomproperties",
      "community_name": "Community 100"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 89,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextnode",
      "community_name": "Community 89"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 100,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "community_name": "Community 100"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 100,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "community_name": "Community 100"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 100,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties",
      "community_name": "Community 100"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 100,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpossiblestandardname",
      "community_name": "Community 100"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 100,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "community_name": "Community 100"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 89,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedtext",
      "community_name": "Community 89"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 89,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 89"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 89,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 89"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 456,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 456"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 456,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 456"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 100,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_3",
      "community_name": "Community 100"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontext",
      "community_name": "Community 89"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildhostcontext",
      "community_name": "Community 89"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 68,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicinstance",
      "community_name": "Community 68"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 3,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareforcommit",
      "community_name": "Community 3"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 3,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetaftercommit",
      "community_name": "Community 3"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 89,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createinstance",
      "community_name": "Community 89"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 3,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendinitialchild",
      "community_name": "Community 3"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 100,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finalizeinitialchildren",
      "community_name": "Community 100"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 100,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareupdate",
      "community_name": "Community 100"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 89,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldsettextcontent",
      "community_name": "Community 89"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 89,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextinstance",
      "community_name": "Community 89"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrenteventpriority",
      "community_name": "Community 3"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 3,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerrorinnexttick",
      "community_name": "Community 3"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmount",
      "community_name": "Community 68"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 89,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdate",
      "community_name": "Community 89"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 3,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resettextcontent",
      "community_name": "Community 3"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 68,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_committextupdate",
      "community_name": "Community 68"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 3,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchild",
      "community_name": "Community 3"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 3,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchildtocontainer",
      "community_name": "Community 3"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 3,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertbefore",
      "community_name": "Community 3"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 3,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertincontainerbefore",
      "community_name": "Community 3"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 68,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild",
      "community_name": "Community 68"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 68,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechildfromcontainer",
      "community_name": "Community 68"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 68,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundary",
      "community_name": "Community 68"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 68,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 68"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 100,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideinstance",
      "community_name": "Community 100"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 100,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hidetextinstance",
      "community_name": "Community 100"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 100,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unhideinstance",
      "community_name": "Community 100"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 100,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unhidetextinstance",
      "community_name": "Community 100"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 68,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcontainer",
      "community_name": "Community 68"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 3,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydrateinstance",
      "community_name": "Community 3"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 3,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydratetextinstance",
      "community_name": "Community 3"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 3,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 3"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 240,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancepending",
      "community_name": "Community 240"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 240,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancefallback",
      "community_name": "Community 240"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 240,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 240"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 240,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 240"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratable",
      "community_name": "Community 3"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratablesibling",
      "community_name": "Community 89"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechild",
      "community_name": "Community 3"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 3"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 3"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 89,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateinstance",
      "community_name": "Community 89"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 89,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratetextinstance",
      "community_name": "Community 89"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 89,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratesuspenseinstance",
      "community_name": "Community 89"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 89"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getparentsuspenseinstance",
      "community_name": "Community 3"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedcontainer",
      "community_name": "Community 3"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 3"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 89,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 89"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 89,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 89"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 89,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 89"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 89,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 89"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 89,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 89"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 89,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstance",
      "community_name": "Community 89"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 456,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 456"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 456,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 456"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 456,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 456"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 456,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 456"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 456,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 456"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 456,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 456"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 101,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_errorhydratingcontainer",
      "community_name": "Community 101"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 85,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareportalmount",
      "community_name": "Community 85"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 3,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachdeletedinstance",
      "community_name": "Community 3"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 89,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_precachefibernode",
      "community_name": "Community 89"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 85,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcontainerasroot",
      "community_name": "Community 85"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 85,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmarkcontainerasroot",
      "community_name": "Community 85"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 85,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontainermarkedasroot",
      "community_name": "Community 85"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getclosestinstancefromnode",
      "community_name": "Community 3"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstancefromnode",
      "community_name": "Community 3"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodefrominstance",
      "community_name": "Community 149"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 149,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 149"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 89,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefiberprops",
      "community_name": "Community 89"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 100,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventlistenerset",
      "community_name": "Community 100"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcursor",
      "community_name": "Community 3"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext",
      "community_name": "Community 53"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 53,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cachecontext",
      "community_name": "Community 53"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext",
      "community_name": "Community 53"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 53,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascontextchanged",
      "community_name": "Community 53"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 53,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider",
      "community_name": "Community 53"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 89,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popcontext",
      "community_name": "Community 89"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 89,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptoplevelcontextobject",
      "community_name": "Community 89"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 149,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 149"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 99,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processchildcontext",
      "community_name": "Community 99"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 53,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushcontextprovider",
      "community_name": "Community 53"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 99,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invalidatecontextprovider",
      "community_name": "Community 99"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 99,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 99"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 101,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesynccallback",
      "community_name": "Community 101"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 101,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulelegacysynccallback",
      "community_name": "Community 101"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 99,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 99"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 258,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks",
      "community_name": "Community 258"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 53,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isforkedchild",
      "community_name": "Community 53"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getforksatlevel",
      "community_name": "Community 53"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 100,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettreeid",
      "community_name": "Community 100"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 53,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreefork",
      "community_name": "Community 53"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 53,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreeid",
      "community_name": "Community 53"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 53,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid",
      "community_name": "Community 53"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 100,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbitlength",
      "community_name": "Community 100"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 100,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getleadingbit",
      "community_name": "Community 100"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 89,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptreecontext",
      "community_name": "Community 89"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspendedtreecontext",
      "community_name": "Community 3"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 3,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 3"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 53,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating",
      "community_name": "Community 53"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 240,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifhydrating",
      "community_name": "Community 240"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 101"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 3,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 3"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 3,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enterhydrationstate",
      "community_name": "Community 3"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 3,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 3"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 89,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnunhydratedinstance",
      "community_name": "Community 89"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 89,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_deletehydratableinstance",
      "community_name": "Community 89"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 456,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance",
      "community_name": "Community 456"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 89,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertnonhydratedinstance",
      "community_name": "Community 89"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 3,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate",
      "community_name": "Community 3"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 89,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 89"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 89,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwonhydrationmismatch",
      "community_name": "Community 89"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 89,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 89"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 89,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostinstance",
      "community_name": "Community 89"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 89,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 89"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 89,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 89"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 89,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 89"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 89,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptonexthostparent",
      "community_name": "Community 89"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 89,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "community_name": "Community 89"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 89,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 89"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 89,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 89"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethydrationstate",
      "community_name": "Community 53"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 89,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 89"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating",
      "community_name": "Community 53"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 240,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuehydrationerror",
      "community_name": "Community 240"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 99,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestcurrenttransition",
      "community_name": "Community 99"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isreactclass",
      "community_name": "Community 85"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 85,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_coerceref",
      "community_name": "Community 85"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 3,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 3"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 68,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonfunctiontype",
      "community_name": "Community 68"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvelazy",
      "community_name": "Community 53"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 3,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_childreconciler",
      "community_name": "Community 3"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 53,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clonechildfibers",
      "community_name": "Community 53"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 89,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetchildfibers",
      "community_name": "Community 89"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 101,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcontextdependencies",
      "community_name": "Community 101"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 53,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 53"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 53,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 53"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 53,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushprovider",
      "community_name": "Community 53"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 89,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popprovider",
      "community_name": "Community 89"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 160,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 160"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 160,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange",
      "community_name": "Community 160"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 160,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange_eager",
      "community_name": "Community 160"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 53,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext",
      "community_name": "Community 53"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 53,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext",
      "community_name": "Community 53"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 99,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 99"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 101,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 101"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 99,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 99"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 99,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 99"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 99,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 99"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 99,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 99"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 99"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 99,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initializeupdatequeue",
      "community_name": "Community 99"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 53,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneupdatequeue",
      "community_name": "Community 53"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 99,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate",
      "community_name": "Community 99"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 99,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate",
      "community_name": "Community 99"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 99,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitions",
      "community_name": "Community 99"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 101,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuecapturedupdate",
      "community_name": "Community 101"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 53,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstatefromupdate",
      "community_name": "Community 53"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 53,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue",
      "community_name": "Community 53"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 53"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 53,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 53"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdatequeue",
      "community_name": "Community 3"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 89,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requiredcontext",
      "community_name": "Community 89"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontainer",
      "community_name": "Community 89"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 53,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer",
      "community_name": "Community 53"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 89,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontainer",
      "community_name": "Community 89"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 89,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostcontext",
      "community_name": "Community 89"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 89,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontext",
      "community_name": "Community 89"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 89,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontext",
      "community_name": "Community 89"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 240,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hassuspensecontext",
      "community_name": "Community 240"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 240,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 240"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 240,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setshallowsuspensecontext",
      "community_name": "Community 240"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 240,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 240"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 240,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushsuspensecontext",
      "community_name": "Community 240"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 89,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popsuspensecontext",
      "community_name": "Community 89"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 101,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldcapturesuspense",
      "community_name": "Community 101"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 240,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findfirstsuspended",
      "community_name": "Community 240"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 89,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogressversions",
      "community_name": "Community 89"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 85,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registermutablesourceforhydration",
      "community_name": "Community 85"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 149,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthooktypesdev",
      "community_name": "Community 149"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 85,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehooktypesdev",
      "community_name": "Community 85"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 85,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdepsarearraydev",
      "community_name": "Community 85"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonhookmismatchindev",
      "community_name": "Community 85"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 3,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwinvalidhookerror",
      "community_name": "Community 3"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 160,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_arehookinputsequal",
      "community_name": "Community 160"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 53,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderwithhooks",
      "community_name": "Community 53"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 53,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdidrenderidhook",
      "community_name": "Community 53"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 53,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailouthooks",
      "community_name": "Community 53"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 101,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethooksafterthrow",
      "community_name": "Community 101"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook",
      "community_name": "Community 160"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook",
      "community_name": "Community 160"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 160,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 160"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 160,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_basicstatereducer",
      "community_name": "Community 160"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 53,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountreducer",
      "community_name": "Community 53"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer",
      "community_name": "Community 160"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 160,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderreducer",
      "community_name": "Community 160"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 3,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountmutablesource",
      "community_name": "Community 3"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 3,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemutablesource",
      "community_name": "Community 3"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "community_name": "Community 160"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "community_name": "Community 160"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 160,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 160"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 99,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestoreinstance",
      "community_name": "Community 99"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 99,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_subscribetostore",
      "community_name": "Community 99"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 99,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkifsnapshotchanged",
      "community_name": "Community 99"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 99,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forcestorererender",
      "community_name": "Community 99"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountstate",
      "community_name": "Community 160"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestate",
      "community_name": "Community 160"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 160,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderstate",
      "community_name": "Community 160"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 160,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pusheffect",
      "community_name": "Community 160"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountref",
      "community_name": "Community 160"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateref",
      "community_name": "Community 160"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl",
      "community_name": "Community 160"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl",
      "community_name": "Community 160"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffect",
      "community_name": "Community 160"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffect",
      "community_name": "Community 160"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountinsertioneffect",
      "community_name": "Community 160"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateinsertioneffect",
      "community_name": "Community 160"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlayouteffect",
      "community_name": "Community 160"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatelayouteffect",
      "community_name": "Community 160"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 454,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_imperativehandleeffect",
      "community_name": "Community 454"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountimperativehandle",
      "community_name": "Community 160"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateimperativehandle",
      "community_name": "Community 160"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 3,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdebugvalue",
      "community_name": "Community 3"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountcallback",
      "community_name": "Community 160"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecallback",
      "community_name": "Community 160"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountmemo",
      "community_name": "Community 160"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememo",
      "community_name": "Community 160"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdeferredvalue",
      "community_name": "Community 160"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalue",
      "community_name": "Community 160"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 160,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderdeferredvalue",
      "community_name": "Community 160"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 160"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounttransition",
      "community_name": "Community 160"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatetransition",
      "community_name": "Community 160"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 160,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerendertransition",
      "community_name": "Community 160"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 99,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 99"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 160,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountid",
      "community_name": "Community 160"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 160,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateid",
      "community_name": "Community 160"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 99,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "community_name": "Community 99"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 99,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "community_name": "Community 99"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 99,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrenderphaseupdate",
      "community_name": "Community 99"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 99,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 99"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 99,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate",
      "community_name": "Community 99"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdateindevtools",
      "community_name": "Community 99"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 68,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscurrentupdatenested",
      "community_name": "Community 68"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 258,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marknestedupdatescheduled",
      "community_name": "Community 258"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 101,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetnestedupdateflag",
      "community_name": "Community 101"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 101,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_syncnestedupdateflag",
      "community_name": "Community 101"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 68,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcommittime",
      "community_name": "Community 68"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 258,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordcommittime",
      "community_name": "Community 258"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 68,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startprofilertimer",
      "community_name": "Community 68"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 53,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 53"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 68,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 68"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 68,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration",
      "community_name": "Community 68"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 68,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordpassiveeffectduration",
      "community_name": "Community 68"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 68,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer",
      "community_name": "Community 68"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 68,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startpassiveeffecttimer",
      "community_name": "Community 68"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 89,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_transferactualduration",
      "community_name": "Community 89"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedefaultprops",
      "community_name": "Community 53"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 53,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_applyderivedstatefromprops",
      "community_name": "Community 53"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 53,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 53"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 53,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkclassinstance",
      "community_name": "Community 53"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 53,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_adoptclassinstance",
      "community_name": "Community 53"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 53,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "community_name": "Community 53"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 53,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillmount",
      "community_name": "Community 53"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 53,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 53"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 53,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "community_name": "Community 53"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "community_name": "Community 53"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "community_name": "Community 53"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 53"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 240,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalue",
      "community_name": "Community 240"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 99,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_showerrordialog",
      "community_name": "Community 99"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 99,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_logcapturederror",
      "community_name": "Community 99"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 99,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createrooterrorupdate",
      "community_name": "Community 99"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 99,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "community_name": "Community 99"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 101,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachpinglistener",
      "community_name": "Community 101"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 101,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachretrylistener",
      "community_name": "Community 101"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 101,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcomponent",
      "community_name": "Community 101"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 101,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 101"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 99,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 99"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 101,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "community_name": "Community 101"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 240,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspendedcache",
      "community_name": "Community 240"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 53,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren",
      "community_name": "Community 53"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 53,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 53"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "community_name": "Community 53"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "community_name": "Community 53"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "community_name": "Community 53"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent",
      "community_name": "Community 53"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefragment",
      "community_name": "Community 53"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemode",
      "community_name": "Community 53"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateprofiler",
      "community_name": "Community 53"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 89,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markref",
      "community_name": "Community 89"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "community_name": "Community 53"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "community_name": "Community 53"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 53,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "community_name": "Community 53"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 53,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostrootcontext",
      "community_name": "Community 53"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "community_name": "Community 53"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 53,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 53"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 89,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent",
      "community_name": "Community 89"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 89,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehosttext",
      "community_name": "Community 89"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 53,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "community_name": "Community 53"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 53,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 53"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 53,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "community_name": "Community 53"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 53,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 53"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 240,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 240"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 240,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 240"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 240,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremainonfallback",
      "community_name": "Community 240"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 240,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 240"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 240,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "community_name": "Community 240"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 240,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 240"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 240,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 240"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 240,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 240"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 240,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 240"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 240,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 240"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 240,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 240"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 240,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 240"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 240,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 240"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 240,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 240"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 240,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 240"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 160,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 160"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 160,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 160"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 240,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findlastcontentrow",
      "community_name": "Community 240"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 240,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validaterevealorder",
      "community_name": "Community 240"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 240,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatetailoptions",
      "community_name": "Community 240"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 85,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 85"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 85,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistchildren",
      "community_name": "Community 85"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 240,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 240"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 240,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 240"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateportalcomponent",
      "community_name": "Community 53"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "community_name": "Community 53"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 53,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "community_name": "Community 53"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 160,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 160"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 53"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 53,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 53"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 149,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_remountfiber",
      "community_name": "Community 149"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 53,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 53"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 53,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 53"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 53,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "community_name": "Community 53"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 89,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdate",
      "community_name": "Community 89"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 89,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markref_1",
      "community_name": "Community 89"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 89,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cutofftailifneeded",
      "community_name": "Community 89"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 89,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bubbleproperties",
      "community_name": "Community 89"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 89,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 89"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 89,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "community_name": "Community 89"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 89,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "community_name": "Community 89"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 89,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "community_name": "Community 89"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 3,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reportuncaughterrorindev",
      "community_name": "Community 3"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 68,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 68"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 68,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 68"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 68,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 68"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 68,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelyattachref",
      "community_name": "Community 68"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 68,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref",
      "community_name": "Community 68"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 68,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycalldestroy",
      "community_name": "Community 68"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects",
      "community_name": "Community 3"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 3"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 68"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount",
      "community_name": "Community 68"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 68"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 68,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 100,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren",
      "community_name": "Community 100"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref",
      "community_name": "Community 68"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 68,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachfibermutation",
      "community_name": "Community 68"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 3,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachfiberaftereffects",
      "community_name": "Community 3"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 3,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostparentfiber",
      "community_name": "Community 3"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 3,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishostparent",
      "community_name": "Community 3"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 3,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostsibling",
      "community_name": "Community 3"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement",
      "community_name": "Community 3"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 3,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 3"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 3,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnode",
      "community_name": "Community 3"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffects",
      "community_name": "Community 68"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 68,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 68"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitsuspensecallback",
      "community_name": "Community 68"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 3"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 101,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 101"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffects",
      "community_name": "Community 68"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 68,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 68"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitreconciliationeffects",
      "community_name": "Community 3"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects",
      "community_name": "Community 68"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects_begin",
      "community_name": "Community 68"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 68"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 68,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 68"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 68,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 68"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 68,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 68"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 68,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 258,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects",
      "community_name": "Community 258"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 258,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 258"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemountonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 258,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 258"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 68"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 3,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 3"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 68"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 68,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 68"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 68,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 68"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 68,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 68"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 68,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 68"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 258,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitroot_1",
      "community_name": "Community 258"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 68,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_islegacyactenvironment",
      "community_name": "Community 68"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isconcurrentactenvironment",
      "community_name": "Community 85"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 99,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetrendertimer",
      "community_name": "Community 99"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 89,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getrendertargettime",
      "community_name": "Community 89"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 160,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getworkinprogressroot",
      "community_name": "Community 160"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 99,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime",
      "community_name": "Community 99"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 99,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane",
      "community_name": "Community 99"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 99,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestretrylane",
      "community_name": "Community 99"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 99,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "community_name": "Community 99"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 99,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 99"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 99,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 99"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 101,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "community_name": "Community 101"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 101,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "community_name": "Community 101"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 101,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 101"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 89,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuerecoverableerrors",
      "community_name": "Community 89"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 101,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "community_name": "Community 101"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 101,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 101"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 101,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1",
      "community_name": "Community 101"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 101,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "community_name": "Community 101"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 99,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot",
      "community_name": "Community 99"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 99,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates_1",
      "community_name": "Community 99"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 258,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_discreteupdates",
      "community_name": "Community 258"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 258,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync",
      "community_name": "Community 258"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 258,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyrendering",
      "community_name": "Community 258"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 160,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushrenderlanes",
      "community_name": "Community 160"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 89,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poprenderlanes",
      "community_name": "Community 89"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 101,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack",
      "community_name": "Community 101"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 101,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "community_name": "Community 101"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 101,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushdispatcher",
      "community_name": "Community 101"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 101,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popdispatcher",
      "community_name": "Community 101"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 68,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommittimeoffallback",
      "community_name": "Community 68"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 160,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markskippedupdatelanes",
      "community_name": "Community 160"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 89,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspend",
      "community_name": "Community 89"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 101,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 101"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 101,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdiderror",
      "community_name": "Community 101"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 89,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 89"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 101,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "community_name": "Community 101"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 101,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopsync",
      "community_name": "Community 101"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 101,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "community_name": "Community 101"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 101,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopconcurrent",
      "community_name": "Community 101"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 68,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork",
      "community_name": "Community 68"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 68,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork",
      "community_name": "Community 68"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 258,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitroot",
      "community_name": "Community 258"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 258,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "community_name": "Community 258"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 258,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects",
      "community_name": "Community 258"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 149,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 149"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 258,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 258"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 101,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 101"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 99,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 99"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 3,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 3"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 99,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 99"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 68,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "community_name": "Community 68"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 101,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "community_name": "Community 101"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 99,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary",
      "community_name": "Community 99"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 99,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 99"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 99,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveretrywakeable",
      "community_name": "Community 99"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 101,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_jnd",
      "community_name": "Community 101"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 99,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkfornestedupdates",
      "community_name": "Community 99"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 258,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 258"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 68,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 68"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 68,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeeffectsindev",
      "community_name": "Community 68"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 68,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 68"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 99,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 99"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 101,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters",
      "community_name": "Community 101"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 149,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallback_1",
      "community_name": "Community 149"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 101,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cancelcallback_1",
      "community_name": "Community 101"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 101,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 101"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 68,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 68"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 85"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 68,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 68"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 53"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveclassforhotreloading",
      "community_name": "Community 53"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 53"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 3,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 3"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 99"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 99,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 99"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 3"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 3"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 3"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 3,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_fibernode",
      "community_name": "Community 3"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 53,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct_1",
      "community_name": "Community 53"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 53,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issimplefunctioncomponent",
      "community_name": "Community 53"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 53,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvelazycomponenttag",
      "community_name": "Community 53"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress",
      "community_name": "Community 53"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 89,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogress",
      "community_name": "Community 89"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 99,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhostrootfiber",
      "community_name": "Community 99"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 53"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromelement",
      "community_name": "Community 53"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 240,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromfragment",
      "community_name": "Community 240"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromprofiler",
      "community_name": "Community 53"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromsuspense",
      "community_name": "Community 53"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 53,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 53"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 240,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromoffscreen",
      "community_name": "Community 240"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtext",
      "community_name": "Community 3"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 89,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 89"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 3"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 3,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromportal",
      "community_name": "Community 3"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 3,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 3"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 149,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_fiberrootnode",
      "community_name": "Community 149"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 99,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberroot",
      "community_name": "Community 99"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 85,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal",
      "community_name": "Community 85"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 99,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree",
      "community_name": "Community 99"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 68,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning",
      "community_name": "Community 68"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 99,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontainer",
      "community_name": "Community 99"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 99,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "community_name": "Community 99"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 99,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "community_name": "Community 99"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 99,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicrootinstance",
      "community_name": "Community 99"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 99,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 99"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneimpl",
      "community_name": "Community 99"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 99,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 99"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 99,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 99"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 99,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 99"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 3"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 53,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulderror",
      "community_name": "Community 53"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 240,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldsuspend",
      "community_name": "Community 240"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 3,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancebyfiber",
      "community_name": "Community 3"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 3,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 3"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 3,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 3"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 3,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectintodevtools",
      "community_name": "Community 3"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 3,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reactdomroot",
      "community_name": "Community 3"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 85,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "community_name": "Community 85"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 3,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reactdomhydrationroot",
      "community_name": "Community 3"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 3,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulehydration",
      "community_name": "Community 3"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 85,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "community_name": "Community 85"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainer",
      "community_name": "Community 85"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 85,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 85"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 85"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 85,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getreactrootelementincontainer",
      "community_name": "Community 85"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 99,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_nooponrecoverableerror",
      "community_name": "Community 99"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 99,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 99"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 85,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 85"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 85,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 85"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 68,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finddomnode",
      "community_name": "Community 68"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 85,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrate",
      "community_name": "Community 85"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 85,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render",
      "community_name": "Community 85"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 85,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 85"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 85,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "community_name": "Community 85"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 85,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal_1",
      "community_name": "Community 85"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 85,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 85"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 85,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot_1",
      "community_name": "Community 85"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 85,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot_1",
      "community_name": "Community 85"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 258,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync_1",
      "community_name": "Community 258"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 17,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "community_name": "Community 17"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 17,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 17"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 17,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 17"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 179,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 179"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 377,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memoize3",
      "community_name": "Community 377"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 17,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 17"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 17,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 17"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 17,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 17"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 377,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 377"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 377,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 377"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 17,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 17"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 17,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 17"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 17,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 17"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 17,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_assignafter",
      "community_name": "Community 17"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 179,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isarray",
      "community_name": "Community 179"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 179,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isobject",
      "community_name": "Community 179"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 17"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 179,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 179"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 179,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_px",
      "community_name": "Community 179"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 179,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize",
      "community_name": "Community 179"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 179,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keys",
      "community_name": "Community 179"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 179,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_subtract",
      "community_name": "Community 179"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 179,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 179"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 179,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 179"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 17,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compact",
      "community_name": "Community 17"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 17,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 17"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createcontext",
      "community_name": "Community 17"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 231,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get",
      "community_name": "Community 231"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 17,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omit",
      "community_name": "Community 17"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 179,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pick",
      "community_name": "Community 179"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 179,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runiffn",
      "community_name": "Community 179"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 17,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_splitprops",
      "community_name": "Community 17"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 179,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_walkobject",
      "community_name": "Community 179"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 17"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 17"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 377,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransform",
      "community_name": "Community 377"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 17,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_toconfig",
      "community_name": "Community 17"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 377,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_logical",
      "community_name": "Community 377"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 473,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 473"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 473,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 473"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 179,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 179"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 17,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 17"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 377,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 377"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 17,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filter",
      "community_name": "Community 17"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 17,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 17"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 179,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ring",
      "community_name": "Community 179"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 17,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bgclip",
      "community_name": "Community 17"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 473,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transform",
      "community_name": "Community 473"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 17,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_vh",
      "community_name": "Community 17"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 17,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_fraction",
      "community_name": "Community 17"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 17,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_float",
      "community_name": "Community 17"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 377,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_degree",
      "community_name": "Community 377"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 17,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bgimage",
      "community_name": "Community 17"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 17,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_outline",
      "community_name": "Community 17"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 17,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 17"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 17,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_degreet",
      "community_name": "Community 17"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 377,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prop",
      "community_name": "Community 377"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 17,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_propt",
      "community_name": "Community 17"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 17,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get2",
      "community_name": "Community 17"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 231,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 231"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 377,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 377"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcss",
      "community_name": "Community 17"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 17,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_definestyle",
      "community_name": "Community 17"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 17,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 17"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 17"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 179,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize2",
      "community_name": "Community 179"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 179,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 179"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 179,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createresolver",
      "community_name": "Community 179"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 17,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 17"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 17,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 17"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 179,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 179"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 179,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 179"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 179,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape",
      "community_name": "Community 179"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 179,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapedot",
      "community_name": "Community 179"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 179,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 179"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 179,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addprefix",
      "community_name": "Community 179"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 179,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 179"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 179,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 179"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 179,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar",
      "community_name": "Community 179"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 179,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 179"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 179,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 179"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 179,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 179"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 179,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitvars",
      "community_name": "Community 179"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 179,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 179"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 179,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 179"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 179,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 179"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 179,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 179"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 17,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_anatomy",
      "community_name": "Community 17"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 231,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_guard",
      "community_name": "Community 231"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 150,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "community_name": "Community 150"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 231,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 231"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 17,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hash",
      "community_name": "Community 17"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 231,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_nametohex",
      "community_name": "Community 231"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 231,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rgba",
      "community_name": "Community 231"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 231,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transparentize",
      "community_name": "Community 231"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 231,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tohex",
      "community_name": "Community 231"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 17,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get3",
      "community_name": "Community 17"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 17,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 17"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 232,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 232"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 232,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 232"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 232,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 232"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 232,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 232"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 17,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mode",
      "community_name": "Community 17"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 17,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_orient",
      "community_name": "Community 17"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 179,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_toref",
      "community_name": "Community 179"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 179,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 179"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 179,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 179"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 179,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape2",
      "community_name": "Community 179"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 179,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 179"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 179,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovarref",
      "community_name": "Community 179"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 179,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovar",
      "community_name": "Community 179"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 179,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 179"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 179,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getfallback",
      "community_name": "Community 179"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbg",
      "community_name": "Community 17"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 17,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 17"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize",
      "community_name": "Community 17"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize2",
      "community_name": "Community 17"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 17"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize3",
      "community_name": "Community 17"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize4",
      "community_name": "Community 17"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 17,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 17"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 17"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 17,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 17"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 17,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 17"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 232,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hash2",
      "community_name": "Community 232"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 231,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim",
      "community_name": "Community 231"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 377,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_match",
      "community_name": "Community 377"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 179,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace",
      "community_name": "Community 179"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 232,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_indexof",
      "community_name": "Community 232"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 232,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat",
      "community_name": "Community 232"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 232,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_substr",
      "community_name": "Community 232"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 232,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_strlen",
      "community_name": "Community 232"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 232,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sizeof",
      "community_name": "Community 232"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 232,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_append",
      "community_name": "Community 232"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 17,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_combine",
      "community_name": "Community 17"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 232,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_node",
      "community_name": "Community 232"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 232,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copy",
      "community_name": "Community 232"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 232,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_char",
      "community_name": "Community 232"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 232,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prev",
      "community_name": "Community 232"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 232,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_next",
      "community_name": "Community 232"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 232,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek",
      "community_name": "Community 232"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 232,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_caret",
      "community_name": "Community 232"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 232,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice",
      "community_name": "Community 232"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 232,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_token",
      "community_name": "Community 232"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 232,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_alloc",
      "community_name": "Community 232"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 232,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_dealloc",
      "community_name": "Community 232"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 232,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimit",
      "community_name": "Community 232"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 232,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_whitespace",
      "community_name": "Community 232"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 232,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escaping",
      "community_name": "Community 232"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 232,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimiter",
      "community_name": "Community 232"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 232,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_commenter",
      "community_name": "Community 232"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 232,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_identifier",
      "community_name": "Community 232"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 232,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compile",
      "community_name": "Community 232"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 232,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "community_name": "Community 232"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 232,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset",
      "community_name": "Community 232"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 232,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_comment",
      "community_name": "Community 232"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 232,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_declaration",
      "community_name": "Community 232"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 232,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serialize",
      "community_name": "Community 232"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 232,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stringify",
      "community_name": "Community 232"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 232,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_middleware",
      "community_name": "Community 232"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 17,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 17"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 232,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prefix",
      "community_name": "Community 232"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 17,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extends",
      "community_name": "Community 17"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 352,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 352"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 17,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_murmur2",
      "community_name": "Community 17"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 17,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 17"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 17"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 17,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 17"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 17,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_css2",
      "community_name": "Community 17"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 17,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes",
      "community_name": "Community 17"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 17"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 17"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 17"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 377,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 377"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 17"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 231,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 231"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 17,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_darkmode",
      "community_name": "Community 17"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 17,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_lightmode",
      "community_name": "Community 17"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 17,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 17"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 17,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvars",
      "community_name": "Community 17"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 17,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 17"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 17,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 17"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdocument",
      "community_name": "Community 17"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getwindow",
      "community_name": "Community 17"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 17,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 17"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 53,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useconstant",
      "community_name": "Community 53"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 548,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 548"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 17,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 17"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 17,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_render",
      "community_name": "Community 17"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 17,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_popchild",
      "community_name": "Community 17"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 17,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 17"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usepresence",
      "community_name": "Community 17"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 17,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useispresent",
      "community_name": "Community 17"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 17,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ispresent",
      "community_name": "Community 17"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 352,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 352"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 17,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memo",
      "community_name": "Community 17"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 17"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 17"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 377,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 377"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 17,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 17"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 17,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 17"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 17,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterprops",
      "community_name": "Community 17"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 150,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warnonce",
      "community_name": "Community 150"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 17"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 606,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 606"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 150,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 150"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 150,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 150"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 150,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 150"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 606,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 606"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 606,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 606"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 606,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 606"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 339,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 339"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 17"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 339,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 339"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 339,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 339"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 339,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 339"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 377,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 377"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 17,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 17"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 17"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 17"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 377,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 377"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 352,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 352"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 352,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 352"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 231,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 231"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 150,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makestate",
      "community_name": "Community 150"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 150,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 150"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 473,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 473"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 473,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 473"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 473,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 473"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 473,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 473"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 473,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 473"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 473,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 473"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 150,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 150"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 150,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 150"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 150,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 150"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 520,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 520"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 520,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 520"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 520,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 520"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 17,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 17"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 520,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 520"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 520,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 520"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 520,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyle",
      "community_name": "Community 520"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 520,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 520"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 520,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 520"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 377,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createuserender",
      "community_name": "Community 377"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 377,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 377"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 17,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 17"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 313,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 313"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 299,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 299"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 17,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finished",
      "community_name": "Community 17"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 605,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getall",
      "community_name": "Community 605"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 605,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setall",
      "community_name": "Community 605"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 299,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 299"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 605,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_time",
      "community_name": "Community 605"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 605,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_speed",
      "community_name": "Community 605"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 605,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_starttime",
      "community_name": "Community 605"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 313,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_duration",
      "community_name": "Community 313"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 299,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall",
      "community_name": "Community 299"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 299,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flatten",
      "community_name": "Community 299"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 299,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_play",
      "community_name": "Community 299"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 299,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pause",
      "community_name": "Community 299"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 299,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel",
      "community_name": "Community 299"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 299,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_complete",
      "community_name": "Community 299"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 313,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then",
      "community_name": "Community 313"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 313,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 313"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 299,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 299"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 299,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 299"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 17,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memosupports",
      "community_name": "Community 17"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 299,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 299"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 299,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 299"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 17,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 17"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 352,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 352"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 352,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 352"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 352,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterevents",
      "community_name": "Community 352"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 352,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hover",
      "community_name": "Community 352"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 17,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 17"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 17,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 17"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 17,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 17"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 17,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 17"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 352,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_press",
      "community_name": "Community 352"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 17,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 17"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 17,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cleartime",
      "community_name": "Community 17"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 150,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 150"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 548,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeitem",
      "community_name": "Community 548"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 150,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add",
      "community_name": "Community 150"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 313,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notify",
      "community_name": "Community 313"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 352,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clear",
      "community_name": "Community 352"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 150,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 150"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 150,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 150"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 150,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 150"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 150,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 150"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 150,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onchange",
      "community_name": "Community 150"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 150,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_on",
      "community_name": "Community 150"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 68,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 68"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 17,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_attach",
      "community_name": "Community 17"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 150,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_set",
      "community_name": "Community 150"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 313,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 313"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 231,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_jump",
      "community_name": "Community 231"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprevious",
      "community_name": "Community 17"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 150,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 150"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 313,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start",
      "community_name": "Community 313"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 313,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "community_name": "Community 313"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 17,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isanimating",
      "community_name": "Community 17"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 313,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 313"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 68,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_destroy",
      "community_name": "Community 68"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 231,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 231"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 231,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 231"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 231,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_settarget",
      "community_name": "Community 231"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 313,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 313"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 313,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 313"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 313,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 313"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 17,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 17"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 17,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 17"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 231,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnone",
      "community_name": "Community 231"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 17,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnullish",
      "community_name": "Community 17"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 17,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsehex",
      "community_name": "Community 17"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 377,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test",
      "community_name": "Community 377"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 231,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 231"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 231,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 231"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 231,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 231"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 231,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 231"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 377,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 377"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 231,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 231"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 231,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 231"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 352,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 352"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 352,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 352"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 352,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 352"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 352,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 352"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 352,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 352"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 231,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 231"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 17,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 17"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 231,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 231"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 17,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 17"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 231,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 231"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 352,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resume",
      "community_name": "Community 352"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 231,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 231"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 231,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 231"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 231,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 231"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 299,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 299"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 299,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cananimate",
      "community_name": "Community 299"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 299,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 299"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 299,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 299"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 352,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolved",
      "community_name": "Community 352"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 299,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 299"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 299,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 299"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 299,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 299"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 232,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 232"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 232,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 232"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 17,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 17"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 232,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_asrgba",
      "community_name": "Community 232"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 17,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 17"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 17,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 17"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 377,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getmixer",
      "community_name": "Community 377"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 17,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixarray",
      "community_name": "Community 17"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 377,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixobject",
      "community_name": "Community 377"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 17,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_matchorder",
      "community_name": "Community 17"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 377,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mix2",
      "community_name": "Community 377"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 150,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 150"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 17,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_findspring",
      "community_name": "Community 17"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 17,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 17"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 17,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 17"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 17,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 17"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 17"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 17,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_spring",
      "community_name": "Community 17"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 17,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_inertia",
      "community_name": "Community 17"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 465,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmixers",
      "community_name": "Community 465"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 465,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_interpolate",
      "community_name": "Community 465"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 465,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filloffset",
      "community_name": "Community 465"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 465,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 465"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 465,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 465"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 465,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 465"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 465,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 465"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 299,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "community_name": "Community 299"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 299,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tick",
      "community_name": "Community 299"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 299,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finish",
      "community_name": "Community 299"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 299,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_teardown",
      "community_name": "Community 299"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 299,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 299"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 299,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sample",
      "community_name": "Community 299"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 299,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 299"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 299,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 299"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 299,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 299"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 299,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 299"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 17,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_state",
      "community_name": "Community 17"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 313,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_supports",
      "community_name": "Community 313"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 17,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 17"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 313,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 313"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 313,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 313"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 313,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 313"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 352,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 352"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 352,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 352"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 313,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 313"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 606,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 606"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 17,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatelist",
      "community_name": "Community 17"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 17"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 17,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 17"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 17"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstate",
      "community_name": "Community 17"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 150,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "community_name": "Community 150"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 150,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 150"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 150,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "community_name": "Community 150"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 352,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_unmount",
      "community_name": "Community 352"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 150,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 150"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 150,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 150"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 150,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 150"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 150,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_distance2d",
      "community_name": "Community 150"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 150,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 150"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 150,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 150"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 150,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 150"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 17,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 17"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 150,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_end",
      "community_name": "Community 150"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 150,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 150"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 150,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 150"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 150,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 150"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 150,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 150"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 150,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 150"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calclength",
      "community_name": "Community 417"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 417,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnear",
      "community_name": "Community 417"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 417"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 417"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 417"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 417"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 417"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 417"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 313,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 313"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 339,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 339"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 339,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 339"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 339,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 339"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 339,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 339"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 417,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 417"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 17,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 17"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 339,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 339"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 339,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 339"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 339,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 339"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 339,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 339"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 339,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 339"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 339,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 339"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 339,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 339"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 416,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 416"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 416,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasscale",
      "community_name": "Community 416"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 416,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hastransform",
      "community_name": "Community 416"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 416,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 416"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 416,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 416"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 416,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 416"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 416,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 416"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 416,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 416"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 416,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 416"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 416,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 416"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 339,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 339"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 416,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 416"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 416,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformbox",
      "community_name": "Community 416"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 339,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 339"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 339,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 339"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 313,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 313"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 339,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 339"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 339,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 339"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 313,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startanimation",
      "community_name": "Community 313"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 313,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 313"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 339,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 339"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 339,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 339"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 313,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 313"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 313,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 313"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 339,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 339"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 339,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 339"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 150,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 150"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 313,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops",
      "community_name": "Community 313"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 313,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 313"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 17"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 150,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 150"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 150,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 150"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 17,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 17"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 150,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 150"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 548,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 548"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 548,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 548"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 17,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 17"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 231,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 231"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 17,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 17"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 548,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remove",
      "community_name": "Community 548"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 352,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach",
      "community_name": "Community 352"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 17,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delay",
      "community_name": "Community 17"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 377,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 377"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 377,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getradius",
      "community_name": "Community 377"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 17,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compress",
      "community_name": "Community 17"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 17,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 17"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 17,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 17"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 17,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 17"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 416,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 416"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 416,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 416"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 416,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 416"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 416,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 416"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 417,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 417"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 417,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 417"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 17,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisequals",
      "community_name": "Community 17"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 17,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_boxequals",
      "community_name": "Community 17"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 417,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 417"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 417,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 417"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 417,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 417"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 17,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 17"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 548,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_relegate",
      "community_name": "Community 548"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 548,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_promote",
      "community_name": "Community 548"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 17,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 17"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 17,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 17"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 17,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 17"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 17,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 17"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 17,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 17"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 313,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 313"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 17"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 339,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 339"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 417,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 417"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 17,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 17"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 17,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 17"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 17,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 17"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 17,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 17"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 17,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 17"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 313,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 313"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 17,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 17"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 17,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 17"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 17,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 17"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 17,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 17"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 17,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 17"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 17,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 17"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 17,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 17"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 17,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixbox",
      "community_name": "Community 17"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 17,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 17"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 17,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 17"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 17,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_roundbox",
      "community_name": "Community 17"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 417,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 417"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 17,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 17"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 17,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 17"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 17,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onfocus",
      "community_name": "Community 17"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 17,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onblur",
      "community_name": "Community 17"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 17,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 17"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 150,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 150"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 150,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 150"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 150,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startobserver",
      "community_name": "Community 150"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 150,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 150"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 150,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 150"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 231,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 231"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 313,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 313"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 150,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 150"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 150,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 150"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 150,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 150"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 352,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 352"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 3,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 3"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 473,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 473"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 231,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 231"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 17,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 17"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariant",
      "community_name": "Community 17"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 313,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 313"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 17,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 17"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 150,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 150"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 150,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 150"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 231,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue",
      "community_name": "Community 231"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 231,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevalue",
      "community_name": "Community 231"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 231,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 231"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 231,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue",
      "community_name": "Community 231"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 231,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue",
      "community_name": "Community 231"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 231,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 231"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 352,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 352"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 352,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 352"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 352,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 352"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 231,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 231"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 150,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 150"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 231,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 231"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 231,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 231"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 339,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 339"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 473,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_build",
      "community_name": "Community 473"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 150,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 150"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 17,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_findtoast",
      "community_name": "Community 17"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 17,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 17"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 17,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 17"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 17,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 17"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 17,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 17"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 17,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_styled2",
      "community_name": "Community 17"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 17,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_factory",
      "community_name": "Community 17"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 17,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 17"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 17"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usechakra",
      "community_name": "Community 17"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 17,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 17"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 17"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 17"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 17,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 17"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 17,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_checkicon",
      "community_name": "Community 17"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 17,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_infoicon",
      "community_name": "Community 17"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 17,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warningicon",
      "community_name": "Community 17"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 17"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 17,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 17"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 17,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_alerticon",
      "community_name": "Community 17"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 17,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_closeicon",
      "community_name": "Community 17"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 17"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstore",
      "community_name": "Community 17"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 17,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtoast",
      "community_name": "Community 17"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 17,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_portal",
      "community_name": "Community 17"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 634,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements",
      "community_name": "Community 634"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 634,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_ready",
      "community_name": "Community 634"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 634,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_whenready",
      "community_name": "Community 634"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 634,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_defineel",
      "community_name": "Community 634"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 145,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "community_name": "Community 145"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 145,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreact",
      "community_name": "Community 145"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 145,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreactdom",
      "community_name": "Community 145"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 145,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedcdocument",
      "community_name": "Community 145"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 145,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedctext",
      "community_name": "Community 145"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 145,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedataprops",
      "community_name": "Community 145"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 145,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_dcnamefrompath",
      "community_name": "Community 145"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 145,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_rootnamefordocument",
      "community_name": "Community 145"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 145,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_safedecode",
      "community_name": "Community 145"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 145,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_boot",
      "community_name": "Community 145"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 145,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolve",
      "community_name": "Community 145"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 145,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_parenswrapwhole",
      "community_name": "Community 145"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 145,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_findtoplevelequality",
      "community_name": "Community 145"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 145,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolvepath",
      "community_name": "Community 145"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 145,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_encodecase",
      "community_name": "Community 145"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 145,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_kebabtocamel",
      "community_name": "Community 145"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 145,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_csstoobj",
      "community_name": "Community 145"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 145,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_compileattr",
      "community_name": "Community 145"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 145,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_collectprops",
      "community_name": "Community 145"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 145,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_hostpositionstyle",
      "community_name": "Community 145"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 145,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_compiletemplate",
      "community_name": "Community 145"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren",
      "community_name": "Community 145"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk",
      "community_name": "Community 145"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 145,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_warnunresolved",
      "community_name": "Community 145"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walktext",
      "community_name": "Community 145"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkfor",
      "community_name": "Community 145"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkif",
      "community_name": "Community 145"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkcomponent",
      "community_name": "Community 145"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkximport",
      "community_name": "Community 145"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 145,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_contentkey",
      "community_name": "Community 145"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 145,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkelement",
      "community_name": "Community 145"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 145,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_constructor",
      "community_name": "Community 145"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 145,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_setstate",
      "community_name": "Community 145"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 145,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_forceupdate",
      "community_name": "Community 145"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 145,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_componentdidmount",
      "community_name": "Community 145"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 145,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_componentdidupdate",
      "community_name": "Community 145"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 145,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_componentwillunmount",
      "community_name": "Community 145"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 145,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_rendervals",
      "community_name": "Community 145"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 145,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_evaldclogic",
      "community_name": "Community 145"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 145,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_shallowequal",
      "community_name": "Community 145"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 145,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_placeholder",
      "community_name": "Community 145"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 145,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_hinttomin",
      "community_name": "Community 145"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 145,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_createcomponentfactory",
      "community_name": "Community 145"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 145,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_isrenderabletype",
      "community_name": "Community 145"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 145,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolvedottedpath",
      "community_name": "Community 145"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 145,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_createexternalmodules",
      "community_name": "Community 145"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 145,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_iselementclass",
      "community_name": "Community 145"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 145,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_createhelmetmanager",
      "community_name": "Community 145"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 145,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_createpseudosheet",
      "community_name": "Community 145"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 145,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_createregistry",
      "community_name": "Community 145"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 145,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime",
      "community_name": "Community 145"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 145,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_hiderawtemplate",
      "community_name": "Community 145"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 145,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_loadscript",
      "community_name": "Community 145"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 145,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_loadreactumd",
      "community_name": "Community 145"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 53,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_support_init",
      "community_name": "Community 53"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 734,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dom",
      "community_name": "Community 734"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 8,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "community_name": "Community 8"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 264,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getiteratorfn",
      "community_name": "Community 264"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 264,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setextrastackframe",
      "community_name": "Community 264"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 70,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn",
      "community_name": "Community 70"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 55,
      "norm_label": "error()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error",
      "community_name": "Community 55"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 70,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_printwarning",
      "community_name": "Community 70"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnoop",
      "community_name": "Community 55"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 69,
      "norm_label": "component()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component",
      "community_name": "Community 69"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 69,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component_setstate",
      "community_name": "Community 69"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 69,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component_forceupdate",
      "community_name": "Community 69"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 8,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_componentdummy",
      "community_name": "Community 8"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 8,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_purecomponent",
      "community_name": "Community 8"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createref",
      "community_name": "Community 8"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 264,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray",
      "community_name": "Community 264"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 55,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename",
      "community_name": "Community 55"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 55,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow",
      "community_name": "Community 55"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 55,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion",
      "community_name": "Community 55"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 55,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion",
      "community_name": "Community 55"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 69,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getwrappedname",
      "community_name": "Community 69"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 69,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextname",
      "community_name": "Community 69"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 69,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype",
      "community_name": "Community 69"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 55,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidref",
      "community_name": "Community 55"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 55,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidkey",
      "community_name": "Community 55"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 55,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definekeypropwarninggetter",
      "community_name": "Community 55"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 55,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definerefpropwarninggetter",
      "community_name": "Community 55"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 55"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 55,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "community_name": "Community 55"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 264,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneandreplacekey",
      "community_name": "Community 264"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 55,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelement",
      "community_name": "Community 55"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 264,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelement",
      "community_name": "Community 264"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 264,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_escape",
      "community_name": "Community 264"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 264,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_escapeuserprovidedkey",
      "community_name": "Community 264"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 264,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getelementkey",
      "community_name": "Community 264"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 264,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "community_name": "Community 264"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 8,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapchildren",
      "community_name": "Community 8"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 8,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_countchildren",
      "community_name": "Community 8"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 8,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_foreachchildren",
      "community_name": "Community 8"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 181,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_toarray",
      "community_name": "Community 181"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 264,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onlychild",
      "community_name": "Community 264"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontext",
      "community_name": "Community 70"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 55,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazyinitializer",
      "community_name": "Community 55"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 55,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazy",
      "community_name": "Community 55"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 55,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forwardref",
      "community_name": "Community 55"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 264,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelementtype",
      "community_name": "Community 264"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 264,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_memo",
      "community_name": "Community 264"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 8,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher",
      "community_name": "Community 8"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usecontext",
      "community_name": "Community 8"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usestate",
      "community_name": "Community 8"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usereducer",
      "community_name": "Community 8"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 8,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useref",
      "community_name": "Community 8"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 8,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useeffect",
      "community_name": "Community 8"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 8,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useinsertioneffect",
      "community_name": "Community 8"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 8,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_uselayouteffect",
      "community_name": "Community 8"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usecallback",
      "community_name": "Community 8"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usememo",
      "community_name": "Community 8"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 8,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useimperativehandle",
      "community_name": "Community 8"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usedebugvalue",
      "community_name": "Community 8"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usetransition",
      "community_name": "Community 8"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usedeferredvalue",
      "community_name": "Community 8"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 8,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useid",
      "community_name": "Community 8"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 8,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usesyncexternalstore",
      "community_name": "Community 8"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 264,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disabledlog",
      "community_name": "Community 264"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 264,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disablelogs",
      "community_name": "Community 264"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 264,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenablelogs",
      "community_name": "Community 264"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 264,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describebuiltincomponentframe",
      "community_name": "Community 264"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 264,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe",
      "community_name": "Community 264"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 264,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefunctioncomponentframe",
      "community_name": "Community 264"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 264,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct",
      "community_name": "Community 264"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 264,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 264"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 264,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 264"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 69,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes",
      "community_name": "Community 69"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 264,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 264"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 264,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 264"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 264,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 264"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 264,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 264"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 264,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 264"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 264,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateexplicitkey",
      "community_name": "Community 264"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 264,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys",
      "community_name": "Community 264"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 69,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproptypes",
      "community_name": "Community 69"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 264,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefragmentprops",
      "community_name": "Community 264"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 264,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "community_name": "Community 264"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfactorywithvalidation",
      "community_name": "Community 70"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 264,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelementwithvalidation",
      "community_name": "Community 264"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 123,
      "norm_label": "push()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push",
      "community_name": "Community 123"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 123,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_peek",
      "community_name": "Community 123"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 180,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop",
      "community_name": "Community 180"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 180,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftup",
      "community_name": "Community 180"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 180,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftdown",
      "community_name": "Community 180"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 180,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_compare",
      "community_name": "Community 180"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 123,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marktaskerrored",
      "community_name": "Community 123"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 123,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_advancetimers",
      "community_name": "Community 123"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 123,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout",
      "community_name": "Community 123"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 123,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork",
      "community_name": "Community 123"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 123,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop",
      "community_name": "Community 123"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_runwithpriority",
      "community_name": "Community 8"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_next",
      "community_name": "Community 8"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_wrapcallback",
      "community_name": "Community 8"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 123,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "community_name": "Community 123"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_pauseexecution",
      "community_name": "Community 8"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 123,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_continueexecution",
      "community_name": "Community 123"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 123,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 123"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_cancelcallback",
      "community_name": "Community 8"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 8"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 123,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldyieldtohost",
      "community_name": "Community 123"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 265,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestpaint",
      "community_name": "Community 265"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 8,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forceframerate",
      "community_name": "Community 8"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 123,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthostcallback",
      "community_name": "Community 123"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 123,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthosttimeout",
      "community_name": "Community 123"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 123,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cancelhosttimeout",
      "community_name": "Community 123"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_now",
      "community_name": "Community 8"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 265,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_starttransition",
      "community_name": "Community 265"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 55,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuetask",
      "community_name": "Community 55"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 55,
      "norm_label": "act()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_act",
      "community_name": "Community 55"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 55,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popactscope",
      "community_name": "Community 55"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 55,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 55"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 55,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushactqueue",
      "community_name": "Community 55"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 69,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setsuppresswarning",
      "community_name": "Community 69"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registertwophaseevent",
      "community_name": "Community 8"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerdirectevent",
      "community_name": "Community 8"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 55,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion",
      "community_name": "Community 55"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 55,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkpropstringcoercion",
      "community_name": "Community 55"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 55,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 55"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 55,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 55"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 55,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 55"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 110,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isattributenamesafe",
      "community_name": "Community 110"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 110,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldignoreattribute",
      "community_name": "Community 110"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 110,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 110"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 110,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattribute",
      "community_name": "Community 110"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpropertyinfo",
      "community_name": "Community 110"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 8,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propertyinforecord",
      "community_name": "Community 8"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 110,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_sanitizeurl",
      "community_name": "Community 110"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforproperty",
      "community_name": "Community 110"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforattribute",
      "community_name": "Community 110"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 110,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "community_name": "Community 110"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 264,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeclasscomponentframe",
      "community_name": "Community 264"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 264,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefiber",
      "community_name": "Community 264"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 115,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 115"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getwrappedname_1",
      "community_name": "Community 55"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextname_1",
      "community_name": "Community 55"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 55"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 110"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 115,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 115"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 55,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber",
      "community_name": "Community 55"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 55,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber",
      "community_name": "Community 55"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiber",
      "community_name": "Community 55"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 69,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrendering",
      "community_name": "Community 69"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 110,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring",
      "community_name": "Community 110"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 110,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue",
      "community_name": "Community 110"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 110,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 110"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 8,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ischeckable",
      "community_name": "Community 8"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 8,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettracker",
      "community_name": "Community 8"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 8,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachtracker",
      "community_name": "Community 8"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvaluefromnode",
      "community_name": "Community 8"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 8,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trackvalueonnode",
      "community_name": "Community 8"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 8,
      "norm_label": "track()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_track",
      "community_name": "Community 8"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 8,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatevalueifchanged",
      "community_name": "Community 8"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelement",
      "community_name": "Community 8"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 110,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontrolled",
      "community_name": "Community 110"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 110,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops",
      "community_name": "Community 110"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 110,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate",
      "community_name": "Community 110"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 110,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatechecked",
      "community_name": "Community 110"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 110,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper",
      "community_name": "Community 110"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 110,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper",
      "community_name": "Community 110"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 110,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate",
      "community_name": "Community 110"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 110,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatenamedcousins",
      "community_name": "Community 110"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 110,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultvalue",
      "community_name": "Community 110"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 110,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateprops",
      "community_name": "Community 110"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 110,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_1",
      "community_name": "Community 110"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 110,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkselectproptypes",
      "community_name": "Community 110"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 110,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoptions",
      "community_name": "Community 110"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 110,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_1",
      "community_name": "Community 110"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 110,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_1",
      "community_name": "Community 110"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 110,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_2",
      "community_name": "Community 110"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 110,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postupdatewrapper",
      "community_name": "Community 110"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 110,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_1",
      "community_name": "Community 110"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 110,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_2",
      "community_name": "Community 110"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 110,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2",
      "community_name": "Community 110"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 110,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper_1",
      "community_name": "Community 110"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 110,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_3",
      "community_name": "Community 110"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 110,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_2",
      "community_name": "Community 110"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 180,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getintrinsicnamespace",
      "community_name": "Community 180"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 180,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildnamespace",
      "community_name": "Community 180"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 8,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prefixkey",
      "community_name": "Community 8"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 8,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dangerousstylevalue",
      "community_name": "Community 8"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 8,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hyphenatestylename",
      "community_name": "Community 8"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdangerousstringforstyles",
      "community_name": "Community 8"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 110,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforstyles",
      "community_name": "Community 110"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 8,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalueempty",
      "community_name": "Community 8"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 8,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_expandshorthandmap",
      "community_name": "Community 8"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 8,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 8"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 110,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertvalidprops",
      "community_name": "Community 110"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 110,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent",
      "community_name": "Community 110"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 55,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperty",
      "community_name": "Community 55"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warninvalidariaprops",
      "community_name": "Community 55"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 55,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties",
      "community_name": "Community 55"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 55,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties_1",
      "community_name": "Community 55"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 110,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties_2",
      "community_name": "Community 110"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 204,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setreplayingevent",
      "community_name": "Community 204"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 204,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetreplayingevent",
      "community_name": "Community 204"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 123,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isreplayingevent",
      "community_name": "Community 123"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 204,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtarget",
      "community_name": "Community 204"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 204,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateoftarget",
      "community_name": "Community 204"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setrestoreimplementation",
      "community_name": "Community 8"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 123,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuestaterestore",
      "community_name": "Community 123"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 204,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_needsstaterestore",
      "community_name": "Community 204"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 204,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateifneeded",
      "community_name": "Community 204"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 204,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finisheventhandler",
      "community_name": "Community 204"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 204,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates",
      "community_name": "Community 204"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setbatchingimplementation",
      "community_name": "Community 8"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 123,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isinteractive",
      "community_name": "Community 123"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 123,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldpreventmouseevent",
      "community_name": "Community 123"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistener",
      "community_name": "Community 123"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 55,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 55"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 8,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreafterdispatch",
      "community_name": "Community 8"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 8,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcallback",
      "community_name": "Community 8"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 8,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlewindowerror",
      "community_name": "Community 8"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 8,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallback",
      "community_name": "Community 8"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 8,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 8"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 204,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rethrowcaughterror",
      "community_name": "Community 204"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 8,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascaughterror",
      "community_name": "Community 8"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 8,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcaughterror",
      "community_name": "Community 8"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 204,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get",
      "community_name": "Community 204"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 69,
      "norm_label": "has()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has",
      "community_name": "Community 69"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 8,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_set",
      "community_name": "Community 8"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber",
      "community_name": "Community 204"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 204"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontainerfromfiber",
      "community_name": "Community 204"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 204,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfibermounted",
      "community_name": "Community 204"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 204,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismounted",
      "community_name": "Community 204"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 204,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertismounted",
      "community_name": "Community 204"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 204,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 204"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiber",
      "community_name": "Community 8"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 8"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 8"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 8"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 8,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectinternals",
      "community_name": "Community 8"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 111,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onscheduleroot",
      "community_name": "Community 111"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 265,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitroot",
      "community_name": "Community 265"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 265,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onpostcommitroot",
      "community_name": "Community 265"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 55,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitunmount",
      "community_name": "Community 55"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 69,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 69"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 8,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectprofilinghooks",
      "community_name": "Community 8"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanelabelmap",
      "community_name": "Community 8"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 265,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommitstarted",
      "community_name": "Community 265"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 265,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommitstopped",
      "community_name": "Community 265"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 69,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstarted",
      "community_name": "Community 69"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 69,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped",
      "community_name": "Community 69"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 55"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponenterrored",
      "community_name": "Community 115"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentsuspended",
      "community_name": "Community 115"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 265,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklayouteffectsstarted",
      "community_name": "Community 265"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 265,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklayouteffectsstopped",
      "community_name": "Community 265"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 265,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 265"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 265,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 265"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstarted",
      "community_name": "Community 115"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderyielded",
      "community_name": "Community 115"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstopped",
      "community_name": "Community 115"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 111,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderscheduled",
      "community_name": "Community 111"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 8,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markforceupdatescheduled",
      "community_name": "Community 8"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 111,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstateupdatescheduled",
      "community_name": "Community 111"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 8,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clz32fallback",
      "community_name": "Community 8"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlabelforlane",
      "community_name": "Community 8"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 115,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylanes",
      "community_name": "Community 115"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 115,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes",
      "community_name": "Community 115"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 115,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmostrecenteventtime",
      "community_name": "Community 115"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 115,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_computeexpirationtime",
      "community_name": "Community 115"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 115"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 111,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 111"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 115,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 115"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 115,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessynclane",
      "community_name": "Community 115"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 115,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesnonidlework",
      "community_name": "Community 115"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 115,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlyretries",
      "community_name": "Community 115"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 211,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 211"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 115,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlytransitions",
      "community_name": "Community 115"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 211,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesblockinglane",
      "community_name": "Community 211"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 115,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesexpiredlane",
      "community_name": "Community 115"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 111,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istransitionlane",
      "community_name": "Community 111"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 111,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_claimnexttransitionlane",
      "community_name": "Community 111"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 8,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_claimnextretrylane",
      "community_name": "Community 8"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 115,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane",
      "community_name": "Community 115"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 115,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylane",
      "community_name": "Community 115"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 115,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 115"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 115,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetoindex",
      "community_name": "Community 115"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 69,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane",
      "community_name": "Community 69"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 211,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issubsetoflanes",
      "community_name": "Community 211"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes",
      "community_name": "Community 211"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 233,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removelanes",
      "community_name": "Community 233"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 111,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_intersectlanes",
      "community_name": "Community 111"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 233,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetolanes",
      "community_name": "Community 233"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 111,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_higherprioritylane",
      "community_name": "Community 111"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 123,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createlanemap",
      "community_name": "Community 123"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated",
      "community_name": "Community 115"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended",
      "community_name": "Community 115"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootpinged",
      "community_name": "Community 115"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootfinished",
      "community_name": "Community 115"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 111,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootentangled",
      "community_name": "Community 111"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 115,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 115"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 115,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addfibertolanesmap",
      "community_name": "Community 115"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 115,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_movependingfiberstomemoized",
      "community_name": "Community 115"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 115,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettransitionsforlanes",
      "community_name": "Community 115"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 265,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority",
      "community_name": "Community 265"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 265,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority",
      "community_name": "Community 265"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 8,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_runwithpriority",
      "community_name": "Community 8"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 265,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_highereventpriority",
      "community_name": "Community 265"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 265,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lowereventpriority",
      "community_name": "Community 265"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 204,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishighereventpriority",
      "community_name": "Community 204"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 115,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanestoeventpriority",
      "community_name": "Community 115"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 204,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrootdehydrated",
      "community_name": "Community 204"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 8"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 204,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration",
      "community_name": "Community 204"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 8"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 8"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 8"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattempthydrationatpriority",
      "community_name": "Community 8"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 204,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 204"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 204,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createqueuedreplayableevent",
      "community_name": "Community 204"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 204,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearifcontinuousevent",
      "community_name": "Community 204"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 204,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 204"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 204,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueifcontinuousevent",
      "community_name": "Community 204"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 204,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 204"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 204,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 204"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 204,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 204"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 204,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 204"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 204,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_replayunblockedevents",
      "community_name": "Community 204"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 55,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 55"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 55,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon",
      "community_name": "Community 55"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setenabled",
      "community_name": "Community 8"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 8,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isenabled",
      "community_name": "Community 8"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 8"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 265,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchdiscreteevent",
      "community_name": "Community 265"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 265,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchcontinuousevent",
      "community_name": "Community 265"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 265,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchevent",
      "community_name": "Community 265"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 204,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 204"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 204,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent",
      "community_name": "Community 204"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 8,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventpriority",
      "community_name": "Community 8"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 8,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventbubblelistener",
      "community_name": "Community 8"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 8,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventcapturelistener",
      "community_name": "Community 8"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 8,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 8"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 8,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 8"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 123,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initialize",
      "community_name": "Community 123"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 123,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reset",
      "community_name": "Community 123"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdata",
      "community_name": "Community 123"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 123,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettext",
      "community_name": "Community 123"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 123,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventcharcode",
      "community_name": "Community 123"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 8,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_functionthatreturnstrue",
      "community_name": "Community 8"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 8,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_functionthatreturnsfalse",
      "community_name": "Community 8"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createsyntheticevent",
      "community_name": "Community 8"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 8,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 8"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 123,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventkey",
      "community_name": "Community 123"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 8,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_modifierstategetter",
      "community_name": "Community 8"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 8,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventmodifierstate",
      "community_name": "Community 8"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents",
      "community_name": "Community 8"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 123,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iskeypresscommand",
      "community_name": "Community 123"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcompositioneventtype",
      "community_name": "Community 123"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 123,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfallbackcompositionstart",
      "community_name": "Community 123"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 123,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfallbackcompositionend",
      "community_name": "Community 123"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdatafromcustomevent",
      "community_name": "Community 123"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 123,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isusingkoreanime",
      "community_name": "Community 123"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "community_name": "Community 123"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnativebeforeinputchars",
      "community_name": "Community 123"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 123"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractbeforeinputevent",
      "community_name": "Community 123"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents",
      "community_name": "Community 123"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 123,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istextinputelement",
      "community_name": "Community 123"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 55,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iseventsupported",
      "community_name": "Community 55"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_1",
      "community_name": "Community 8"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 123,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 123"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 123,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldusechangeevent",
      "community_name": "Community 123"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 204,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_manualdispatchchangeevent",
      "community_name": "Community 204"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 204,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_runeventinbatch",
      "community_name": "Community 204"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged",
      "community_name": "Community 8"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 8,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 8"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 8,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startwatchingforvaluechange",
      "community_name": "Community 8"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 8,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 8"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 8,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlepropertychange",
      "community_name": "Community 8"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 8,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 8"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 8,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 8"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 123,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulduseclickevent",
      "community_name": "Community 123"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 8,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforclickevent",
      "community_name": "Community 8"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 8,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 8"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 110,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlecontrolledinputblur",
      "community_name": "Community 110"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1",
      "community_name": "Community 123"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_2",
      "community_name": "Community 8"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2",
      "community_name": "Community 123"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 8,
      "norm_label": "is()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_is",
      "community_name": "Community 8"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 69,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shallowequal",
      "community_name": "Community 69"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getleafnode",
      "community_name": "Community 8"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsiblingnode",
      "community_name": "Community 8"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 8"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getoffsets",
      "community_name": "Community 8"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 8"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setoffsets",
      "community_name": "Community 8"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 8,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istextnode",
      "community_name": "Community 8"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 8,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_containsnode",
      "community_name": "Community 8"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 8,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isindocument",
      "community_name": "Community 8"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 8,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issameoriginframe",
      "community_name": "Community 8"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelementdeep",
      "community_name": "Community 8"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 8,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasselectioncapabilities",
      "community_name": "Community 8"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselectioninformation",
      "community_name": "Community 8"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 8,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection",
      "community_name": "Community 8"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection",
      "community_name": "Community 8"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 8,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setselection",
      "community_name": "Community 8"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_3",
      "community_name": "Community 8"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection_1",
      "community_name": "Community 8"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 123,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtargetdocument",
      "community_name": "Community 123"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 123,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent",
      "community_name": "Community 123"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_3",
      "community_name": "Community 123"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 8,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_makeprefixmap",
      "community_name": "Community 8"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvendorprefixedeventname",
      "community_name": "Community 8"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersimpleevent",
      "community_name": "Community 8"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 8,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersimpleevents",
      "community_name": "Community 8"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_4",
      "community_name": "Community 123"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 123,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5",
      "community_name": "Community 123"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 8,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_executedispatch",
      "community_name": "Community 8"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 8,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 8"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 204,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueue",
      "community_name": "Community 204"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 204,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventsforplugins",
      "community_name": "Community 204"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 110,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent",
      "community_name": "Community 110"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 70,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonativeevent",
      "community_name": "Community 70"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 70,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents",
      "community_name": "Community 70"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 8,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener",
      "community_name": "Community 8"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 204,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismatchingrootcontainer",
      "community_name": "Community 204"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 204,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 204"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 123,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdispatchlistener",
      "community_name": "Community 123"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 123,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 123"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 123,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 123"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getparent",
      "community_name": "Community 123"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlowestcommonancestor",
      "community_name": "Community 123"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 123,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 123"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 123,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 123"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistenersetkey",
      "community_name": "Community 110"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 8,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 8"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 8,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkforunmatchedtext",
      "community_name": "Community 8"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 180,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 180"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 8,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_noop",
      "community_name": "Community 8"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 110,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 110"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 110,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialdomproperties",
      "community_name": "Community 110"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 110,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedomproperties",
      "community_name": "Community 110"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 180,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextnode",
      "community_name": "Community 180"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 110,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "community_name": "Community 110"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 110,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "community_name": "Community 110"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 110,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties",
      "community_name": "Community 110"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpossiblestandardname",
      "community_name": "Community 110"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 110,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "community_name": "Community 110"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 8,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedtext",
      "community_name": "Community 8"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 253,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 253"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 253,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 253"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 253,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 253"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 253,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 253"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 110,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_3",
      "community_name": "Community 110"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 180,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontext",
      "community_name": "Community 180"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 180,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildhostcontext",
      "community_name": "Community 180"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicinstance",
      "community_name": "Community 55"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 8,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareforcommit",
      "community_name": "Community 8"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 8,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetaftercommit",
      "community_name": "Community 8"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 180,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createinstance",
      "community_name": "Community 180"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 8,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendinitialchild",
      "community_name": "Community 8"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 110,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finalizeinitialchildren",
      "community_name": "Community 110"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 110,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareupdate",
      "community_name": "Community 110"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 253,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldsettextcontent",
      "community_name": "Community 253"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 180,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextinstance",
      "community_name": "Community 180"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrenteventpriority",
      "community_name": "Community 8"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 8,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerrorinnexttick",
      "community_name": "Community 8"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmount",
      "community_name": "Community 55"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 180,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdate",
      "community_name": "Community 180"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 8,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resettextcontent",
      "community_name": "Community 8"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 55,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_committextupdate",
      "community_name": "Community 55"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 8,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchild",
      "community_name": "Community 8"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 8,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchildtocontainer",
      "community_name": "Community 8"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 8,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertbefore",
      "community_name": "Community 8"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 8,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertincontainerbefore",
      "community_name": "Community 8"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 55,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild",
      "community_name": "Community 55"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 55,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechildfromcontainer",
      "community_name": "Community 55"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 55,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundary",
      "community_name": "Community 55"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 55,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 55"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 8,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideinstance",
      "community_name": "Community 8"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 8,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hidetextinstance",
      "community_name": "Community 8"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unhideinstance",
      "community_name": "Community 8"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 8,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unhidetextinstance",
      "community_name": "Community 8"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 55,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcontainer",
      "community_name": "Community 55"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 8,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydrateinstance",
      "community_name": "Community 8"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 8,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydratetextinstance",
      "community_name": "Community 8"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 8,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 8"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 233,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancepending",
      "community_name": "Community 233"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 233,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancefallback",
      "community_name": "Community 233"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 233,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 233"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 233,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 233"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratable",
      "community_name": "Community 8"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 253,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratablesibling",
      "community_name": "Community 253"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechild",
      "community_name": "Community 8"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 8"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 8"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 180,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateinstance",
      "community_name": "Community 180"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 8,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratetextinstance",
      "community_name": "Community 8"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 180,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratesuspenseinstance",
      "community_name": "Community 180"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 253,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 253"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getparentsuspenseinstance",
      "community_name": "Community 204"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedcontainer",
      "community_name": "Community 55"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 55"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 253,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 253"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 8,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 8"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 8,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 8"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 253"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 253"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstance",
      "community_name": "Community 253"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 253"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 253"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 253"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 253"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 253"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 253,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 253"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 115,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_errorhydratingcontainer",
      "community_name": "Community 115"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 70,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareportalmount",
      "community_name": "Community 70"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 8,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachdeletedinstance",
      "community_name": "Community 8"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 180,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_precachefibernode",
      "community_name": "Community 180"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 70,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcontainerasroot",
      "community_name": "Community 70"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 70,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmarkcontainerasroot",
      "community_name": "Community 70"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 70,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontainermarkedasroot",
      "community_name": "Community 70"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getclosestinstancefromnode",
      "community_name": "Community 204"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstancefromnode",
      "community_name": "Community 204"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 123,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodefrominstance",
      "community_name": "Community 123"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 204"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 180,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefiberprops",
      "community_name": "Community 180"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 110,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventlistenerset",
      "community_name": "Community 110"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcursor",
      "community_name": "Community 8"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 69,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext",
      "community_name": "Community 69"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 69,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cachecontext",
      "community_name": "Community 69"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 69,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext",
      "community_name": "Community 69"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 69,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascontextchanged",
      "community_name": "Community 69"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 69,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider",
      "community_name": "Community 69"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 180,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popcontext",
      "community_name": "Community 180"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 180,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptoplevelcontextobject",
      "community_name": "Community 180"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 123,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 123"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 204,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processchildcontext",
      "community_name": "Community 204"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 69,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushcontextprovider",
      "community_name": "Community 69"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 204,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invalidatecontextprovider",
      "community_name": "Community 204"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 204,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 204"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 115,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesynccallback",
      "community_name": "Community 115"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 115,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulelegacysynccallback",
      "community_name": "Community 115"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 111,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 111"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 265,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks",
      "community_name": "Community 265"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 69,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isforkedchild",
      "community_name": "Community 69"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 69,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getforksatlevel",
      "community_name": "Community 69"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 110,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettreeid",
      "community_name": "Community 110"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 69,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreefork",
      "community_name": "Community 69"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 110,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreeid",
      "community_name": "Community 110"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 69,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid",
      "community_name": "Community 69"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbitlength",
      "community_name": "Community 110"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 110,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getleadingbit",
      "community_name": "Community 110"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 180,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptreecontext",
      "community_name": "Community 180"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspendedtreecontext",
      "community_name": "Community 8"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 8,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 8"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 69,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating",
      "community_name": "Community 69"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 233,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifhydrating",
      "community_name": "Community 233"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 115"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 8,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 8"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 8,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enterhydrationstate",
      "community_name": "Community 8"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 8,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 8"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 253,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnunhydratedinstance",
      "community_name": "Community 253"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 253,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_deletehydratableinstance",
      "community_name": "Community 253"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 253,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance",
      "community_name": "Community 253"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 253,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertnonhydratedinstance",
      "community_name": "Community 253"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 8,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate",
      "community_name": "Community 8"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 253,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 253"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 253,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwonhydrationmismatch",
      "community_name": "Community 253"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 253,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 253"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 180,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostinstance",
      "community_name": "Community 180"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 8,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 8"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 180,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 180"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 253,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 253"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 253,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptonexthostparent",
      "community_name": "Community 253"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 253,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "community_name": "Community 253"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 253,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 253"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 253,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 253"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethydrationstate",
      "community_name": "Community 69"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 253,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 253"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 69,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating",
      "community_name": "Community 69"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 233,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuehydrationerror",
      "community_name": "Community 233"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 111,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestcurrenttransition",
      "community_name": "Community 111"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 55,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isreactclass",
      "community_name": "Community 55"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 55,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_coerceref",
      "community_name": "Community 55"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 8,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 8"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonfunctiontype",
      "community_name": "Community 55"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvelazy",
      "community_name": "Community 69"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 8,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_childreconciler",
      "community_name": "Community 8"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 69,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clonechildfibers",
      "community_name": "Community 69"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 180,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetchildfibers",
      "community_name": "Community 180"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 115,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcontextdependencies",
      "community_name": "Community 115"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 8,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 8"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 8,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 8"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 69,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushprovider",
      "community_name": "Community 69"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 180,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popprovider",
      "community_name": "Community 180"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 211,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 211"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 115,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange",
      "community_name": "Community 115"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 115,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange_eager",
      "community_name": "Community 115"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 69,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext",
      "community_name": "Community 69"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 69,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext",
      "community_name": "Community 69"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 111,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 111"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 115,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 115"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 111,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 111"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 111,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 111"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 111,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 111"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 111,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 111"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 111,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 111"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 69,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initializeupdatequeue",
      "community_name": "Community 69"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 69,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneupdatequeue",
      "community_name": "Community 69"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 115,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate",
      "community_name": "Community 115"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 111,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate",
      "community_name": "Community 111"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 111,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitions",
      "community_name": "Community 111"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 115,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuecapturedupdate",
      "community_name": "Community 115"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstatefromupdate",
      "community_name": "Community 8"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 211,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue",
      "community_name": "Community 211"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 69"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 69,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 69"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 8,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdatequeue",
      "community_name": "Community 8"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 180,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requiredcontext",
      "community_name": "Community 180"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 180,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontainer",
      "community_name": "Community 180"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 69,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer",
      "community_name": "Community 69"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 180,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontainer",
      "community_name": "Community 180"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 180,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostcontext",
      "community_name": "Community 180"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 180,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontext",
      "community_name": "Community 180"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 180,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontext",
      "community_name": "Community 180"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 233,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hassuspensecontext",
      "community_name": "Community 233"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 233,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 233"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 233,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setshallowsuspensecontext",
      "community_name": "Community 233"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 233,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 233"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 233,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushsuspensecontext",
      "community_name": "Community 233"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 180,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popsuspensecontext",
      "community_name": "Community 180"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 8,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldcapturesuspense",
      "community_name": "Community 8"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 233,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findfirstsuspended",
      "community_name": "Community 233"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 180,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogressversions",
      "community_name": "Community 180"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 70,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registermutablesourceforhydration",
      "community_name": "Community 70"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 123,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthooktypesdev",
      "community_name": "Community 123"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 55,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehooktypesdev",
      "community_name": "Community 55"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 264,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdepsarearraydev",
      "community_name": "Community 264"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonhookmismatchindev",
      "community_name": "Community 55"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 8,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwinvalidhookerror",
      "community_name": "Community 8"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 211,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_arehookinputsequal",
      "community_name": "Community 211"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 69,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderwithhooks",
      "community_name": "Community 69"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 69,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdidrenderidhook",
      "community_name": "Community 69"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 69,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailouthooks",
      "community_name": "Community 69"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 115,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethooksafterthrow",
      "community_name": "Community 115"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook",
      "community_name": "Community 211"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook",
      "community_name": "Community 211"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 211,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 211"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 211,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_basicstatereducer",
      "community_name": "Community 211"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountreducer",
      "community_name": "Community 211"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer",
      "community_name": "Community 211"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 211,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderreducer",
      "community_name": "Community 211"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 8,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountmutablesource",
      "community_name": "Community 8"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 8,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemutablesource",
      "community_name": "Community 8"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "community_name": "Community 211"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "community_name": "Community 211"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 211,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 211"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 111,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestoreinstance",
      "community_name": "Community 111"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 111,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_subscribetostore",
      "community_name": "Community 111"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 111,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkifsnapshotchanged",
      "community_name": "Community 111"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 111,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forcestorererender",
      "community_name": "Community 111"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountstate",
      "community_name": "Community 211"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestate",
      "community_name": "Community 211"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 211,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderstate",
      "community_name": "Community 211"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 211,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pusheffect",
      "community_name": "Community 211"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountref",
      "community_name": "Community 211"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateref",
      "community_name": "Community 211"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl",
      "community_name": "Community 211"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl",
      "community_name": "Community 211"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffect",
      "community_name": "Community 211"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffect",
      "community_name": "Community 211"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountinsertioneffect",
      "community_name": "Community 211"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateinsertioneffect",
      "community_name": "Community 211"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlayouteffect",
      "community_name": "Community 211"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatelayouteffect",
      "community_name": "Community 211"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 55,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_imperativehandleeffect",
      "community_name": "Community 55"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountimperativehandle",
      "community_name": "Community 211"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateimperativehandle",
      "community_name": "Community 211"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 8,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdebugvalue",
      "community_name": "Community 8"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountcallback",
      "community_name": "Community 211"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecallback",
      "community_name": "Community 211"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountmemo",
      "community_name": "Community 211"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememo",
      "community_name": "Community 211"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdeferredvalue",
      "community_name": "Community 211"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalue",
      "community_name": "Community 211"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 211,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderdeferredvalue",
      "community_name": "Community 211"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 211"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 211,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounttransition",
      "community_name": "Community 211"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatetransition",
      "community_name": "Community 211"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 211,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerendertransition",
      "community_name": "Community 211"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 55"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 110,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountid",
      "community_name": "Community 110"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 211,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateid",
      "community_name": "Community 211"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 111,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "community_name": "Community 111"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 111,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "community_name": "Community 111"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 111,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrenderphaseupdate",
      "community_name": "Community 111"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 111,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 111"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 111,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate",
      "community_name": "Community 111"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 111,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdateindevtools",
      "community_name": "Community 111"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 55,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscurrentupdatenested",
      "community_name": "Community 55"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 265,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marknestedupdatescheduled",
      "community_name": "Community 265"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 115,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetnestedupdateflag",
      "community_name": "Community 115"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 115,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_syncnestedupdateflag",
      "community_name": "Community 115"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcommittime",
      "community_name": "Community 55"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 265,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordcommittime",
      "community_name": "Community 265"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 55,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startprofilertimer",
      "community_name": "Community 55"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 69,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 69"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 55,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 55"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 55,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration",
      "community_name": "Community 55"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 55,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordpassiveeffectduration",
      "community_name": "Community 55"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 55,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer",
      "community_name": "Community 55"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 55,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startpassiveeffecttimer",
      "community_name": "Community 55"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 180,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_transferactualduration",
      "community_name": "Community 180"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedefaultprops",
      "community_name": "Community 69"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 69,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_applyderivedstatefromprops",
      "community_name": "Community 69"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 69,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 69"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 69,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkclassinstance",
      "community_name": "Community 69"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 69,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_adoptclassinstance",
      "community_name": "Community 69"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 69,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "community_name": "Community 69"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 55,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillmount",
      "community_name": "Community 55"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 69,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 69"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 69,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "community_name": "Community 69"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "community_name": "Community 69"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "community_name": "Community 69"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 115,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 115"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 233,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalue",
      "community_name": "Community 233"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 115,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_showerrordialog",
      "community_name": "Community 115"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 115,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_logcapturederror",
      "community_name": "Community 115"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 115,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createrooterrorupdate",
      "community_name": "Community 115"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 115,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "community_name": "Community 115"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 204,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachpinglistener",
      "community_name": "Community 204"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 115,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachretrylistener",
      "community_name": "Community 115"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 115,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcomponent",
      "community_name": "Community 115"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 8"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 115,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 115"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 115,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "community_name": "Community 115"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 233,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspendedcache",
      "community_name": "Community 233"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 69,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren",
      "community_name": "Community 69"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 69,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 69"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "community_name": "Community 69"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "community_name": "Community 69"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "community_name": "Community 69"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent",
      "community_name": "Community 69"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefragment",
      "community_name": "Community 69"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemode",
      "community_name": "Community 69"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateprofiler",
      "community_name": "Community 69"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 253,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markref",
      "community_name": "Community 253"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "community_name": "Community 69"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "community_name": "Community 69"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 69,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "community_name": "Community 69"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 69,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostrootcontext",
      "community_name": "Community 69"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "community_name": "Community 69"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 69,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 69"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 253,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent",
      "community_name": "Community 253"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 253,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehosttext",
      "community_name": "Community 253"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 69,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "community_name": "Community 69"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 69,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 69"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 69,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "community_name": "Community 69"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 69,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 69"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 233,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 233"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 233,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 233"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 233,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremainonfallback",
      "community_name": "Community 233"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 233,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 233"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 233,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "community_name": "Community 233"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 233,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 233"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 233,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 233"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 233,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 233"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 233,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 233"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 233,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 233"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 233,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 233"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 233,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 233"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 233,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 233"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 233,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 233"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 233,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 233"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 211,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 211"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 233,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 233"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 233,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findlastcontentrow",
      "community_name": "Community 233"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 233,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validaterevealorder",
      "community_name": "Community 233"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 233,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatetailoptions",
      "community_name": "Community 233"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 264,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 264"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 264,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistchildren",
      "community_name": "Community 264"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 233,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 233"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 233,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 233"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateportalcomponent",
      "community_name": "Community 69"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "community_name": "Community 69"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 69,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "community_name": "Community 69"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 211,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 211"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 69"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 69,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 69"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 123,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_remountfiber",
      "community_name": "Community 123"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 69,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 69"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 69,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 69"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 69,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "community_name": "Community 69"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 180,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdate",
      "community_name": "Community 180"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 180,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markref_1",
      "community_name": "Community 180"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 180,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cutofftailifneeded",
      "community_name": "Community 180"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 253,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bubbleproperties",
      "community_name": "Community 253"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 253,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 253"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 180,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "community_name": "Community 180"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 180,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "community_name": "Community 180"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 180,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "community_name": "Community 180"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 8,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reportuncaughterrorindev",
      "community_name": "Community 8"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 55,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 55"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 55,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 55"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 55,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 55"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 55,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelyattachref",
      "community_name": "Community 55"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 55,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref",
      "community_name": "Community 55"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 55,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycalldestroy",
      "community_name": "Community 55"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 8,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects",
      "community_name": "Community 8"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 8,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 8"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 55"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount",
      "community_name": "Community 55"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 55"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 55,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 8,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren",
      "community_name": "Community 8"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref",
      "community_name": "Community 55"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 55,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachfibermutation",
      "community_name": "Community 55"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 8,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachfiberaftereffects",
      "community_name": "Community 8"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 8,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostparentfiber",
      "community_name": "Community 8"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 8,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishostparent",
      "community_name": "Community 8"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 8,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostsibling",
      "community_name": "Community 8"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 8,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement",
      "community_name": "Community 8"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 8,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 8"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 8,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnode",
      "community_name": "Community 8"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffects",
      "community_name": "Community 55"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 55,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 55"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitsuspensecallback",
      "community_name": "Community 55"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 55"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 55,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 55"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffects",
      "community_name": "Community 55"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 55,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 55"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 8,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitreconciliationeffects",
      "community_name": "Community 8"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects",
      "community_name": "Community 55"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects_begin",
      "community_name": "Community 55"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 55"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 55,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 55"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 55,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 55"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 55,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 55"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 55,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 265,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects",
      "community_name": "Community 265"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 265,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 265"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemountonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 265,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 265"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 55"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 8,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 8"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 55"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 55,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 55"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 55,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 55"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 55,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 55"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 55,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 55"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 265,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitroot_1",
      "community_name": "Community 265"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 55,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_islegacyactenvironment",
      "community_name": "Community 55"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 55,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isconcurrentactenvironment",
      "community_name": "Community 55"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 111,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetrendertimer",
      "community_name": "Community 111"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 180,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getrendertargettime",
      "community_name": "Community 180"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 211,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getworkinprogressroot",
      "community_name": "Community 211"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 111,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime",
      "community_name": "Community 111"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 111,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane",
      "community_name": "Community 111"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 8,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestretrylane",
      "community_name": "Community 8"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 111,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "community_name": "Community 111"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 115,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 115"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 111,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 111"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 115,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "community_name": "Community 115"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 115,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "community_name": "Community 115"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 115,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 115"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 253,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuerecoverableerrors",
      "community_name": "Community 253"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 115,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "community_name": "Community 115"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 115,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 115"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1",
      "community_name": "Community 115"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 115,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "community_name": "Community 115"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 111,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot",
      "community_name": "Community 111"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 111,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates_1",
      "community_name": "Community 111"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 265,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_discreteupdates",
      "community_name": "Community 265"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 265,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync",
      "community_name": "Community 265"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 265,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyrendering",
      "community_name": "Community 265"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 211,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushrenderlanes",
      "community_name": "Community 211"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 180,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poprenderlanes",
      "community_name": "Community 180"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 115,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack",
      "community_name": "Community 115"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 115,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "community_name": "Community 115"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 115,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushdispatcher",
      "community_name": "Community 115"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 115,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popdispatcher",
      "community_name": "Community 115"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 55,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommittimeoffallback",
      "community_name": "Community 55"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 211,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markskippedupdatelanes",
      "community_name": "Community 211"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 180,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspend",
      "community_name": "Community 180"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 115,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 115"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 115,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdiderror",
      "community_name": "Community 115"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 180,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 180"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 115,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "community_name": "Community 115"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 55,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopsync",
      "community_name": "Community 55"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 115,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "community_name": "Community 115"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 55,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopconcurrent",
      "community_name": "Community 55"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 55,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork",
      "community_name": "Community 55"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 55,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork",
      "community_name": "Community 55"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 265,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitroot",
      "community_name": "Community 265"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 265,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "community_name": "Community 265"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 265,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects",
      "community_name": "Community 265"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 265,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 265"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 265,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 265"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 115,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 115"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 115,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 115"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 8,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 8"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 115,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 115"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 55,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "community_name": "Community 55"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 115,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "community_name": "Community 115"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 115,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary",
      "community_name": "Community 115"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 115,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 115"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 115,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveretrywakeable",
      "community_name": "Community 115"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 115,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_jnd",
      "community_name": "Community 115"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 111,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkfornestedupdates",
      "community_name": "Community 111"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 265,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 265"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 55,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 55"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 55,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeeffectsindev",
      "community_name": "Community 55"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 55"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 55"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 115,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters",
      "community_name": "Community 115"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 265,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallback_1",
      "community_name": "Community 265"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 115,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cancelcallback_1",
      "community_name": "Community 115"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 115,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 115"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 55"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 55,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 55"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 55,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 55"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 69"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveclassforhotreloading",
      "community_name": "Community 69"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 69"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 8,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 8"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 115,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 115"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 111,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 111"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 8"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 8"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 8"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 8,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_fibernode",
      "community_name": "Community 8"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 69,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct_1",
      "community_name": "Community 69"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 69,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issimplefunctioncomponent",
      "community_name": "Community 69"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 69,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvelazycomponenttag",
      "community_name": "Community 69"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 69,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress",
      "community_name": "Community 69"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 180,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogress",
      "community_name": "Community 180"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhostrootfiber",
      "community_name": "Community 70"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 69,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 69"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 69,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromelement",
      "community_name": "Community 69"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 233,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromfragment",
      "community_name": "Community 233"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 69,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromprofiler",
      "community_name": "Community 69"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 69,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromsuspense",
      "community_name": "Community 69"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 69,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 69"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 233,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromoffscreen",
      "community_name": "Community 233"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtext",
      "community_name": "Community 8"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 253,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 253"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 8"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 8,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromportal",
      "community_name": "Community 8"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 8,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 8"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 123,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_fiberrootnode",
      "community_name": "Community 123"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberroot",
      "community_name": "Community 70"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal",
      "community_name": "Community 70"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 204,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree",
      "community_name": "Community 204"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 55,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning",
      "community_name": "Community 55"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontainer",
      "community_name": "Community 70"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "community_name": "Community 70"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 111,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "community_name": "Community 111"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 55,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicrootinstance",
      "community_name": "Community 55"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 111,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 111"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 111,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneimpl",
      "community_name": "Community 111"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 111,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 111"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 111,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 111"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 111,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 111"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 8"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 69,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulderror",
      "community_name": "Community 69"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 233,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldsuspend",
      "community_name": "Community 233"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 8,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancebyfiber",
      "community_name": "Community 8"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 8,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 8"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 8,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 8"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 8,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectintodevtools",
      "community_name": "Community 8"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 8,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reactdomroot",
      "community_name": "Community 8"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "community_name": "Community 70"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 8,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reactdomhydrationroot",
      "community_name": "Community 8"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 204,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulehydration",
      "community_name": "Community 204"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 70,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "community_name": "Community 70"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 70,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainer",
      "community_name": "Community 70"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 70,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 70"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 70,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 70"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 70,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getreactrootelementincontainer",
      "community_name": "Community 70"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 70,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_nooponrecoverableerror",
      "community_name": "Community 70"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 70,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 70"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 70,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 70"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 70,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 70"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 55,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finddomnode",
      "community_name": "Community 55"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 70,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrate",
      "community_name": "Community 70"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 69,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render",
      "community_name": "Community 69"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 70,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 70"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 70,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "community_name": "Community 70"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal_1",
      "community_name": "Community 70"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 70,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 70"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 70,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot_1",
      "community_name": "Community 70"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 70,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot_1",
      "community_name": "Community 70"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 265,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync_1",
      "community_name": "Community 265"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 20,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "community_name": "Community 20"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 20,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 20"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 20,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 20"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 181,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 181"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 365,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memoize3",
      "community_name": "Community 365"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 20,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 20"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 20,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 20"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 20,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 20"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 365,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 365"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 365,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 365"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 20,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 20"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 20,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 20"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 20,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 20"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 20,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_assignafter",
      "community_name": "Community 20"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 181,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isarray",
      "community_name": "Community 181"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 181,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isobject",
      "community_name": "Community 181"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 20"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 181,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 181"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 181,
      "norm_label": "px()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_px",
      "community_name": "Community 181"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 181,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize",
      "community_name": "Community 181"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 181,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keys",
      "community_name": "Community 181"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 181,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_subtract",
      "community_name": "Community 181"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 181,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 181"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 181,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 181"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 20,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compact",
      "community_name": "Community 20"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 20,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 20"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createcontext",
      "community_name": "Community 20"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 272,
      "norm_label": "get()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get",
      "community_name": "Community 272"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 20,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omit",
      "community_name": "Community 20"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 181,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pick",
      "community_name": "Community 181"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 181,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runiffn",
      "community_name": "Community 181"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 20,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_splitprops",
      "community_name": "Community 20"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 181,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_walkobject",
      "community_name": "Community 181"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 20,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 20"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 20,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 20"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 365,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransform",
      "community_name": "Community 365"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 20,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_toconfig",
      "community_name": "Community 20"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 365,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_logical",
      "community_name": "Community 365"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 475,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 475"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 475,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 475"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 181,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 181"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 20,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 20"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 365,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 365"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 20,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filter",
      "community_name": "Community 20"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 20,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 20"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 181,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ring",
      "community_name": "Community 181"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 20,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bgclip",
      "community_name": "Community 20"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 475,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transform",
      "community_name": "Community 475"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 20,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_vh",
      "community_name": "Community 20"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 20,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_fraction",
      "community_name": "Community 20"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 20,
      "norm_label": "float()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_float",
      "community_name": "Community 20"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 365,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_degree",
      "community_name": "Community 365"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 20,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bgimage",
      "community_name": "Community 20"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 20,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_outline",
      "community_name": "Community 20"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 20,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 20"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 20,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_degreet",
      "community_name": "Community 20"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 365,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prop",
      "community_name": "Community 365"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 20,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_propt",
      "community_name": "Community 20"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 20,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get2",
      "community_name": "Community 20"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 272,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 272"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 365,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 365"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcss",
      "community_name": "Community 20"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 20,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_definestyle",
      "community_name": "Community 20"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 20,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 20"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 20"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 181,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize2",
      "community_name": "Community 181"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 181,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 181"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 181,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createresolver",
      "community_name": "Community 181"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 476,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 476"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 20,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 20"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 181,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 181"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 181,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 181"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 181,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape",
      "community_name": "Community 181"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 181,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapedot",
      "community_name": "Community 181"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 181,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 181"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 181,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addprefix",
      "community_name": "Community 181"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 181,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 181"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 181,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 181"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 181,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar",
      "community_name": "Community 181"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 181,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 181"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 181,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 181"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 181,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 181"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 181,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitvars",
      "community_name": "Community 181"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 181,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 181"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 181,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 181"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 181,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 181"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 181,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 181"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 20,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_anatomy",
      "community_name": "Community 20"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 272,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_guard",
      "community_name": "Community 272"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 217,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "community_name": "Community 217"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 272,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 272"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 20,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hash",
      "community_name": "Community 20"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 272,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_nametohex",
      "community_name": "Community 272"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 272,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rgba",
      "community_name": "Community 272"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 272,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transparentize",
      "community_name": "Community 272"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 272,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tohex",
      "community_name": "Community 272"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 20,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get3",
      "community_name": "Community 20"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 20,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 20"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 234,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 234"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 234,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 234"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 234,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 234"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 234,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 234"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 20,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mode",
      "community_name": "Community 20"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 20,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_orient",
      "community_name": "Community 20"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 181,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_toref",
      "community_name": "Community 181"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 181,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 181"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 181,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 181"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 181,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape2",
      "community_name": "Community 181"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 181,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 181"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 181,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovarref",
      "community_name": "Community 181"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 181,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovar",
      "community_name": "Community 181"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 181,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 181"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 181,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getfallback",
      "community_name": "Community 181"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbg",
      "community_name": "Community 20"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 20,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 20"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize",
      "community_name": "Community 20"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize2",
      "community_name": "Community 20"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 20"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize3",
      "community_name": "Community 20"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize4",
      "community_name": "Community 20"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 20,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 20"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 20"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 20,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 20"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 20,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 20"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 234,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hash2",
      "community_name": "Community 234"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 272,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim",
      "community_name": "Community 272"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 365,
      "norm_label": "match()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_match",
      "community_name": "Community 365"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 181,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace",
      "community_name": "Community 181"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 234,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_indexof",
      "community_name": "Community 234"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 234,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat",
      "community_name": "Community 234"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 234,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_substr",
      "community_name": "Community 234"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 234,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_strlen",
      "community_name": "Community 234"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 234,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sizeof",
      "community_name": "Community 234"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 234,
      "norm_label": "append()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_append",
      "community_name": "Community 234"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 20,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_combine",
      "community_name": "Community 20"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 234,
      "norm_label": "node()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_node",
      "community_name": "Community 234"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 234,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copy",
      "community_name": "Community 234"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 234,
      "norm_label": "char()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_char",
      "community_name": "Community 234"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 234,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prev",
      "community_name": "Community 234"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 234,
      "norm_label": "next()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_next",
      "community_name": "Community 234"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 234,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek",
      "community_name": "Community 234"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 234,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_caret",
      "community_name": "Community 234"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 234,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice",
      "community_name": "Community 234"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 234,
      "norm_label": "token()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_token",
      "community_name": "Community 234"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 234,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_alloc",
      "community_name": "Community 234"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 234,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_dealloc",
      "community_name": "Community 234"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 234,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimit",
      "community_name": "Community 234"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 234,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_whitespace",
      "community_name": "Community 234"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 234,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escaping",
      "community_name": "Community 234"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 234,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimiter",
      "community_name": "Community 234"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 234,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_commenter",
      "community_name": "Community 234"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 234,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_identifier",
      "community_name": "Community 234"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 234,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compile",
      "community_name": "Community 234"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 234,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "community_name": "Community 234"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 234,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset",
      "community_name": "Community 234"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 234,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_comment",
      "community_name": "Community 234"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 234,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_declaration",
      "community_name": "Community 234"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 234,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serialize",
      "community_name": "Community 234"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 234,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stringify",
      "community_name": "Community 234"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 234,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_middleware",
      "community_name": "Community 234"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 20,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 20"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 234,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prefix",
      "community_name": "Community 234"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 20,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extends",
      "community_name": "Community 20"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 328,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 328"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 20,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_murmur2",
      "community_name": "Community 20"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 20,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 20"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 20"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 20,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 20"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 20,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_css2",
      "community_name": "Community 20"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 20,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes",
      "community_name": "Community 20"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 476,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 476"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 20"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 20"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 365,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 365"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 20"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 272,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 272"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 20,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_darkmode",
      "community_name": "Community 20"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 20,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_lightmode",
      "community_name": "Community 20"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 20,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 20"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 20,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvars",
      "community_name": "Community 20"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 476,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 476"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 20,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 20"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdocument",
      "community_name": "Community 20"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getwindow",
      "community_name": "Community 20"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 20,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 20"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 20,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useconstant",
      "community_name": "Community 20"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 217,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 217"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 20,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 20"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 20,
      "norm_label": "render()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_render",
      "community_name": "Community 20"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 20,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_popchild",
      "community_name": "Community 20"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 20,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 20"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 20,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usepresence",
      "community_name": "Community 20"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 20,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useispresent",
      "community_name": "Community 20"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 20,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ispresent",
      "community_name": "Community 20"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 328,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 328"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 20,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memo",
      "community_name": "Community 20"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 20"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 20"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 365,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 365"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 20,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 20"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 20,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 20"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 20,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterprops",
      "community_name": "Community 20"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 340,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warnonce",
      "community_name": "Community 340"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 20"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 217,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 217"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 217,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 217"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 217,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 217"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 217,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 217"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 217,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 217"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 217,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 217"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 217,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 217"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 341,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 341"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 20,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 20"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 341,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 341"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 341,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 341"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 341,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 341"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 365,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 365"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 20,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 20"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 20,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 20"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 20"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 365,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 365"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 328,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 328"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 328,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 328"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 272,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 272"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 217,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makestate",
      "community_name": "Community 217"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 217,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 217"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 475,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 475"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 475,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 475"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 475,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 475"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 475,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 475"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 475,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 475"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 475,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 475"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 217,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 217"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 217,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 217"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 340,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 340"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 521,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 521"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 521,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 521"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 521,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 521"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 20,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 20"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 521,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 521"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 521,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 521"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 521,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyle",
      "community_name": "Community 521"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 521,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 521"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 521,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 521"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 365,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createuserender",
      "community_name": "Community 365"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 365,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 365"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 20,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 20"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 327,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 327"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 285,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 285"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 20,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finished",
      "community_name": "Community 20"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 607,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getall",
      "community_name": "Community 607"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 607,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setall",
      "community_name": "Community 607"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 285,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 285"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 607,
      "norm_label": "time()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_time",
      "community_name": "Community 607"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 607,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_speed",
      "community_name": "Community 607"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 607,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_starttime",
      "community_name": "Community 607"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 327,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_duration",
      "community_name": "Community 327"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 285,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall",
      "community_name": "Community 285"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 285,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flatten",
      "community_name": "Community 285"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 285,
      "norm_label": "play()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_play",
      "community_name": "Community 285"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 285,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pause",
      "community_name": "Community 285"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 285,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel",
      "community_name": "Community 285"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 285,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_complete",
      "community_name": "Community 285"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 327,
      "norm_label": "then()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then",
      "community_name": "Community 327"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 327"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 285,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 285"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 285,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 285"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 20,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memosupports",
      "community_name": "Community 20"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 285,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 285"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 285,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 285"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 20,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 20"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 328,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 328"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 328,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 328"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 328,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterevents",
      "community_name": "Community 328"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 328,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hover",
      "community_name": "Community 328"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 20,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 20"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 20,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 20"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 20,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 20"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 20,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 20"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 328,
      "norm_label": "press()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_press",
      "community_name": "Community 328"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 20,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 20"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 20,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cleartime",
      "community_name": "Community 20"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 340,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 340"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 217,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeitem",
      "community_name": "Community 217"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 340,
      "norm_label": "add()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add",
      "community_name": "Community 340"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 327,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notify",
      "community_name": "Community 327"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 328,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clear",
      "community_name": "Community 328"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 217,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 217"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 217,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 217"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 217,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 217"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 217,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 217"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 340,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onchange",
      "community_name": "Community 340"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 340,
      "norm_label": "on()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_on",
      "community_name": "Community 340"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 328,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 328"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 20,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_attach",
      "community_name": "Community 20"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 217,
      "norm_label": "set()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_set",
      "community_name": "Community 217"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 327,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 327"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 327,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_jump",
      "community_name": "Community 327"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprevious",
      "community_name": "Community 20"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 217,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 217"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 327,
      "norm_label": "start()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start",
      "community_name": "Community 327"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 327,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "community_name": "Community 327"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 20,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isanimating",
      "community_name": "Community 20"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 327,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 327"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 328,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_destroy",
      "community_name": "Community 328"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 327,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 327"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 327,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 327"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 327,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_settarget",
      "community_name": "Community 327"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 327,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 327"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 327,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 327"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 327"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 20,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 20"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 20,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 20"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 272,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnone",
      "community_name": "Community 272"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 20,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnullish",
      "community_name": "Community 20"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 20,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsehex",
      "community_name": "Community 20"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 365,
      "norm_label": "test()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test",
      "community_name": "Community 365"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 272,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 272"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 272,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 272"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 272,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 272"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 272,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 272"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 365,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 365"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 272,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 272"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 272,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 272"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 328,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 328"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 328,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 328"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 328,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 328"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 328,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 328"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 328,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 328"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 272,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 272"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 20,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 20"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 327,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 327"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 20,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 20"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 327,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 327"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 328,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resume",
      "community_name": "Community 328"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 272,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 272"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 272,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 272"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 272,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 272"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 285,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 285"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 285,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cananimate",
      "community_name": "Community 285"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 285,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 285"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 285,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 285"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 328,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolved",
      "community_name": "Community 328"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 285,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 285"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 285,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 285"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 285,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 285"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 234,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 234"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 234,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 234"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 20,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 20"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 234,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_asrgba",
      "community_name": "Community 234"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 20,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 20"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 20,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 20"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 365,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getmixer",
      "community_name": "Community 365"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 20,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixarray",
      "community_name": "Community 20"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 365,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixobject",
      "community_name": "Community 365"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 20,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_matchorder",
      "community_name": "Community 20"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 365,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mix2",
      "community_name": "Community 365"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 217,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 217"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 20,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_findspring",
      "community_name": "Community 20"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 20,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 20"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 20,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 20"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 20,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 20"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 20"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 20,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_spring",
      "community_name": "Community 20"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 20,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_inertia",
      "community_name": "Community 20"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmixers",
      "community_name": "Community 20"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 20,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_interpolate",
      "community_name": "Community 20"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 20,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filloffset",
      "community_name": "Community 20"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 20,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 20"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 20,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 20"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 20,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 20"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 20,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 20"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 285,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "community_name": "Community 285"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 285,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tick",
      "community_name": "Community 285"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 285,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finish",
      "community_name": "Community 285"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 285,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_teardown",
      "community_name": "Community 285"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 285,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 285"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 285,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sample",
      "community_name": "Community 285"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 285,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 285"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 285,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 285"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 285,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 285"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 285,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 285"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 20,
      "norm_label": "state()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_state",
      "community_name": "Community 20"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 327,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_supports",
      "community_name": "Community 327"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 20,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 20"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 327,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 327"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 327,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 327"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 327,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 327"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 328,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 328"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 328,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 328"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 327,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 327"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 217,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 217"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 217,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatelist",
      "community_name": "Community 217"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 217,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 217"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 20,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 20"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 217,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 217"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 217,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstate",
      "community_name": "Community 217"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 340,
      "norm_label": "update()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "community_name": "Community 340"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 340,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 340"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 340,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "community_name": "Community 340"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 328,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_unmount",
      "community_name": "Community 328"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 340,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 340"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 217,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 217"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 340,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 340"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 217,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_distance2d",
      "community_name": "Community 217"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 217,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 217"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 217,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 217"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 217,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 217"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 20,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 20"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 217,
      "norm_label": "end()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_end",
      "community_name": "Community 217"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 217,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 217"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 217,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 217"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 217,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 217"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 217,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 217"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 217,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 217"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calclength",
      "community_name": "Community 419"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 419,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnear",
      "community_name": "Community 419"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 419"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 419"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 419"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 419"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 419"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 419"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 327,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 327"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 341,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 341"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 341,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 341"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 341,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 341"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 341,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 341"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 419,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 419"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 20,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 20"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 341,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 341"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 341,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 341"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 341,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 341"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 341,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 341"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 341,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 341"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 341,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 341"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 341,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 341"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 418,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 418"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 418,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasscale",
      "community_name": "Community 418"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 418,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hastransform",
      "community_name": "Community 418"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 418,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 418"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 418,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 418"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 418,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 418"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 418,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 418"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 418,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 418"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 418,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 418"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 418,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 418"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 341,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 341"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 418,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 418"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 418,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformbox",
      "community_name": "Community 418"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 341,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 341"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 341,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 341"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 327,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 327"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 341,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 341"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 341,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 341"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 327,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startanimation",
      "community_name": "Community 327"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 327,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 327"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 341,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 341"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 341,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 341"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 327"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 327"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 341,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 341"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 341,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 341"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 340,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 340"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops",
      "community_name": "Community 327"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 327,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 327"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 20"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 340,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 340"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 340,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 340"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 20,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 20"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 340,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 340"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 217,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 217"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 217,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 217"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 20,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 20"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 327,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 327"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 20,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 20"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 217,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remove",
      "community_name": "Community 217"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 328,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach",
      "community_name": "Community 328"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 20,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delay",
      "community_name": "Community 20"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 365,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 365"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 365,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getradius",
      "community_name": "Community 365"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 20,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compress",
      "community_name": "Community 20"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 20,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 20"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 20,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 20"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 20,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 20"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 418,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 418"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 418,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 418"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 418,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 418"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 418,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 418"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 419,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 419"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 419,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 419"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 20,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisequals",
      "community_name": "Community 20"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 20,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_boxequals",
      "community_name": "Community 20"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 419,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 419"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 419,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 419"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 419,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 419"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 20,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 20"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 217,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_relegate",
      "community_name": "Community 217"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 217,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_promote",
      "community_name": "Community 217"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 20,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 20"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 20,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 20"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 20,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 20"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 20,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 20"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 20,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 20"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 327,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 327"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 20"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 340,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 340"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 419,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 419"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 20,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 20"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 20,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 20"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 20,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 20"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 20,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 20"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 20,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 20"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 327,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 327"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 20,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 20"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 20,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 20"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 20,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 20"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 20,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 20"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 20,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 20"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 20,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 20"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 20,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 20"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 20,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixbox",
      "community_name": "Community 20"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 20,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 20"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 20,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 20"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 20,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_roundbox",
      "community_name": "Community 20"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 419,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 419"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 20,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 20"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 20,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 20"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 20,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onfocus",
      "community_name": "Community 20"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 20,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onblur",
      "community_name": "Community 20"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 20,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 20"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 340,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 340"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 340,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 340"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 340,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startobserver",
      "community_name": "Community 340"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 340,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 340"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 340,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 340"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 327,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 327"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 327,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 327"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 217,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 217"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 217,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 217"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 340,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 340"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 328,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 328"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 340,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 340"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 475,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 475"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 327"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 20,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 20"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariant",
      "community_name": "Community 20"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 327"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 20,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 20"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 340,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 340"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 340,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 340"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 327,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue",
      "community_name": "Community 327"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 327,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevalue",
      "community_name": "Community 327"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 327,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 327"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue",
      "community_name": "Community 327"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 272,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue",
      "community_name": "Community 272"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 272,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 272"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 328,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 328"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 328,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 328"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 328,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 328"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 327,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 327"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 340,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 340"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 327,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 327"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 272,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 272"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 341,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 341"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 475,
      "norm_label": "build()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_build",
      "community_name": "Community 475"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 217,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 217"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 20,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_findtoast",
      "community_name": "Community 20"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 20,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 20"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 20,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 20"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 20,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 20"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 20,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 20"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 476,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_styled2",
      "community_name": "Community 476"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 476,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_factory",
      "community_name": "Community 476"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 20,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 20"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 476,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 476"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 476,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usechakra",
      "community_name": "Community 476"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 476,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 476"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 476,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 476"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 476,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 476"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 476,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 476"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 20,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_checkicon",
      "community_name": "Community 20"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 20,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_infoicon",
      "community_name": "Community 20"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 20,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warningicon",
      "community_name": "Community 20"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 20"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 20,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 20"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 20,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_alerticon",
      "community_name": "Community 20"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 20,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_closeicon",
      "community_name": "Community 20"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 20"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstore",
      "community_name": "Community 20"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 20,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtoast",
      "community_name": "Community 20"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 20,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_portal",
      "community_name": "Community 20"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 635,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements",
      "community_name": "Community 635"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 635,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_ready",
      "community_name": "Community 635"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 635,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_whenready",
      "community_name": "Community 635"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 635,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_defineel",
      "community_name": "Community 635"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 146,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "community_name": "Community 146"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 146,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreact",
      "community_name": "Community 146"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 146,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreactdom",
      "community_name": "Community 146"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 146,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedcdocument",
      "community_name": "Community 146"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 146,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedctext",
      "community_name": "Community 146"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 146,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedataprops",
      "community_name": "Community 146"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 146,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_dcnamefrompath",
      "community_name": "Community 146"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 146,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_rootnamefordocument",
      "community_name": "Community 146"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 146,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_safedecode",
      "community_name": "Community 146"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 146,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_boot",
      "community_name": "Community 146"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 146,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolve",
      "community_name": "Community 146"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 146,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parenswrapwhole",
      "community_name": "Community 146"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 146,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_findtoplevelequality",
      "community_name": "Community 146"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 146,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolvepath",
      "community_name": "Community 146"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 146,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_encodecase",
      "community_name": "Community 146"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 146,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_kebabtocamel",
      "community_name": "Community 146"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 146,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_csstoobj",
      "community_name": "Community 146"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 146,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compileattr",
      "community_name": "Community 146"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 146,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_collectprops",
      "community_name": "Community 146"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 146,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_hostpositionstyle",
      "community_name": "Community 146"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 146,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compiletemplate",
      "community_name": "Community 146"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren",
      "community_name": "Community 146"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk",
      "community_name": "Community 146"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 146,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_warnunresolved",
      "community_name": "Community 146"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walktext",
      "community_name": "Community 146"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkfor",
      "community_name": "Community 146"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkif",
      "community_name": "Community 146"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkcomponent",
      "community_name": "Community 146"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkximport",
      "community_name": "Community 146"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 146,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_contentkey",
      "community_name": "Community 146"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 146,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkelement",
      "community_name": "Community 146"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 146,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_constructor",
      "community_name": "Community 146"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 146,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_setstate",
      "community_name": "Community 146"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 146,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_forceupdate",
      "community_name": "Community 146"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 146,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_componentdidmount",
      "community_name": "Community 146"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 146,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_componentdidupdate",
      "community_name": "Community 146"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 146,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_componentwillunmount",
      "community_name": "Community 146"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 146,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_rendervals",
      "community_name": "Community 146"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 146,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_evaldclogic",
      "community_name": "Community 146"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 146,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_shallowequal",
      "community_name": "Community 146"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 146,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_placeholder",
      "community_name": "Community 146"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 146,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_hinttomin",
      "community_name": "Community 146"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 146,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createcomponentfactory",
      "community_name": "Community 146"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 146,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_isrenderabletype",
      "community_name": "Community 146"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 146,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolvedottedpath",
      "community_name": "Community 146"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 146,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createexternalmodules",
      "community_name": "Community 146"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 146,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_iselementclass",
      "community_name": "Community 146"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 146,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createhelmetmanager",
      "community_name": "Community 146"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 146,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createpseudosheet",
      "community_name": "Community 146"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 146,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createregistry",
      "community_name": "Community 146"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 146,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime",
      "community_name": "Community 146"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 146,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_hiderawtemplate",
      "community_name": "Community 146"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 146,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_loadscript",
      "community_name": "Community 146"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 146,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_loadreactumd",
      "community_name": "Community 146"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 69,
      "norm_label": "init()",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init",
      "community_name": "Community 69"
    },
    {
      "label": "react-dom.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react-dom.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 735,
      "norm_label": "react-dom.js",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dom",
      "community_name": "Community 735"
    },
    {
      "label": "react.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 0,
      "norm_label": "react.js",
      "id": "docs_design_thingtime_launch_celebration_ds_react",
      "community_name": "Community 0"
    },
    {
      "label": "getIteratorFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 305,
      "norm_label": "getiteratorfn()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getiteratorfn",
      "community_name": "Community 305"
    },
    {
      "label": "setExtraStackFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L93",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setextrastackframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setextrastackframe",
      "community_name": "Community 0"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 305,
      "norm_label": "warn()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warn",
      "community_name": "Community 305"
    },
    {
      "label": "error()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L166",
      "_origin": "ast",
      "community": 305,
      "norm_label": "error()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_error",
      "community_name": "Community 305"
    },
    {
      "label": "printWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L178",
      "_origin": "ast",
      "community": 305,
      "norm_label": "printwarning()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_printwarning",
      "community_name": "Community 305"
    },
    {
      "label": "warnNoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L205",
      "_origin": "ast",
      "community": 305,
      "norm_label": "warnnoop()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnnoop",
      "community_name": "Community 305"
    },
    {
      "label": "Component()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L302",
      "_origin": "ast",
      "community": 64,
      "norm_label": "component()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_component",
      "community_name": "Community 64"
    },
    {
      "label": ".setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L339",
      "_origin": "ast",
      "community": 64,
      "norm_label": ".setstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_component_setstate",
      "community_name": "Community 64"
    },
    {
      "label": ".forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L362",
      "_origin": "ast",
      "community": 64,
      "norm_label": ".forceupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_component_forceupdate",
      "community_name": "Community 64"
    },
    {
      "label": "ComponentDummy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L395",
      "_origin": "ast",
      "community": 0,
      "norm_label": "componentdummy()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_componentdummy",
      "community_name": "Community 0"
    },
    {
      "label": "PureComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L402",
      "_origin": "ast",
      "community": 0,
      "norm_label": "purecomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_purecomponent",
      "community_name": "Community 0"
    },
    {
      "label": "createRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L417",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createref",
      "community_name": "Community 0"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L431",
      "_origin": "ast",
      "community": 305,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isarray",
      "community_name": "Community 305"
    },
    {
      "label": "typeName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L445",
      "_origin": "ast",
      "community": 305,
      "norm_label": "typename()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_typename",
      "community_name": "Community 305"
    },
    {
      "label": "willCoercionThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 305,
      "norm_label": "willcoercionthrow()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow",
      "community_name": "Community 305"
    },
    {
      "label": "testStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L466",
      "_origin": "ast",
      "community": 305,
      "norm_label": "teststringcoercion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion",
      "community_name": "Community 305"
    },
    {
      "label": "checkKeyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L492",
      "_origin": "ast",
      "community": 305,
      "norm_label": "checkkeystringcoercion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion",
      "community_name": "Community 305"
    },
    {
      "label": "getWrappedName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L502",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getwrappedname()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getwrappedname",
      "community_name": "Community 64"
    },
    {
      "label": "getContextName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L514",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getcontextname()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcontextname",
      "community_name": "Community 64"
    },
    {
      "label": "getComponentNameFromType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L519",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getcomponentnamefromtype()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype",
      "community_name": "Community 64"
    },
    {
      "label": "hasValidRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L616",
      "_origin": "ast",
      "community": 305,
      "norm_label": "hasvalidref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hasvalidref",
      "community_name": "Community 305"
    },
    {
      "label": "hasValidKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L630",
      "_origin": "ast",
      "community": 305,
      "norm_label": "hasvalidkey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hasvalidkey",
      "community_name": "Community 305"
    },
    {
      "label": "defineKeyPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L644",
      "_origin": "ast",
      "community": 305,
      "norm_label": "definekeypropwarninggetter()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_definekeypropwarninggetter",
      "community_name": "Community 305"
    },
    {
      "label": "defineRefPropWarningGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L662",
      "_origin": "ast",
      "community": 305,
      "norm_label": "definerefpropwarninggetter()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_definerefpropwarninggetter",
      "community_name": "Community 305"
    },
    {
      "label": "warnIfStringRefCannotBeAutoConverted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L680",
      "_origin": "ast",
      "community": 305,
      "norm_label": "warnifstringrefcannotbeautoconverted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnifstringrefcannotbeautoconverted",
      "community_name": "Community 305"
    },
    {
      "label": "createElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L773",
      "_origin": "ast",
      "community": 305,
      "norm_label": "createelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "community_name": "Community 305"
    },
    {
      "label": "cloneAndReplaceKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L858",
      "_origin": "ast",
      "community": 305,
      "norm_label": "cloneandreplacekey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cloneandreplacekey",
      "community_name": "Community 305"
    },
    {
      "label": "cloneElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L867",
      "_origin": "ast",
      "community": 305,
      "norm_label": "cloneelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cloneelement",
      "community_name": "Community 305"
    },
    {
      "label": "isValidElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L947",
      "_origin": "ast",
      "community": 305,
      "norm_label": "isvalidelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isvalidelement",
      "community_name": "Community 305"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L960",
      "_origin": "ast",
      "community": 305,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_escape",
      "community_name": "Community 305"
    },
    {
      "label": "escapeUserProvidedKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L980",
      "_origin": "ast",
      "community": 305,
      "norm_label": "escapeuserprovidedkey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_escapeuserprovidedkey",
      "community_name": "Community 305"
    },
    {
      "label": "getElementKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L992",
      "_origin": "ast",
      "community": 305,
      "norm_label": "getelementkey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getelementkey",
      "community_name": "Community 305"
    },
    {
      "label": "mapIntoArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1008",
      "_origin": "ast",
      "community": 305,
      "norm_label": "mapintoarray()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "community_name": "Community 305"
    },
    {
      "label": "mapChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mapchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mapchildren",
      "community_name": "Community 0"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 0,
      "norm_label": "countchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_countchildren",
      "community_name": "Community 0"
    },
    {
      "label": "forEachChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1183",
      "_origin": "ast",
      "community": 0,
      "norm_label": "foreachchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_foreachchildren",
      "community_name": "Community 0"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1196",
      "_origin": "ast",
      "community": 183,
      "norm_label": "toarray()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_toarray",
      "community_name": "Community 183"
    },
    {
      "label": "onlyChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1217",
      "_origin": "ast",
      "community": 305,
      "norm_label": "onlychild()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_onlychild",
      "community_name": "Community 305"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1225",
      "_origin": "ast",
      "community": 305,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createcontext",
      "community_name": "Community 305"
    },
    {
      "label": "lazyInitializer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1344",
      "_origin": "ast",
      "community": 305,
      "norm_label": "lazyinitializer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_lazyinitializer",
      "community_name": "Community 305"
    },
    {
      "label": "lazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 305,
      "norm_label": "lazy()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_lazy",
      "community_name": "Community 305"
    },
    {
      "label": "forwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1457",
      "_origin": "ast",
      "community": 305,
      "norm_label": "forwardref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_forwardref",
      "community_name": "Community 305"
    },
    {
      "label": "isValidElementType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1514",
      "_origin": "ast",
      "community": 305,
      "norm_label": "isvalidelementtype()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isvalidelementtype",
      "community_name": "Community 305"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1537",
      "_origin": "ast",
      "community": 305,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_memo",
      "community_name": "Community 305"
    },
    {
      "label": "resolveDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 0,
      "norm_label": "resolvedispatcher()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher",
      "community_name": "Community 0"
    },
    {
      "label": "useContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1591",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usecontext",
      "community_name": "Community 0"
    },
    {
      "label": "useState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usestate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usestate",
      "community_name": "Community 0"
    },
    {
      "label": "useReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1614",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usereducer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usereducer",
      "community_name": "Community 0"
    },
    {
      "label": "useRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1618",
      "_origin": "ast",
      "community": 0,
      "norm_label": "useref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_useref",
      "community_name": "Community 0"
    },
    {
      "label": "useEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1622",
      "_origin": "ast",
      "community": 0,
      "norm_label": "useeffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_useeffect",
      "community_name": "Community 0"
    },
    {
      "label": "useInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1626",
      "_origin": "ast",
      "community": 0,
      "norm_label": "useinsertioneffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_useinsertioneffect",
      "community_name": "Community 0"
    },
    {
      "label": "useLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 0,
      "norm_label": "uselayouteffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_uselayouteffect",
      "community_name": "Community 0"
    },
    {
      "label": "useCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1634",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usecallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usecallback",
      "community_name": "Community 0"
    },
    {
      "label": "useMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usememo()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usememo",
      "community_name": "Community 0"
    },
    {
      "label": "useImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1642",
      "_origin": "ast",
      "community": 0,
      "norm_label": "useimperativehandle()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_useimperativehandle",
      "community_name": "Community 0"
    },
    {
      "label": "useDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1646",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usedebugvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usedebugvalue",
      "community_name": "Community 0"
    },
    {
      "label": "useTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1652",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usetransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usetransition",
      "community_name": "Community 0"
    },
    {
      "label": "useDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1656",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usedeferredvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usedeferredvalue",
      "community_name": "Community 0"
    },
    {
      "label": "useId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1660",
      "_origin": "ast",
      "community": 0,
      "norm_label": "useid()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_useid",
      "community_name": "Community 0"
    },
    {
      "label": "useSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1664",
      "_origin": "ast",
      "community": 0,
      "norm_label": "usesyncexternalstore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_usesyncexternalstore",
      "community_name": "Community 0"
    },
    {
      "label": "disabledLog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1682",
      "_origin": "ast",
      "community": 0,
      "norm_label": "disabledlog()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_disabledlog",
      "community_name": "Community 0"
    },
    {
      "label": "disableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1685",
      "_origin": "ast",
      "community": 0,
      "norm_label": "disablelogs()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_disablelogs",
      "community_name": "Community 0"
    },
    {
      "label": "reenableLogs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1719",
      "_origin": "ast",
      "community": 0,
      "norm_label": "reenablelogs()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reenablelogs",
      "community_name": "Community 0"
    },
    {
      "label": "describeBuiltInComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1765",
      "_origin": "ast",
      "community": 0,
      "norm_label": "describebuiltincomponentframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_describebuiltincomponentframe",
      "community_name": "Community 0"
    },
    {
      "label": "describeNativeComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1789",
      "_origin": "ast",
      "community": 0,
      "norm_label": "describenativecomponentframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe",
      "community_name": "Community 0"
    },
    {
      "label": "describeFunctionComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1948",
      "_origin": "ast",
      "community": 0,
      "norm_label": "describefunctioncomponentframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_describefunctioncomponentframe",
      "community_name": "Community 0"
    },
    {
      "label": "shouldConstruct()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1954",
      "_origin": "ast",
      "community": 0,
      "norm_label": "shouldconstruct()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct",
      "community_name": "Community 0"
    },
    {
      "label": "describeUnknownElementTypeFrameInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1959",
      "_origin": "ast",
      "community": 0,
      "norm_label": "describeunknownelementtypeframeindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev",
      "community_name": "Community 0"
    },
    {
      "label": "setCurrentlyValidatingElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2012",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setcurrentlyvalidatingelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement",
      "community_name": "Community 0"
    },
    {
      "label": "checkPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2024",
      "_origin": "ast",
      "community": 64,
      "norm_label": "checkproptypes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes",
      "community_name": "Community 64"
    },
    {
      "label": "setCurrentlyValidatingElement$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2073",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setcurrentlyvalidatingelement$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement_1",
      "community_name": "Community 0"
    },
    {
      "label": "getDeclarationErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2091",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getdeclarationerroraddendum()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getdeclarationerroraddendum",
      "community_name": "Community 64"
    },
    {
      "label": "getSourceInfoErrorAddendum()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2103",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getsourceinfoerroraddendum()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getsourceinfoerroraddendum",
      "community_name": "Community 0"
    },
    {
      "label": "getSourceInfoErrorAddendumForProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2113",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getsourceinfoerroraddendumforprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getsourceinfoerroraddendumforprops",
      "community_name": "Community 0"
    },
    {
      "label": "getCurrentComponentErrorInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2129",
      "_origin": "ast",
      "community": 305,
      "norm_label": "getcurrentcomponenterrorinfo()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcurrentcomponenterrorinfo",
      "community_name": "Community 305"
    },
    {
      "label": "validateExplicitKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2155",
      "_origin": "ast",
      "community": 305,
      "norm_label": "validateexplicitkey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateexplicitkey",
      "community_name": "Community 305"
    },
    {
      "label": "validateChildKeys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2197",
      "_origin": "ast",
      "community": 305,
      "norm_label": "validatechildkeys()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys",
      "community_name": "Community 305"
    },
    {
      "label": "validatePropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2242",
      "_origin": "ast",
      "community": 64,
      "norm_label": "validateproptypes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateproptypes",
      "community_name": "Community 64"
    },
    {
      "label": "validateFragmentProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 0,
      "norm_label": "validatefragmentprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validatefragmentprops",
      "community_name": "Community 0"
    },
    {
      "label": "createElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2311",
      "_origin": "ast",
      "community": 64,
      "norm_label": "createelementwithvalidation()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "community_name": "Community 64"
    },
    {
      "label": "createFactoryWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2375",
      "_origin": "ast",
      "community": 305,
      "norm_label": "createfactorywithvalidation()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfactorywithvalidation",
      "community_name": "Community 305"
    },
    {
      "label": "cloneElementWithValidation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 305,
      "norm_label": "cloneelementwithvalidation()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cloneelementwithvalidation",
      "community_name": "Community 305"
    },
    {
      "label": "push()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2417",
      "_origin": "ast",
      "community": 135,
      "norm_label": "push()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_push",
      "community_name": "Community 135"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2422",
      "_origin": "ast",
      "community": 80,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_peek",
      "community_name": "Community 80"
    },
    {
      "label": "pop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2425",
      "_origin": "ast",
      "community": 182,
      "norm_label": "pop()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pop",
      "community_name": "Community 182"
    },
    {
      "label": "siftUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2441",
      "_origin": "ast",
      "community": 135,
      "norm_label": "siftup()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_siftup",
      "community_name": "Community 135"
    },
    {
      "label": "siftDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2460",
      "_origin": "ast",
      "community": 135,
      "norm_label": "siftdown()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_siftdown",
      "community_name": "Community 135"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2492",
      "_origin": "ast",
      "community": 135,
      "norm_label": "compare()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_compare",
      "community_name": "Community 135"
    },
    {
      "label": "markTaskErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2505",
      "_origin": "ast",
      "community": 80,
      "norm_label": "marktaskerrored()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_marktaskerrored",
      "community_name": "Community 80"
    },
    {
      "label": "advanceTimers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2557",
      "_origin": "ast",
      "community": 80,
      "norm_label": "advancetimers()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_advancetimers",
      "community_name": "Community 80"
    },
    {
      "label": "handleTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2579",
      "_origin": "ast",
      "community": 80,
      "norm_label": "handletimeout()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_handletimeout",
      "community_name": "Community 80"
    },
    {
      "label": "flushWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2597",
      "_origin": "ast",
      "community": 80,
      "norm_label": "flushwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushwork",
      "community_name": "Community 80"
    },
    {
      "label": "workLoop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2635",
      "_origin": "ast",
      "community": 80,
      "norm_label": "workloop()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_workloop",
      "community_name": "Community 80"
    },
    {
      "label": "unstable_runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2687",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unstable_runwithpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_runwithpriority",
      "community_name": "Community 0"
    },
    {
      "label": "unstable_next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2710",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unstable_next()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_next",
      "community_name": "Community 0"
    },
    {
      "label": "unstable_wrapCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2737",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unstable_wrapcallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_wrapcallback",
      "community_name": "Community 0"
    },
    {
      "label": "unstable_scheduleCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2752",
      "_origin": "ast",
      "community": 80,
      "norm_label": "unstable_schedulecallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "community_name": "Community 80"
    },
    {
      "label": "unstable_pauseExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2835",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unstable_pauseexecution()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_pauseexecution",
      "community_name": "Community 0"
    },
    {
      "label": "unstable_continueExecution()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2838",
      "_origin": "ast",
      "community": 80,
      "norm_label": "unstable_continueexecution()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_continueexecution",
      "community_name": "Community 80"
    },
    {
      "label": "unstable_getFirstCallbackNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2846",
      "_origin": "ast",
      "community": 80,
      "norm_label": "unstable_getfirstcallbacknode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_getfirstcallbacknode",
      "community_name": "Community 80"
    },
    {
      "label": "unstable_cancelCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2850",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unstable_cancelcallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_cancelcallback",
      "community_name": "Community 0"
    },
    {
      "label": "unstable_getCurrentPriorityLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2858",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unstable_getcurrentprioritylevel()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_getcurrentprioritylevel",
      "community_name": "Community 0"
    },
    {
      "label": "shouldYieldToHost()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2872",
      "_origin": "ast",
      "community": 80,
      "norm_label": "shouldyieldtohost()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldyieldtohost",
      "community_name": "Community 80"
    },
    {
      "label": "requestPaint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2885",
      "_origin": "ast",
      "community": 129,
      "norm_label": "requestpaint()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requestpaint",
      "community_name": "Community 129"
    },
    {
      "label": "forceFrameRate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2889",
      "_origin": "ast",
      "community": 0,
      "norm_label": "forceframerate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_forceframerate",
      "community_name": "Community 0"
    },
    {
      "label": "requestHostCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2970",
      "_origin": "ast",
      "community": 80,
      "norm_label": "requesthostcallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requesthostcallback",
      "community_name": "Community 80"
    },
    {
      "label": "requestHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2979",
      "_origin": "ast",
      "community": 80,
      "norm_label": "requesthosttimeout()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requesthosttimeout",
      "community_name": "Community 80"
    },
    {
      "label": "cancelHostTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2985",
      "_origin": "ast",
      "community": 80,
      "norm_label": "cancelhosttimeout()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cancelhosttimeout",
      "community_name": "Community 80"
    },
    {
      "label": "unstable_now()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3013",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unstable_now()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_now",
      "community_name": "Community 0"
    },
    {
      "label": "startTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3035",
      "_origin": "ast",
      "community": 129,
      "norm_label": "starttransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_starttransition",
      "community_name": "Community 129"
    },
    {
      "label": "enqueueTask()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 305,
      "norm_label": "enqueuetask()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueuetask",
      "community_name": "Community 305"
    },
    {
      "label": "act()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3102",
      "_origin": "ast",
      "community": 305,
      "norm_label": "act()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_act",
      "community_name": "Community 305"
    },
    {
      "label": "popActScope()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3229",
      "_origin": "ast",
      "community": 305,
      "norm_label": "popactscope()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_popactscope",
      "community_name": "Community 305"
    },
    {
      "label": "recursivelyFlushAsyncActWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3239",
      "_origin": "ast",
      "community": 305,
      "norm_label": "recursivelyflushasyncactwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_recursivelyflushasyncactwork",
      "community_name": "Community 305"
    },
    {
      "label": "flushActQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3267",
      "_origin": "ast",
      "community": 305,
      "norm_label": "flushactqueue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushactqueue",
      "community_name": "Community 305"
    },
    {
      "label": "setSuppressWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3363",
      "_origin": "ast",
      "community": 64,
      "norm_label": "setsuppresswarning()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setsuppresswarning",
      "community_name": "Community 64"
    },
    {
      "label": "registerTwoPhaseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3504",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registertwophaseevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registertwophaseevent",
      "community_name": "Community 0"
    },
    {
      "label": "registerDirectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3508",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registerdirectevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registerdirectevent",
      "community_name": "Community 0"
    },
    {
      "label": "checkAttributeStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3593",
      "_origin": "ast",
      "community": 305,
      "norm_label": "checkattributestringcoercion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion",
      "community_name": "Community 305"
    },
    {
      "label": "checkPropStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3611",
      "_origin": "ast",
      "community": 305,
      "norm_label": "checkpropstringcoercion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkpropstringcoercion",
      "community_name": "Community 305"
    },
    {
      "label": "checkCSSPropertyStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3620",
      "_origin": "ast",
      "community": 305,
      "norm_label": "checkcsspropertystringcoercion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkcsspropertystringcoercion",
      "community_name": "Community 305"
    },
    {
      "label": "checkHtmlStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3629",
      "_origin": "ast",
      "community": 305,
      "norm_label": "checkhtmlstringcoercion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkhtmlstringcoercion",
      "community_name": "Community 305"
    },
    {
      "label": "checkFormFieldValueStringCoercion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3638",
      "_origin": "ast",
      "community": 305,
      "norm_label": "checkformfieldvaluestringcoercion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion",
      "community_name": "Community 305"
    },
    {
      "label": "isAttributeNameSafe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3683",
      "_origin": "ast",
      "community": 92,
      "norm_label": "isattributenamesafe()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isattributenamesafe",
      "community_name": "Community 92"
    },
    {
      "label": "shouldIgnoreAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3705",
      "_origin": "ast",
      "community": 92,
      "norm_label": "shouldignoreattribute()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldignoreattribute",
      "community_name": "Community 92"
    },
    {
      "label": "shouldRemoveAttributeWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3720",
      "_origin": "ast",
      "community": 92,
      "norm_label": "shouldremoveattributewithwarning()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattributewithwarning",
      "community_name": "Community 92"
    },
    {
      "label": "shouldRemoveAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3750",
      "_origin": "ast",
      "community": 92,
      "norm_label": "shouldremoveattribute()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattribute",
      "community_name": "Community 92"
    },
    {
      "label": "getPropertyInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3783",
      "_origin": "ast",
      "community": 92,
      "norm_label": "getpropertyinfo()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getpropertyinfo",
      "community_name": "Community 92"
    },
    {
      "label": "PropertyInfoRecord()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3787",
      "_origin": "ast",
      "community": 0,
      "norm_label": "propertyinforecord()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_propertyinforecord",
      "community_name": "Community 0"
    },
    {
      "label": "sanitizeURL()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3981",
      "_origin": "ast",
      "community": 92,
      "norm_label": "sanitizeurl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_sanitizeurl",
      "community_name": "Community 92"
    },
    {
      "label": "getValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3996",
      "_origin": "ast",
      "community": 92,
      "norm_label": "getvalueforproperty()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getvalueforproperty",
      "community_name": "Community 92"
    },
    {
      "label": "getValueForAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4075",
      "_origin": "ast",
      "community": 92,
      "norm_label": "getvalueforattribute()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getvalueforattribute",
      "community_name": "Community 92"
    },
    {
      "label": "setValueForProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4106",
      "_origin": "ast",
      "community": 92,
      "norm_label": "setvalueforproperty()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "community_name": "Community 92"
    },
    {
      "label": "describeClassComponentFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4511",
      "_origin": "ast",
      "community": 0,
      "norm_label": "describeclasscomponentframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_describeclasscomponentframe",
      "community_name": "Community 0"
    },
    {
      "label": "describeFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4577",
      "_origin": "ast",
      "community": 0,
      "norm_label": "describefiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_describefiber",
      "community_name": "Community 0"
    },
    {
      "label": "getStackByFiberInDevAndProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4610",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getstackbyfiberindevandprod()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getstackbyfiberindevandprod",
      "community_name": "Community 0"
    },
    {
      "label": "getWrappedName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4726",
      "_origin": "ast",
      "community": 35,
      "norm_label": "getwrappedname$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getwrappedname_1",
      "community_name": "Community 35"
    },
    {
      "label": "getContextName$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4732",
      "_origin": "ast",
      "community": 35,
      "norm_label": "getcontextname$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcontextname_1",
      "community_name": "Community 35"
    },
    {
      "label": "getComponentNameFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4736",
      "_origin": "ast",
      "community": 35,
      "norm_label": "getcomponentnamefromfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber",
      "community_name": "Community 35"
    },
    {
      "label": "getCurrentFiberOwnerNameInDevOrNull()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4829",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getcurrentfiberownernameindevornull()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberownernameindevornull",
      "community_name": "Community 64"
    },
    {
      "label": "getCurrentFiberStackInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4845",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getcurrentfiberstackindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberstackindev",
      "community_name": "Community 0"
    },
    {
      "label": "resetCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4857",
      "_origin": "ast",
      "community": 35,
      "norm_label": "resetcurrentfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber",
      "community_name": "Community 35"
    },
    {
      "label": "setCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4864",
      "_origin": "ast",
      "community": 35,
      "norm_label": "setcurrentfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber",
      "community_name": "Community 35"
    },
    {
      "label": "getCurrentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4871",
      "_origin": "ast",
      "community": 35,
      "norm_label": "getcurrentfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiber",
      "community_name": "Community 35"
    },
    {
      "label": "setIsRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4876",
      "_origin": "ast",
      "community": 64,
      "norm_label": "setisrendering()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setisrendering",
      "community_name": "Community 64"
    },
    {
      "label": "toString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4885",
      "_origin": "ast",
      "community": 92,
      "norm_label": "tostring()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_tostring",
      "community_name": "Community 92"
    },
    {
      "label": "getToStringValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4890",
      "_origin": "ast",
      "community": 92,
      "norm_label": "gettostringvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue",
      "community_name": "Community 92"
    },
    {
      "label": "checkControlledValueProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4920",
      "_origin": "ast",
      "community": 92,
      "norm_label": "checkcontrolledvalueprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkcontrolledvalueprops",
      "community_name": "Community 92"
    },
    {
      "label": "isCheckable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 0,
      "norm_label": "ischeckable()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_ischeckable",
      "community_name": "Community 0"
    },
    {
      "label": "getTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4938",
      "_origin": "ast",
      "community": 0,
      "norm_label": "gettracker()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettracker",
      "community_name": "Community 0"
    },
    {
      "label": "detachTracker()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4942",
      "_origin": "ast",
      "community": 0,
      "norm_label": "detachtracker()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_detachtracker",
      "community_name": "Community 0"
    },
    {
      "label": "getValueFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4946",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getvaluefromnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getvaluefromnode",
      "community_name": "Community 0"
    },
    {
      "label": "trackValueOnNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4962",
      "_origin": "ast",
      "community": 0,
      "norm_label": "trackvalueonnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_trackvalueonnode",
      "community_name": "Community 0"
    },
    {
      "label": "track()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5021",
      "_origin": "ast",
      "community": 0,
      "norm_label": "track()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_track",
      "community_name": "Community 0"
    },
    {
      "label": "updateValueIfChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5029",
      "_origin": "ast",
      "community": 0,
      "norm_label": "updatevalueifchanged()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatevalueifchanged",
      "community_name": "Community 0"
    },
    {
      "label": "getActiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5052",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getactiveelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getactiveelement",
      "community_name": "Community 0"
    },
    {
      "label": "isControlled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5071",
      "_origin": "ast",
      "community": 92,
      "norm_label": "iscontrolled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iscontrolled",
      "community_name": "Community 92"
    },
    {
      "label": "getHostProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5093",
      "_origin": "ast",
      "community": 92,
      "norm_label": "gethostprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethostprops",
      "community_name": "Community 92"
    },
    {
      "label": "initWrapperState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5104",
      "_origin": "ast",
      "community": 92,
      "norm_label": "initwrapperstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate",
      "community_name": "Community 92"
    },
    {
      "label": "updateChecked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5129",
      "_origin": "ast",
      "community": 92,
      "norm_label": "updatechecked()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatechecked",
      "community_name": "Community 92"
    },
    {
      "label": "updateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5137",
      "_origin": "ast",
      "community": 92,
      "norm_label": "updatewrapper()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper",
      "community_name": "Community 92"
    },
    {
      "label": "postMountWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5198",
      "_origin": "ast",
      "community": 92,
      "norm_label": "postmountwrapper()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper",
      "community_name": "Community 92"
    },
    {
      "label": "restoreControlledState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5262",
      "_origin": "ast",
      "community": 92,
      "norm_label": "restorecontrolledstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate",
      "community_name": "Community 92"
    },
    {
      "label": "updateNamedCousins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5268",
      "_origin": "ast",
      "community": 92,
      "norm_label": "updatenamedcousins()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatenamedcousins",
      "community_name": "Community 92"
    },
    {
      "label": "setDefaultValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5327",
      "_origin": "ast",
      "community": 92,
      "norm_label": "setdefaultvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setdefaultvalue",
      "community_name": "Community 92"
    },
    {
      "label": "validateProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5345",
      "_origin": "ast",
      "community": 92,
      "norm_label": "validateprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateprops",
      "community_name": "Community 92"
    },
    {
      "label": "postMountWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5382",
      "_origin": "ast",
      "community": 92,
      "norm_label": "postmountwrapper$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_1",
      "community_name": "Community 92"
    },
    {
      "label": "checkSelectPropTypes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5416",
      "_origin": "ast",
      "community": 92,
      "norm_label": "checkselectproptypes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkselectproptypes",
      "community_name": "Community 92"
    },
    {
      "label": "updateOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5438",
      "_origin": "ast",
      "community": 92,
      "norm_label": "updateoptions()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateoptions",
      "community_name": "Community 92"
    },
    {
      "label": "getHostProps$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5506",
      "_origin": "ast",
      "community": 92,
      "norm_label": "gethostprops$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_1",
      "community_name": "Community 92"
    },
    {
      "label": "initWrapperState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5511",
      "_origin": "ast",
      "community": 92,
      "norm_label": "initwrapperstate$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_1",
      "community_name": "Community 92"
    },
    {
      "label": "postMountWrapper$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5530",
      "_origin": "ast",
      "community": 92,
      "norm_label": "postmountwrapper$2()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_2",
      "community_name": "Community 92"
    },
    {
      "label": "postUpdateWrapper()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5541",
      "_origin": "ast",
      "community": 92,
      "norm_label": "postupdatewrapper()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_postupdatewrapper",
      "community_name": "Community 92"
    },
    {
      "label": "restoreControlledState$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5559",
      "_origin": "ast",
      "community": 92,
      "norm_label": "restorecontrolledstate$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_1",
      "community_name": "Community 92"
    },
    {
      "label": "getHostProps$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5585",
      "_origin": "ast",
      "community": 92,
      "norm_label": "gethostprops$2()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_2",
      "community_name": "Community 92"
    },
    {
      "label": "initWrapperState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5606",
      "_origin": "ast",
      "community": 92,
      "norm_label": "initwrapperstate$2()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2",
      "community_name": "Community 92"
    },
    {
      "label": "updateWrapper$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5658",
      "_origin": "ast",
      "community": 92,
      "norm_label": "updatewrapper$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper_1",
      "community_name": "Community 92"
    },
    {
      "label": "postMountWrapper$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5681",
      "_origin": "ast",
      "community": 92,
      "norm_label": "postmountwrapper$3()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_3",
      "community_name": "Community 92"
    },
    {
      "label": "restoreControlledState$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5696",
      "_origin": "ast",
      "community": 92,
      "norm_label": "restorecontrolledstate$2()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_2",
      "community_name": "Community 92"
    },
    {
      "label": "getIntrinsicNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5705",
      "_origin": "ast",
      "community": 182,
      "norm_label": "getintrinsicnamespace()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getintrinsicnamespace",
      "community_name": "Community 182"
    },
    {
      "label": "getChildNamespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5717",
      "_origin": "ast",
      "community": 182,
      "norm_label": "getchildnamespace()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getchildnamespace",
      "community_name": "Community 182"
    },
    {
      "label": "prefixKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5924",
      "_origin": "ast",
      "community": 0,
      "norm_label": "prefixkey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_prefixkey",
      "community_name": "Community 0"
    },
    {
      "label": "dangerousStyleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5952",
      "_origin": "ast",
      "community": 0,
      "norm_label": "dangerousstylevalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dangerousstylevalue",
      "community_name": "Community 0"
    },
    {
      "label": "hyphenateStyleName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5995",
      "_origin": "ast",
      "community": 0,
      "norm_label": "hyphenatestylename()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hyphenatestylename",
      "community_name": "Community 0"
    },
    {
      "label": "createDangerousStringForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6104",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createdangerousstringforstyles()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createdangerousstringforstyles",
      "community_name": "Community 0"
    },
    {
      "label": "setValueForStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6135",
      "_origin": "ast",
      "community": 92,
      "norm_label": "setvalueforstyles()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setvalueforstyles",
      "community_name": "Community 92"
    },
    {
      "label": "isValueEmpty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 0,
      "norm_label": "isvalueempty()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isvalueempty",
      "community_name": "Community 0"
    },
    {
      "label": "expandShorthandMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 0,
      "norm_label": "expandshorthandmap()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_expandshorthandmap",
      "community_name": "Community 0"
    },
    {
      "label": "validateShorthandPropertyCollisionInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6207",
      "_origin": "ast",
      "community": 0,
      "norm_label": "validateshorthandpropertycollisionindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateshorthandpropertycollisionindev",
      "community_name": "Community 0"
    },
    {
      "label": "assertValidProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6265",
      "_origin": "ast",
      "community": 92,
      "norm_label": "assertvalidprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_assertvalidprops",
      "community_name": "Community 92"
    },
    {
      "label": "isCustomComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6298",
      "_origin": "ast",
      "community": 92,
      "norm_label": "iscustomcomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent",
      "community_name": "Community 92"
    },
    {
      "label": "validateProperty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6880",
      "_origin": "ast",
      "community": 305,
      "norm_label": "validateproperty()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateproperty",
      "community_name": "Community 305"
    },
    {
      "label": "warnInvalidARIAProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6930",
      "_origin": "ast",
      "community": 305,
      "norm_label": "warninvalidariaprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warninvalidariaprops",
      "community_name": "Community 305"
    },
    {
      "label": "validateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6954",
      "_origin": "ast",
      "community": 305,
      "norm_label": "validateproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateproperties",
      "community_name": "Community 305"
    },
    {
      "label": "validateProperties$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6963",
      "_origin": "ast",
      "community": 305,
      "norm_label": "validateproperties$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateproperties_1",
      "community_name": "Community 305"
    },
    {
      "label": "validateProperties$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7153",
      "_origin": "ast",
      "community": 92,
      "norm_label": "validateproperties$2()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validateproperties_2",
      "community_name": "Community 92"
    },
    {
      "label": "setReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7174",
      "_origin": "ast",
      "community": 80,
      "norm_label": "setreplayingevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setreplayingevent",
      "community_name": "Community 80"
    },
    {
      "label": "resetReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7183",
      "_origin": "ast",
      "community": 80,
      "norm_label": "resetreplayingevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetreplayingevent",
      "community_name": "Community 80"
    },
    {
      "label": "isReplayingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7192",
      "_origin": "ast",
      "community": 135,
      "norm_label": "isreplayingevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isreplayingevent",
      "community_name": "Community 135"
    },
    {
      "label": "getEventTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7204",
      "_origin": "ast",
      "community": 0,
      "norm_label": "geteventtarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_geteventtarget",
      "community_name": "Community 0"
    },
    {
      "label": "restoreStateOfTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7222",
      "_origin": "ast",
      "community": 80,
      "norm_label": "restorestateoftarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restorestateoftarget",
      "community_name": "Community 80"
    },
    {
      "label": "setRestoreImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7245",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setrestoreimplementation()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setrestoreimplementation",
      "community_name": "Community 0"
    },
    {
      "label": "enqueueStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7248",
      "_origin": "ast",
      "community": 135,
      "norm_label": "enqueuestaterestore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueuestaterestore",
      "community_name": "Community 135"
    },
    {
      "label": "needsStateRestore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7259",
      "_origin": "ast",
      "community": 80,
      "norm_label": "needsstaterestore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_needsstaterestore",
      "community_name": "Community 80"
    },
    {
      "label": "restoreStateIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7262",
      "_origin": "ast",
      "community": 80,
      "norm_label": "restorestateifneeded()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restorestateifneeded",
      "community_name": "Community 80"
    },
    {
      "label": "finishEventHandler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7294",
      "_origin": "ast",
      "community": 80,
      "norm_label": "finisheventhandler()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_finisheventhandler",
      "community_name": "Community 80"
    },
    {
      "label": "batchedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7312",
      "_origin": "ast",
      "community": 80,
      "norm_label": "batchedupdates()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates",
      "community_name": "Community 80"
    },
    {
      "label": "setBatchingImplementation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7328",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setbatchingimplementation()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setbatchingimplementation",
      "community_name": "Community 0"
    },
    {
      "label": "isInteractive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7333",
      "_origin": "ast",
      "community": 135,
      "norm_label": "isinteractive()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isinteractive",
      "community_name": "Community 135"
    },
    {
      "label": "shouldPreventMouseEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7337",
      "_origin": "ast",
      "community": 135,
      "norm_label": "shouldpreventmouseevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldpreventmouseevent",
      "community_name": "Community 135"
    },
    {
      "label": "getListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7363",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getlistener()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getlistener",
      "community_name": "Community 135"
    },
    {
      "label": "invokeGuardedCallbackProd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7410",
      "_origin": "ast",
      "community": 305,
      "norm_label": "invokeguardedcallbackprod()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallbackprod",
      "community_name": "Community 305"
    },
    {
      "label": "restoreAfterDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7472",
      "_origin": "ast",
      "community": 0,
      "norm_label": "restoreafterdispatch()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restoreafterdispatch",
      "community_name": "Community 0"
    },
    {
      "label": "callCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7492",
      "_origin": "ast",
      "community": 0,
      "norm_label": "callcallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_callcallback",
      "community_name": "Community 0"
    },
    {
      "label": "handleWindowError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7515",
      "_origin": "ast",
      "community": 0,
      "norm_label": "handlewindowerror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_handlewindowerror",
      "community_name": "Community 0"
    },
    {
      "label": "invokeGuardedCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7605",
      "_origin": "ast",
      "community": 0,
      "norm_label": "invokeguardedcallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallback",
      "community_name": "Community 0"
    },
    {
      "label": "invokeGuardedCallbackAndCatchFirstError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7621",
      "_origin": "ast",
      "community": 0,
      "norm_label": "invokeguardedcallbackandcatchfirsterror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallbackandcatchfirsterror",
      "community_name": "Community 0"
    },
    {
      "label": "rethrowCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7638",
      "_origin": "ast",
      "community": 0,
      "norm_label": "rethrowcaughterror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_rethrowcaughterror",
      "community_name": "Community 0"
    },
    {
      "label": "hasCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7646",
      "_origin": "ast",
      "community": 0,
      "norm_label": "hascaughterror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hascaughterror",
      "community_name": "Community 0"
    },
    {
      "label": "clearCaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7649",
      "_origin": "ast",
      "community": 0,
      "norm_label": "clearcaughterror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_clearcaughterror",
      "community_name": "Community 0"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7692",
      "_origin": "ast",
      "community": 80,
      "norm_label": "get()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_get",
      "community_name": "Community 80"
    },
    {
      "label": "has()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7695",
      "_origin": "ast",
      "community": 64,
      "norm_label": "has()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_has",
      "community_name": "Community 64"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7698",
      "_origin": "ast",
      "community": 0,
      "norm_label": "set()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_set",
      "community_name": "Community 0"
    },
    {
      "label": "getNearestMountedFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7805",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getnearestmountedfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber",
      "community_name": "Community 80"
    },
    {
      "label": "getSuspenseInstanceFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7842",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getsuspenseinstancefromfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getsuspenseinstancefromfiber",
      "community_name": "Community 80"
    },
    {
      "label": "getContainerFromFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7861",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getcontainerfromfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcontainerfromfiber",
      "community_name": "Community 80"
    },
    {
      "label": "isFiberMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7864",
      "_origin": "ast",
      "community": 80,
      "norm_label": "isfibermounted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isfibermounted",
      "community_name": "Community 80"
    },
    {
      "label": "isMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7867",
      "_origin": "ast",
      "community": 80,
      "norm_label": "ismounted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_ismounted",
      "community_name": "Community 80"
    },
    {
      "label": "assertIsMounted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7892",
      "_origin": "ast",
      "community": 80,
      "norm_label": "assertismounted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_assertismounted",
      "community_name": "Community 80"
    },
    {
      "label": "findCurrentFiberUsingSlowPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7898",
      "_origin": "ast",
      "community": 80,
      "norm_label": "findcurrentfiberusingslowpath()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findcurrentfiberusingslowpath",
      "community_name": "Community 80"
    },
    {
      "label": "findCurrentHostFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8056",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findcurrenthostfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiber",
      "community_name": "Community 0"
    },
    {
      "label": "findCurrentHostFiberImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8061",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findcurrenthostfiberimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberimpl",
      "community_name": "Community 0"
    },
    {
      "label": "findCurrentHostFiberWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8082",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findcurrenthostfiberwithnoportals()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportals",
      "community_name": "Community 0"
    },
    {
      "label": "findCurrentHostFiberWithNoPortalsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8087",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findcurrenthostfiberwithnoportalsimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportalsimpl",
      "community_name": "Community 0"
    },
    {
      "label": "injectInternals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8132",
      "_origin": "ast",
      "community": 0,
      "norm_label": "injectinternals()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_injectinternals",
      "community_name": "Community 0"
    },
    {
      "label": "onScheduleRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8185",
      "_origin": "ast",
      "community": 94,
      "norm_label": "onscheduleroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_onscheduleroot",
      "community_name": "Community 94"
    },
    {
      "label": "onCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8200",
      "_origin": "ast",
      "community": 129,
      "norm_label": "oncommitroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_oncommitroot",
      "community_name": "Community 129"
    },
    {
      "label": "onPostCommitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8245",
      "_origin": "ast",
      "community": 129,
      "norm_label": "onpostcommitroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_onpostcommitroot",
      "community_name": "Community 129"
    },
    {
      "label": "onCommitUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8260",
      "_origin": "ast",
      "community": 35,
      "norm_label": "oncommitunmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_oncommitunmount",
      "community_name": "Community 35"
    },
    {
      "label": "setIsStrictModeForDevtools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8275",
      "_origin": "ast",
      "community": 64,
      "norm_label": "setisstrictmodefordevtools()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools",
      "community_name": "Community 64"
    },
    {
      "label": "injectProfilingHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8301",
      "_origin": "ast",
      "community": 0,
      "norm_label": "injectprofilinghooks()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_injectprofilinghooks",
      "community_name": "Community 0"
    },
    {
      "label": "getLaneLabelMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8305",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getlanelabelmap()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getlanelabelmap",
      "community_name": "Community 0"
    },
    {
      "label": "markCommitStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8320",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markcommitstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcommitstarted",
      "community_name": "Community 129"
    },
    {
      "label": "markCommitStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8327",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markcommitstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcommitstopped",
      "community_name": "Community 129"
    },
    {
      "label": "markComponentRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8334",
      "_origin": "ast",
      "community": 64,
      "norm_label": "markcomponentrenderstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstarted",
      "community_name": "Community 64"
    },
    {
      "label": "markComponentRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8341",
      "_origin": "ast",
      "community": 64,
      "norm_label": "markcomponentrenderstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped",
      "community_name": "Community 64"
    },
    {
      "label": "markComponentPassiveEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8348",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentpassiveeffectmountstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectmountstarted",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentPassiveEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8355",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentpassiveeffectmountstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectmountstopped",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentPassiveEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8362",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentpassiveeffectunmountstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectunmountstarted",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentPassiveEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8369",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentpassiveeffectunmountstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectunmountstopped",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentLayoutEffectMountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8376",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentlayouteffectmountstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectmountstarted",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentLayoutEffectMountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8383",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentlayouteffectmountstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectmountstopped",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentLayoutEffectUnmountStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8390",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentlayouteffectunmountstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstarted",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentLayoutEffectUnmountStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8397",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcomponentlayouteffectunmountstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstopped",
      "community_name": "Community 35"
    },
    {
      "label": "markComponentErrored()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8404",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markcomponenterrored()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponenterrored",
      "community_name": "Community 129"
    },
    {
      "label": "markComponentSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8411",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markcomponentsuspended()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcomponentsuspended",
      "community_name": "Community 129"
    },
    {
      "label": "markLayoutEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8418",
      "_origin": "ast",
      "community": 129,
      "norm_label": "marklayouteffectsstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_marklayouteffectsstarted",
      "community_name": "Community 129"
    },
    {
      "label": "markLayoutEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8425",
      "_origin": "ast",
      "community": 129,
      "norm_label": "marklayouteffectsstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_marklayouteffectsstopped",
      "community_name": "Community 129"
    },
    {
      "label": "markPassiveEffectsStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8432",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markpassiveeffectsstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markpassiveeffectsstarted",
      "community_name": "Community 129"
    },
    {
      "label": "markPassiveEffectsStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8439",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markpassiveeffectsstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markpassiveeffectsstopped",
      "community_name": "Community 129"
    },
    {
      "label": "markRenderStarted()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8446",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markrenderstarted()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrenderstarted",
      "community_name": "Community 129"
    },
    {
      "label": "markRenderYielded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8453",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markrenderyielded()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrenderyielded",
      "community_name": "Community 129"
    },
    {
      "label": "markRenderStopped()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8460",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markrenderstopped()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrenderstopped",
      "community_name": "Community 129"
    },
    {
      "label": "markRenderScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8467",
      "_origin": "ast",
      "community": 94,
      "norm_label": "markrenderscheduled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrenderscheduled",
      "community_name": "Community 94"
    },
    {
      "label": "markForceUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8474",
      "_origin": "ast",
      "community": 0,
      "norm_label": "markforceupdatescheduled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markforceupdatescheduled",
      "community_name": "Community 0"
    },
    {
      "label": "markStateUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8481",
      "_origin": "ast",
      "community": 94,
      "norm_label": "markstateupdatescheduled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markstateupdatescheduled",
      "community_name": "Community 94"
    },
    {
      "label": "clz32Fallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8514",
      "_origin": "ast",
      "community": 0,
      "norm_label": "clz32fallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_clz32fallback",
      "community_name": "Community 0"
    },
    {
      "label": "getLabelForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8638",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getlabelforlane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getlabelforlane",
      "community_name": "Community 0"
    },
    {
      "label": "getHighestPriorityLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8693",
      "_origin": "ast",
      "community": 129,
      "norm_label": "gethighestprioritylanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylanes",
      "community_name": "Community 129"
    },
    {
      "label": "getNextLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8760",
      "_origin": "ast",
      "community": 129,
      "norm_label": "getnextlanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes",
      "community_name": "Community 129"
    },
    {
      "label": "getMostRecentEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8872",
      "_origin": "ast",
      "community": 129,
      "norm_label": "getmostrecenteventtime()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getmostrecenteventtime",
      "community_name": "Community 129"
    },
    {
      "label": "computeExpirationTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8891",
      "_origin": "ast",
      "community": 129,
      "norm_label": "computeexpirationtime()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_computeexpirationtime",
      "community_name": "Community 129"
    },
    {
      "label": "markStarvedLanesAsExpired()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8956",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markstarvedlanesasexpired()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markstarvedlanesasexpired",
      "community_name": "Community 129"
    },
    {
      "label": "getHighestPriorityPendingLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8992",
      "_origin": "ast",
      "community": 129,
      "norm_label": "gethighestprioritypendinglanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritypendinglanes",
      "community_name": "Community 129"
    },
    {
      "label": "getLanesToRetrySynchronouslyOnError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8995",
      "_origin": "ast",
      "community": 129,
      "norm_label": "getlanestoretrysynchronouslyonerror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getlanestoretrysynchronouslyonerror",
      "community_name": "Community 129"
    },
    {
      "label": "includesSyncLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9008",
      "_origin": "ast",
      "community": 154,
      "norm_label": "includessynclane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includessynclane",
      "community_name": "Community 154"
    },
    {
      "label": "includesNonIdleWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9011",
      "_origin": "ast",
      "community": 129,
      "norm_label": "includesnonidlework()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includesnonidlework",
      "community_name": "Community 129"
    },
    {
      "label": "includesOnlyRetries()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9014",
      "_origin": "ast",
      "community": 129,
      "norm_label": "includesonlyretries()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includesonlyretries",
      "community_name": "Community 129"
    },
    {
      "label": "includesOnlyNonUrgentLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9017",
      "_origin": "ast",
      "community": 154,
      "norm_label": "includesonlynonurgentlanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includesonlynonurgentlanes",
      "community_name": "Community 154"
    },
    {
      "label": "includesOnlyTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9021",
      "_origin": "ast",
      "community": 129,
      "norm_label": "includesonlytransitions()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includesonlytransitions",
      "community_name": "Community 129"
    },
    {
      "label": "includesBlockingLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9024",
      "_origin": "ast",
      "community": 154,
      "norm_label": "includesblockinglane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includesblockinglane",
      "community_name": "Community 154"
    },
    {
      "label": "includesExpiredLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9029",
      "_origin": "ast",
      "community": 129,
      "norm_label": "includesexpiredlane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includesexpiredlane",
      "community_name": "Community 129"
    },
    {
      "label": "isTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9034",
      "_origin": "ast",
      "community": 94,
      "norm_label": "istransitionlane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_istransitionlane",
      "community_name": "Community 94"
    },
    {
      "label": "claimNextTransitionLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9037",
      "_origin": "ast",
      "community": 94,
      "norm_label": "claimnexttransitionlane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_claimnexttransitionlane",
      "community_name": "Community 94"
    },
    {
      "label": "claimNextRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9050",
      "_origin": "ast",
      "community": 0,
      "norm_label": "claimnextretrylane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_claimnextretrylane",
      "community_name": "Community 0"
    },
    {
      "label": "getHighestPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9060",
      "_origin": "ast",
      "community": 129,
      "norm_label": "gethighestprioritylane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane",
      "community_name": "Community 129"
    },
    {
      "label": "pickArbitraryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9063",
      "_origin": "ast",
      "community": 154,
      "norm_label": "pickarbitrarylane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylane",
      "community_name": "Community 154"
    },
    {
      "label": "pickArbitraryLaneIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9071",
      "_origin": "ast",
      "community": 129,
      "norm_label": "pickarbitrarylaneindex()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex",
      "community_name": "Community 129"
    },
    {
      "label": "laneToIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9075",
      "_origin": "ast",
      "community": 129,
      "norm_label": "lanetoindex()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_lanetoindex",
      "community_name": "Community 129"
    },
    {
      "label": "includesSomeLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9079",
      "_origin": "ast",
      "community": 64,
      "norm_label": "includessomelane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_includessomelane",
      "community_name": "Community 64"
    },
    {
      "label": "isSubsetOfLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9082",
      "_origin": "ast",
      "community": 154,
      "norm_label": "issubsetoflanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_issubsetoflanes",
      "community_name": "Community 154"
    },
    {
      "label": "mergeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9085",
      "_origin": "ast",
      "community": 154,
      "norm_label": "mergelanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mergelanes",
      "community_name": "Community 154"
    },
    {
      "label": "removeLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9088",
      "_origin": "ast",
      "community": 235,
      "norm_label": "removelanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_removelanes",
      "community_name": "Community 235"
    },
    {
      "label": "intersectLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9091",
      "_origin": "ast",
      "community": 94,
      "norm_label": "intersectlanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_intersectlanes",
      "community_name": "Community 94"
    },
    {
      "label": "laneToLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9096",
      "_origin": "ast",
      "community": 235,
      "norm_label": "lanetolanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_lanetolanes",
      "community_name": "Community 235"
    },
    {
      "label": "higherPriorityLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9099",
      "_origin": "ast",
      "community": 0,
      "norm_label": "higherprioritylane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_higherprioritylane",
      "community_name": "Community 0"
    },
    {
      "label": "createLaneMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9103",
      "_origin": "ast",
      "community": 135,
      "norm_label": "createlanemap()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createlanemap",
      "community_name": "Community 135"
    },
    {
      "label": "markRootUpdated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9114",
      "_origin": "ast",
      "community": 94,
      "norm_label": "markrootupdated()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated",
      "community_name": "Community 94"
    },
    {
      "label": "markRootSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9139",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markrootsuspended()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended",
      "community_name": "Community 129"
    },
    {
      "label": "markRootPinged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9153",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markrootpinged()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrootpinged",
      "community_name": "Community 129"
    },
    {
      "label": "markRootFinished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9156",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markrootfinished()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrootfinished",
      "community_name": "Community 129"
    },
    {
      "label": "markRootEntangled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9180",
      "_origin": "ast",
      "community": 94,
      "norm_label": "markrootentangled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrootentangled",
      "community_name": "Community 94"
    },
    {
      "label": "getBumpedLaneForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9209",
      "_origin": "ast",
      "community": 129,
      "norm_label": "getbumpedlaneforhydration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getbumpedlaneforhydration",
      "community_name": "Community 129"
    },
    {
      "label": "addFiberToLanesMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9267",
      "_origin": "ast",
      "community": 129,
      "norm_label": "addfibertolanesmap()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_addfibertolanesmap",
      "community_name": "Community 129"
    },
    {
      "label": "movePendingFibersToMemoized()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9283",
      "_origin": "ast",
      "community": 129,
      "norm_label": "movependingfiberstomemoized()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_movependingfiberstomemoized",
      "community_name": "Community 129"
    },
    {
      "label": "getTransitionsForLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9311",
      "_origin": "ast",
      "community": 129,
      "norm_label": "gettransitionsforlanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettransitionsforlanes",
      "community_name": "Community 129"
    },
    {
      "label": "getCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9322",
      "_origin": "ast",
      "community": 129,
      "norm_label": "getcurrentupdatepriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority",
      "community_name": "Community 129"
    },
    {
      "label": "setCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9325",
      "_origin": "ast",
      "community": 129,
      "norm_label": "setcurrentupdatepriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority",
      "community_name": "Community 129"
    },
    {
      "label": "runWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9328",
      "_origin": "ast",
      "community": 0,
      "norm_label": "runwithpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_runwithpriority",
      "community_name": "Community 0"
    },
    {
      "label": "higherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9338",
      "_origin": "ast",
      "community": 129,
      "norm_label": "highereventpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_highereventpriority",
      "community_name": "Community 129"
    },
    {
      "label": "lowerEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9341",
      "_origin": "ast",
      "community": 129,
      "norm_label": "lowereventpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_lowereventpriority",
      "community_name": "Community 129"
    },
    {
      "label": "isHigherEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9344",
      "_origin": "ast",
      "community": 80,
      "norm_label": "ishighereventpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_ishighereventpriority",
      "community_name": "Community 80"
    },
    {
      "label": "lanesToEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9347",
      "_origin": "ast",
      "community": 129,
      "norm_label": "lanestoeventpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_lanestoeventpriority",
      "community_name": "Community 129"
    },
    {
      "label": "isRootDehydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9368",
      "_origin": "ast",
      "community": 80,
      "norm_label": "isrootdehydrated()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isrootdehydrated",
      "community_name": "Community 80"
    },
    {
      "label": "setAttemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9375",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setattemptsynchronoushydration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setattemptsynchronoushydration",
      "community_name": "Community 0"
    },
    {
      "label": "attemptSynchronousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9378",
      "_origin": "ast",
      "community": 80,
      "norm_label": "attemptsynchronoushydration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration",
      "community_name": "Community 80"
    },
    {
      "label": "setAttemptContinuousHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9382",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setattemptcontinuoushydration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setattemptcontinuoushydration",
      "community_name": "Community 0"
    },
    {
      "label": "setAttemptHydrationAtCurrentPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9386",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setattempthydrationatcurrentpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setattempthydrationatcurrentpriority",
      "community_name": "Community 0"
    },
    {
      "label": "setGetCurrentUpdatePriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9390",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setgetcurrentupdatepriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setgetcurrentupdatepriority",
      "community_name": "Community 0"
    },
    {
      "label": "setAttemptHydrationAtPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9394",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setattempthydrationatpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setattempthydrationatpriority",
      "community_name": "Community 0"
    },
    {
      "label": "isDiscreteEventThatRequiresHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9414",
      "_origin": "ast",
      "community": 80,
      "norm_label": "isdiscreteeventthatrequireshydration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isdiscreteeventthatrequireshydration",
      "community_name": "Community 80"
    },
    {
      "label": "createQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9418",
      "_origin": "ast",
      "community": 80,
      "norm_label": "createqueuedreplayableevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createqueuedreplayableevent",
      "community_name": "Community 80"
    },
    {
      "label": "clearIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9428",
      "_origin": "ast",
      "community": 80,
      "norm_label": "clearifcontinuousevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_clearifcontinuousevent",
      "community_name": "Community 80"
    },
    {
      "label": "accumulateOrCreateContinuousQueuedReplayableEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9463",
      "_origin": "ast",
      "community": 80,
      "norm_label": "accumulateorcreatecontinuousqueuedreplayableevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "community_name": "Community 80"
    },
    {
      "label": "queueIfContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9493",
      "_origin": "ast",
      "community": 80,
      "norm_label": "queueifcontinuousevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_queueifcontinuousevent",
      "community_name": "Community 80"
    },
    {
      "label": "attemptExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9539",
      "_origin": "ast",
      "community": 80,
      "norm_label": "attemptexplicithydrationtarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget",
      "community_name": "Community 80"
    },
    {
      "label": "queueExplicitHydrationTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9579",
      "_origin": "ast",
      "community": 80,
      "norm_label": "queueexplicithydrationtarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_queueexplicithydrationtarget",
      "community_name": "Community 80"
    },
    {
      "label": "attemptReplayContinuousQueuedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9605",
      "_origin": "ast",
      "community": 80,
      "norm_label": "attemptreplaycontinuousqueuedevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent",
      "community_name": "Community 80"
    },
    {
      "label": "attemptReplayContinuousQueuedEventInMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9643",
      "_origin": "ast",
      "community": 80,
      "norm_label": "attemptreplaycontinuousqueuedeventinmap()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "community_name": "Community 80"
    },
    {
      "label": "replayUnblockedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9649",
      "_origin": "ast",
      "community": 80,
      "norm_label": "replayunblockedevents()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_replayunblockedevents",
      "community_name": "Community 80"
    },
    {
      "label": "scheduleCallbackIfUnblocked()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9669",
      "_origin": "ast",
      "community": 80,
      "norm_label": "schedulecallbackifunblocked()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulecallbackifunblocked",
      "community_name": "Community 80"
    },
    {
      "label": "retryIfBlockedOn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9683",
      "_origin": "ast",
      "community": 35,
      "norm_label": "retryifblockedon()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon",
      "community_name": "Community 35"
    },
    {
      "label": "setEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9749",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setenabled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setenabled",
      "community_name": "Community 0"
    },
    {
      "label": "isEnabled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9752",
      "_origin": "ast",
      "community": 0,
      "norm_label": "isenabled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isenabled",
      "community_name": "Community 0"
    },
    {
      "label": "createEventListenerWrapperWithPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9755",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createeventlistenerwrapperwithpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createeventlistenerwrapperwithpriority",
      "community_name": "Community 0"
    },
    {
      "label": "dispatchDiscreteEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9777",
      "_origin": "ast",
      "community": 129,
      "norm_label": "dispatchdiscreteevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatchdiscreteevent",
      "community_name": "Community 129"
    },
    {
      "label": "dispatchContinuousEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9791",
      "_origin": "ast",
      "community": 129,
      "norm_label": "dispatchcontinuousevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatchcontinuousevent",
      "community_name": "Community 129"
    },
    {
      "label": "dispatchEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9805",
      "_origin": "ast",
      "community": 129,
      "norm_label": "dispatchevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatchevent",
      "community_name": "Community 129"
    },
    {
      "label": "dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9815",
      "_origin": "ast",
      "community": 80,
      "norm_label": "dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "community_name": "Community 80"
    },
    {
      "label": "findInstanceBlockingEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9869",
      "_origin": "ast",
      "community": 80,
      "norm_label": "findinstanceblockingevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent",
      "community_name": "Community 80"
    },
    {
      "label": "getEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9923",
      "_origin": "ast",
      "community": 0,
      "norm_label": "geteventpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_geteventpriority",
      "community_name": "Community 0"
    },
    {
      "label": "addEventBubbleListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10040",
      "_origin": "ast",
      "community": 0,
      "norm_label": "addeventbubblelistener()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_addeventbubblelistener",
      "community_name": "Community 0"
    },
    {
      "label": "addEventCaptureListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10044",
      "_origin": "ast",
      "community": 0,
      "norm_label": "addeventcapturelistener()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_addeventcapturelistener",
      "community_name": "Community 0"
    },
    {
      "label": "addEventCaptureListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10048",
      "_origin": "ast",
      "community": 0,
      "norm_label": "addeventcapturelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_addeventcapturelistenerwithpassiveflag",
      "community_name": "Community 0"
    },
    {
      "label": "addEventBubbleListenerWithPassiveFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10055",
      "_origin": "ast",
      "community": 0,
      "norm_label": "addeventbubblelistenerwithpassiveflag()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_addeventbubblelistenerwithpassiveflag",
      "community_name": "Community 0"
    },
    {
      "label": "initialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10076",
      "_origin": "ast",
      "community": 135,
      "norm_label": "initialize()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_initialize",
      "community_name": "Community 135"
    },
    {
      "label": "reset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10081",
      "_origin": "ast",
      "community": 135,
      "norm_label": "reset()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reset",
      "community_name": "Community 135"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10086",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getdata()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getdata",
      "community_name": "Community 135"
    },
    {
      "label": "getText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10116",
      "_origin": "ast",
      "community": 135,
      "norm_label": "gettext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettext",
      "community_name": "Community 135"
    },
    {
      "label": "getEventCharCode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10134",
      "_origin": "ast",
      "community": 135,
      "norm_label": "geteventcharcode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_geteventcharcode",
      "community_name": "Community 135"
    },
    {
      "label": "functionThatReturnsTrue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10164",
      "_origin": "ast",
      "community": 0,
      "norm_label": "functionthatreturnstrue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_functionthatreturnstrue",
      "community_name": "Community 0"
    },
    {
      "label": "functionThatReturnsFalse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10168",
      "_origin": "ast",
      "community": 0,
      "norm_label": "functionthatreturnsfalse()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_functionthatreturnsfalse",
      "community_name": "Community 0"
    },
    {
      "label": "createSyntheticEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10174",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createsyntheticevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createsyntheticevent",
      "community_name": "Community 0"
    },
    {
      "label": "updateMouseMovementPolyfillState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10305",
      "_origin": "ast",
      "community": 0,
      "norm_label": "updatemousemovementpolyfillstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatemousemovementpolyfillstate",
      "community_name": "Community 0"
    },
    {
      "label": "getEventKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 135,
      "norm_label": "geteventkey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_geteventkey",
      "community_name": "Community 135"
    },
    {
      "label": "modifierStateGetter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10538",
      "_origin": "ast",
      "community": 0,
      "norm_label": "modifierstategetter()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_modifierstategetter",
      "community_name": "Community 0"
    },
    {
      "label": "getEventModifierState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10550",
      "_origin": "ast",
      "community": 0,
      "norm_label": "geteventmodifierstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_geteventmodifierstate",
      "community_name": "Community 0"
    },
    {
      "label": "registerEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10706",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registerevents()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registerevents",
      "community_name": "Community 0"
    },
    {
      "label": "isKeypressCommand()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10721",
      "_origin": "ast",
      "community": 135,
      "norm_label": "iskeypresscommand()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iskeypresscommand",
      "community_name": "Community 135"
    },
    {
      "label": "getCompositionEventType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10730",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getcompositioneventtype()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcompositioneventtype",
      "community_name": "Community 135"
    },
    {
      "label": "isFallbackCompositionStart()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10748",
      "_origin": "ast",
      "community": 135,
      "norm_label": "isfallbackcompositionstart()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isfallbackcompositionstart",
      "community_name": "Community 135"
    },
    {
      "label": "isFallbackCompositionEnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10756",
      "_origin": "ast",
      "community": 135,
      "norm_label": "isfallbackcompositionend()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isfallbackcompositionend",
      "community_name": "Community 135"
    },
    {
      "label": "getDataFromCustomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10788",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getdatafromcustomevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getdatafromcustomevent",
      "community_name": "Community 135"
    },
    {
      "label": "isUsingKoreanIME()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10809",
      "_origin": "ast",
      "community": 135,
      "norm_label": "isusingkoreanime()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isusingkoreanime",
      "community_name": "Community 135"
    },
    {
      "label": "extractCompositionEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10819",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractcompositionevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "community_name": "Community 135"
    },
    {
      "label": "getNativeBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10872",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getnativebeforeinputchars()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnativebeforeinputchars",
      "community_name": "Community 135"
    },
    {
      "label": "getFallbackBeforeInputChars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getfallbackbeforeinputchars()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars",
      "community_name": "Community 135"
    },
    {
      "label": "extractBeforeInputEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10994",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractbeforeinputevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractbeforeinputevent",
      "community_name": "Community 135"
    },
    {
      "label": "extractEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11040",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractevents()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractevents",
      "community_name": "Community 135"
    },
    {
      "label": "isTextInputElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 135,
      "norm_label": "istextinputelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_istextinputelement",
      "community_name": "Community 135"
    },
    {
      "label": "isEventSupported()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11094",
      "_origin": "ast",
      "community": 305,
      "norm_label": "iseventsupported()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iseventsupported",
      "community_name": "Community 305"
    },
    {
      "label": "registerEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11111",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registerevents$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registerevents_1",
      "community_name": "Community 0"
    },
    {
      "label": "createAndAccumulateChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11115",
      "_origin": "ast",
      "community": 135,
      "norm_label": "createandaccumulatechangeevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createandaccumulatechangeevent",
      "community_name": "Community 135"
    },
    {
      "label": "shouldUseChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11139",
      "_origin": "ast",
      "community": 135,
      "norm_label": "shouldusechangeevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldusechangeevent",
      "community_name": "Community 135"
    },
    {
      "label": "manualDispatchChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11144",
      "_origin": "ast",
      "community": 0,
      "norm_label": "manualdispatchchangeevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_manualdispatchchangeevent",
      "community_name": "Community 0"
    },
    {
      "label": "runEventInBatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11161",
      "_origin": "ast",
      "community": 0,
      "norm_label": "runeventinbatch()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_runeventinbatch",
      "community_name": "Community 0"
    },
    {
      "label": "getInstIfValueChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11165",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getinstifvaluechanged()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged",
      "community_name": "Community 0"
    },
    {
      "label": "getTargetInstForChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11173",
      "_origin": "ast",
      "community": 0,
      "norm_label": "gettargetinstforchangeevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforchangeevent",
      "community_name": "Community 0"
    },
    {
      "label": "startWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11197",
      "_origin": "ast",
      "community": 0,
      "norm_label": "startwatchingforvaluechange()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_startwatchingforvaluechange",
      "community_name": "Community 0"
    },
    {
      "label": "stopWatchingForValueChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11208",
      "_origin": "ast",
      "community": 0,
      "norm_label": "stopwatchingforvaluechange()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_stopwatchingforvaluechange",
      "community_name": "Community 0"
    },
    {
      "label": "handlePropertyChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11223",
      "_origin": "ast",
      "community": 0,
      "norm_label": "handlepropertychange()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_handlepropertychange",
      "community_name": "Community 0"
    },
    {
      "label": "handleEventsForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11233",
      "_origin": "ast",
      "community": 0,
      "norm_label": "handleeventsforinputeventpolyfill()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_handleeventsforinputeventpolyfill",
      "community_name": "Community 0"
    },
    {
      "label": "getTargetInstForInputEventPolyfill()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11253",
      "_origin": "ast",
      "community": 0,
      "norm_label": "gettargetinstforinputeventpolyfill()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforinputeventpolyfill",
      "community_name": "Community 0"
    },
    {
      "label": "shouldUseClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11273",
      "_origin": "ast",
      "community": 135,
      "norm_label": "shoulduseclickevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shoulduseclickevent",
      "community_name": "Community 135"
    },
    {
      "label": "getTargetInstForClickEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11281",
      "_origin": "ast",
      "community": 0,
      "norm_label": "gettargetinstforclickevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforclickevent",
      "community_name": "Community 0"
    },
    {
      "label": "getTargetInstForInputOrChangeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11287",
      "_origin": "ast",
      "community": 0,
      "norm_label": "gettargetinstforinputorchangeevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforinputorchangeevent",
      "community_name": "Community 0"
    },
    {
      "label": "handleControlledInputBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11293",
      "_origin": "ast",
      "community": 92,
      "norm_label": "handlecontrolledinputblur()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_handlecontrolledinputblur",
      "community_name": "Community 92"
    },
    {
      "label": "extractEvents$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11317",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractevents$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1",
      "community_name": "Community 135"
    },
    {
      "label": "registerEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11353",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registerevents$2()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registerevents_2",
      "community_name": "Community 0"
    },
    {
      "label": "extractEvents$2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11368",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractevents$2()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2",
      "community_name": "Community 135"
    },
    {
      "label": "is()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11472",
      "_origin": "ast",
      "community": 0,
      "norm_label": "is()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_is",
      "community_name": "Community 0"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11485",
      "_origin": "ast",
      "community": 0,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shallowequal",
      "community_name": "Community 0"
    },
    {
      "label": "getLeafNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11520",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getleafnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getleafnode",
      "community_name": "Community 0"
    },
    {
      "label": "getSiblingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11536",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getsiblingnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getsiblingnode",
      "community_name": "Community 0"
    },
    {
      "label": "getNodeForCharacterOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11554",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getnodeforcharacteroffset()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnodeforcharacteroffset",
      "community_name": "Community 0"
    },
    {
      "label": "getOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11582",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getoffsets()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getoffsets",
      "community_name": "Community 0"
    },
    {
      "label": "getModernOffsetsFromPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11623",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getmodernoffsetsfrompoints()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getmodernoffsetsfrompoints",
      "community_name": "Community 0"
    },
    {
      "label": "setOffsets()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11710",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setoffsets()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setoffsets",
      "community_name": "Community 0"
    },
    {
      "label": "isTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11754",
      "_origin": "ast",
      "community": 0,
      "norm_label": "istextnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_istextnode",
      "community_name": "Community 0"
    },
    {
      "label": "containsNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11758",
      "_origin": "ast",
      "community": 0,
      "norm_label": "containsnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_containsnode",
      "community_name": "Community 0"
    },
    {
      "label": "isInDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11776",
      "_origin": "ast",
      "community": 0,
      "norm_label": "isindocument()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isindocument",
      "community_name": "Community 0"
    },
    {
      "label": "isSameOriginFrame()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11780",
      "_origin": "ast",
      "community": 0,
      "norm_label": "issameoriginframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_issameoriginframe",
      "community_name": "Community 0"
    },
    {
      "label": "getActiveElementDeep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11795",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getactiveelementdeep()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getactiveelementdeep",
      "community_name": "Community 0"
    },
    {
      "label": "hasSelectionCapabilities()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11825",
      "_origin": "ast",
      "community": 0,
      "norm_label": "hasselectioncapabilities()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hasselectioncapabilities",
      "community_name": "Community 0"
    },
    {
      "label": "getSelectionInformation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11829",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getselectioninformation()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getselectioninformation",
      "community_name": "Community 0"
    },
    {
      "label": "restoreSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11842",
      "_origin": "ast",
      "community": 0,
      "norm_label": "restoreselection()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restoreselection",
      "community_name": "Community 0"
    },
    {
      "label": "getSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11884",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getselection()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getselection",
      "community_name": "Community 0"
    },
    {
      "label": "setSelection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 0,
      "norm_label": "setselection()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setselection",
      "community_name": "Community 0"
    },
    {
      "label": "registerEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11928",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registerevents$3()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registerevents_3",
      "community_name": "Community 0"
    },
    {
      "label": "getSelection$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11943",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getselection$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getselection_1",
      "community_name": "Community 0"
    },
    {
      "label": "getEventTargetDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11965",
      "_origin": "ast",
      "community": 0,
      "norm_label": "geteventtargetdocument()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_geteventtargetdocument",
      "community_name": "Community 0"
    },
    {
      "label": "constructSelectEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11977",
      "_origin": "ast",
      "community": 0,
      "norm_label": "constructselectevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent",
      "community_name": "Community 0"
    },
    {
      "label": "extractEvents$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12021",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractevents$3()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractevents_3",
      "community_name": "Community 135"
    },
    {
      "label": "makePrefixMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12084",
      "_origin": "ast",
      "community": 0,
      "norm_label": "makeprefixmap()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_makeprefixmap",
      "community_name": "Community 0"
    },
    {
      "label": "getVendorPrefixedEventName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12141",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getvendorprefixedeventname()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getvendorprefixedeventname",
      "community_name": "Community 0"
    },
    {
      "label": "registerSimpleEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12176",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registersimpleevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registersimpleevent",
      "community_name": "Community 0"
    },
    {
      "label": "registerSimpleEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12181",
      "_origin": "ast",
      "community": 0,
      "norm_label": "registersimpleevents()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registersimpleevents",
      "community_name": "Community 0"
    },
    {
      "label": "extractEvents$4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12199",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractevents$4()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractevents_4",
      "community_name": "Community 135"
    },
    {
      "label": "extractEvents$5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12351",
      "_origin": "ast",
      "community": 135,
      "norm_label": "extractevents$5()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5",
      "community_name": "Community 135"
    },
    {
      "label": "executeDispatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12392",
      "_origin": "ast",
      "community": 0,
      "norm_label": "executedispatch()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_executedispatch",
      "community_name": "Community 0"
    },
    {
      "label": "processDispatchQueueItemsInOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 0,
      "norm_label": "processdispatchqueueitemsinorder()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueueitemsinorder",
      "community_name": "Community 0"
    },
    {
      "label": "processDispatchQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12433",
      "_origin": "ast",
      "community": 0,
      "norm_label": "processdispatchqueue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueue",
      "community_name": "Community 0"
    },
    {
      "label": "dispatchEventsForPlugins()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12447",
      "_origin": "ast",
      "community": 135,
      "norm_label": "dispatcheventsforplugins()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventsforplugins",
      "community_name": "Community 135"
    },
    {
      "label": "listenToNonDelegatedEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12454",
      "_origin": "ast",
      "community": 92,
      "norm_label": "listentonondelegatedevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent",
      "community_name": "Community 92"
    },
    {
      "label": "listenToNativeEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12470",
      "_origin": "ast",
      "community": 305,
      "norm_label": "listentonativeevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_listentonativeevent",
      "community_name": "Community 305"
    },
    {
      "label": "listenToAllSupportedEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12486",
      "_origin": "ast",
      "community": 305,
      "norm_label": "listentoallsupportedevents()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents",
      "community_name": "Community 305"
    },
    {
      "label": "addTrappedEventListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12513",
      "_origin": "ast",
      "community": 0,
      "norm_label": "addtrappedeventlistener()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener",
      "community_name": "Community 0"
    },
    {
      "label": "isMatchingRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12550",
      "_origin": "ast",
      "community": 80,
      "norm_label": "ismatchingrootcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_ismatchingrootcontainer",
      "community_name": "Community 80"
    },
    {
      "label": "dispatchEventForPluginEventSystem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12554",
      "_origin": "ast",
      "community": 80,
      "norm_label": "dispatcheventforplugineventsystem()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventforplugineventsystem",
      "community_name": "Community 80"
    },
    {
      "label": "createDispatchListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12646",
      "_origin": "ast",
      "community": 135,
      "norm_label": "createdispatchlistener()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createdispatchlistener",
      "community_name": "Community 135"
    },
    {
      "label": "accumulateSinglePhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12654",
      "_origin": "ast",
      "community": 135,
      "norm_label": "accumulatesinglephaselisteners()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_accumulatesinglephaselisteners",
      "community_name": "Community 135"
    },
    {
      "label": "accumulateTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12698",
      "_origin": "ast",
      "community": 135,
      "norm_label": "accumulatetwophaselisteners()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners",
      "community_name": "Community 135"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12729",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getparent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getparent",
      "community_name": "Community 135"
    },
    {
      "label": "getLowestCommonAncestor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12754",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getlowestcommonancestor()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getlowestcommonancestor",
      "community_name": "Community 135"
    },
    {
      "label": "accumulateEnterLeaveListenersForEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12796",
      "_origin": "ast",
      "community": 135,
      "norm_label": "accumulateenterleavelistenersforevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavelistenersforevent",
      "community_name": "Community 135"
    },
    {
      "label": "accumulateEnterLeaveTwoPhaseListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12849",
      "_origin": "ast",
      "community": 135,
      "norm_label": "accumulateenterleavetwophaselisteners()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavetwophaselisteners",
      "community_name": "Community 135"
    },
    {
      "label": "getListenerSetKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12860",
      "_origin": "ast",
      "community": 92,
      "norm_label": "getlistenersetkey()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getlistenersetkey",
      "community_name": "Community 92"
    },
    {
      "label": "normalizeMarkupForTextOrAttribute()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12971",
      "_origin": "ast",
      "community": 182,
      "norm_label": "normalizemarkupfortextorattribute()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_normalizemarkupfortextorattribute",
      "community_name": "Community 182"
    },
    {
      "label": "checkForUnmatchedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12980",
      "_origin": "ast",
      "community": 182,
      "norm_label": "checkforunmatchedtext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkforunmatchedtext",
      "community_name": "Community 182"
    },
    {
      "label": "getOwnerDocumentFromRootContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13005",
      "_origin": "ast",
      "community": 182,
      "norm_label": "getownerdocumentfromrootcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getownerdocumentfromrootcontainer",
      "community_name": "Community 182"
    },
    {
      "label": "noop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13009",
      "_origin": "ast",
      "community": 0,
      "norm_label": "noop()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_noop",
      "community_name": "Community 0"
    },
    {
      "label": "trapClickOnNonInteractiveElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13011",
      "_origin": "ast",
      "community": 92,
      "norm_label": "trapclickonnoninteractiveelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_trapclickonnoninteractiveelement",
      "community_name": "Community 92"
    },
    {
      "label": "setInitialDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13024",
      "_origin": "ast",
      "community": 92,
      "norm_label": "setinitialdomproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setinitialdomproperties",
      "community_name": "Community 92"
    },
    {
      "label": "updateDOMProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 92,
      "norm_label": "updatedomproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatedomproperties",
      "community_name": "Community 92"
    },
    {
      "label": "createTextNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13177",
      "_origin": "ast",
      "community": 182,
      "norm_label": "createtextnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createtextnode",
      "community_name": "Community 182"
    },
    {
      "label": "setInitialProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 92,
      "norm_label": "setinitialproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "community_name": "Community 92"
    },
    {
      "label": "diffProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13310",
      "_origin": "ast",
      "community": 92,
      "norm_label": "diffproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "community_name": "Community 92"
    },
    {
      "label": "updateProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13486",
      "_origin": "ast",
      "community": 92,
      "norm_label": "updateproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateproperties",
      "community_name": "Community 92"
    },
    {
      "label": "getPossibleStandardName()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13520",
      "_origin": "ast",
      "community": 92,
      "norm_label": "getpossiblestandardname()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getpossiblestandardname",
      "community_name": "Community 92"
    },
    {
      "label": "diffHydratedProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13532",
      "_origin": "ast",
      "community": 92,
      "norm_label": "diffhydratedproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "community_name": "Community 92"
    },
    {
      "label": "diffHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13819",
      "_origin": "ast",
      "community": 182,
      "norm_label": "diffhydratedtext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedtext",
      "community_name": "Community 182"
    },
    {
      "label": "warnForDeletedHydratableElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13823",
      "_origin": "ast",
      "community": 300,
      "norm_label": "warnfordeletedhydratableelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratableelement",
      "community_name": "Community 300"
    },
    {
      "label": "warnForDeletedHydratableText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13834",
      "_origin": "ast",
      "community": 300,
      "norm_label": "warnfordeletedhydratabletext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratabletext",
      "community_name": "Community 300"
    },
    {
      "label": "warnForInsertedHydratedElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13845",
      "_origin": "ast",
      "community": 300,
      "norm_label": "warnforinsertedhydratedelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedelement",
      "community_name": "Community 300"
    },
    {
      "label": "warnForInsertedHydratedText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13856",
      "_origin": "ast",
      "community": 300,
      "norm_label": "warnforinsertedhydratedtext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedtext",
      "community_name": "Community 300"
    },
    {
      "label": "restoreControlledState$3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13875",
      "_origin": "ast",
      "community": 92,
      "norm_label": "restorecontrolledstate$3()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_3",
      "community_name": "Community 92"
    },
    {
      "label": "getRootHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14216",
      "_origin": "ast",
      "community": 182,
      "norm_label": "getroothostcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontext",
      "community_name": "Community 182"
    },
    {
      "label": "getChildHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 182,
      "norm_label": "getchildhostcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getchildhostcontext",
      "community_name": "Community 182"
    },
    {
      "label": "getPublicInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14261",
      "_origin": "ast",
      "community": 35,
      "norm_label": "getpublicinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getpublicinstance",
      "community_name": "Community 35"
    },
    {
      "label": "prepareForCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14264",
      "_origin": "ast",
      "community": 0,
      "norm_label": "prepareforcommit()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_prepareforcommit",
      "community_name": "Community 0"
    },
    {
      "label": "resetAfterCommit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14272",
      "_origin": "ast",
      "community": 0,
      "norm_label": "resetaftercommit()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetaftercommit",
      "community_name": "Community 0"
    },
    {
      "label": "createInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14278",
      "_origin": "ast",
      "community": 182,
      "norm_label": "createinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createinstance",
      "community_name": "Community 182"
    },
    {
      "label": "appendInitialChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14300",
      "_origin": "ast",
      "community": 439,
      "norm_label": "appendinitialchild()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_appendinitialchild",
      "community_name": "Community 439"
    },
    {
      "label": "finalizeInitialChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14303",
      "_origin": "ast",
      "community": 92,
      "norm_label": "finalizeinitialchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_finalizeinitialchildren",
      "community_name": "Community 92"
    },
    {
      "label": "prepareUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14320",
      "_origin": "ast",
      "community": 92,
      "norm_label": "prepareupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_prepareupdate",
      "community_name": "Community 92"
    },
    {
      "label": "shouldSetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14333",
      "_origin": "ast",
      "community": 300,
      "norm_label": "shouldsettextcontent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldsettextcontent",
      "community_name": "Community 300"
    },
    {
      "label": "createTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14336",
      "_origin": "ast",
      "community": 182,
      "norm_label": "createtextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createtextinstance",
      "community_name": "Community 182"
    },
    {
      "label": "getCurrentEventPriority()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14346",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getcurrenteventpriority()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcurrenteventpriority",
      "community_name": "Community 0"
    },
    {
      "label": "handleErrorInNextTick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14366",
      "_origin": "ast",
      "community": 0,
      "norm_label": "handleerrorinnexttick()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_handleerrorinnexttick",
      "community_name": "Community 0"
    },
    {
      "label": "commitMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14371",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitmount",
      "community_name": "Community 35"
    },
    {
      "label": "commitUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14399",
      "_origin": "ast",
      "community": 182,
      "norm_label": "commitupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitupdate",
      "community_name": "Community 182"
    },
    {
      "label": "resetTextContent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14406",
      "_origin": "ast",
      "community": 439,
      "norm_label": "resettextcontent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resettextcontent",
      "community_name": "Community 439"
    },
    {
      "label": "commitTextUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14409",
      "_origin": "ast",
      "community": 35,
      "norm_label": "committextupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_committextupdate",
      "community_name": "Community 35"
    },
    {
      "label": "appendChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14412",
      "_origin": "ast",
      "community": 439,
      "norm_label": "appendchild()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_appendchild",
      "community_name": "Community 439"
    },
    {
      "label": "appendChildToContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14415",
      "_origin": "ast",
      "community": 439,
      "norm_label": "appendchildtocontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_appendchildtocontainer",
      "community_name": "Community 439"
    },
    {
      "label": "insertBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14441",
      "_origin": "ast",
      "community": 439,
      "norm_label": "insertbefore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_insertbefore",
      "community_name": "Community 439"
    },
    {
      "label": "insertInContainerBefore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14444",
      "_origin": "ast",
      "community": 439,
      "norm_label": "insertincontainerbefore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_insertincontainerbefore",
      "community_name": "Community 439"
    },
    {
      "label": "removeChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14452",
      "_origin": "ast",
      "community": 35,
      "norm_label": "removechild()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_removechild",
      "community_name": "Community 35"
    },
    {
      "label": "removeChildFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14455",
      "_origin": "ast",
      "community": 35,
      "norm_label": "removechildfromcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_removechildfromcontainer",
      "community_name": "Community 35"
    },
    {
      "label": "clearSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14462",
      "_origin": "ast",
      "community": 35,
      "norm_label": "clearsuspenseboundary()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundary",
      "community_name": "Community 35"
    },
    {
      "label": "clearSuspenseBoundaryFromContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14497",
      "_origin": "ast",
      "community": 35,
      "norm_label": "clearsuspenseboundaryfromcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundaryfromcontainer",
      "community_name": "Community 35"
    },
    {
      "label": "hideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14507",
      "_origin": "ast",
      "community": 0,
      "norm_label": "hideinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hideinstance",
      "community_name": "Community 0"
    },
    {
      "label": "hideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14519",
      "_origin": "ast",
      "community": 0,
      "norm_label": "hidetextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hidetextinstance",
      "community_name": "Community 0"
    },
    {
      "label": "unhideInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14522",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unhideinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unhideinstance",
      "community_name": "Community 0"
    },
    {
      "label": "unhideTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14528",
      "_origin": "ast",
      "community": 0,
      "norm_label": "unhidetextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unhidetextinstance",
      "community_name": "Community 0"
    },
    {
      "label": "clearContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14531",
      "_origin": "ast",
      "community": 35,
      "norm_label": "clearcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_clearcontainer",
      "community_name": "Community 35"
    },
    {
      "label": "canHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14540",
      "_origin": "ast",
      "community": 0,
      "norm_label": "canhydrateinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_canhydrateinstance",
      "community_name": "Community 0"
    },
    {
      "label": "canHydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14548",
      "_origin": "ast",
      "community": 0,
      "norm_label": "canhydratetextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_canhydratetextinstance",
      "community_name": "Community 0"
    },
    {
      "label": "canHydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14557",
      "_origin": "ast",
      "community": 0,
      "norm_label": "canhydratesuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_canhydratesuspenseinstance",
      "community_name": "Community 0"
    },
    {
      "label": "isSuspenseInstancePending()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 235,
      "norm_label": "issuspenseinstancepending()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancepending",
      "community_name": "Community 235"
    },
    {
      "label": "isSuspenseInstanceFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14569",
      "_origin": "ast",
      "community": 235,
      "norm_label": "issuspenseinstancefallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancefallback",
      "community_name": "Community 235"
    },
    {
      "label": "getSuspenseInstanceFallbackErrorDetails()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14572",
      "_origin": "ast",
      "community": 235,
      "norm_label": "getsuspenseinstancefallbackerrordetails()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getsuspenseinstancefallbackerrordetails",
      "community_name": "Community 235"
    },
    {
      "label": "registerSuspenseInstanceRetry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14604",
      "_origin": "ast",
      "community": 235,
      "norm_label": "registersuspenseinstanceretry()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registersuspenseinstanceretry",
      "community_name": "Community 235"
    },
    {
      "label": "getNextHydratable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14608",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getnexthydratable()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratable",
      "community_name": "Community 0"
    },
    {
      "label": "getNextHydratableSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14633",
      "_origin": "ast",
      "community": 300,
      "norm_label": "getnexthydratablesibling()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratablesibling",
      "community_name": "Community 300"
    },
    {
      "label": "getFirstHydratableChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14636",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getfirsthydratablechild()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechild",
      "community_name": "Community 0"
    },
    {
      "label": "getFirstHydratableChildWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14639",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getfirsthydratablechildwithincontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithincontainer",
      "community_name": "Community 0"
    },
    {
      "label": "getFirstHydratableChildWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14642",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getfirsthydratablechildwithinsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "community_name": "Community 0"
    },
    {
      "label": "hydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14645",
      "_origin": "ast",
      "community": 182,
      "norm_label": "hydrateinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hydrateinstance",
      "community_name": "Community 182"
    },
    {
      "label": "hydrateTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14662",
      "_origin": "ast",
      "community": 182,
      "norm_label": "hydratetextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hydratetextinstance",
      "community_name": "Community 182"
    },
    {
      "label": "hydrateSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14669",
      "_origin": "ast",
      "community": 182,
      "norm_label": "hydratesuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hydratesuspenseinstance",
      "community_name": "Community 182"
    },
    {
      "label": "getNextHydratableInstanceAfterSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14672",
      "_origin": "ast",
      "community": 300,
      "norm_label": "getnexthydratableinstanceaftersuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "community_name": "Community 300"
    },
    {
      "label": "getParentSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getparentsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getparentsuspenseinstance",
      "community_name": "Community 80"
    },
    {
      "label": "commitHydratedContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14730",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commithydratedcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commithydratedcontainer",
      "community_name": "Community 35"
    },
    {
      "label": "commitHydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14734",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commithydratedsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commithydratedsuspenseinstance",
      "community_name": "Community 35"
    },
    {
      "label": "shouldDeleteUnhydratedTailInstances()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14738",
      "_origin": "ast",
      "community": 300,
      "norm_label": "shoulddeleteunhydratedtailinstances()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shoulddeleteunhydratedtailinstances",
      "community_name": "Community 300"
    },
    {
      "label": "didNotMatchHydratedContainerTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14741",
      "_origin": "ast",
      "community": 182,
      "norm_label": "didnotmatchhydratedcontainertextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedcontainertextinstance",
      "community_name": "Community 182"
    },
    {
      "label": "didNotMatchHydratedTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14745",
      "_origin": "ast",
      "community": 182,
      "norm_label": "didnotmatchhydratedtextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedtextinstance",
      "community_name": "Community 182"
    },
    {
      "label": "didNotHydrateInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14751",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnothydrateinstancewithincontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithincontainer",
      "community_name": "Community 300"
    },
    {
      "label": "didNotHydrateInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14760",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnothydrateinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "community_name": "Community 300"
    },
    {
      "label": "didNotHydrateInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14774",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnothydrateinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstance",
      "community_name": "Community 300"
    },
    {
      "label": "didNotFindHydratableInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14785",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnotfindhydratableinstancewithincontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithincontainer",
      "community_name": "Community 300"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14790",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnotfindhydratabletextinstancewithincontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "community_name": "Community 300"
    },
    {
      "label": "didNotFindHydratableInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14795",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnotfindhydratableinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "community_name": "Community 300"
    },
    {
      "label": "didNotFindHydratableTextInstanceWithinSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14802",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnotfindhydratabletextinstancewithinsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "community_name": "Community 300"
    },
    {
      "label": "didNotFindHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnotfindhydratableinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstance",
      "community_name": "Community 300"
    },
    {
      "label": "didNotFindHydratableTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 300,
      "norm_label": "didnotfindhydratabletextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstance",
      "community_name": "Community 300"
    },
    {
      "label": "errorHydratingContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14823",
      "_origin": "ast",
      "community": 129,
      "norm_label": "errorhydratingcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_errorhydratingcontainer",
      "community_name": "Community 129"
    },
    {
      "label": "preparePortalMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14830",
      "_origin": "ast",
      "community": 305,
      "norm_label": "prepareportalmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_prepareportalmount",
      "community_name": "Community 305"
    },
    {
      "label": "detachDeletedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14841",
      "_origin": "ast",
      "community": 0,
      "norm_label": "detachdeletedinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_detachdeletedinstance",
      "community_name": "Community 0"
    },
    {
      "label": "precacheFiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14850",
      "_origin": "ast",
      "community": 182,
      "norm_label": "precachefibernode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_precachefibernode",
      "community_name": "Community 182"
    },
    {
      "label": "markContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14853",
      "_origin": "ast",
      "community": 305,
      "norm_label": "markcontainerasroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcontainerasroot",
      "community_name": "Community 305"
    },
    {
      "label": "unmarkContainerAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14856",
      "_origin": "ast",
      "community": 305,
      "norm_label": "unmarkcontainerasroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unmarkcontainerasroot",
      "community_name": "Community 305"
    },
    {
      "label": "isContainerMarkedAsRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14859",
      "_origin": "ast",
      "community": 305,
      "norm_label": "iscontainermarkedasroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iscontainermarkedasroot",
      "community_name": "Community 305"
    },
    {
      "label": "getClosestInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14869",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getclosestinstancefromnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getclosestinstancefromnode",
      "community_name": "Community 80"
    },
    {
      "label": "getInstanceFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14952",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getinstancefromnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getinstancefromnode",
      "community_name": "Community 80"
    },
    {
      "label": "getNodeFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14970",
      "_origin": "ast",
      "community": 135,
      "norm_label": "getnodefrominstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnodefrominstance",
      "community_name": "Community 135"
    },
    {
      "label": "getFiberCurrentPropsFromNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14981",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getfibercurrentpropsfromnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getfibercurrentpropsfromnode",
      "community_name": "Community 80"
    },
    {
      "label": "updateFiberProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14984",
      "_origin": "ast",
      "community": 182,
      "norm_label": "updatefiberprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatefiberprops",
      "community_name": "Community 182"
    },
    {
      "label": "getEventListenerSet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14987",
      "_origin": "ast",
      "community": 92,
      "norm_label": "geteventlistenerset()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_geteventlistenerset",
      "community_name": "Community 92"
    },
    {
      "label": "createCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15070",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createcursor()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createcursor",
      "community_name": "Community 0"
    },
    {
      "label": "getUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15133",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getunmaskedcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext",
      "community_name": "Community 64"
    },
    {
      "label": "cacheContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15147",
      "_origin": "ast",
      "community": 64,
      "norm_label": "cachecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cachecontext",
      "community_name": "Community 64"
    },
    {
      "label": "getMaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15155",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getmaskedcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext",
      "community_name": "Community 64"
    },
    {
      "label": "hasContextChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15194",
      "_origin": "ast",
      "community": 64,
      "norm_label": "hascontextchanged()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hascontextchanged",
      "community_name": "Community 64"
    },
    {
      "label": "isContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15200",
      "_origin": "ast",
      "community": 64,
      "norm_label": "iscontextprovider()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider",
      "community_name": "Community 64"
    },
    {
      "label": "popContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15207",
      "_origin": "ast",
      "community": 182,
      "norm_label": "popcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_popcontext",
      "community_name": "Community 182"
    },
    {
      "label": "popTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15214",
      "_origin": "ast",
      "community": 182,
      "norm_label": "poptoplevelcontextobject()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_poptoplevelcontextobject",
      "community_name": "Community 182"
    },
    {
      "label": "pushTopLevelContextObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15221",
      "_origin": "ast",
      "community": 135,
      "norm_label": "pushtoplevelcontextobject()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushtoplevelcontextobject",
      "community_name": "Community 135"
    },
    {
      "label": "processChildContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15232",
      "_origin": "ast",
      "community": 80,
      "norm_label": "processchildcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_processchildcontext",
      "community_name": "Community 80"
    },
    {
      "label": "pushContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15269",
      "_origin": "ast",
      "community": 64,
      "norm_label": "pushcontextprovider()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushcontextprovider",
      "community_name": "Community 64"
    },
    {
      "label": "invalidateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15285",
      "_origin": "ast",
      "community": 80,
      "norm_label": "invalidatecontextprovider()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invalidatecontextprovider",
      "community_name": "Community 80"
    },
    {
      "label": "findCurrentUnmaskedContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 80,
      "norm_label": "findcurrentunmaskedcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findcurrentunmaskedcontext",
      "community_name": "Community 80"
    },
    {
      "label": "scheduleSyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15353",
      "_origin": "ast",
      "community": 129,
      "norm_label": "schedulesynccallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulesynccallback",
      "community_name": "Community 129"
    },
    {
      "label": "scheduleLegacySyncCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15364",
      "_origin": "ast",
      "community": 129,
      "norm_label": "schedulelegacysynccallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulelegacysynccallback",
      "community_name": "Community 129"
    },
    {
      "label": "flushSyncCallbacksOnlyInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 94,
      "norm_label": "flushsynccallbacksonlyinlegacymode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacksonlyinlegacymode",
      "community_name": "Community 94"
    },
    {
      "label": "flushSyncCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15378",
      "_origin": "ast",
      "community": 129,
      "norm_label": "flushsynccallbacks()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks",
      "community_name": "Community 129"
    },
    {
      "label": "isForkedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15433",
      "_origin": "ast",
      "community": 64,
      "norm_label": "isforkedchild()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isforkedchild",
      "community_name": "Community 64"
    },
    {
      "label": "getForksAtLevel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15437",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getforksatlevel()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getforksatlevel",
      "community_name": "Community 64"
    },
    {
      "label": "getTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15441",
      "_origin": "ast",
      "community": 92,
      "norm_label": "gettreeid()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gettreeid",
      "community_name": "Community 92"
    },
    {
      "label": "pushTreeFork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15447",
      "_origin": "ast",
      "community": 64,
      "norm_label": "pushtreefork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushtreefork",
      "community_name": "Community 64"
    },
    {
      "label": "pushTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15468",
      "_origin": "ast",
      "community": 64,
      "norm_label": "pushtreeid()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushtreeid",
      "community_name": "Community 64"
    },
    {
      "label": "pushMaterializedTreeId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15525",
      "_origin": "ast",
      "community": 64,
      "norm_label": "pushmaterializedtreeid()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid",
      "community_name": "Community 64"
    },
    {
      "label": "getBitLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15539",
      "_origin": "ast",
      "community": 92,
      "norm_label": "getbitlength()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getbitlength",
      "community_name": "Community 92"
    },
    {
      "label": "getLeadingBit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15543",
      "_origin": "ast",
      "community": 92,
      "norm_label": "getleadingbit()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getleadingbit",
      "community_name": "Community 92"
    },
    {
      "label": "popTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15547",
      "_origin": "ast",
      "community": 182,
      "norm_label": "poptreecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_poptreecontext",
      "community_name": "Community 182"
    },
    {
      "label": "getSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15569",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getsuspendedtreecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getsuspendedtreecontext",
      "community_name": "Community 0"
    },
    {
      "label": "restoreSuspendedTreeContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15581",
      "_origin": "ast",
      "community": 0,
      "norm_label": "restoresuspendedtreecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restoresuspendedtreecontext",
      "community_name": "Community 0"
    },
    {
      "label": "warnIfNotHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15591",
      "_origin": "ast",
      "community": 64,
      "norm_label": "warnifnothydrating()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating",
      "community_name": "Community 64"
    },
    {
      "label": "warnIfHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15610",
      "_origin": "ast",
      "community": 235,
      "norm_label": "warnifhydrating()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnifhydrating",
      "community_name": "Community 235"
    },
    {
      "label": "markDidThrowWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15618",
      "_origin": "ast",
      "community": 154,
      "norm_label": "markdidthrowwhilehydratingdev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markdidthrowwhilehydratingdev",
      "community_name": "Community 154"
    },
    {
      "label": "didSuspendOrErrorWhileHydratingDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15623",
      "_origin": "ast",
      "community": 0,
      "norm_label": "didsuspendorerrorwhilehydratingdev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_didsuspendorerrorwhilehydratingdev",
      "community_name": "Community 0"
    },
    {
      "label": "enterHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15629",
      "_origin": "ast",
      "community": 0,
      "norm_label": "enterhydrationstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enterhydrationstate",
      "community_name": "Community 0"
    },
    {
      "label": "reenterHydrationStateFromDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15640",
      "_origin": "ast",
      "community": 0,
      "norm_label": "reenterhydrationstatefromdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "community_name": "Community 0"
    },
    {
      "label": "warnUnhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15655",
      "_origin": "ast",
      "community": 300,
      "norm_label": "warnunhydratedinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnunhydratedinstance",
      "community_name": "Community 300"
    },
    {
      "label": "deleteHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15682",
      "_origin": "ast",
      "community": 300,
      "norm_label": "deletehydratableinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_deletehydratableinstance",
      "community_name": "Community 300"
    },
    {
      "label": "warnNonhydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15697",
      "_origin": "ast",
      "community": 300,
      "norm_label": "warnnonhydratedinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance",
      "community_name": "Community 300"
    },
    {
      "label": "insertNonHydratedInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15784",
      "_origin": "ast",
      "community": 300,
      "norm_label": "insertnonhydratedinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_insertnonhydratedinstance",
      "community_name": "Community 300"
    },
    {
      "label": "tryHydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15789",
      "_origin": "ast",
      "community": 0,
      "norm_label": "tryhydrate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate",
      "community_name": "Community 0"
    },
    {
      "label": "shouldClientRenderOnMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15856",
      "_origin": "ast",
      "community": 300,
      "norm_label": "shouldclientrenderonmismatch()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldclientrenderonmismatch",
      "community_name": "Community 300"
    },
    {
      "label": "throwOnHydrationMismatch()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15860",
      "_origin": "ast",
      "community": 300,
      "norm_label": "throwonhydrationmismatch()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_throwonhydrationmismatch",
      "community_name": "Community 300"
    },
    {
      "label": "tryToClaimNextHydratableInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 300,
      "norm_label": "trytoclaimnexthydratableinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "community_name": "Community 300"
    },
    {
      "label": "prepareToHydrateHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15914",
      "_origin": "ast",
      "community": 182,
      "norm_label": "preparetohydratehostinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostinstance",
      "community_name": "Community 182"
    },
    {
      "label": "prepareToHydrateHostTextInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15930",
      "_origin": "ast",
      "community": 182,
      "norm_label": "preparetohydratehosttextinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehosttextinstance",
      "community_name": "Community 182"
    },
    {
      "label": "prepareToHydrateHostSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15971",
      "_origin": "ast",
      "community": 182,
      "norm_label": "preparetohydratehostsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostsuspenseinstance",
      "community_name": "Community 182"
    },
    {
      "label": "skipPastDehydratedSuspenseInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15983",
      "_origin": "ast",
      "community": 300,
      "norm_label": "skippastdehydratedsuspenseinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_skippastdehydratedsuspenseinstance",
      "community_name": "Community 300"
    },
    {
      "label": "popToNextHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15995",
      "_origin": "ast",
      "community": 300,
      "norm_label": "poptonexthostparent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_poptonexthostparent",
      "community_name": "Community 300"
    },
    {
      "label": "popHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16005",
      "_origin": "ast",
      "community": 300,
      "norm_label": "pophydrationstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "community_name": "Community 300"
    },
    {
      "label": "hasUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16053",
      "_origin": "ast",
      "community": 182,
      "norm_label": "hasunhydratedtailnodes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hasunhydratedtailnodes",
      "community_name": "Community 182"
    },
    {
      "label": "warnIfUnhydratedTailNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16057",
      "_origin": "ast",
      "community": 300,
      "norm_label": "warnifunhydratedtailnodes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnifunhydratedtailnodes",
      "community_name": "Community 300"
    },
    {
      "label": "resetHydrationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16066",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resethydrationstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resethydrationstate",
      "community_name": "Community 64"
    },
    {
      "label": "upgradeHydrationErrorsToRecoverable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16074",
      "_origin": "ast",
      "community": 182,
      "norm_label": "upgradehydrationerrorstorecoverable()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_upgradehydrationerrorstorecoverable",
      "community_name": "Community 182"
    },
    {
      "label": "getIsHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16084",
      "_origin": "ast",
      "community": 64,
      "norm_label": "getishydrating()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getishydrating",
      "community_name": "Community 64"
    },
    {
      "label": "queueHydrationError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16088",
      "_origin": "ast",
      "community": 235,
      "norm_label": "queuehydrationerror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_queuehydrationerror",
      "community_name": "Community 235"
    },
    {
      "label": "requestCurrentTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16098",
      "_origin": "ast",
      "community": 94,
      "norm_label": "requestcurrenttransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requestcurrenttransition",
      "community_name": "Community 94"
    },
    {
      "label": "isReactClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16388",
      "_origin": "ast",
      "community": 305,
      "norm_label": "isreactclass()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isreactclass",
      "community_name": "Community 305"
    },
    {
      "label": "coerceRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16392",
      "_origin": "ast",
      "community": 305,
      "norm_label": "coerceref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_coerceref",
      "community_name": "Community 305"
    },
    {
      "label": "throwOnInvalidObjectType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16475",
      "_origin": "ast",
      "community": 0,
      "norm_label": "throwoninvalidobjecttype()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_throwoninvalidobjecttype",
      "community_name": "Community 0"
    },
    {
      "label": "warnOnFunctionType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16480",
      "_origin": "ast",
      "community": 35,
      "norm_label": "warnonfunctiontype()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnonfunctiontype",
      "community_name": "Community 35"
    },
    {
      "label": "resolveLazy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16494",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resolvelazy()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolvelazy",
      "community_name": "Community 64"
    },
    {
      "label": "ChildReconciler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16504",
      "_origin": "ast",
      "community": 0,
      "norm_label": "childreconciler()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_childreconciler",
      "community_name": "Community 0"
    },
    {
      "label": "cloneChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17440",
      "_origin": "ast",
      "community": 64,
      "norm_label": "clonechildfibers()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_clonechildfibers",
      "community_name": "Community 64"
    },
    {
      "label": "resetChildFibers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17463",
      "_origin": "ast",
      "community": 182,
      "norm_label": "resetchildfibers()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetchildfibers",
      "community_name": "Community 182"
    },
    {
      "label": "resetContextDependencies()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17484",
      "_origin": "ast",
      "community": 129,
      "norm_label": "resetcontextdependencies()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetcontextdependencies",
      "community_name": "Community 129"
    },
    {
      "label": "enterDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17495",
      "_origin": "ast",
      "community": 0,
      "norm_label": "enterdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enterdisallowedcontextreadindev",
      "community_name": "Community 0"
    },
    {
      "label": "exitDisallowedContextReadInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17500",
      "_origin": "ast",
      "community": 0,
      "norm_label": "exitdisallowedcontextreadindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_exitdisallowedcontextreadindev",
      "community_name": "Community 0"
    },
    {
      "label": "pushProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17505",
      "_origin": "ast",
      "community": 64,
      "norm_label": "pushprovider()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushprovider",
      "community_name": "Community 64"
    },
    {
      "label": "popProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17519",
      "_origin": "ast",
      "community": 182,
      "norm_label": "popprovider()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_popprovider",
      "community_name": "Community 182"
    },
    {
      "label": "scheduleContextWorkOnParentPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17529",
      "_origin": "ast",
      "community": 154,
      "norm_label": "schedulecontextworkonparentpath()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulecontextworkonparentpath",
      "community_name": "Community 154"
    },
    {
      "label": "propagateContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 154,
      "norm_label": "propagatecontextchange()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange",
      "community_name": "Community 154"
    },
    {
      "label": "propagateContextChange_eager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17565",
      "_origin": "ast",
      "community": 154,
      "norm_label": "propagatecontextchange_eager()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange_eager",
      "community_name": "Community 154"
    },
    {
      "label": "prepareToReadContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17694",
      "_origin": "ast",
      "community": 64,
      "norm_label": "preparetoreadcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext",
      "community_name": "Community 64"
    },
    {
      "label": "readContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 64,
      "norm_label": "readcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_readcontext",
      "community_name": "Community 64"
    },
    {
      "label": "pushConcurrentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17759",
      "_origin": "ast",
      "community": 94,
      "norm_label": "pushconcurrentupdatequeue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushconcurrentupdatequeue",
      "community_name": "Community 94"
    },
    {
      "label": "finishQueueingConcurrentUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17766",
      "_origin": "ast",
      "community": 129,
      "norm_label": "finishqueueingconcurrentupdates()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_finishqueueingconcurrentupdates",
      "community_name": "Community 129"
    },
    {
      "label": "enqueueConcurrentHookUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 94,
      "norm_label": "enqueueconcurrenthookupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdate",
      "community_name": "Community 94"
    },
    {
      "label": "enqueueConcurrentHookUpdateAndEagerlyBailout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17812",
      "_origin": "ast",
      "community": 94,
      "norm_label": "enqueueconcurrenthookupdateandeagerlybailout()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "community_name": "Community 94"
    },
    {
      "label": "enqueueConcurrentClassUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17828",
      "_origin": "ast",
      "community": 94,
      "norm_label": "enqueueconcurrentclassupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentclassupdate",
      "community_name": "Community 94"
    },
    {
      "label": "enqueueConcurrentRenderForLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17845",
      "_origin": "ast",
      "community": 94,
      "norm_label": "enqueueconcurrentrenderforlane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane",
      "community_name": "Community 94"
    },
    {
      "label": "markUpdateLaneFromFiberToRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17852",
      "_origin": "ast",
      "community": 94,
      "norm_label": "markupdatelanefromfibertoroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markupdatelanefromfibertoroot",
      "community_name": "Community 94"
    },
    {
      "label": "initializeUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17913",
      "_origin": "ast",
      "community": 64,
      "norm_label": "initializeupdatequeue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_initializeupdatequeue",
      "community_name": "Community 64"
    },
    {
      "label": "cloneUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17927",
      "_origin": "ast",
      "community": 64,
      "norm_label": "cloneupdatequeue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cloneupdatequeue",
      "community_name": "Community 64"
    },
    {
      "label": "createUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17943",
      "_origin": "ast",
      "community": 94,
      "norm_label": "createupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createupdate",
      "community_name": "Community 94"
    },
    {
      "label": "enqueueUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17954",
      "_origin": "ast",
      "community": 94,
      "norm_label": "enqueueupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate",
      "community_name": "Community 94"
    },
    {
      "label": "entangleTransitions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17995",
      "_origin": "ast",
      "community": 94,
      "norm_label": "entangletransitions()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_entangletransitions",
      "community_name": "Community 94"
    },
    {
      "label": "enqueueCapturedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18022",
      "_origin": "ast",
      "community": 154,
      "norm_label": "enqueuecapturedupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueuecapturedupdate",
      "community_name": "Community 154"
    },
    {
      "label": "getStateFromUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18104",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getstatefromupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getstatefromupdate",
      "community_name": "Community 0"
    },
    {
      "label": "processUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18195",
      "_origin": "ast",
      "community": 154,
      "norm_label": "processupdatequeue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue",
      "community_name": "Community 154"
    },
    {
      "label": "resetHasForceUpdateBeforeProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18393",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resethasforceupdatebeforeprocessing()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resethasforceupdatebeforeprocessing",
      "community_name": "Community 64"
    },
    {
      "label": "checkHasForceUpdateAfterProcessing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18396",
      "_origin": "ast",
      "community": 64,
      "norm_label": "checkhasforceupdateafterprocessing()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkhasforceupdateafterprocessing",
      "community_name": "Community 64"
    },
    {
      "label": "commitUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18399",
      "_origin": "ast",
      "community": 0,
      "norm_label": "commitupdatequeue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitupdatequeue",
      "community_name": "Community 0"
    },
    {
      "label": "requiredContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18422",
      "_origin": "ast",
      "community": 182,
      "norm_label": "requiredcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requiredcontext",
      "community_name": "Community 182"
    },
    {
      "label": "getRootHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18430",
      "_origin": "ast",
      "community": 182,
      "norm_label": "getroothostcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontainer",
      "community_name": "Community 182"
    },
    {
      "label": "pushHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18435",
      "_origin": "ast",
      "community": 64,
      "norm_label": "pushhostcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer",
      "community_name": "Community 64"
    },
    {
      "label": "popHostContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 182,
      "norm_label": "pophostcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pophostcontainer",
      "community_name": "Community 182"
    },
    {
      "label": "getHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 182,
      "norm_label": "gethostcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethostcontext",
      "community_name": "Community 182"
    },
    {
      "label": "pushHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18465",
      "_origin": "ast",
      "community": 182,
      "norm_label": "pushhostcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontext",
      "community_name": "Community 182"
    },
    {
      "label": "popHostContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18480",
      "_origin": "ast",
      "community": 182,
      "norm_label": "pophostcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pophostcontext",
      "community_name": "Community 182"
    },
    {
      "label": "hasSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18510",
      "_origin": "ast",
      "community": 235,
      "norm_label": "hassuspensecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hassuspensecontext",
      "community_name": "Community 235"
    },
    {
      "label": "setDefaultShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18513",
      "_origin": "ast",
      "community": 235,
      "norm_label": "setdefaultshallowsuspensecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setdefaultshallowsuspensecontext",
      "community_name": "Community 235"
    },
    {
      "label": "setShallowSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18516",
      "_origin": "ast",
      "community": 235,
      "norm_label": "setshallowsuspensecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setshallowsuspensecontext",
      "community_name": "Community 235"
    },
    {
      "label": "addSubtreeSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18519",
      "_origin": "ast",
      "community": 235,
      "norm_label": "addsubtreesuspensecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_addsubtreesuspensecontext",
      "community_name": "Community 235"
    },
    {
      "label": "pushSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18522",
      "_origin": "ast",
      "community": 235,
      "norm_label": "pushsuspensecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushsuspensecontext",
      "community_name": "Community 235"
    },
    {
      "label": "popSuspenseContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18525",
      "_origin": "ast",
      "community": 182,
      "norm_label": "popsuspensecontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_popsuspensecontext",
      "community_name": "Community 182"
    },
    {
      "label": "shouldCaptureSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18529",
      "_origin": "ast",
      "community": 154,
      "norm_label": "shouldcapturesuspense()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldcapturesuspense",
      "community_name": "Community 154"
    },
    {
      "label": "findFirstSuspended()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18549",
      "_origin": "ast",
      "community": 235,
      "norm_label": "findfirstsuspended()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findfirstsuspended",
      "community_name": "Community 235"
    },
    {
      "label": "resetWorkInProgressVersions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18618",
      "_origin": "ast",
      "community": 182,
      "norm_label": "resetworkinprogressversions()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogressversions",
      "community_name": "Community 182"
    },
    {
      "label": "registerMutableSourceForHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18633",
      "_origin": "ast",
      "community": 305,
      "norm_label": "registermutablesourceforhydration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_registermutablesourceforhydration",
      "community_name": "Community 305"
    },
    {
      "label": "mountHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18694",
      "_origin": "ast",
      "community": 135,
      "norm_label": "mounthooktypesdev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mounthooktypesdev",
      "community_name": "Community 135"
    },
    {
      "label": "updateHookTypesDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18706",
      "_origin": "ast",
      "community": 35,
      "norm_label": "updatehooktypesdev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatehooktypesdev",
      "community_name": "Community 35"
    },
    {
      "label": "checkDepsAreArrayDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18720",
      "_origin": "ast",
      "community": 305,
      "norm_label": "checkdepsarearraydev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkdepsarearraydev",
      "community_name": "Community 305"
    },
    {
      "label": "warnOnHookMismatchInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18730",
      "_origin": "ast",
      "community": 35,
      "norm_label": "warnonhookmismatchindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnonhookmismatchindev",
      "community_name": "Community 35"
    },
    {
      "label": "throwInvalidHookError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 0,
      "norm_label": "throwinvalidhookerror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_throwinvalidhookerror",
      "community_name": "Community 0"
    },
    {
      "label": "areHookInputsEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18765",
      "_origin": "ast",
      "community": 154,
      "norm_label": "arehookinputsequal()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_arehookinputsequal",
      "community_name": "Community 154"
    },
    {
      "label": "renderWithHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18800",
      "_origin": "ast",
      "community": 64,
      "norm_label": "renderwithhooks()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_renderwithhooks",
      "community_name": "Community 64"
    },
    {
      "label": "checkDidRenderIdHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18921",
      "_origin": "ast",
      "community": 64,
      "norm_label": "checkdidrenderidhook()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkdidrenderidhook",
      "community_name": "Community 64"
    },
    {
      "label": "bailoutHooks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18929",
      "_origin": "ast",
      "community": 64,
      "norm_label": "bailouthooks()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_bailouthooks",
      "community_name": "Community 64"
    },
    {
      "label": "resetHooksAfterThrow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18941",
      "_origin": "ast",
      "community": 129,
      "norm_label": "resethooksafterthrow()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resethooksafterthrow",
      "community_name": "Community 129"
    },
    {
      "label": "mountWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18986",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountworkinprogresshook()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook",
      "community_name": "Community 0"
    },
    {
      "label": "updateWorkInProgressHook()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19006",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updateworkinprogresshook()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook",
      "community_name": "Community 154"
    },
    {
      "label": "createFunctionComponentUpdateQueue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19066",
      "_origin": "ast",
      "community": 154,
      "norm_label": "createfunctioncomponentupdatequeue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfunctioncomponentupdatequeue",
      "community_name": "Community 154"
    },
    {
      "label": "basicStateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19073",
      "_origin": "ast",
      "community": 0,
      "norm_label": "basicstatereducer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_basicstatereducer",
      "community_name": "Community 0"
    },
    {
      "label": "mountReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19078",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountreducer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountreducer",
      "community_name": "Community 0"
    },
    {
      "label": "updateReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19102",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatereducer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatereducer",
      "community_name": "Community 154"
    },
    {
      "label": "rerenderReducer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19248",
      "_origin": "ast",
      "community": 154,
      "norm_label": "rerenderreducer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_rerenderreducer",
      "community_name": "Community 154"
    },
    {
      "label": "mountMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19299",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountmutablesource()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountmutablesource",
      "community_name": "Community 0"
    },
    {
      "label": "updateMutableSource()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19305",
      "_origin": "ast",
      "community": 0,
      "norm_label": "updatemutablesource()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatemutablesource",
      "community_name": "Community 0"
    },
    {
      "label": "mountSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19311",
      "_origin": "ast",
      "community": 154,
      "norm_label": "mountsyncexternalstore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "community_name": "Community 154"
    },
    {
      "label": "updateSyncExternalStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19389",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatesyncexternalstore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "community_name": "Community 154"
    },
    {
      "label": "pushStoreConsistencyCheck()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19445",
      "_origin": "ast",
      "community": 154,
      "norm_label": "pushstoreconsistencycheck()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushstoreconsistencycheck",
      "community_name": "Community 154"
    },
    {
      "label": "updateStoreInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19468",
      "_origin": "ast",
      "community": 94,
      "norm_label": "updatestoreinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatestoreinstance",
      "community_name": "Community 94"
    },
    {
      "label": "subscribeToStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19482",
      "_origin": "ast",
      "community": 94,
      "norm_label": "subscribetostore()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_subscribetostore",
      "community_name": "Community 94"
    },
    {
      "label": "checkIfSnapshotChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19496",
      "_origin": "ast",
      "community": 94,
      "norm_label": "checkifsnapshotchanged()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkifsnapshotchanged",
      "community_name": "Community 94"
    },
    {
      "label": "forceStoreRerender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19508",
      "_origin": "ast",
      "community": 94,
      "norm_label": "forcestorererender()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_forcestorererender",
      "community_name": "Community 94"
    },
    {
      "label": "mountState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19516",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountstate",
      "community_name": "Community 0"
    },
    {
      "label": "updateState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19538",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatestate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatestate",
      "community_name": "Community 154"
    },
    {
      "label": "rerenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19542",
      "_origin": "ast",
      "community": 154,
      "norm_label": "rerenderstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_rerenderstate",
      "community_name": "Community 154"
    },
    {
      "label": "pushEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19546",
      "_origin": "ast",
      "community": 154,
      "norm_label": "pusheffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pusheffect",
      "community_name": "Community 154"
    },
    {
      "label": "mountRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19577",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountref",
      "community_name": "Community 0"
    },
    {
      "label": "updateRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19589",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updateref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateref",
      "community_name": "Community 154"
    },
    {
      "label": "mountEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19594",
      "_origin": "ast",
      "community": 154,
      "norm_label": "mounteffectimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl",
      "community_name": "Community 154"
    },
    {
      "label": "updateEffectImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19601",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updateeffectimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl",
      "community_name": "Community 154"
    },
    {
      "label": "mountEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19624",
      "_origin": "ast",
      "community": 154,
      "norm_label": "mounteffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mounteffect",
      "community_name": "Community 154"
    },
    {
      "label": "updateEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19632",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updateeffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateeffect",
      "community_name": "Community 154"
    },
    {
      "label": "mountInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19636",
      "_origin": "ast",
      "community": 154,
      "norm_label": "mountinsertioneffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountinsertioneffect",
      "community_name": "Community 154"
    },
    {
      "label": "updateInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19640",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updateinsertioneffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateinsertioneffect",
      "community_name": "Community 154"
    },
    {
      "label": "mountLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19644",
      "_origin": "ast",
      "community": 154,
      "norm_label": "mountlayouteffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountlayouteffect",
      "community_name": "Community 154"
    },
    {
      "label": "updateLayoutEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19658",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatelayouteffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatelayouteffect",
      "community_name": "Community 154"
    },
    {
      "label": "imperativeHandleEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19662",
      "_origin": "ast",
      "community": 305,
      "norm_label": "imperativehandleeffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_imperativehandleeffect",
      "community_name": "Community 305"
    },
    {
      "label": "mountImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19690",
      "_origin": "ast",
      "community": 154,
      "norm_label": "mountimperativehandle()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountimperativehandle",
      "community_name": "Community 154"
    },
    {
      "label": "updateImperativeHandle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19712",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updateimperativehandle()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateimperativehandle",
      "community_name": "Community 154"
    },
    {
      "label": "mountDebugValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19724",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountdebugvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountdebugvalue",
      "community_name": "Community 0"
    },
    {
      "label": "mountCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19731",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountcallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountcallback",
      "community_name": "Community 0"
    },
    {
      "label": "updateCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19738",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatecallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatecallback",
      "community_name": "Community 154"
    },
    {
      "label": "mountMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19757",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountmemo()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountmemo",
      "community_name": "Community 0"
    },
    {
      "label": "updateMemo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19765",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatememo()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatememo",
      "community_name": "Community 154"
    },
    {
      "label": "mountDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19786",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mountdeferredvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountdeferredvalue",
      "community_name": "Community 0"
    },
    {
      "label": "updateDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19792",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatedeferredvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalue",
      "community_name": "Community 154"
    },
    {
      "label": "rerenderDeferredValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19799",
      "_origin": "ast",
      "community": 154,
      "norm_label": "rerenderdeferredvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_rerenderdeferredvalue",
      "community_name": "Community 154"
    },
    {
      "label": "updateDeferredValueImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19813",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatedeferredvalueimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl",
      "community_name": "Community 154"
    },
    {
      "label": "mountTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19886",
      "_origin": "ast",
      "community": 0,
      "norm_label": "mounttransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mounttransition",
      "community_name": "Community 0"
    },
    {
      "label": "updateTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19898",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updatetransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatetransition",
      "community_name": "Community 154"
    },
    {
      "label": "rerenderTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19907",
      "_origin": "ast",
      "community": 154,
      "norm_label": "rerendertransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_rerendertransition",
      "community_name": "Community 154"
    },
    {
      "label": "getIsUpdatingOpaqueValueInRenderPhaseInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19917",
      "_origin": "ast",
      "community": 94,
      "norm_label": "getisupdatingopaquevalueinrenderphaseindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getisupdatingopaquevalueinrenderphaseindev",
      "community_name": "Community 94"
    },
    {
      "label": "mountId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19923",
      "_origin": "ast",
      "community": 92,
      "norm_label": "mountid()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountid",
      "community_name": "Community 92"
    },
    {
      "label": "updateId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19958",
      "_origin": "ast",
      "community": 154,
      "norm_label": "updateid()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateid",
      "community_name": "Community 154"
    },
    {
      "label": "dispatchReducerAction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 94,
      "norm_label": "dispatchreduceraction()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "community_name": "Community 94"
    },
    {
      "label": "dispatchSetState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19995",
      "_origin": "ast",
      "community": 94,
      "norm_label": "dispatchsetstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "community_name": "Community 94"
    },
    {
      "label": "isRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20070",
      "_origin": "ast",
      "community": 94,
      "norm_label": "isrenderphaseupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isrenderphaseupdate",
      "community_name": "Community 94"
    },
    {
      "label": "enqueueRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20075",
      "_origin": "ast",
      "community": 94,
      "norm_label": "enqueuerenderphaseupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueuerenderphaseupdate",
      "community_name": "Community 94"
    },
    {
      "label": "entangleTransitionUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20094",
      "_origin": "ast",
      "community": 94,
      "norm_label": "entangletransitionupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate",
      "community_name": "Community 94"
    },
    {
      "label": "markUpdateInDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20113",
      "_origin": "ast",
      "community": 94,
      "norm_label": "markupdateindevtools()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markupdateindevtools",
      "community_name": "Community 94"
    },
    {
      "label": "isCurrentUpdateNested()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20997",
      "_origin": "ast",
      "community": 35,
      "norm_label": "iscurrentupdatenested()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iscurrentupdatenested",
      "community_name": "Community 35"
    },
    {
      "label": "markNestedUpdateScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21001",
      "_origin": "ast",
      "community": 129,
      "norm_label": "marknestedupdatescheduled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_marknestedupdatescheduled",
      "community_name": "Community 129"
    },
    {
      "label": "resetNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21007",
      "_origin": "ast",
      "community": 129,
      "norm_label": "resetnestedupdateflag()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetnestedupdateflag",
      "community_name": "Community 129"
    },
    {
      "label": "syncNestedUpdateFlag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21014",
      "_origin": "ast",
      "community": 129,
      "norm_label": "syncnestedupdateflag()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_syncnestedupdateflag",
      "community_name": "Community 129"
    },
    {
      "label": "getCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21021",
      "_origin": "ast",
      "community": 35,
      "norm_label": "getcommittime()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcommittime",
      "community_name": "Community 35"
    },
    {
      "label": "recordCommitTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21025",
      "_origin": "ast",
      "community": 129,
      "norm_label": "recordcommittime()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_recordcommittime",
      "community_name": "Community 129"
    },
    {
      "label": "startProfilerTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21030",
      "_origin": "ast",
      "community": 35,
      "norm_label": "startprofilertimer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_startprofilertimer",
      "community_name": "Community 35"
    },
    {
      "label": "stopProfilerTimerIfRunning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21039",
      "_origin": "ast",
      "community": 64,
      "norm_label": "stopprofilertimerifrunning()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunning",
      "community_name": "Community 64"
    },
    {
      "label": "stopProfilerTimerIfRunningAndRecordDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21044",
      "_origin": "ast",
      "community": 35,
      "norm_label": "stopprofilertimerifrunningandrecorddelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunningandrecorddelta",
      "community_name": "Community 35"
    },
    {
      "label": "recordLayoutEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21058",
      "_origin": "ast",
      "community": 35,
      "norm_label": "recordlayouteffectduration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration",
      "community_name": "Community 35"
    },
    {
      "label": "recordPassiveEffectDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21085",
      "_origin": "ast",
      "community": 35,
      "norm_label": "recordpassiveeffectduration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_recordpassiveeffectduration",
      "community_name": "Community 35"
    },
    {
      "label": "startLayoutEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21123",
      "_origin": "ast",
      "community": 35,
      "norm_label": "startlayouteffecttimer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer",
      "community_name": "Community 35"
    },
    {
      "label": "startPassiveEffectTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21128",
      "_origin": "ast",
      "community": 35,
      "norm_label": "startpassiveeffecttimer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_startpassiveeffecttimer",
      "community_name": "Community 35"
    },
    {
      "label": "transferActualDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21133",
      "_origin": "ast",
      "community": 182,
      "norm_label": "transferactualduration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_transferactualduration",
      "community_name": "Community 182"
    },
    {
      "label": "resolveDefaultProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21145",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resolvedefaultprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolvedefaultprops",
      "community_name": "Community 64"
    },
    {
      "label": "applyDerivedStateFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21228",
      "_origin": "ast",
      "community": 64,
      "norm_label": "applyderivedstatefromprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_applyderivedstatefromprops",
      "community_name": "Community 64"
    },
    {
      "label": "checkShouldComponentUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21342",
      "_origin": "ast",
      "community": 64,
      "norm_label": "checkshouldcomponentupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate",
      "community_name": "Community 64"
    },
    {
      "label": "checkClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21375",
      "_origin": "ast",
      "community": 64,
      "norm_label": "checkclassinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkclassinstance",
      "community_name": "Community 64"
    },
    {
      "label": "adoptClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21498",
      "_origin": "ast",
      "community": 64,
      "norm_label": "adoptclassinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_adoptclassinstance",
      "community_name": "Community 64"
    },
    {
      "label": "constructClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21509",
      "_origin": "ast",
      "community": 64,
      "norm_label": "constructclassinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "community_name": "Community 64"
    },
    {
      "label": "callComponentWillMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21628",
      "_origin": "ast",
      "community": 35,
      "norm_label": "callcomponentwillmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillmount",
      "community_name": "Community 35"
    },
    {
      "label": "callComponentWillReceiveProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21648",
      "_origin": "ast",
      "community": 64,
      "norm_label": "callcomponentwillreceiveprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillreceiveprops",
      "community_name": "Community 64"
    },
    {
      "label": "mountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21675",
      "_origin": "ast",
      "community": 64,
      "norm_label": "mountclassinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "community_name": "Community 64"
    },
    {
      "label": "resumeMountClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21747",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resumemountclassinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "community_name": "Community 64"
    },
    {
      "label": "updateClassInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21866",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updateclassinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "community_name": "Community 64"
    },
    {
      "label": "createCapturedValueAtFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21981",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createcapturedvalueatfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber",
      "community_name": "Community 0"
    },
    {
      "label": "createCapturedValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21991",
      "_origin": "ast",
      "community": 235,
      "norm_label": "createcapturedvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalue",
      "community_name": "Community 235"
    },
    {
      "label": "showErrorDialog()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22003",
      "_origin": "ast",
      "community": 35,
      "norm_label": "showerrordialog()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_showerrordialog",
      "community_name": "Community 35"
    },
    {
      "label": "logCapturedError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22007",
      "_origin": "ast",
      "community": 35,
      "norm_label": "logcapturederror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_logcapturederror",
      "community_name": "Community 35"
    },
    {
      "label": "createRootErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22078",
      "_origin": "ast",
      "community": 94,
      "norm_label": "createrooterrorupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createrooterrorupdate",
      "community_name": "Community 94"
    },
    {
      "label": "createClassErrorUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22097",
      "_origin": "ast",
      "community": 35,
      "norm_label": "createclasserrorupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "community_name": "Community 35"
    },
    {
      "label": "attachPingListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22159",
      "_origin": "ast",
      "community": 80,
      "norm_label": "attachpinglistener()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attachpinglistener",
      "community_name": "Community 80"
    },
    {
      "label": "attachRetryListener()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22204",
      "_origin": "ast",
      "community": 154,
      "norm_label": "attachretrylistener()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attachretrylistener",
      "community_name": "Community 154"
    },
    {
      "label": "resetSuspendedComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22227",
      "_origin": "ast",
      "community": 154,
      "norm_label": "resetsuspendedcomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcomponent",
      "community_name": "Community 154"
    },
    {
      "label": "getNearestSuspenseBoundaryToCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22247",
      "_origin": "ast",
      "community": 154,
      "norm_label": "getnearestsuspenseboundarytocapture()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getnearestsuspenseboundarytocapture",
      "community_name": "Community 154"
    },
    {
      "label": "markSuspenseBoundaryShouldCapture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22263",
      "_origin": "ast",
      "community": 94,
      "norm_label": "marksuspenseboundaryshouldcapture()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_marksuspenseboundaryshouldcapture",
      "community_name": "Community 94"
    },
    {
      "label": "throwException()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22371",
      "_origin": "ast",
      "community": 154,
      "norm_label": "throwexception()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "community_name": "Community 154"
    },
    {
      "label": "getSuspendedCache()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22504",
      "_origin": "ast",
      "community": 235,
      "norm_label": "getsuspendedcache()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getsuspendedcache",
      "community_name": "Community 235"
    },
    {
      "label": "reconcileChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22534",
      "_origin": "ast",
      "community": 64,
      "norm_label": "reconcilechildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren",
      "community_name": "Community 64"
    },
    {
      "label": "forceUnmountCurrentAndReconcile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22551",
      "_origin": "ast",
      "community": 64,
      "norm_label": "forceunmountcurrentandreconcile()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_forceunmountcurrentandreconcile",
      "community_name": "Community 64"
    },
    {
      "label": "updateForwardRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22568",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updateforwardref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "community_name": "Community 64"
    },
    {
      "label": "updateMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22635",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatememocomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "community_name": "Community 64"
    },
    {
      "label": "updateSimpleMemoComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22726",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatesimplememocomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "community_name": "Community 64"
    },
    {
      "label": "updateOffscreenComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22811",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updateoffscreencomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent",
      "community_name": "Community 64"
    },
    {
      "label": "updateFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22895",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatefragment()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatefragment",
      "community_name": "Community 64"
    },
    {
      "label": "updateMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22901",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatemode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatemode",
      "community_name": "Community 64"
    },
    {
      "label": "updateProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22907",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updateprofiler()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateprofiler",
      "community_name": "Community 64"
    },
    {
      "label": "markRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22926",
      "_origin": "ast",
      "community": 300,
      "norm_label": "markref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markref",
      "community_name": "Community 300"
    },
    {
      "label": "updateFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22939",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatefunctioncomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "community_name": "Community 64"
    },
    {
      "label": "updateClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23007",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updateclasscomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "community_name": "Community 64"
    },
    {
      "label": "finishClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23098",
      "_origin": "ast",
      "community": 64,
      "norm_label": "finishclasscomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "community_name": "Community 64"
    },
    {
      "label": "pushHostRootContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23179",
      "_origin": "ast",
      "community": 64,
      "norm_label": "pushhostrootcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushhostrootcontext",
      "community_name": "Community 64"
    },
    {
      "label": "updateHostRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23192",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatehostroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "community_name": "Community 64"
    },
    {
      "label": "mountHostRootWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23272",
      "_origin": "ast",
      "community": 64,
      "norm_label": "mounthostrootwithouthydrating()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mounthostrootwithouthydrating",
      "community_name": "Community 64"
    },
    {
      "label": "updateHostComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23281",
      "_origin": "ast",
      "community": 300,
      "norm_label": "updatehostcomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent",
      "community_name": "Community 300"
    },
    {
      "label": "updateHostText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23311",
      "_origin": "ast",
      "community": 300,
      "norm_label": "updatehosttext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatehosttext",
      "community_name": "Community 300"
    },
    {
      "label": "mountLazyComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23321",
      "_origin": "ast",
      "community": 64,
      "norm_label": "mountlazycomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "community_name": "Community 64"
    },
    {
      "label": "mountIncompleteClassComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23399",
      "_origin": "ast",
      "community": 64,
      "norm_label": "mountincompleteclasscomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "community_name": "Community 64"
    },
    {
      "label": "mountIndeterminateComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23422",
      "_origin": "ast",
      "community": 64,
      "norm_label": "mountindeterminatecomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "community_name": "Community 64"
    },
    {
      "label": "validateFunctionComponentInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23550",
      "_origin": "ast",
      "community": 64,
      "norm_label": "validatefunctioncomponentindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev",
      "community_name": "Community 64"
    },
    {
      "label": "mountSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23618",
      "_origin": "ast",
      "community": 235,
      "norm_label": "mountsuspenseoffscreenstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseoffscreenstate",
      "community_name": "Community 235"
    },
    {
      "label": "updateSuspenseOffscreenState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23626",
      "_origin": "ast",
      "community": 235,
      "norm_label": "updatesuspenseoffscreenstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseoffscreenstate",
      "community_name": "Community 235"
    },
    {
      "label": "shouldRemainOnFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23637",
      "_origin": "ast",
      "community": 235,
      "norm_label": "shouldremainonfallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldremainonfallback",
      "community_name": "Community 235"
    },
    {
      "label": "getRemainingWorkInPrimaryTree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23657",
      "_origin": "ast",
      "community": 235,
      "norm_label": "getremainingworkinprimarytree()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getremainingworkinprimarytree",
      "community_name": "Community 235"
    },
    {
      "label": "updateSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23662",
      "_origin": "ast",
      "community": 235,
      "norm_label": "updatesuspensecomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "community_name": "Community 235"
    },
    {
      "label": "mountSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23781",
      "_origin": "ast",
      "community": 235,
      "norm_label": "mountsuspenseprimarychildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseprimarychildren",
      "community_name": "Community 235"
    },
    {
      "label": "mountSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23793",
      "_origin": "ast",
      "community": 235,
      "norm_label": "mountsuspensefallbackchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackchildren",
      "community_name": "Community 235"
    },
    {
      "label": "mountWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23834",
      "_origin": "ast",
      "community": 235,
      "norm_label": "mountworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogressoffscreenfiber",
      "community_name": "Community 235"
    },
    {
      "label": "updateWorkInProgressOffscreenFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23840",
      "_origin": "ast",
      "community": 235,
      "norm_label": "updateworkinprogressoffscreenfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogressoffscreenfiber",
      "community_name": "Community 235"
    },
    {
      "label": "updateSuspensePrimaryChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23846",
      "_origin": "ast",
      "community": 235,
      "norm_label": "updatesuspenseprimarychildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseprimarychildren",
      "community_name": "Community 235"
    },
    {
      "label": "updateSuspenseFallbackChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23877",
      "_origin": "ast",
      "community": 235,
      "norm_label": "updatesuspensefallbackchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensefallbackchildren",
      "community_name": "Community 235"
    },
    {
      "label": "retrySuspenseComponentWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23942",
      "_origin": "ast",
      "community": 235,
      "norm_label": "retrysuspensecomponentwithouthydrating()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_retrysuspensecomponentwithouthydrating",
      "community_name": "Community 235"
    },
    {
      "label": "mountSuspenseFallbackAfterRetryWithoutHydrating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23967",
      "_origin": "ast",
      "community": 235,
      "norm_label": "mountsuspensefallbackafterretrywithouthydrating()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "community_name": "Community 235"
    },
    {
      "label": "mountDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23992",
      "_origin": "ast",
      "community": 235,
      "norm_label": "mountdehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_mountdehydratedsuspensecomponent",
      "community_name": "Community 235"
    },
    {
      "label": "updateDehydratedSuspenseComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24023",
      "_origin": "ast",
      "community": 235,
      "norm_label": "updatedehydratedsuspensecomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "community_name": "Community 235"
    },
    {
      "label": "scheduleSuspenseWorkOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24161",
      "_origin": "ast",
      "community": 154,
      "norm_label": "schedulesuspenseworkonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulesuspenseworkonfiber",
      "community_name": "Community 154"
    },
    {
      "label": "propagateSuspenseContextChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24172",
      "_origin": "ast",
      "community": 235,
      "norm_label": "propagatesuspensecontextchange()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_propagatesuspensecontextchange",
      "community_name": "Community 235"
    },
    {
      "label": "findLastContentRow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24215",
      "_origin": "ast",
      "community": 235,
      "norm_label": "findlastcontentrow()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findlastcontentrow",
      "community_name": "Community 235"
    },
    {
      "label": "validateRevealOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24239",
      "_origin": "ast",
      "community": 235,
      "norm_label": "validaterevealorder()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validaterevealorder",
      "community_name": "Community 235"
    },
    {
      "label": "validateTailOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24275",
      "_origin": "ast",
      "community": 235,
      "norm_label": "validatetailoptions()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validatetailoptions",
      "community_name": "Community 235"
    },
    {
      "label": "validateSuspenseListNestedChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24291",
      "_origin": "ast",
      "community": 305,
      "norm_label": "validatesuspenselistnestedchild()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistnestedchild",
      "community_name": "Community 305"
    },
    {
      "label": "validateSuspenseListChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24308",
      "_origin": "ast",
      "community": 305,
      "norm_label": "validatesuspenselistchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistchildren",
      "community_name": "Community 305"
    },
    {
      "label": "initSuspenseListRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24343",
      "_origin": "ast",
      "community": 235,
      "norm_label": "initsuspenselistrenderstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_initsuspenselistrenderstate",
      "community_name": "Community 235"
    },
    {
      "label": "updateSuspenseListComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24373",
      "_origin": "ast",
      "community": 235,
      "norm_label": "updatesuspenselistcomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "community_name": "Community 235"
    },
    {
      "label": "updatePortalComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24484",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updateportalcomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updateportalcomponent",
      "community_name": "Community 64"
    },
    {
      "label": "updateContextProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24504",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatecontextprovider()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "community_name": "Community 64"
    },
    {
      "label": "updateContextConsumer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24553",
      "_origin": "ast",
      "community": 64,
      "norm_label": "updatecontextconsumer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "community_name": "Community 64"
    },
    {
      "label": "markWorkInProgressReceivedUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24614",
      "_origin": "ast",
      "community": 154,
      "norm_label": "markworkinprogressreceivedupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markworkinprogressreceivedupdate",
      "community_name": "Community 154"
    },
    {
      "label": "resetSuspendedCurrentOnMountInLegacyMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24618",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resetsuspendedcurrentonmountinlegacymode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcurrentonmountinlegacymode",
      "community_name": "Community 64"
    },
    {
      "label": "bailoutOnAlreadyFinishedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24633",
      "_origin": "ast",
      "community": 64,
      "norm_label": "bailoutonalreadyfinishedwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork",
      "community_name": "Community 64"
    },
    {
      "label": "remountFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24661",
      "_origin": "ast",
      "community": 135,
      "norm_label": "remountfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_remountfiber",
      "community_name": "Community 135"
    },
    {
      "label": "checkScheduledUpdateOrContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24719",
      "_origin": "ast",
      "community": 64,
      "norm_label": "checkscheduledupdateorcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkscheduledupdateorcontext",
      "community_name": "Community 64"
    },
    {
      "label": "attemptEarlyBailoutIfNoScheduledUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24731",
      "_origin": "ast",
      "community": 64,
      "norm_label": "attemptearlybailoutifnoscheduledupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "community_name": "Community 64"
    },
    {
      "label": "beginWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24909",
      "_origin": "ast",
      "community": 64,
      "norm_label": "beginwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "community_name": "Community 64"
    },
    {
      "label": "markUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25104",
      "_origin": "ast",
      "community": 182,
      "norm_label": "markupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markupdate",
      "community_name": "Community 182"
    },
    {
      "label": "markRef$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25110",
      "_origin": "ast",
      "community": 182,
      "norm_label": "markref$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markref_1",
      "community_name": "Community 182"
    },
    {
      "label": "cutOffTailIfNeeded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25197",
      "_origin": "ast",
      "community": 182,
      "norm_label": "cutofftailifneeded()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cutofftailifneeded",
      "community_name": "Community 182"
    },
    {
      "label": "bubbleProperties()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25277",
      "_origin": "ast",
      "community": 182,
      "norm_label": "bubbleproperties()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_bubbleproperties",
      "community_name": "Community 182"
    },
    {
      "label": "completeDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25372",
      "_origin": "ast",
      "community": 182,
      "norm_label": "completedehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "community_name": "Community 182"
    },
    {
      "label": "completeWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25457",
      "_origin": "ast",
      "community": 182,
      "norm_label": "completework()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "community_name": "Community 182"
    },
    {
      "label": "unwindWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26034",
      "_origin": "ast",
      "community": 182,
      "norm_label": "unwindwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "community_name": "Community 182"
    },
    {
      "label": "unwindInterruptedWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26150",
      "_origin": "ast",
      "community": 182,
      "norm_label": "unwindinterruptedwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "community_name": "Community 182"
    },
    {
      "label": "reportUncaughtErrorInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26224",
      "_origin": "ast",
      "community": 0,
      "norm_label": "reportuncaughterrorindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reportuncaughterrorindev",
      "community_name": "Community 0"
    },
    {
      "label": "safelyCallCommitHookLayoutEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26255",
      "_origin": "ast",
      "community": 35,
      "norm_label": "safelycallcommithooklayouteffectlistmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_safelycallcommithooklayouteffectlistmount",
      "community_name": "Community 35"
    },
    {
      "label": "safelyCallComponentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26264",
      "_origin": "ast",
      "community": 35,
      "norm_label": "safelycallcomponentwillunmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentwillunmount",
      "community_name": "Community 35"
    },
    {
      "label": "safelyCallComponentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26273",
      "_origin": "ast",
      "community": 35,
      "norm_label": "safelycallcomponentdidmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentdidmount",
      "community_name": "Community 35"
    },
    {
      "label": "safelyAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26282",
      "_origin": "ast",
      "community": 35,
      "norm_label": "safelyattachref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_safelyattachref",
      "community_name": "Community 35"
    },
    {
      "label": "safelyDetachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26290",
      "_origin": "ast",
      "community": 35,
      "norm_label": "safelydetachref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref",
      "community_name": "Community 35"
    },
    {
      "label": "safelyCallDestroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26323",
      "_origin": "ast",
      "community": 35,
      "norm_label": "safelycalldestroy()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_safelycalldestroy",
      "community_name": "Community 35"
    },
    {
      "label": "commitBeforeMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26333",
      "_origin": "ast",
      "community": 0,
      "norm_label": "commitbeforemutationeffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects",
      "community_name": "Community 0"
    },
    {
      "label": "commitBeforeMutationEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26344",
      "_origin": "ast",
      "community": 0,
      "norm_label": "commitbeforemutationeffects_begin()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_begin",
      "community_name": "Community 0"
    },
    {
      "label": "commitBeforeMutationEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26359",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitbeforemutationeffects_complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete",
      "community_name": "Community 35"
    },
    {
      "label": "commitBeforeMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26383",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitbeforemutationeffectsonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "commitHookEffectListUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26464",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commithookeffectlistunmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount",
      "community_name": "Community 35"
    },
    {
      "label": "commitHookEffectListMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26516",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commithookeffectlistmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveEffectDurations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26593",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassiveeffectdurations()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveeffectdurations",
      "community_name": "Community 35"
    },
    {
      "label": "commitLayoutEffectOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26646",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitlayouteffectonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "reappearLayoutEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26902",
      "_origin": "ast",
      "community": 35,
      "norm_label": "reappearlayouteffectsonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "hideOrUnhideAllChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26944",
      "_origin": "ast",
      "community": 0,
      "norm_label": "hideorunhideallchildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren",
      "community_name": "Community 0"
    },
    {
      "label": "commitAttachRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27016",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitattachref()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitattachref",
      "community_name": "Community 35"
    },
    {
      "label": "detachFiberMutation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27063",
      "_origin": "ast",
      "community": 35,
      "norm_label": "detachfibermutation()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_detachfibermutation",
      "community_name": "Community 35"
    },
    {
      "label": "detachFiberAfterEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27089",
      "_origin": "ast",
      "community": 0,
      "norm_label": "detachfiberaftereffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_detachfiberaftereffects",
      "community_name": "Community 0"
    },
    {
      "label": "getHostParentFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27151",
      "_origin": "ast",
      "community": 439,
      "norm_label": "gethostparentfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethostparentfiber",
      "community_name": "Community 439"
    },
    {
      "label": "isHostParent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27165",
      "_origin": "ast",
      "community": 439,
      "norm_label": "ishostparent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_ishostparent",
      "community_name": "Community 439"
    },
    {
      "label": "getHostSibling()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27169",
      "_origin": "ast",
      "community": 439,
      "norm_label": "gethostsibling()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_gethostsibling",
      "community_name": "Community 439"
    },
    {
      "label": "commitPlacement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27217",
      "_origin": "ast",
      "community": 439,
      "norm_label": "commitplacement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitplacement",
      "community_name": "Community 439"
    },
    {
      "label": "insertOrAppendPlacementNodeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27258",
      "_origin": "ast",
      "community": 439,
      "norm_label": "insertorappendplacementnodeintocontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnodeintocontainer",
      "community_name": "Community 439"
    },
    {
      "label": "insertOrAppendPlacementNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27285",
      "_origin": "ast",
      "community": 439,
      "norm_label": "insertorappendplacementnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnode",
      "community_name": "Community 439"
    },
    {
      "label": "commitDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27319",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitdeletioneffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffects",
      "community_name": "Community 35"
    },
    {
      "label": "recursivelyTraverseDeletionEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27377",
      "_origin": "ast",
      "community": 35,
      "norm_label": "recursivelytraversedeletioneffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversedeletioneffects",
      "community_name": "Community 35"
    },
    {
      "label": "commitDeletionEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27387",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitdeletioneffectsonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "commitSuspenseCallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27569",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitsuspensecallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitsuspensecallback",
      "community_name": "Community 35"
    },
    {
      "label": "commitSuspenseHydrationCallbacks()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27574",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitsuspensehydrationcallbacks()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitsuspensehydrationcallbacks",
      "community_name": "Community 35"
    },
    {
      "label": "attachSuspenseRetryListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27595",
      "_origin": "ast",
      "community": 35,
      "norm_label": "attachsuspenseretrylisteners()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attachsuspenseretrylisteners",
      "community_name": "Community 35"
    },
    {
      "label": "commitMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27632",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitmutationeffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffects",
      "community_name": "Community 35"
    },
    {
      "label": "recursivelyTraverseMutationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27642",
      "_origin": "ast",
      "community": 35,
      "norm_label": "recursivelytraversemutationeffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects",
      "community_name": "Community 35"
    },
    {
      "label": "commitMutationEffectsOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27674",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitmutationeffectsonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "commitReconciliationEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27976",
      "_origin": "ast",
      "community": 439,
      "norm_label": "commitreconciliationeffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitreconciliationeffects",
      "community_name": "Community 439"
    },
    {
      "label": "commitLayoutEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28001",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitlayouteffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects",
      "community_name": "Community 35"
    },
    {
      "label": "commitLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28010",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitlayouteffects_begin()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects_begin",
      "community_name": "Community 35"
    },
    {
      "label": "commitLayoutMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28072",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitlayoutmounteffects_complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete",
      "community_name": "Community 35"
    },
    {
      "label": "disappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28106",
      "_origin": "ast",
      "community": 35,
      "norm_label": "disappearlayouteffects_begin()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin",
      "community_name": "Community 35"
    },
    {
      "label": "disappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28176",
      "_origin": "ast",
      "community": 35,
      "norm_label": "disappearlayouteffects_complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_complete",
      "community_name": "Community 35"
    },
    {
      "label": "reappearLayoutEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28197",
      "_origin": "ast",
      "community": 35,
      "norm_label": "reappearlayouteffects_begin()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_begin",
      "community_name": "Community 35"
    },
    {
      "label": "reappearLayoutEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28224",
      "_origin": "ast",
      "community": 35,
      "norm_label": "reappearlayouteffects_complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveMountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28257",
      "_origin": "ast",
      "community": 129,
      "norm_label": "commitpassivemounteffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects",
      "community_name": "Community 129"
    },
    {
      "label": "commitPassiveMountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28262",
      "_origin": "ast",
      "community": 129,
      "norm_label": "commitpassivemounteffects_begin()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_begin",
      "community_name": "Community 129"
    },
    {
      "label": "commitPassiveMountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28276",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassivemounteffects_complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveMountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28309",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassivemountonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemountonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveUnmountEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28332",
      "_origin": "ast",
      "community": 129,
      "norm_label": "commitpassiveunmounteffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects",
      "community_name": "Community 129"
    },
    {
      "label": "commitPassiveUnmountEffects_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28337",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassiveunmounteffects_begin()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_begin",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveUnmountEffects_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28394",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassiveunmounteffects_complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_complete",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveUnmountOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28416",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassiveunmountonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_begin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28435",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_begin()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "community_name": "Community 35"
    },
    {
      "label": "commitPassiveUnmountEffectsInsideOfDeletedTree_complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28455",
      "_origin": "ast",
      "community": 0,
      "norm_label": "commitpassiveunmounteffectsinsideofdeletedtree_complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "community_name": "Community 0"
    },
    {
      "label": "commitPassiveUnmountInsideDeletedTreeOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28483",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitpassiveunmountinsidedeletedtreeonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "community_name": "Community 35"
    },
    {
      "label": "invokeLayoutEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28503",
      "_origin": "ast",
      "community": 35,
      "norm_label": "invokelayouteffectmountindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectmountindev",
      "community_name": "Community 35"
    },
    {
      "label": "invokePassiveEffectMountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28537",
      "_origin": "ast",
      "community": 35,
      "norm_label": "invokepassiveeffectmountindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectmountindev",
      "community_name": "Community 35"
    },
    {
      "label": "invokeLayoutEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28558",
      "_origin": "ast",
      "community": 35,
      "norm_label": "invokelayouteffectunmountindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectunmountindev",
      "community_name": "Community 35"
    },
    {
      "label": "invokePassiveEffectUnmountInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28590",
      "_origin": "ast",
      "community": 35,
      "norm_label": "invokepassiveeffectunmountindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectunmountindev",
      "community_name": "Community 35"
    },
    {
      "label": "onCommitRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28624",
      "_origin": "ast",
      "community": 129,
      "norm_label": "oncommitroot$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_oncommitroot_1",
      "community_name": "Community 129"
    },
    {
      "label": "isLegacyActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28633",
      "_origin": "ast",
      "community": 35,
      "norm_label": "islegacyactenvironment()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_islegacyactenvironment",
      "community_name": "Community 35"
    },
    {
      "label": "isConcurrentActEnvironment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28646",
      "_origin": "ast",
      "community": 305,
      "norm_label": "isconcurrentactenvironment()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isconcurrentactenvironment",
      "community_name": "Community 305"
    },
    {
      "label": "resetRenderTimer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28735",
      "_origin": "ast",
      "community": 94,
      "norm_label": "resetrendertimer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetrendertimer",
      "community_name": "Community 94"
    },
    {
      "label": "getRenderTargetTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28739",
      "_origin": "ast",
      "community": 182,
      "norm_label": "getrendertargettime()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getrendertargettime",
      "community_name": "Community 182"
    },
    {
      "label": "getWorkInProgressRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28765",
      "_origin": "ast",
      "community": 154,
      "norm_label": "getworkinprogressroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getworkinprogressroot",
      "community_name": "Community 154"
    },
    {
      "label": "requestEventTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28768",
      "_origin": "ast",
      "community": 94,
      "norm_label": "requesteventtime()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime",
      "community_name": "Community 94"
    },
    {
      "label": "requestUpdateLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28784",
      "_origin": "ast",
      "community": 94,
      "norm_label": "requestupdatelane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane",
      "community_name": "Community 94"
    },
    {
      "label": "requestRetryLane()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28853",
      "_origin": "ast",
      "community": 0,
      "norm_label": "requestretrylane()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_requestretrylane",
      "community_name": "Community 0"
    },
    {
      "label": "scheduleUpdateOnFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28867",
      "_origin": "ast",
      "community": 94,
      "norm_label": "scheduleupdateonfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "community_name": "Community 94"
    },
    {
      "label": "scheduleInitialHydrationOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28938",
      "_origin": "ast",
      "community": 94,
      "norm_label": "scheduleinitialhydrationonroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_scheduleinitialhydrationonroot",
      "community_name": "Community 94"
    },
    {
      "label": "isUnsafeClassRenderPhaseUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28953",
      "_origin": "ast",
      "community": 94,
      "norm_label": "isunsafeclassrenderphaseupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isunsafeclassrenderphaseupdate",
      "community_name": "Community 94"
    },
    {
      "label": "ensureRootIsScheduled()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28966",
      "_origin": "ast",
      "community": 129,
      "norm_label": "ensurerootisscheduled()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "community_name": "Community 129"
    },
    {
      "label": "performConcurrentWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29085",
      "_origin": "ast",
      "community": 129,
      "norm_label": "performconcurrentworkonroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "community_name": "Community 129"
    },
    {
      "label": "recoverFromConcurrentError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29217",
      "_origin": "ast",
      "community": 129,
      "norm_label": "recoverfromconcurrenterror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror",
      "community_name": "Community 129"
    },
    {
      "label": "queueRecoverableErrors()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29262",
      "_origin": "ast",
      "community": 182,
      "norm_label": "queuerecoverableerrors()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_queuerecoverableerrors",
      "community_name": "Community 182"
    },
    {
      "label": "finishConcurrentRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29270",
      "_origin": "ast",
      "community": 129,
      "norm_label": "finishconcurrentrender()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "community_name": "Community 129"
    },
    {
      "label": "isRenderConsistentWithExternalStores()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29385",
      "_origin": "ast",
      "community": 129,
      "norm_label": "isrenderconsistentwithexternalstores()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isrenderconsistentwithexternalstores",
      "community_name": "Community 129"
    },
    {
      "label": "markRootSuspended$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29448",
      "_origin": "ast",
      "community": 129,
      "norm_label": "markrootsuspended$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1",
      "community_name": "Community 129"
    },
    {
      "label": "performSyncWorkOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29460",
      "_origin": "ast",
      "community": 129,
      "norm_label": "performsyncworkonroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "community_name": "Community 129"
    },
    {
      "label": "flushRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29517",
      "_origin": "ast",
      "community": 94,
      "norm_label": "flushroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushroot",
      "community_name": "Community 94"
    },
    {
      "label": "batchedUpdates$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29528",
      "_origin": "ast",
      "community": 94,
      "norm_label": "batchedupdates$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates_1",
      "community_name": "Community 94"
    },
    {
      "label": "discreteUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29545",
      "_origin": "ast",
      "community": 129,
      "norm_label": "discreteupdates()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_discreteupdates",
      "community_name": "Community 129"
    },
    {
      "label": "flushSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29565",
      "_origin": "ast",
      "community": 129,
      "norm_label": "flushsync()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushsync",
      "community_name": "Community 129"
    },
    {
      "label": "isAlreadyRendering()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29598",
      "_origin": "ast",
      "community": 129,
      "norm_label": "isalreadyrendering()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isalreadyrendering",
      "community_name": "Community 129"
    },
    {
      "label": "pushRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29603",
      "_origin": "ast",
      "community": 135,
      "norm_label": "pushrenderlanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushrenderlanes",
      "community_name": "Community 135"
    },
    {
      "label": "popRenderLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29608",
      "_origin": "ast",
      "community": 182,
      "norm_label": "poprenderlanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_poprenderlanes",
      "community_name": "Community 182"
    },
    {
      "label": "prepareFreshStack()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29613",
      "_origin": "ast",
      "community": 129,
      "norm_label": "preparefreshstack()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack",
      "community_name": "Community 129"
    },
    {
      "label": "handleError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29656",
      "_origin": "ast",
      "community": 129,
      "norm_label": "handleerror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "community_name": "Community 129"
    },
    {
      "label": "pushDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29727",
      "_origin": "ast",
      "community": 129,
      "norm_label": "pushdispatcher()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pushdispatcher",
      "community_name": "Community 129"
    },
    {
      "label": "popDispatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29741",
      "_origin": "ast",
      "community": 129,
      "norm_label": "popdispatcher()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_popdispatcher",
      "community_name": "Community 129"
    },
    {
      "label": "markCommitTimeOfFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29745",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markcommittimeoffallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markcommittimeoffallback",
      "community_name": "Community 35"
    },
    {
      "label": "markSkippedUpdateLanes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29748",
      "_origin": "ast",
      "community": 154,
      "norm_label": "markskippedupdatelanes()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markskippedupdatelanes",
      "community_name": "Community 154"
    },
    {
      "label": "renderDidSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29751",
      "_origin": "ast",
      "community": 182,
      "norm_label": "renderdidsuspend()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspend",
      "community_name": "Community 182"
    },
    {
      "label": "renderDidSuspendDelayIfPossible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29756",
      "_origin": "ast",
      "community": 129,
      "norm_label": "renderdidsuspenddelayifpossible()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspenddelayifpossible",
      "community_name": "Community 129"
    },
    {
      "label": "renderDidError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29774",
      "_origin": "ast",
      "community": 154,
      "norm_label": "renderdiderror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_renderdiderror",
      "community_name": "Community 154"
    },
    {
      "label": "renderHasNotSuspendedYet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29787",
      "_origin": "ast",
      "community": 182,
      "norm_label": "renderhasnotsuspendedyet()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_renderhasnotsuspendedyet",
      "community_name": "Community 182"
    },
    {
      "label": "renderRootSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29793",
      "_origin": "ast",
      "community": 129,
      "norm_label": "renderrootsync()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "community_name": "Community 129"
    },
    {
      "label": "workLoopSync()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29856",
      "_origin": "ast",
      "community": 35,
      "norm_label": "workloopsync()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_workloopsync",
      "community_name": "Community 35"
    },
    {
      "label": "renderRootConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29863",
      "_origin": "ast",
      "community": 129,
      "norm_label": "renderrootconcurrent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "community_name": "Community 129"
    },
    {
      "label": "workLoopConcurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29933",
      "_origin": "ast",
      "community": 35,
      "norm_label": "workloopconcurrent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_workloopconcurrent",
      "community_name": "Community 35"
    },
    {
      "label": "performUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29940",
      "_origin": "ast",
      "community": 35,
      "norm_label": "performunitofwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork",
      "community_name": "Community 35"
    },
    {
      "label": "completeUnitOfWork()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29969",
      "_origin": "ast",
      "community": 35,
      "norm_label": "completeunitofwork()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork",
      "community_name": "Community 35"
    },
    {
      "label": "commitRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30066",
      "_origin": "ast",
      "community": 129,
      "norm_label": "commitroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitroot",
      "community_name": "Community 129"
    },
    {
      "label": "commitRootImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30084",
      "_origin": "ast",
      "community": 129,
      "norm_label": "commitrootimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "community_name": "Community 129"
    },
    {
      "label": "flushPassiveEffects()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30361",
      "_origin": "ast",
      "community": 129,
      "norm_label": "flushpassiveeffects()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects",
      "community_name": "Community 129"
    },
    {
      "label": "enqueuePendingPassiveProfilerEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30386",
      "_origin": "ast",
      "community": 135,
      "norm_label": "enqueuependingpassiveprofilereffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_enqueuependingpassiveprofilereffect",
      "community_name": "Community 135"
    },
    {
      "label": "flushPassiveEffectsImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30400",
      "_origin": "ast",
      "community": 129,
      "norm_label": "flushpassiveeffectsimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "community_name": "Community 129"
    },
    {
      "label": "isAlreadyFailedLegacyErrorBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30485",
      "_origin": "ast",
      "community": 154,
      "norm_label": "isalreadyfailedlegacyerrorboundary()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isalreadyfailedlegacyerrorboundary",
      "community_name": "Community 154"
    },
    {
      "label": "markLegacyErrorBoundaryAsFailed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30488",
      "_origin": "ast",
      "community": 35,
      "norm_label": "marklegacyerrorboundaryasfailed()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_marklegacyerrorboundaryasfailed",
      "community_name": "Community 35"
    },
    {
      "label": "prepareToThrowUncaughtError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30496",
      "_origin": "ast",
      "community": 0,
      "norm_label": "preparetothrowuncaughterror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_preparetothrowuncaughterror",
      "community_name": "Community 0"
    },
    {
      "label": "captureCommitPhaseErrorOnRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30505",
      "_origin": "ast",
      "community": 94,
      "norm_label": "capturecommitphaseerroronroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot",
      "community_name": "Community 94"
    },
    {
      "label": "captureCommitPhaseError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30517",
      "_origin": "ast",
      "community": 35,
      "norm_label": "capturecommitphaseerror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "community_name": "Community 35"
    },
    {
      "label": "pingSuspendedRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30571",
      "_origin": "ast",
      "community": 129,
      "norm_label": "pingsuspendedroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "community_name": "Community 129"
    },
    {
      "label": "retryTimedOutBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30605",
      "_origin": "ast",
      "community": 94,
      "norm_label": "retrytimedoutboundary()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary",
      "community_name": "Community 94"
    },
    {
      "label": "retryDehydratedSuspenseBoundary()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30626",
      "_origin": "ast",
      "community": 94,
      "norm_label": "retrydehydratedsuspenseboundary()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_retrydehydratedsuspenseboundary",
      "community_name": "Community 94"
    },
    {
      "label": "resolveRetryWakeable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30636",
      "_origin": "ast",
      "community": 94,
      "norm_label": "resolveretrywakeable()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolveretrywakeable",
      "community_name": "Community 94"
    },
    {
      "label": "jnd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30677",
      "_origin": "ast",
      "community": 129,
      "norm_label": "jnd()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_jnd",
      "community_name": "Community 129"
    },
    {
      "label": "checkForNestedUpdates()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30681",
      "_origin": "ast",
      "community": 94,
      "norm_label": "checkfornestedupdates()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_checkfornestedupdates",
      "community_name": "Community 94"
    },
    {
      "label": "flushRenderPhaseStrictModeWarningsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30698",
      "_origin": "ast",
      "community": 129,
      "norm_label": "flushrenderphasestrictmodewarningsindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushrenderphasestrictmodewarningsindev",
      "community_name": "Community 129"
    },
    {
      "label": "commitDoubleInvokeEffectsInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30708",
      "_origin": "ast",
      "community": 35,
      "norm_label": "commitdoubleinvokeeffectsindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "community_name": "Community 35"
    },
    {
      "label": "invokeEffectsInDev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30730",
      "_origin": "ast",
      "community": 35,
      "norm_label": "invokeeffectsindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_invokeeffectsindev",
      "community_name": "Community 35"
    },
    {
      "label": "warnAboutUpdateOnNotYetMountedFiberInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30758",
      "_origin": "ast",
      "community": 35,
      "norm_label": "warnaboutupdateonnotyetmountedfiberindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "community_name": "Community 35"
    },
    {
      "label": "warnAboutRenderPhaseUpdatesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30869",
      "_origin": "ast",
      "community": 94,
      "norm_label": "warnaboutrenderphaseupdatesindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnaboutrenderphaseupdatesindev",
      "community_name": "Community 94"
    },
    {
      "label": "restorePendingUpdaters()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30906",
      "_origin": "ast",
      "community": 129,
      "norm_label": "restorependingupdaters()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters",
      "community_name": "Community 129"
    },
    {
      "label": "scheduleCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30920",
      "_origin": "ast",
      "community": 135,
      "norm_label": "schedulecallback$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulecallback_1",
      "community_name": "Community 135"
    },
    {
      "label": "cancelCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30935",
      "_origin": "ast",
      "community": 129,
      "norm_label": "cancelcallback$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_cancelcallback_1",
      "community_name": "Community 129"
    },
    {
      "label": "shouldForceFlushFallbacksInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30944",
      "_origin": "ast",
      "community": 129,
      "norm_label": "shouldforceflushfallbacksindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldforceflushfallbacksindev",
      "community_name": "Community 129"
    },
    {
      "label": "warnIfUpdatesNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30949",
      "_origin": "ast",
      "community": 35,
      "norm_label": "warnifupdatesnotwrappedwithactdev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev",
      "community_name": "Community 35"
    },
    {
      "label": "warnIfSuspenseResolutionNotWrappedWithActDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30994",
      "_origin": "ast",
      "community": 305,
      "norm_label": "warnifsuspenseresolutionnotwrappedwithactdev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "community_name": "Community 305"
    },
    {
      "label": "setIsRunningInsertionEffect()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31002",
      "_origin": "ast",
      "community": 35,
      "norm_label": "setisrunninginsertioneffect()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_setisrunninginsertioneffect",
      "community_name": "Community 35"
    },
    {
      "label": "resolveFunctionForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31017",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resolvefunctionforhotreloading()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading",
      "community_name": "Community 64"
    },
    {
      "label": "resolveClassForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31034",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resolveclassforhotreloading()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolveclassforhotreloading",
      "community_name": "Community 64"
    },
    {
      "label": "resolveForwardRefForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31038",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resolveforwardrefforhotreloading()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolveforwardrefforhotreloading",
      "community_name": "Community 64"
    },
    {
      "label": "isCompatibleFamilyForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31076",
      "_origin": "ast",
      "community": 0,
      "norm_label": "iscompatiblefamilyforhotreloading()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_iscompatiblefamilyforhotreloading",
      "community_name": "Community 0"
    },
    {
      "label": "markFailedErrorBoundaryForHotReloading()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31160",
      "_origin": "ast",
      "community": 35,
      "norm_label": "markfailederrorboundaryforhotreloading()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markfailederrorboundaryforhotreloading",
      "community_name": "Community 35"
    },
    {
      "label": "scheduleFibersWithFamiliesRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31209",
      "_origin": "ast",
      "community": 94,
      "norm_label": "schedulefiberswithfamiliesrecursively()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulefiberswithfamiliesrecursively",
      "community_name": "Community 94"
    },
    {
      "label": "findHostInstancesForMatchingFibersRecursively()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31292",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findhostinstancesformatchingfibersrecursively()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesformatchingfibersrecursively",
      "community_name": "Community 0"
    },
    {
      "label": "findHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31338",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesforfibershallowly",
      "community_name": "Community 0"
    },
    {
      "label": "findChildHostInstancesForFiberShallowly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31373",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findchildhostinstancesforfibershallowly()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findchildhostinstancesforfibershallowly",
      "community_name": "Community 0"
    },
    {
      "label": "FiberNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31427",
      "_origin": "ast",
      "community": 0,
      "norm_label": "fibernode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_fibernode",
      "community_name": "Community 0"
    },
    {
      "label": "shouldConstruct$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31511",
      "_origin": "ast",
      "community": 64,
      "norm_label": "shouldconstruct$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct_1",
      "community_name": "Community 64"
    },
    {
      "label": "isSimpleFunctionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31516",
      "_origin": "ast",
      "community": 64,
      "norm_label": "issimplefunctioncomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_issimplefunctioncomponent",
      "community_name": "Community 64"
    },
    {
      "label": "resolveLazyComponentTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31519",
      "_origin": "ast",
      "community": 64,
      "norm_label": "resolvelazycomponenttag()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resolvelazycomponenttag",
      "community_name": "Community 64"
    },
    {
      "label": "createWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31537",
      "_origin": "ast",
      "community": 64,
      "norm_label": "createworkinprogress()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress",
      "community_name": "Community 64"
    },
    {
      "label": "resetWorkInProgress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31630",
      "_origin": "ast",
      "community": 182,
      "norm_label": "resetworkinprogress()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogress",
      "community_name": "Community 182"
    },
    {
      "label": "createHostRootFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31691",
      "_origin": "ast",
      "community": 94,
      "norm_label": "createhostrootfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createhostrootfiber",
      "community_name": "Community 94"
    },
    {
      "label": "createFiberFromTypeAndProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31717",
      "_origin": "ast",
      "community": 64,
      "norm_label": "createfiberfromtypeandprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "community_name": "Community 64"
    },
    {
      "label": "createFiberFromElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31848",
      "_origin": "ast",
      "community": 64,
      "norm_label": "createfiberfromelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromelement",
      "community_name": "Community 64"
    },
    {
      "label": "createFiberFromFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31867",
      "_origin": "ast",
      "community": 235,
      "norm_label": "createfiberfromfragment()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromfragment",
      "community_name": "Community 235"
    },
    {
      "label": "createFiberFromProfiler()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31873",
      "_origin": "ast",
      "community": 64,
      "norm_label": "createfiberfromprofiler()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromprofiler",
      "community_name": "Community 64"
    },
    {
      "label": "createFiberFromSuspense()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31894",
      "_origin": "ast",
      "community": 64,
      "norm_label": "createfiberfromsuspense()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromsuspense",
      "community_name": "Community 64"
    },
    {
      "label": "createFiberFromSuspenseList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31900",
      "_origin": "ast",
      "community": 64,
      "norm_label": "createfiberfromsuspenselist()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromsuspenselist",
      "community_name": "Community 64"
    },
    {
      "label": "createFiberFromOffscreen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31906",
      "_origin": "ast",
      "community": 235,
      "norm_label": "createfiberfromoffscreen()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromoffscreen",
      "community_name": "Community 235"
    },
    {
      "label": "createFiberFromText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31916",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createfiberfromtext()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtext",
      "community_name": "Community 0"
    },
    {
      "label": "createFiberFromHostInstanceForDeletion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31921",
      "_origin": "ast",
      "community": 300,
      "norm_label": "createfiberfromhostinstancefordeletion()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromhostinstancefordeletion",
      "community_name": "Community 300"
    },
    {
      "label": "createFiberFromDehydratedFragment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31926",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createfiberfromdehydratedfragment()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromdehydratedfragment",
      "community_name": "Community 0"
    },
    {
      "label": "createFiberFromPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31931",
      "_origin": "ast",
      "community": 0,
      "norm_label": "createfiberfromportal()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromportal",
      "community_name": "Community 0"
    },
    {
      "label": "assignFiberPropertiesInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31944",
      "_origin": "ast",
      "community": 0,
      "norm_label": "assignfiberpropertiesindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_assignfiberpropertiesindev",
      "community_name": "Community 0"
    },
    {
      "label": "FiberRootNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31993",
      "_origin": "ast",
      "community": 135,
      "norm_label": "fiberrootnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_fiberrootnode",
      "community_name": "Community 135"
    },
    {
      "label": "createFiberRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32049",
      "_origin": "ast",
      "community": 94,
      "norm_label": "createfiberroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createfiberroot",
      "community_name": "Community 94"
    },
    {
      "label": "createPortal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32080",
      "_origin": "ast",
      "community": 305,
      "norm_label": "createportal()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createportal",
      "community_name": "Community 305"
    },
    {
      "label": "getContextForSubtree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32106",
      "_origin": "ast",
      "community": 80,
      "norm_label": "getcontextforsubtree()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree",
      "community_name": "Community 80"
    },
    {
      "label": "findHostInstanceWithWarning()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32125",
      "_origin": "ast",
      "community": 35,
      "norm_label": "findhostinstancewithwarning()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning",
      "community_name": "Community 35"
    },
    {
      "label": "createContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32175",
      "_origin": "ast",
      "community": 94,
      "norm_label": "createcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createcontainer",
      "community_name": "Community 94"
    },
    {
      "label": "createHydrationContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32180",
      "_origin": "ast",
      "community": 94,
      "norm_label": "createhydrationcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "community_name": "Community 94"
    },
    {
      "label": "updateContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32201",
      "_origin": "ast",
      "community": 94,
      "norm_label": "updatecontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "community_name": "Community 94"
    },
    {
      "label": "getPublicRootInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32257",
      "_origin": "ast",
      "community": 35,
      "norm_label": "getpublicrootinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getpublicrootinstance",
      "community_name": "Community 35"
    },
    {
      "label": "attemptSynchronousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32272",
      "_origin": "ast",
      "community": 94,
      "norm_label": "attemptsynchronoushydration$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "community_name": "Community 94"
    },
    {
      "label": "markRetryLaneImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32307",
      "_origin": "ast",
      "community": 0,
      "norm_label": "markretrylaneimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneimpl",
      "community_name": "Community 0"
    },
    {
      "label": "markRetryLaneIfNotHydrated()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32316",
      "_origin": "ast",
      "community": 94,
      "norm_label": "markretrylaneifnothydrated()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneifnothydrated",
      "community_name": "Community 94"
    },
    {
      "label": "attemptContinuousHydration$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32324",
      "_origin": "ast",
      "community": 94,
      "norm_label": "attemptcontinuoushydration$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attemptcontinuoushydration_1",
      "community_name": "Community 94"
    },
    {
      "label": "attemptHydrationAtCurrentPriority$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32343",
      "_origin": "ast",
      "community": 94,
      "norm_label": "attempthydrationatcurrentpriority$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_attempthydrationatcurrentpriority_1",
      "community_name": "Community 94"
    },
    {
      "label": "findHostInstanceWithNoPortals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32360",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findhostinstancewithnoportals()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithnoportals",
      "community_name": "Community 0"
    },
    {
      "label": "shouldError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32374",
      "_origin": "ast",
      "community": 64,
      "norm_label": "shoulderror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shoulderror",
      "community_name": "Community 64"
    },
    {
      "label": "shouldSuspend()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32382",
      "_origin": "ast",
      "community": 235,
      "norm_label": "shouldsuspend()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_shouldsuspend",
      "community_name": "Community 235"
    },
    {
      "label": "findHostInstanceByFiber()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32613",
      "_origin": "ast",
      "community": 0,
      "norm_label": "findhostinstancebyfiber()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancebyfiber",
      "community_name": "Community 0"
    },
    {
      "label": "emptyFindFiberByHostInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32623",
      "_origin": "ast",
      "community": 0,
      "norm_label": "emptyfindfiberbyhostinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_emptyfindfiberbyhostinstance",
      "community_name": "Community 0"
    },
    {
      "label": "getCurrentFiberForDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32627",
      "_origin": "ast",
      "community": 0,
      "norm_label": "getcurrentfiberfordevtools()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberfordevtools",
      "community_name": "Community 0"
    },
    {
      "label": "injectIntoDevTools()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32631",
      "_origin": "ast",
      "community": 0,
      "norm_label": "injectintodevtools()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_injectintodevtools",
      "community_name": "Community 0"
    },
    {
      "label": "ReactDOMRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32674",
      "_origin": "ast",
      "community": 0,
      "norm_label": "reactdomroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reactdomroot",
      "community_name": "Community 0"
    },
    {
      "label": "createRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32736",
      "_origin": "ast",
      "community": 305,
      "norm_label": "createroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "community_name": "Community 305"
    },
    {
      "label": "ReactDOMHydrationRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32783",
      "_origin": "ast",
      "community": 0,
      "norm_label": "reactdomhydrationroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_reactdomhydrationroot",
      "community_name": "Community 0"
    },
    {
      "label": "scheduleHydration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32787",
      "_origin": "ast",
      "community": 80,
      "norm_label": "schedulehydration()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_schedulehydration",
      "community_name": "Community 80"
    },
    {
      "label": "hydrateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32794",
      "_origin": "ast",
      "community": 305,
      "norm_label": "hydrateroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "community_name": "Community 305"
    },
    {
      "label": "isValidContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32845",
      "_origin": "ast",
      "community": 305,
      "norm_label": "isvalidcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainer",
      "community_name": "Community 305"
    },
    {
      "label": "isValidContainerLegacy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32850",
      "_origin": "ast",
      "community": 305,
      "norm_label": "isvalidcontainerlegacy()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainerlegacy",
      "community_name": "Community 305"
    },
    {
      "label": "warnIfReactDOMContainerInDEV()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32854",
      "_origin": "ast",
      "community": 305,
      "norm_label": "warnifreactdomcontainerindev()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnifreactdomcontainerindev",
      "community_name": "Community 305"
    },
    {
      "label": "getReactRootElementInContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32899",
      "_origin": "ast",
      "community": 305,
      "norm_label": "getreactrootelementincontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_getreactrootelementincontainer",
      "community_name": "Community 305"
    },
    {
      "label": "noopOnRecoverableError()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32911",
      "_origin": "ast",
      "community": 94,
      "norm_label": "nooponrecoverableerror()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_nooponrecoverableerror",
      "community_name": "Community 94"
    },
    {
      "label": "legacyCreateRootFromDOMContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32915",
      "_origin": "ast",
      "community": 94,
      "norm_label": "legacycreaterootfromdomcontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "community_name": "Community 94"
    },
    {
      "label": "warnOnInvalidCallback$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32975",
      "_origin": "ast",
      "community": 305,
      "norm_label": "warnoninvalidcallback$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_warnoninvalidcallback_1",
      "community_name": "Community 305"
    },
    {
      "label": "legacyRenderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32983",
      "_origin": "ast",
      "community": 305,
      "norm_label": "legacyrendersubtreeintocontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer",
      "community_name": "Community 305"
    },
    {
      "label": "findDOMNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33015",
      "_origin": "ast",
      "community": 35,
      "norm_label": "finddomnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_finddomnode",
      "community_name": "Community 35"
    },
    {
      "label": "hydrate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33048",
      "_origin": "ast",
      "community": 305,
      "norm_label": "hydrate()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hydrate",
      "community_name": "Community 305"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33068",
      "_origin": "ast",
      "community": 64,
      "norm_label": "render()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_render",
      "community_name": "Community 64"
    },
    {
      "label": "unstable_renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33087",
      "_origin": "ast",
      "community": 305,
      "norm_label": "unstable_rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unstable_rendersubtreeintocontainer",
      "community_name": "Community 305"
    },
    {
      "label": "unmountComponentAtNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33103",
      "_origin": "ast",
      "community": 305,
      "norm_label": "unmountcomponentatnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "community_name": "Community 305"
    },
    {
      "label": "createPortal$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33179",
      "_origin": "ast",
      "community": 305,
      "norm_label": "createportal$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createportal_1",
      "community_name": "Community 305"
    },
    {
      "label": "renderSubtreeIntoContainer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33191",
      "_origin": "ast",
      "community": 305,
      "norm_label": "rendersubtreeintocontainer()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_rendersubtreeintocontainer",
      "community_name": "Community 305"
    },
    {
      "label": "createRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33202",
      "_origin": "ast",
      "community": 305,
      "norm_label": "createroot$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_createroot_1",
      "community_name": "Community 305"
    },
    {
      "label": "hydrateRoot$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33212",
      "_origin": "ast",
      "community": 305,
      "norm_label": "hydrateroot$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot_1",
      "community_name": "Community 305"
    },
    {
      "label": "flushSync$1()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33225",
      "_origin": "ast",
      "community": 129,
      "norm_label": "flushsync$1()",
      "id": "docs_design_thingtime_launch_celebration_ds_react_flushsync_1",
      "community_name": "Community 129"
    },
    {
      "label": "thingtime-bundle.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 21,
      "norm_label": "thingtime-bundle.js",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "community_name": "Community 21"
    },
    {
      "label": "\"<define:import.meta.env>\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L48",
      "_origin": "ast",
      "community": 21,
      "norm_label": "\"<define:import.meta.env>\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_define_import_meta_env",
      "community_name": "Community 21"
    },
    {
      "label": "\"shim:react-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L54",
      "_origin": "ast",
      "community": 21,
      "norm_label": "\"shim:react-shim\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shim_react_shim",
      "community_name": "Community 21"
    },
    {
      "label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 183,
      "norm_label": "\"remix/node_modules/.pnpm/lodash.mergewith@4.6.2/node_modules/lodash.mergewith/index.js\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "community_name": "Community 183"
    },
    {
      "label": "memoize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L792",
      "_origin": "ast",
      "community": 366,
      "norm_label": "memoize3()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memoize3",
      "community_name": "Community 366"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L800",
      "_origin": "ast",
      "community": 21,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js",
      "community_name": "Community 21"
    },
    {
      "label": "\"shim:react-is-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L807",
      "_origin": "ast",
      "community": 21,
      "norm_label": "\"shim:react-is-shim\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shim_react_is_shim",
      "community_name": "Community 21"
    },
    {
      "label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L856",
      "_origin": "ast",
      "community": 21,
      "norm_label": "\"remix/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js",
      "community_name": "Community 21"
    },
    {
      "label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L950",
      "_origin": "ast",
      "community": 366,
      "norm_label": "\"remix/node_modules/.pnpm/@emotion+is-prop-valid@1.4.0/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "community_name": "Community 366"
    },
    {
      "label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L965",
      "_origin": "ast",
      "community": 366,
      "norm_label": "\"remix/node_modules/.pnpm/react-fast-compare@3.2.2/node_modules/react-fast-compare/index.js\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "community_name": "Community 366"
    },
    {
      "label": "\"shim:react-dom-shim\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 21,
      "norm_label": "\"shim:react-dom-shim\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shim_react_dom_shim",
      "community_name": "Community 21"
    },
    {
      "label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 21,
      "norm_label": "\"remix/node_modules/.pnpm/emojis-list@3.0.0/node_modules/emojis-list/index.js\"()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js",
      "community_name": "Community 21"
    },
    {
      "label": "isBrowser()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "_origin": "ast",
      "community": 21,
      "norm_label": "isbrowser()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isbrowser",
      "community_name": "Community 21"
    },
    {
      "label": "assignAfter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "_origin": "ast",
      "community": 21,
      "norm_label": "assignafter()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_assignafter",
      "community_name": "Community 21"
    },
    {
      "label": "isArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "_origin": "ast",
      "community": 183,
      "norm_label": "isarray()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isarray",
      "community_name": "Community 183"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "_origin": "ast",
      "community": 183,
      "norm_label": "isobject()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isobject",
      "community_name": "Community 183"
    },
    {
      "label": "getLastItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getlastitem()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getlastitem",
      "community_name": "Community 21"
    },
    {
      "label": "analyzeCSSValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "_origin": "ast",
      "community": 183,
      "norm_label": "analyzecssvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzecssvalue",
      "community_name": "Community 183"
    },
    {
      "label": "px()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4208",
      "_origin": "ast",
      "community": 183,
      "norm_label": "px()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_px",
      "community_name": "Community 183"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "_origin": "ast",
      "community": 183,
      "norm_label": "normalize()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize",
      "community_name": "Community 183"
    },
    {
      "label": "keys()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "_origin": "ast",
      "community": 183,
      "norm_label": "keys()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keys",
      "community_name": "Community 183"
    },
    {
      "label": "subtract()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "_origin": "ast",
      "community": 183,
      "norm_label": "subtract()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_subtract",
      "community_name": "Community 183"
    },
    {
      "label": "toMediaQueryString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "_origin": "ast",
      "community": 183,
      "norm_label": "tomediaquerystring()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tomediaquerystring",
      "community_name": "Community 183"
    },
    {
      "label": "analyzeBreakpoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "_origin": "ast",
      "community": 183,
      "norm_label": "analyzebreakpoints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzebreakpoints",
      "community_name": "Community 183"
    },
    {
      "label": "compact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "_origin": "ast",
      "community": 21,
      "norm_label": "compact()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compact",
      "community_name": "Community 21"
    },
    {
      "label": "getErrorMessage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "_origin": "ast",
      "community": 21,
      "norm_label": "geterrormessage()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_geterrormessage",
      "community_name": "Community 21"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createcontext",
      "community_name": "Community 21"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4364",
      "_origin": "ast",
      "community": 314,
      "norm_label": "get()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get",
      "community_name": "Community 314"
    },
    {
      "label": "omit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "_origin": "ast",
      "community": 21,
      "norm_label": "omit()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omit",
      "community_name": "Community 21"
    },
    {
      "label": "pick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "_origin": "ast",
      "community": 183,
      "norm_label": "pick()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pick",
      "community_name": "Community 183"
    },
    {
      "label": "runIfFn()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "_origin": "ast",
      "community": 183,
      "norm_label": "runiffn()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runiffn",
      "community_name": "Community 183"
    },
    {
      "label": "splitProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "_origin": "ast",
      "community": 21,
      "norm_label": "splitprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_splitprops",
      "community_name": "Community 21"
    },
    {
      "label": "walkObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "_origin": "ast",
      "community": 183,
      "norm_label": "walkobject()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_walkobject",
      "community_name": "Community 183"
    },
    {
      "label": "useCallbackRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usecallbackref()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecallbackref",
      "community_name": "Community 21"
    },
    {
      "label": "useTimeout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usetimeout()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usetimeout",
      "community_name": "Community 21"
    },
    {
      "label": "createTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "_origin": "ast",
      "community": 366,
      "norm_label": "createtransform()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransform",
      "community_name": "Community 366"
    },
    {
      "label": "toConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "_origin": "ast",
      "community": 21,
      "norm_label": "toconfig()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_toconfig",
      "community_name": "Community 21"
    },
    {
      "label": "logical()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "_origin": "ast",
      "community": 366,
      "norm_label": "logical()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_logical",
      "community_name": "Community 366"
    },
    {
      "label": "getTransformTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "_origin": "ast",
      "community": 477,
      "norm_label": "gettransformtemplate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformtemplate",
      "community_name": "Community 477"
    },
    {
      "label": "getTransformGpuTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "_origin": "ast",
      "community": 477,
      "norm_label": "gettransformgputemplate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformgputemplate",
      "community_name": "Community 477"
    },
    {
      "label": "getRingTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "_origin": "ast",
      "community": 183,
      "norm_label": "getringtemplate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getringtemplate",
      "community_name": "Community 183"
    },
    {
      "label": "parseGradient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "_origin": "ast",
      "community": 21,
      "norm_label": "parsegradient()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsegradient",
      "community_name": "Community 21"
    },
    {
      "label": "isCssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "_origin": "ast",
      "community": 366,
      "norm_label": "iscssvar2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscssvar2",
      "community_name": "Community 366"
    },
    {
      "label": "filter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "_origin": "ast",
      "community": 21,
      "norm_label": "filter()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filter",
      "community_name": "Community 21"
    },
    {
      "label": "backdropFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "_origin": "ast",
      "community": 21,
      "norm_label": "backdropfilter()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_backdropfilter",
      "community_name": "Community 21"
    },
    {
      "label": "ring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "_origin": "ast",
      "community": 183,
      "norm_label": "ring()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ring",
      "community_name": "Community 183"
    },
    {
      "label": "bgClip()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "_origin": "ast",
      "community": 21,
      "norm_label": "bgclip()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bgclip",
      "community_name": "Community 21"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5119",
      "_origin": "ast",
      "community": 477,
      "norm_label": "transform()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transform",
      "community_name": "Community 477"
    },
    {
      "label": "vh()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "_origin": "ast",
      "community": 21,
      "norm_label": "vh()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_vh",
      "community_name": "Community 21"
    },
    {
      "label": "fraction()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "_origin": "ast",
      "community": 21,
      "norm_label": "fraction()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_fraction",
      "community_name": "Community 21"
    },
    {
      "label": "float()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "_origin": "ast",
      "community": 21,
      "norm_label": "float()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_float",
      "community_name": "Community 21"
    },
    {
      "label": "degree()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "_origin": "ast",
      "community": 366,
      "norm_label": "degree()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_degree",
      "community_name": "Community 366"
    },
    {
      "label": "bgImage()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "_origin": "ast",
      "community": 21,
      "norm_label": "bgimage()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bgimage",
      "community_name": "Community 21"
    },
    {
      "label": "outline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "_origin": "ast",
      "community": 21,
      "norm_label": "outline()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_outline",
      "community_name": "Community 21"
    },
    {
      "label": "flexDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "_origin": "ast",
      "community": 21,
      "norm_label": "flexdirection()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flexdirection",
      "community_name": "Community 21"
    },
    {
      "label": "degreeT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "_origin": "ast",
      "community": 21,
      "norm_label": "degreet()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_degreet",
      "community_name": "Community 21"
    },
    {
      "label": "prop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "_origin": "ast",
      "community": 366,
      "norm_label": "prop()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prop",
      "community_name": "Community 366"
    },
    {
      "label": "propT()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "_origin": "ast",
      "community": 21,
      "norm_label": "propt()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_propt",
      "community_name": "Community 21"
    },
    {
      "label": "get2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "_origin": "ast",
      "community": 21,
      "norm_label": "get2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get2",
      "community_name": "Community 21"
    },
    {
      "label": "splitByComma()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "_origin": "ast",
      "community": 314,
      "norm_label": "splitbycomma()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_splitbycomma",
      "community_name": "Community 314"
    },
    {
      "label": "isCssVar3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "_origin": "ast",
      "community": 366,
      "norm_label": "iscssvar3()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscssvar3",
      "community_name": "Community 366"
    },
    {
      "label": "getCss()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getcss()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcss",
      "community_name": "Community 21"
    },
    {
      "label": "defineStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "_origin": "ast",
      "community": 21,
      "norm_label": "definestyle()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_definestyle",
      "community_name": "Community 21"
    },
    {
      "label": "defineStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "_origin": "ast",
      "community": 21,
      "norm_label": "definestyleconfig()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_definestyleconfig",
      "community_name": "Community 21"
    },
    {
      "label": "createMultiStyleConfigHelpers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createmultistyleconfighelpers()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmultistyleconfighelpers",
      "community_name": "Community 21"
    },
    {
      "label": "normalize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "_origin": "ast",
      "community": 183,
      "norm_label": "normalize2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize2",
      "community_name": "Community 183"
    },
    {
      "label": "getNextIndex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "_origin": "ast",
      "community": 183,
      "norm_label": "getnextindex()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getnextindex",
      "community_name": "Community 183"
    },
    {
      "label": "createResolver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "_origin": "ast",
      "community": 183,
      "norm_label": "createresolver()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createresolver",
      "community_name": "Community 183"
    },
    {
      "label": "resolveStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "_origin": "ast",
      "community": 21,
      "norm_label": "resolvestyleconfig()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvestyleconfig",
      "community_name": "Community 21"
    },
    {
      "label": "omitThemingProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "_origin": "ast",
      "community": 21,
      "norm_label": "omitthemingprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitthemingprops",
      "community_name": "Community 21"
    },
    {
      "label": "resolveReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "_origin": "ast",
      "community": 183,
      "norm_label": "resolvereference()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvereference",
      "community_name": "Community 183"
    },
    {
      "label": "replaceWhiteSpace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "_origin": "ast",
      "community": 183,
      "norm_label": "replacewhitespace()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace",
      "community_name": "Community 183"
    },
    {
      "label": "escape()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "_origin": "ast",
      "community": 183,
      "norm_label": "escape()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape",
      "community_name": "Community 183"
    },
    {
      "label": "escapeDot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "_origin": "ast",
      "community": 183,
      "norm_label": "escapedot()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapedot",
      "community_name": "Community 183"
    },
    {
      "label": "escapeSymbol()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "_origin": "ast",
      "community": 183,
      "norm_label": "escapesymbol()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapesymbol",
      "community_name": "Community 183"
    },
    {
      "label": "addPrefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "_origin": "ast",
      "community": 183,
      "norm_label": "addprefix()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addprefix",
      "community_name": "Community 183"
    },
    {
      "label": "toVarReference()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "_origin": "ast",
      "community": 183,
      "norm_label": "tovarreference()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovarreference",
      "community_name": "Community 183"
    },
    {
      "label": "toVarDefinition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "_origin": "ast",
      "community": 183,
      "norm_label": "tovardefinition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovardefinition",
      "community_name": "Community 183"
    },
    {
      "label": "cssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "_origin": "ast",
      "community": 183,
      "norm_label": "cssvar()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar",
      "community_name": "Community 183"
    },
    {
      "label": "defineCssVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "_origin": "ast",
      "community": 183,
      "norm_label": "definecssvars()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_definecssvars",
      "community_name": "Community 183"
    },
    {
      "label": "extractTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "_origin": "ast",
      "community": 183,
      "norm_label": "extracttokens()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extracttokens",
      "community_name": "Community 183"
    },
    {
      "label": "extractSemanticTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "_origin": "ast",
      "community": 183,
      "norm_label": "extractsemantictokens()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extractsemantictokens",
      "community_name": "Community 183"
    },
    {
      "label": "omitVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "_origin": "ast",
      "community": 183,
      "norm_label": "omitvars()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitvars",
      "community_name": "Community 183"
    },
    {
      "label": "flattenTokens()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "_origin": "ast",
      "community": 183,
      "norm_label": "flattentokens()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flattentokens",
      "community_name": "Community 183"
    },
    {
      "label": "tokenToCssVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "_origin": "ast",
      "community": 183,
      "norm_label": "tokentocssvar()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tokentocssvar",
      "community_name": "Community 183"
    },
    {
      "label": "createThemeVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "_origin": "ast",
      "community": 183,
      "norm_label": "createthemevars()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createthemevars",
      "community_name": "Community 183"
    },
    {
      "label": "toCSSVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "_origin": "ast",
      "community": 183,
      "norm_label": "tocssvar()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tocssvar",
      "community_name": "Community 183"
    },
    {
      "label": "anatomy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "_origin": "ast",
      "community": 21,
      "norm_label": "anatomy()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_anatomy",
      "community_name": "Community 21"
    },
    {
      "label": "guard()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "_origin": "ast",
      "community": 314,
      "norm_label": "guard()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_guard",
      "community_name": "Community 314"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6691",
      "_origin": "ast",
      "community": 218,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "community_name": "Community 218"
    },
    {
      "label": "parseToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "_origin": "ast",
      "community": 314,
      "norm_label": "parsetorgba()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba",
      "community_name": "Community 314"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "_origin": "ast",
      "community": 21,
      "norm_label": "hash()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hash",
      "community_name": "Community 21"
    },
    {
      "label": "nameToHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "_origin": "ast",
      "community": 314,
      "norm_label": "nametohex()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_nametohex",
      "community_name": "Community 314"
    },
    {
      "label": "rgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "_origin": "ast",
      "community": 314,
      "norm_label": "rgba()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rgba",
      "community_name": "Community 314"
    },
    {
      "label": "transparentize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "_origin": "ast",
      "community": 314,
      "norm_label": "transparentize()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transparentize",
      "community_name": "Community 314"
    },
    {
      "label": "toHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "_origin": "ast",
      "community": 314,
      "norm_label": "tohex()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tohex",
      "community_name": "Community 314"
    },
    {
      "label": "get3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "_origin": "ast",
      "community": 21,
      "norm_label": "get3()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get3",
      "community_name": "Community 21"
    },
    {
      "label": "generateStripe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "_origin": "ast",
      "community": 21,
      "norm_label": "generatestripe()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_generatestripe",
      "community_name": "Community 21"
    },
    {
      "label": "randomColor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "_origin": "ast",
      "community": 236,
      "norm_label": "randomcolor()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolor",
      "community_name": "Community 236"
    },
    {
      "label": "randomColorFromString()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "_origin": "ast",
      "community": 236,
      "norm_label": "randomcolorfromstring()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolorfromstring",
      "community_name": "Community 236"
    },
    {
      "label": "randomColorFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "_origin": "ast",
      "community": 236,
      "norm_label": "randomcolorfromlist()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolorfromlist",
      "community_name": "Community 236"
    },
    {
      "label": "randomFromList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "_origin": "ast",
      "community": 236,
      "norm_label": "randomfromlist()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomfromlist",
      "community_name": "Community 236"
    },
    {
      "label": "mode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "_origin": "ast",
      "community": 21,
      "norm_label": "mode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mode",
      "community_name": "Community 21"
    },
    {
      "label": "orient()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "_origin": "ast",
      "community": 21,
      "norm_label": "orient()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_orient",
      "community_name": "Community 21"
    },
    {
      "label": "toRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "_origin": "ast",
      "community": 183,
      "norm_label": "toref()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_toref",
      "community_name": "Community 183"
    },
    {
      "label": "isDecimal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "_origin": "ast",
      "community": 183,
      "norm_label": "isdecimal()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdecimal",
      "community_name": "Community 183"
    },
    {
      "label": "replaceWhiteSpace2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "_origin": "ast",
      "community": 183,
      "norm_label": "replacewhitespace2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace2",
      "community_name": "Community 183"
    },
    {
      "label": "escape2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "_origin": "ast",
      "community": 183,
      "norm_label": "escape2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape2",
      "community_name": "Community 183"
    },
    {
      "label": "addPrefix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "_origin": "ast",
      "community": 183,
      "norm_label": "addprefix2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addprefix2",
      "community_name": "Community 183"
    },
    {
      "label": "toVarRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "_origin": "ast",
      "community": 183,
      "norm_label": "tovarref()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovarref",
      "community_name": "Community 183"
    },
    {
      "label": "toVar()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "_origin": "ast",
      "community": 183,
      "norm_label": "tovar()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovar",
      "community_name": "Community 183"
    },
    {
      "label": "cssVar2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "_origin": "ast",
      "community": 183,
      "norm_label": "cssvar2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar2",
      "community_name": "Community 183"
    },
    {
      "label": "getFallback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "_origin": "ast",
      "community": 183,
      "norm_label": "getfallback()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getfallback",
      "community_name": "Community 183"
    },
    {
      "label": "getBg()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getbg()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbg",
      "community_name": "Community 21"
    },
    {
      "label": "runIfFn2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "_origin": "ast",
      "community": 21,
      "norm_label": "runiffn2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runiffn2",
      "community_name": "Community 21"
    },
    {
      "label": "getSize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L7254",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getsize()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize",
      "community_name": "Community 21"
    },
    {
      "label": "getSize2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getsize2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize2",
      "community_name": "Community 21"
    },
    {
      "label": "getDefaults()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getdefaults()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdefaults",
      "community_name": "Community 21"
    },
    {
      "label": "getSize3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getsize3()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize3",
      "community_name": "Community 21"
    },
    {
      "label": "getSize4()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getsize4()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize4",
      "community_name": "Community 21"
    },
    {
      "label": "sheetForTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "_origin": "ast",
      "community": 21,
      "norm_label": "sheetfortag()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sheetfortag",
      "community_name": "Community 21"
    },
    {
      "label": "createStyleElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createstyleelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstyleelement",
      "community_name": "Community 21"
    },
    {
      "label": "StyleSheet2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "_origin": "ast",
      "community": 21,
      "norm_label": "stylesheet2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stylesheet2",
      "community_name": "Community 21"
    },
    {
      "label": "._insertTag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "_origin": "ast",
      "community": 21,
      "norm_label": "._inserttag()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stylesheet2_inserttag",
      "community_name": "Community 21"
    },
    {
      "label": "hash2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "_origin": "ast",
      "community": 236,
      "norm_label": "hash2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hash2",
      "community_name": "Community 236"
    },
    {
      "label": "trim()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "_origin": "ast",
      "community": 314,
      "norm_label": "trim()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim",
      "community_name": "Community 314"
    },
    {
      "label": "match()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "_origin": "ast",
      "community": 366,
      "norm_label": "match()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_match",
      "community_name": "Community 366"
    },
    {
      "label": "replace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "_origin": "ast",
      "community": 183,
      "norm_label": "replace()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace",
      "community_name": "Community 183"
    },
    {
      "label": "indexof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "_origin": "ast",
      "community": 236,
      "norm_label": "indexof()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_indexof",
      "community_name": "Community 236"
    },
    {
      "label": "charat()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "_origin": "ast",
      "community": 236,
      "norm_label": "charat()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat",
      "community_name": "Community 236"
    },
    {
      "label": "substr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "_origin": "ast",
      "community": 236,
      "norm_label": "substr()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_substr",
      "community_name": "Community 236"
    },
    {
      "label": "strlen()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "_origin": "ast",
      "community": 236,
      "norm_label": "strlen()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_strlen",
      "community_name": "Community 236"
    },
    {
      "label": "sizeof()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "_origin": "ast",
      "community": 236,
      "norm_label": "sizeof()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sizeof",
      "community_name": "Community 236"
    },
    {
      "label": "append()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "_origin": "ast",
      "community": 236,
      "norm_label": "append()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_append",
      "community_name": "Community 236"
    },
    {
      "label": "combine()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "_origin": "ast",
      "community": 21,
      "norm_label": "combine()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_combine",
      "community_name": "Community 21"
    },
    {
      "label": "node()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "_origin": "ast",
      "community": 236,
      "norm_label": "node()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_node",
      "community_name": "Community 236"
    },
    {
      "label": "copy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "_origin": "ast",
      "community": 236,
      "norm_label": "copy()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copy",
      "community_name": "Community 236"
    },
    {
      "label": "char()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "_origin": "ast",
      "community": 236,
      "norm_label": "char()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_char",
      "community_name": "Community 236"
    },
    {
      "label": "prev()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "_origin": "ast",
      "community": 236,
      "norm_label": "prev()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prev",
      "community_name": "Community 236"
    },
    {
      "label": "next()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "_origin": "ast",
      "community": 236,
      "norm_label": "next()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_next",
      "community_name": "Community 236"
    },
    {
      "label": "peek()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "_origin": "ast",
      "community": 236,
      "norm_label": "peek()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek",
      "community_name": "Community 236"
    },
    {
      "label": "caret()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "_origin": "ast",
      "community": 236,
      "norm_label": "caret()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_caret",
      "community_name": "Community 236"
    },
    {
      "label": "slice()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "_origin": "ast",
      "community": 236,
      "norm_label": "slice()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice",
      "community_name": "Community 236"
    },
    {
      "label": "token()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "_origin": "ast",
      "community": 236,
      "norm_label": "token()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_token",
      "community_name": "Community 236"
    },
    {
      "label": "alloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "_origin": "ast",
      "community": 236,
      "norm_label": "alloc()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_alloc",
      "community_name": "Community 236"
    },
    {
      "label": "dealloc()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "_origin": "ast",
      "community": 236,
      "norm_label": "dealloc()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_dealloc",
      "community_name": "Community 236"
    },
    {
      "label": "delimit()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "_origin": "ast",
      "community": 236,
      "norm_label": "delimit()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimit",
      "community_name": "Community 236"
    },
    {
      "label": "whitespace()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "_origin": "ast",
      "community": 236,
      "norm_label": "whitespace()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_whitespace",
      "community_name": "Community 236"
    },
    {
      "label": "escaping()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "_origin": "ast",
      "community": 236,
      "norm_label": "escaping()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escaping",
      "community_name": "Community 236"
    },
    {
      "label": "delimiter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "_origin": "ast",
      "community": 236,
      "norm_label": "delimiter()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimiter",
      "community_name": "Community 236"
    },
    {
      "label": "commenter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "_origin": "ast",
      "community": 236,
      "norm_label": "commenter()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_commenter",
      "community_name": "Community 236"
    },
    {
      "label": "identifier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "_origin": "ast",
      "community": 236,
      "norm_label": "identifier()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_identifier",
      "community_name": "Community 236"
    },
    {
      "label": "compile()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "_origin": "ast",
      "community": 236,
      "norm_label": "compile()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compile",
      "community_name": "Community 236"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "_origin": "ast",
      "community": 236,
      "norm_label": "parse()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "community_name": "Community 236"
    },
    {
      "label": "ruleset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "_origin": "ast",
      "community": 236,
      "norm_label": "ruleset()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset",
      "community_name": "Community 236"
    },
    {
      "label": "comment()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "_origin": "ast",
      "community": 236,
      "norm_label": "comment()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_comment",
      "community_name": "Community 236"
    },
    {
      "label": "declaration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "_origin": "ast",
      "community": 236,
      "norm_label": "declaration()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_declaration",
      "community_name": "Community 236"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "_origin": "ast",
      "community": 236,
      "norm_label": "serialize()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serialize",
      "community_name": "Community 236"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "_origin": "ast",
      "community": 236,
      "norm_label": "stringify()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stringify",
      "community_name": "Community 236"
    },
    {
      "label": "middleware()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "_origin": "ast",
      "community": 236,
      "norm_label": "middleware()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_middleware",
      "community_name": "Community 236"
    },
    {
      "label": "rulesheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "_origin": "ast",
      "community": 21,
      "norm_label": "rulesheet()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rulesheet",
      "community_name": "Community 21"
    },
    {
      "label": "prefix()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "_origin": "ast",
      "community": 236,
      "norm_label": "prefix()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prefix",
      "community_name": "Community 236"
    },
    {
      "label": "_extends()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "_origin": "ast",
      "community": 21,
      "norm_label": "_extends()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extends",
      "community_name": "Community 21"
    },
    {
      "label": "getRegisteredStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "_origin": "ast",
      "community": 295,
      "norm_label": "getregisteredstyles()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getregisteredstyles",
      "community_name": "Community 295"
    },
    {
      "label": "murmur2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "_origin": "ast",
      "community": 21,
      "norm_label": "murmur2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_murmur2",
      "community_name": "Community 21"
    },
    {
      "label": "handleInterpolation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "_origin": "ast",
      "community": 21,
      "norm_label": "handleinterpolation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handleinterpolation",
      "community_name": "Community 21"
    },
    {
      "label": "createStringFromObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createstringfromobject()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstringfromobject",
      "community_name": "Community 21"
    },
    {
      "label": "serializeStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "_origin": "ast",
      "community": 21,
      "norm_label": "serializestyles()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serializestyles",
      "community_name": "Community 21"
    },
    {
      "label": "css2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "_origin": "ast",
      "community": 21,
      "norm_label": "css2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_css2",
      "community_name": "Community 21"
    },
    {
      "label": "keyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "_origin": "ast",
      "community": 21,
      "norm_label": "keyframes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes",
      "community_name": "Community 21"
    },
    {
      "label": "useColorMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usecolormode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecolormode",
      "community_name": "Community 21"
    },
    {
      "label": "getColorModeUtils()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getcolormodeutils()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcolormodeutils",
      "community_name": "Community 21"
    },
    {
      "label": "createLocalStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createlocalstoragemanager()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createlocalstoragemanager",
      "community_name": "Community 21"
    },
    {
      "label": "parseCookie()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "_origin": "ast",
      "community": 366,
      "norm_label": "parsecookie()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecookie",
      "community_name": "Community 366"
    },
    {
      "label": "createCookieStorageManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createcookiestoragemanager()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createcookiestoragemanager",
      "community_name": "Community 21"
    },
    {
      "label": "getTheme3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "_origin": "ast",
      "community": 314,
      "norm_label": "gettheme3()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettheme3",
      "community_name": "Community 314"
    },
    {
      "label": "DarkMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "_origin": "ast",
      "community": 21,
      "norm_label": "darkmode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_darkmode",
      "community_name": "Community 21"
    },
    {
      "label": "LightMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "_origin": "ast",
      "community": 21,
      "norm_label": "lightmode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_lightmode",
      "community_name": "Community 21"
    },
    {
      "label": "ThemeProvider3()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "_origin": "ast",
      "community": 21,
      "norm_label": "themeprovider3()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_themeprovider3",
      "community_name": "Community 21"
    },
    {
      "label": "CSSVars()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "_origin": "ast",
      "community": 21,
      "norm_label": "cssvars()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvars",
      "community_name": "Community 21"
    },
    {
      "label": "GlobalStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "_origin": "ast",
      "community": 21,
      "norm_label": "globalstyle()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_globalstyle",
      "community_name": "Community 21"
    },
    {
      "label": "PortalManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "_origin": "ast",
      "community": 21,
      "norm_label": "portalmanager()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_portalmanager",
      "community_name": "Community 21"
    },
    {
      "label": "getDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getdocument()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdocument",
      "community_name": "Community 21"
    },
    {
      "label": "getWindow()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getwindow()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getwindow",
      "community_name": "Community 21"
    },
    {
      "label": "EnvironmentProvider()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "_origin": "ast",
      "community": 21,
      "norm_label": "environmentprovider()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_environmentprovider",
      "community_name": "Community 21"
    },
    {
      "label": "useConstant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "_origin": "ast",
      "community": 21,
      "norm_label": "useconstant()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useconstant",
      "community_name": "Community 21"
    },
    {
      "label": "getSnapshotBeforeUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12529",
      "_origin": "ast",
      "community": 550,
      "norm_label": "getsnapshotbeforeupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "community_name": "Community 550"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12543",
      "_origin": "ast",
      "community": 21,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentdidupdate",
      "community_name": "Community 21"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12545",
      "_origin": "ast",
      "community": 21,
      "norm_label": "render()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_render",
      "community_name": "Community 21"
    },
    {
      "label": "PopChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "_origin": "ast",
      "community": 21,
      "norm_label": "popchild()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_popchild",
      "community_name": "Community 21"
    },
    {
      "label": "newChildrenMap()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "_origin": "ast",
      "community": 21,
      "norm_label": "newchildrenmap()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_newchildrenmap",
      "community_name": "Community 21"
    },
    {
      "label": "usePresence()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usepresence()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usepresence",
      "community_name": "Community 21"
    },
    {
      "label": "useIsPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "_origin": "ast",
      "community": 21,
      "norm_label": "useispresent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useispresent",
      "community_name": "Community 21"
    },
    {
      "label": "isPresent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "_origin": "ast",
      "community": 21,
      "norm_label": "ispresent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ispresent",
      "community_name": "Community 21"
    },
    {
      "label": "onlyElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "_origin": "ast",
      "community": 295,
      "norm_label": "onlyelements()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onlyelements",
      "community_name": "Community 295"
    },
    {
      "label": "memo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "_origin": "ast",
      "community": 21,
      "norm_label": "memo()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memo",
      "community_name": "Community 21"
    },
    {
      "label": "createRenderStep()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createrenderstep()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderstep",
      "community_name": "Community 21"
    },
    {
      "label": "createRenderBatcher()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createrenderbatcher()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderbatcher",
      "community_name": "Community 21"
    },
    {
      "label": "loadFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "_origin": "ast",
      "community": 366,
      "norm_label": "loadfeatures()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_loadfeatures",
      "community_name": "Community 366"
    },
    {
      "label": "isValidMotionProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "_origin": "ast",
      "community": 21,
      "norm_label": "isvalidmotionprop()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvalidmotionprop",
      "community_name": "Community 21"
    },
    {
      "label": "loadExternalIsValidProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "_origin": "ast",
      "community": 21,
      "norm_label": "loadexternalisvalidprop()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_loadexternalisvalidprop",
      "community_name": "Community 21"
    },
    {
      "label": "filterProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "_origin": "ast",
      "community": 21,
      "norm_label": "filterprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterprops",
      "community_name": "Community 21"
    },
    {
      "label": "warnOnce()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "_origin": "ast",
      "community": 164,
      "norm_label": "warnonce()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warnonce",
      "community_name": "Community 164"
    },
    {
      "label": "createDOMMotionComponentProxy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createdommotioncomponentproxy()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createdommotioncomponentproxy",
      "community_name": "Community 21"
    },
    {
      "label": "isVariantLabel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "_origin": "ast",
      "community": 218,
      "norm_label": "isvariantlabel()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantlabel",
      "community_name": "Community 218"
    },
    {
      "label": "isAnimationControls()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "_origin": "ast",
      "community": 218,
      "norm_label": "isanimationcontrols()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isanimationcontrols",
      "community_name": "Community 218"
    },
    {
      "label": "isControllingVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "_origin": "ast",
      "community": 218,
      "norm_label": "iscontrollingvariants()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscontrollingvariants",
      "community_name": "Community 218"
    },
    {
      "label": "isVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "_origin": "ast",
      "community": 218,
      "norm_label": "isvariantnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantnode",
      "community_name": "Community 218"
    },
    {
      "label": "getCurrentTreeVariants()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "_origin": "ast",
      "community": 218,
      "norm_label": "getcurrenttreevariants()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcurrenttreevariants",
      "community_name": "Community 218"
    },
    {
      "label": "useCreateMotionContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "_origin": "ast",
      "community": 218,
      "norm_label": "usecreatemotioncontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecreatemotioncontext",
      "community_name": "Community 218"
    },
    {
      "label": "variantLabelsAsDependency()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "_origin": "ast",
      "community": 218,
      "norm_label": "variantlabelsasdependency()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_variantlabelsasdependency",
      "community_name": "Community 218"
    },
    {
      "label": "isRefObject2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "_origin": "ast",
      "community": 205,
      "norm_label": "isrefobject2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isrefobject2",
      "community_name": "Community 205"
    },
    {
      "label": "useMotionRef()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usemotionref()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usemotionref",
      "community_name": "Community 21"
    },
    {
      "label": "useVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "_origin": "ast",
      "community": 205,
      "norm_label": "usevisualelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usevisualelement",
      "community_name": "Community 205"
    },
    {
      "label": "createProjectionNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "_origin": "ast",
      "community": 205,
      "norm_label": "createprojectionnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createprojectionnode",
      "community_name": "Community 205"
    },
    {
      "label": "getClosestProjectingNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "_origin": "ast",
      "community": 205,
      "norm_label": "getclosestprojectingnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getclosestprojectingnode",
      "community_name": "Community 205"
    },
    {
      "label": "createRendererMotionComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "_origin": "ast",
      "community": 366,
      "norm_label": "createrenderermotioncomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderermotioncomponent",
      "community_name": "Community 366"
    },
    {
      "label": "useLayoutId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "_origin": "ast",
      "community": 21,
      "norm_label": "uselayoutid()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_uselayoutid",
      "community_name": "Community 21"
    },
    {
      "label": "useStrictMode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usestrictmode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestrictmode",
      "community_name": "Community 21"
    },
    {
      "label": "getProjectionFunctionality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getprojectionfunctionality()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprojectionfunctionality",
      "community_name": "Community 21"
    },
    {
      "label": "isSVGComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "_origin": "ast",
      "community": 366,
      "norm_label": "issvgcomponent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_issvgcomponent",
      "community_name": "Community 366"
    },
    {
      "label": "getValueState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "_origin": "ast",
      "community": 295,
      "norm_label": "getvaluestate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvaluestate",
      "community_name": "Community 295"
    },
    {
      "label": "resolveVariantFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "_origin": "ast",
      "community": 295,
      "norm_label": "resolvevariantfromprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariantfromprops",
      "community_name": "Community 295"
    },
    {
      "label": "resolveMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "_origin": "ast",
      "community": 314,
      "norm_label": "resolvemotionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvemotionvalue",
      "community_name": "Community 314"
    },
    {
      "label": "makeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "_origin": "ast",
      "community": 218,
      "norm_label": "makestate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makestate",
      "community_name": "Community 218"
    },
    {
      "label": "makeLatestValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "_origin": "ast",
      "community": 218,
      "norm_label": "makelatestvalues()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues",
      "community_name": "Community 218"
    },
    {
      "label": "buildTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "_origin": "ast",
      "community": 477,
      "norm_label": "buildtransform()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildtransform",
      "community_name": "Community 477"
    },
    {
      "label": "buildHTMLStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "_origin": "ast",
      "community": 477,
      "norm_label": "buildhtmlstyles()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildhtmlstyles",
      "community_name": "Community 477"
    },
    {
      "label": "buildSVGPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "_origin": "ast",
      "community": 477,
      "norm_label": "buildsvgpath()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgpath",
      "community_name": "Community 477"
    },
    {
      "label": "calcOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "_origin": "ast",
      "community": 477,
      "norm_label": "calcorigin()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcorigin",
      "community_name": "Community 477"
    },
    {
      "label": "calcSVGTransformOrigin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "_origin": "ast",
      "community": 477,
      "norm_label": "calcsvgtransformorigin()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcsvgtransformorigin",
      "community_name": "Community 477"
    },
    {
      "label": "buildSVGAttrs()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "_origin": "ast",
      "community": 477,
      "norm_label": "buildsvgattrs()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgattrs",
      "community_name": "Community 477"
    },
    {
      "label": "renderHTML()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "_origin": "ast",
      "community": 218,
      "norm_label": "renderhtml()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderhtml",
      "community_name": "Community 218"
    },
    {
      "label": "renderSVG()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "_origin": "ast",
      "community": 218,
      "norm_label": "rendersvg()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rendersvg",
      "community_name": "Community 218"
    },
    {
      "label": "addScaleCorrector()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "_origin": "ast",
      "community": 164,
      "norm_label": "addscalecorrector()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addscalecorrector",
      "community_name": "Community 164"
    },
    {
      "label": "isForcedMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "_origin": "ast",
      "community": 459,
      "norm_label": "isforcedmotionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isforcedmotionvalue",
      "community_name": "Community 459"
    },
    {
      "label": "scrapeMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14000",
      "_origin": "ast",
      "community": 459,
      "norm_label": "scrapemotionvaluesfromprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "community_name": "Community 459"
    },
    {
      "label": "scrapeMotionValuesFromProps2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "_origin": "ast",
      "community": 459,
      "norm_label": "scrapemotionvaluesfromprops2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops2",
      "community_name": "Community 459"
    },
    {
      "label": "updateSVGDimensions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "_origin": "ast",
      "community": 21,
      "norm_label": "updatesvgdimensions()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatesvgdimensions",
      "community_name": "Community 21"
    },
    {
      "label": "copyRawValuesOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "_origin": "ast",
      "community": 459,
      "norm_label": "copyrawvaluesonly()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyrawvaluesonly",
      "community_name": "Community 459"
    },
    {
      "label": "useInitialMotionValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "_origin": "ast",
      "community": 459,
      "norm_label": "useinitialmotionvalues()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useinitialmotionvalues",
      "community_name": "Community 459"
    },
    {
      "label": "useStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "_origin": "ast",
      "community": 459,
      "norm_label": "usestyle()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyle",
      "community_name": "Community 459"
    },
    {
      "label": "useHTMLProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "_origin": "ast",
      "community": 459,
      "norm_label": "usehtmlprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usehtmlprops",
      "community_name": "Community 459"
    },
    {
      "label": "useSVGProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "_origin": "ast",
      "community": 459,
      "norm_label": "usesvgprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usesvgprops",
      "community_name": "Community 459"
    },
    {
      "label": "createUseRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "_origin": "ast",
      "community": 366,
      "norm_label": "createuserender()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createuserender",
      "community_name": "Community 366"
    },
    {
      "label": "createMotionComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "_origin": "ast",
      "community": 366,
      "norm_label": "createmotioncomponentfactory()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmotioncomponentfactory",
      "community_name": "Community 366"
    },
    {
      "label": "shallowCompare()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "_origin": "ast",
      "community": 21,
      "norm_label": "shallowcompare()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shallowcompare",
      "community_name": "Community 21"
    },
    {
      "label": "resolveVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "_origin": "ast",
      "community": 329,
      "norm_label": "resolvevariant()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariant",
      "community_name": "Community 329"
    },
    {
      "label": ".stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "_origin": "ast",
      "community": 287,
      "norm_label": ".stop()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_stop",
      "community_name": "Community 287"
    },
    {
      "label": "finished()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "_origin": "ast",
      "community": 21,
      "norm_label": "finished()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finished",
      "community_name": "Community 21"
    },
    {
      "label": "getAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "_origin": "ast",
      "community": 609,
      "norm_label": "getall()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getall",
      "community_name": "Community 609"
    },
    {
      "label": "setAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "_origin": "ast",
      "community": 609,
      "norm_label": "setall()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setall",
      "community_name": "Community 609"
    },
    {
      "label": "attachTimeline()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14258",
      "_origin": "ast",
      "community": 287,
      "norm_label": "attachtimeline()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_attachtimeline",
      "community_name": "Community 287"
    },
    {
      "label": "time()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14273",
      "_origin": "ast",
      "community": 609,
      "norm_label": "time()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_time",
      "community_name": "Community 609"
    },
    {
      "label": "speed()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14279",
      "_origin": "ast",
      "community": 609,
      "norm_label": "speed()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_speed",
      "community_name": "Community 609"
    },
    {
      "label": "startTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14285",
      "_origin": "ast",
      "community": 609,
      "norm_label": "starttime()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_starttime",
      "community_name": "Community 609"
    },
    {
      "label": "duration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14288",
      "_origin": "ast",
      "community": 287,
      "norm_label": "duration()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_duration",
      "community_name": "Community 287"
    },
    {
      "label": "runAll()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "_origin": "ast",
      "community": 287,
      "norm_label": "runall()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall",
      "community_name": "Community 287"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14298",
      "_origin": "ast",
      "community": 287,
      "norm_label": "flatten()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flatten",
      "community_name": "Community 287"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14301",
      "_origin": "ast",
      "community": 287,
      "norm_label": "play()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_play",
      "community_name": "Community 287"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14304",
      "_origin": "ast",
      "community": 287,
      "norm_label": "pause()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pause",
      "community_name": "Community 287"
    },
    {
      "label": "cancel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14307",
      "_origin": "ast",
      "community": 287,
      "norm_label": "cancel()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel",
      "community_name": "Community 287"
    },
    {
      "label": "complete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14310",
      "_origin": "ast",
      "community": 287,
      "norm_label": "complete()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_complete",
      "community_name": "Community 287"
    },
    {
      "label": "then()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14317",
      "_origin": "ast",
      "community": 329,
      "norm_label": "then()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then",
      "community_name": "Community 329"
    },
    {
      "label": "getValueTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "_origin": "ast",
      "community": 329,
      "norm_label": "getvaluetransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvaluetransition",
      "community_name": "Community 329"
    },
    {
      "label": "calcGeneratorDuration()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "_origin": "ast",
      "community": 287,
      "norm_label": "calcgeneratorduration()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcgeneratorduration",
      "community_name": "Community 287"
    },
    {
      "label": "isGenerator()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "_origin": "ast",
      "community": 287,
      "norm_label": "isgenerator()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isgenerator",
      "community_name": "Community 287"
    },
    {
      "label": "memoSupports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "_origin": "ast",
      "community": 21,
      "norm_label": "memosupports()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memosupports",
      "community_name": "Community 21"
    },
    {
      "label": "isWaapiSupportedEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "_origin": "ast",
      "community": 287,
      "norm_label": "iswaapisupportedeasing()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iswaapisupportedeasing",
      "community_name": "Community 287"
    },
    {
      "label": "mapEasingToNativeEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "_origin": "ast",
      "community": 287,
      "norm_label": "mapeasingtonativeeasing()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mapeasingtonativeeasing",
      "community_name": "Community 287"
    },
    {
      "label": "isDragActive()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "_origin": "ast",
      "community": 21,
      "norm_label": "isdragactive()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdragactive",
      "community_name": "Community 21"
    },
    {
      "label": "resolveElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "_origin": "ast",
      "community": 295,
      "norm_label": "resolveelements()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveelements",
      "community_name": "Community 295"
    },
    {
      "label": "setupGesture()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "_origin": "ast",
      "community": 295,
      "norm_label": "setupgesture()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setupgesture",
      "community_name": "Community 295"
    },
    {
      "label": "filterEvents()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "_origin": "ast",
      "community": 295,
      "norm_label": "filterevents()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterevents",
      "community_name": "Community 295"
    },
    {
      "label": "hover()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "_origin": "ast",
      "community": 295,
      "norm_label": "hover()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hover",
      "community_name": "Community 295"
    },
    {
      "label": "isElementKeyboardAccessible()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "_origin": "ast",
      "community": 21,
      "norm_label": "iselementkeyboardaccessible()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iselementkeyboardaccessible",
      "community_name": "Community 21"
    },
    {
      "label": "filterEvents2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "_origin": "ast",
      "community": 21,
      "norm_label": "filterevents2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterevents2",
      "community_name": "Community 21"
    },
    {
      "label": "firePointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "_origin": "ast",
      "community": 21,
      "norm_label": "firepointerevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_firepointerevent",
      "community_name": "Community 21"
    },
    {
      "label": "isValidPressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "_origin": "ast",
      "community": 21,
      "norm_label": "isvalidpressevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvalidpressevent",
      "community_name": "Community 21"
    },
    {
      "label": "press()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "_origin": "ast",
      "community": 295,
      "norm_label": "press()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_press",
      "community_name": "Community 295"
    },
    {
      "label": "setDragLock()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "_origin": "ast",
      "community": 21,
      "norm_label": "setdraglock()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setdraglock",
      "community_name": "Community 21"
    },
    {
      "label": "clearTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "_origin": "ast",
      "community": 21,
      "norm_label": "cleartime()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cleartime",
      "community_name": "Community 21"
    },
    {
      "label": "addUniqueItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "_origin": "ast",
      "community": 164,
      "norm_label": "adduniqueitem()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adduniqueitem",
      "community_name": "Community 164"
    },
    {
      "label": "removeItem()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "_origin": "ast",
      "community": 550,
      "norm_label": "removeitem()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeitem",
      "community_name": "Community 550"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14739",
      "_origin": "ast",
      "community": 164,
      "norm_label": "add()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add",
      "community_name": "Community 164"
    },
    {
      "label": "notify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14743",
      "_origin": "ast",
      "community": 218,
      "norm_label": "notify()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notify",
      "community_name": "Community 218"
    },
    {
      "label": "clear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "_origin": "ast",
      "community": 295,
      "norm_label": "clear()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clear",
      "community_name": "Community 295"
    },
    {
      "label": "velocityPerSecond()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "_origin": "ast",
      "community": 218,
      "norm_label": "velocitypersecond()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_velocitypersecond",
      "community_name": "Community 218"
    },
    {
      "label": ".updateAndNotify()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "_origin": "ast",
      "community": 218,
      "norm_label": ".updateandnotify()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updateandnotify",
      "community_name": "Community 218"
    },
    {
      "label": "setCurrent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "_origin": "ast",
      "community": 218,
      "norm_label": "setcurrent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setcurrent",
      "community_name": "Community 218"
    },
    {
      "label": "setPrevFrameValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "_origin": "ast",
      "community": 218,
      "norm_label": "setprevframevalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setprevframevalue",
      "community_name": "Community 218"
    },
    {
      "label": "onChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "_origin": "ast",
      "community": 164,
      "norm_label": "onchange()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onchange",
      "community_name": "Community 164"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14866",
      "_origin": "ast",
      "community": 164,
      "norm_label": "on()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_on",
      "community_name": "Community 164"
    },
    {
      "label": "clearListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "_origin": "ast",
      "community": 295,
      "norm_label": "clearlisteners()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearlisteners",
      "community_name": "Community 295"
    },
    {
      "label": "attach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "_origin": "ast",
      "community": 21,
      "norm_label": "attach()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_attach",
      "community_name": "Community 21"
    },
    {
      "label": "set()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "_origin": "ast",
      "community": 218,
      "norm_label": "set()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_set",
      "community_name": "Community 218"
    },
    {
      "label": "setWithVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "_origin": "ast",
      "community": 287,
      "norm_label": "setwithvelocity()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setwithvelocity",
      "community_name": "Community 287"
    },
    {
      "label": "jump()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "_origin": "ast",
      "community": 314,
      "norm_label": "jump()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_jump",
      "community_name": "Community 314"
    },
    {
      "label": "getPrevious()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getprevious()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprevious",
      "community_name": "Community 21"
    },
    {
      "label": "getVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14963",
      "_origin": "ast",
      "community": 218,
      "norm_label": "getvelocity()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvelocity",
      "community_name": "Community 218"
    },
    {
      "label": "start()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14983",
      "_origin": "ast",
      "community": 329,
      "norm_label": "start()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start",
      "community_name": "Community 329"
    },
    {
      "label": "stop()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15003",
      "_origin": "ast",
      "community": 287,
      "norm_label": "stop()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "community_name": "Community 287"
    },
    {
      "label": "isAnimating()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "_origin": "ast",
      "community": 21,
      "norm_label": "isanimating()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isanimating",
      "community_name": "Community 21"
    },
    {
      "label": "clearAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "_origin": "ast",
      "community": 287,
      "norm_label": "clearanimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearanimation",
      "community_name": "Community 287"
    },
    {
      "label": "destroy()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "_origin": "ast",
      "community": 295,
      "norm_label": "destroy()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_destroy",
      "community_name": "Community 295"
    },
    {
      "label": "motionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "_origin": "ast",
      "community": 329,
      "norm_label": "motionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_motionvalue",
      "community_name": "Community 329"
    },
    {
      "label": "setMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "_origin": "ast",
      "community": 329,
      "norm_label": "setmotionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setmotionvalue",
      "community_name": "Community 329"
    },
    {
      "label": "setTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "_origin": "ast",
      "community": 329,
      "norm_label": "settarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_settarget",
      "community_name": "Community 329"
    },
    {
      "label": "isWillChangeMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "_origin": "ast",
      "community": 329,
      "norm_label": "iswillchangemotionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iswillchangemotionvalue",
      "community_name": "Community 329"
    },
    {
      "label": "addValueToWillChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "_origin": "ast",
      "community": 329,
      "norm_label": "addvaluetowillchange()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvaluetowillchange",
      "community_name": "Community 329"
    },
    {
      "label": "getOptimisedAppearId()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "_origin": "ast",
      "community": 329,
      "norm_label": "getoptimisedappearid()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getoptimisedappearid",
      "community_name": "Community 329"
    },
    {
      "label": "binarySubdivide()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "_origin": "ast",
      "community": 21,
      "norm_label": "binarysubdivide()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_binarysubdivide",
      "community_name": "Community 21"
    },
    {
      "label": "cubicBezier()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "_origin": "ast",
      "community": 21,
      "norm_label": "cubicbezier()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cubicbezier",
      "community_name": "Community 21"
    },
    {
      "label": "isNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "_origin": "ast",
      "community": 314,
      "norm_label": "isnone()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnone",
      "community_name": "Community 314"
    },
    {
      "label": "isNullish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "_origin": "ast",
      "community": 21,
      "norm_label": "isnullish()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnullish",
      "community_name": "Community 21"
    },
    {
      "label": "parseHex()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "_origin": "ast",
      "community": 21,
      "norm_label": "parsehex()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsehex",
      "community_name": "Community 21"
    },
    {
      "label": "test()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "_origin": "ast",
      "community": 366,
      "norm_label": "test()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test",
      "community_name": "Community 366"
    },
    {
      "label": "analyseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "_origin": "ast",
      "community": 314,
      "norm_label": "analysecomplexvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analysecomplexvalue",
      "community_name": "Community 314"
    },
    {
      "label": "parseComplexValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "_origin": "ast",
      "community": 314,
      "norm_label": "parsecomplexvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecomplexvalue",
      "community_name": "Community 314"
    },
    {
      "label": "createTransformer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "_origin": "ast",
      "community": 314,
      "norm_label": "createtransformer()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransformer",
      "community_name": "Community 314"
    },
    {
      "label": "getAnimatableNone()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "_origin": "ast",
      "community": 314,
      "norm_label": "getanimatablenone()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone",
      "community_name": "Community 314"
    },
    {
      "label": "applyDefaultFilter()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "_origin": "ast",
      "community": 366,
      "norm_label": "applydefaultfilter()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applydefaultfilter",
      "community_name": "Community 366"
    },
    {
      "label": "getAnimatableNone2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "_origin": "ast",
      "community": 314,
      "norm_label": "getanimatablenone2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone2",
      "community_name": "Community 314"
    },
    {
      "label": "makeNoneKeyframesAnimatable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "_origin": "ast",
      "community": 314,
      "norm_label": "makenonekeyframesanimatable()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makenonekeyframesanimatable",
      "community_name": "Community 314"
    },
    {
      "label": "removeNonTranslationalTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "_origin": "ast",
      "community": 295,
      "norm_label": "removenontranslationaltransform()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removenontranslationaltransform",
      "community_name": "Community 295"
    },
    {
      "label": "measureAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "_origin": "ast",
      "community": 295,
      "norm_label": "measureallkeyframes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureallkeyframes",
      "community_name": "Community 295"
    },
    {
      "label": "readAllKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "_origin": "ast",
      "community": 295,
      "norm_label": "readallkeyframes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readallkeyframes",
      "community_name": "Community 295"
    },
    {
      "label": "flushKeyframeResolvers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "_origin": "ast",
      "community": 295,
      "norm_label": "flushkeyframeresolvers()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flushkeyframeresolvers",
      "community_name": "Community 295"
    },
    {
      "label": "scheduleResolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "_origin": "ast",
      "community": 295,
      "norm_label": "scheduleresolve()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve",
      "community_name": "Community 295"
    },
    {
      "label": "readKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15584",
      "_origin": "ast",
      "community": 314,
      "norm_label": "readkeyframes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes",
      "community_name": "Community 314"
    },
    {
      "label": "setFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "_origin": "ast",
      "community": 21,
      "norm_label": "setfinalkeyframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setfinalkeyframe",
      "community_name": "Community 21"
    },
    {
      "label": "measureInitialState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15613",
      "_origin": "ast",
      "community": 314,
      "norm_label": "measureinitialstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinitialstate",
      "community_name": "Community 314"
    },
    {
      "label": "renderEndStyles()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "_origin": "ast",
      "community": 21,
      "norm_label": "renderendstyles()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderendstyles",
      "community_name": "Community 21"
    },
    {
      "label": "measureEndState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15617",
      "_origin": "ast",
      "community": 314,
      "norm_label": "measureendstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureendstate",
      "community_name": "Community 314"
    },
    {
      "label": "resume()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "_origin": "ast",
      "community": 295,
      "norm_label": "resume()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resume",
      "community_name": "Community 295"
    },
    {
      "label": "parseCSSVariable()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "_origin": "ast",
      "community": 314,
      "norm_label": "parsecssvariable()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecssvariable",
      "community_name": "Community 314"
    },
    {
      "label": "getVariableValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "_origin": "ast",
      "community": 314,
      "norm_label": "getvariablevalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariablevalue",
      "community_name": "Community 314"
    },
    {
      "label": "resolveNoneKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "_origin": "ast",
      "community": 314,
      "norm_label": "resolvenonekeyframes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvenonekeyframes",
      "community_name": "Community 314"
    },
    {
      "label": "hasKeyframesChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "_origin": "ast",
      "community": 287,
      "norm_label": "haskeyframeschanged()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_haskeyframeschanged",
      "community_name": "Community 287"
    },
    {
      "label": "canAnimate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "_origin": "ast",
      "community": 287,
      "norm_label": "cananimate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cananimate",
      "community_name": "Community 287"
    },
    {
      "label": "getFinalKeyframe()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "_origin": "ast",
      "community": 287,
      "norm_label": "getfinalkeyframe()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getfinalkeyframe",
      "community_name": "Community 287"
    },
    {
      "label": "calcStartTime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "_origin": "ast",
      "community": 287,
      "norm_label": "calcstarttime()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcstarttime",
      "community_name": "Community 287"
    },
    {
      "label": "resolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "_origin": "ast",
      "community": 295,
      "norm_label": "resolved()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolved",
      "community_name": "Community 295"
    },
    {
      "label": "onKeyframesResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "_origin": "ast",
      "community": 287,
      "norm_label": "onkeyframesresolved()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onkeyframesresolved",
      "community_name": "Community 287"
    },
    {
      "label": "onPostResolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15909",
      "_origin": "ast",
      "community": 287,
      "norm_label": "onpostresolved()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpostresolved",
      "community_name": "Community 287"
    },
    {
      "label": "updateFinishedPromise()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "_origin": "ast",
      "community": 287,
      "norm_label": "updatefinishedpromise()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefinishedpromise",
      "community_name": "Community 287"
    },
    {
      "label": "hueToRgb()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "_origin": "ast",
      "community": 236,
      "norm_label": "huetorgb()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_huetorgb",
      "community_name": "Community 236"
    },
    {
      "label": "hslaToRgba()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "_origin": "ast",
      "community": 236,
      "norm_label": "hslatorgba()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hslatorgba",
      "community_name": "Community 236"
    },
    {
      "label": "mixImmediate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "_origin": "ast",
      "community": 21,
      "norm_label": "miximmediate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_miximmediate",
      "community_name": "Community 21"
    },
    {
      "label": "asRGBA()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "_origin": "ast",
      "community": 236,
      "norm_label": "asrgba()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_asrgba",
      "community_name": "Community 236"
    },
    {
      "label": "mixVisibility()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "_origin": "ast",
      "community": 21,
      "norm_label": "mixvisibility()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixvisibility",
      "community_name": "Community 21"
    },
    {
      "label": "mixNumber2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "_origin": "ast",
      "community": 21,
      "norm_label": "mixnumber2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixnumber2",
      "community_name": "Community 21"
    },
    {
      "label": "getMixer()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "_origin": "ast",
      "community": 366,
      "norm_label": "getmixer()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getmixer",
      "community_name": "Community 366"
    },
    {
      "label": "mixArray()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "_origin": "ast",
      "community": 21,
      "norm_label": "mixarray()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixarray",
      "community_name": "Community 21"
    },
    {
      "label": "mixObject()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "_origin": "ast",
      "community": 366,
      "norm_label": "mixobject()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixobject",
      "community_name": "Community 366"
    },
    {
      "label": "matchOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "_origin": "ast",
      "community": 21,
      "norm_label": "matchorder()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_matchorder",
      "community_name": "Community 21"
    },
    {
      "label": "mix2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "_origin": "ast",
      "community": 366,
      "norm_label": "mix2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mix2",
      "community_name": "Community 366"
    },
    {
      "label": "calcGeneratorVelocity()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "_origin": "ast",
      "community": 218,
      "norm_label": "calcgeneratorvelocity()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcgeneratorvelocity",
      "community_name": "Community 218"
    },
    {
      "label": "findSpring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "_origin": "ast",
      "community": 21,
      "norm_label": "findspring()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_findspring",
      "community_name": "Community 21"
    },
    {
      "label": "approximateRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "_origin": "ast",
      "community": 21,
      "norm_label": "approximateroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_approximateroot",
      "community_name": "Community 21"
    },
    {
      "label": "calcAngularFreq()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "_origin": "ast",
      "community": 21,
      "norm_label": "calcangularfreq()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcangularfreq",
      "community_name": "Community 21"
    },
    {
      "label": "isSpringType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "_origin": "ast",
      "community": 21,
      "norm_label": "isspringtype()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isspringtype",
      "community_name": "Community 21"
    },
    {
      "label": "getSpringOptions()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getspringoptions()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getspringoptions",
      "community_name": "Community 21"
    },
    {
      "label": "spring()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "_origin": "ast",
      "community": 21,
      "norm_label": "spring()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_spring",
      "community_name": "Community 21"
    },
    {
      "label": "inertia()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "_origin": "ast",
      "community": 21,
      "norm_label": "inertia()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_inertia",
      "community_name": "Community 21"
    },
    {
      "label": "createMixers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createmixers()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmixers",
      "community_name": "Community 21"
    },
    {
      "label": "interpolate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "_origin": "ast",
      "community": 21,
      "norm_label": "interpolate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_interpolate",
      "community_name": "Community 21"
    },
    {
      "label": "fillOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "_origin": "ast",
      "community": 21,
      "norm_label": "filloffset()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filloffset",
      "community_name": "Community 21"
    },
    {
      "label": "defaultOffset()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "_origin": "ast",
      "community": 21,
      "norm_label": "defaultoffset()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_defaultoffset",
      "community_name": "Community 21"
    },
    {
      "label": "convertOffsetToTimes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "_origin": "ast",
      "community": 21,
      "norm_label": "convertoffsettotimes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertoffsettotimes",
      "community_name": "Community 21"
    },
    {
      "label": "defaultEasing()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "_origin": "ast",
      "community": 21,
      "norm_label": "defaulteasing()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_defaulteasing",
      "community_name": "Community 21"
    },
    {
      "label": "keyframes2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "_origin": "ast",
      "community": 21,
      "norm_label": "keyframes2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes2",
      "community_name": "Community 21"
    },
    {
      "label": "initPlayback()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16607",
      "_origin": "ast",
      "community": 287,
      "norm_label": "initplayback()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "community_name": "Community 287"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "_origin": "ast",
      "community": 287,
      "norm_label": "tick()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tick",
      "community_name": "Community 287"
    },
    {
      "label": "finish()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "_origin": "ast",
      "community": 287,
      "norm_label": "finish()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finish",
      "community_name": "Community 287"
    },
    {
      "label": "teardown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "_origin": "ast",
      "community": 287,
      "norm_label": "teardown()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_teardown",
      "community_name": "Community 287"
    },
    {
      "label": "stopDriver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "_origin": "ast",
      "community": 287,
      "norm_label": "stopdriver()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stopdriver",
      "community_name": "Community 287"
    },
    {
      "label": "sample()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "_origin": "ast",
      "community": 287,
      "norm_label": "sample()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sample",
      "community_name": "Community 287"
    },
    {
      "label": "startWaapiAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "_origin": "ast",
      "community": 287,
      "norm_label": "startwaapianimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startwaapianimation",
      "community_name": "Community 287"
    },
    {
      "label": "requiresPregeneratedKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "_origin": "ast",
      "community": 287,
      "norm_label": "requirespregeneratedkeyframes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "community_name": "Community 287"
    },
    {
      "label": "pregenerateKeyframes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "_origin": "ast",
      "community": 287,
      "norm_label": "pregeneratekeyframes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pregeneratekeyframes",
      "community_name": "Community 287"
    },
    {
      "label": "isUnsupportedEase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "_origin": "ast",
      "community": 287,
      "norm_label": "isunsupportedease()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isunsupportedease",
      "community_name": "Community 287"
    },
    {
      "label": "state()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "_origin": "ast",
      "community": 21,
      "norm_label": "state()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_state",
      "community_name": "Community 21"
    },
    {
      "label": "supports()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "_origin": "ast",
      "community": 205,
      "norm_label": "supports()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_supports",
      "community_name": "Community 205"
    },
    {
      "label": "isTransitionDefined()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "_origin": "ast",
      "community": 21,
      "norm_label": "istransitiondefined()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_istransitiondefined",
      "community_name": "Community 21"
    },
    {
      "label": "shouldBlockAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "_origin": "ast",
      "community": 329,
      "norm_label": "shouldblockanimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldblockanimation",
      "community_name": "Community 329"
    },
    {
      "label": "animateTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "_origin": "ast",
      "community": 329,
      "norm_label": "animatetarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "community_name": "Community 329"
    },
    {
      "label": "animateVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "_origin": "ast",
      "community": 329,
      "norm_label": "animatevariant()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevariant",
      "community_name": "Community 329"
    },
    {
      "label": "animateChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "_origin": "ast",
      "community": 295,
      "norm_label": "animatechildren()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatechildren",
      "community_name": "Community 295"
    },
    {
      "label": "sortByTreeOrder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "_origin": "ast",
      "community": 295,
      "norm_label": "sortbytreeorder()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortbytreeorder",
      "community_name": "Community 295"
    },
    {
      "label": "animateVisualElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "_origin": "ast",
      "community": 329,
      "norm_label": "animatevisualelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevisualelement",
      "community_name": "Community 329"
    },
    {
      "label": "getVariantContext()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "_origin": "ast",
      "community": 218,
      "norm_label": "getvariantcontext()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariantcontext",
      "community_name": "Community 218"
    },
    {
      "label": "animateList()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "_origin": "ast",
      "community": 218,
      "norm_label": "animatelist()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatelist",
      "community_name": "Community 218"
    },
    {
      "label": "createAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "_origin": "ast",
      "community": 218,
      "norm_label": "createanimationstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createanimationstate",
      "community_name": "Community 218"
    },
    {
      "label": "checkVariantsDidChange()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "_origin": "ast",
      "community": 21,
      "norm_label": "checkvariantsdidchange()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_checkvariantsdidchange",
      "community_name": "Community 21"
    },
    {
      "label": "createTypeState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "_origin": "ast",
      "community": 218,
      "norm_label": "createtypestate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtypestate",
      "community_name": "Community 218"
    },
    {
      "label": "createState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "_origin": "ast",
      "community": 218,
      "norm_label": "createstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstate",
      "community_name": "Community 218"
    },
    {
      "label": "update()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17525",
      "_origin": "ast",
      "community": 164,
      "norm_label": "update()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "community_name": "Community 164"
    },
    {
      "label": "updateAnimationControlsSubscription()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "_origin": "ast",
      "community": 164,
      "norm_label": "updateanimationcontrolssubscription()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "community_name": "Community 164"
    },
    {
      "label": "mount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17549",
      "_origin": "ast",
      "community": 164,
      "norm_label": "mount()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "community_name": "Community 164"
    },
    {
      "label": "unmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17559",
      "_origin": "ast",
      "community": 295,
      "norm_label": "unmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_unmount",
      "community_name": "Community 295"
    },
    {
      "label": "addDomEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "_origin": "ast",
      "community": 164,
      "norm_label": "adddomevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adddomevent",
      "community_name": "Community 164"
    },
    {
      "label": "extractEventInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "_origin": "ast",
      "community": 218,
      "norm_label": "extracteventinfo()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extracteventinfo",
      "community_name": "Community 218"
    },
    {
      "label": "addPointerEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "_origin": "ast",
      "community": 164,
      "norm_label": "addpointerevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addpointerevent",
      "community_name": "Community 164"
    },
    {
      "label": "distance2D()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "_origin": "ast",
      "community": 218,
      "norm_label": "distance2d()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_distance2d",
      "community_name": "Community 218"
    },
    {
      "label": ".updatePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "_origin": "ast",
      "community": 218,
      "norm_label": ".updatepoint()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updatepoint",
      "community_name": "Community 218"
    },
    {
      "label": ".handlePointerMove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "_origin": "ast",
      "community": 218,
      "norm_label": ".handlepointermove()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointermove",
      "community_name": "Community 218"
    },
    {
      "label": ".handlePointerUp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "_origin": "ast",
      "community": 218,
      "norm_label": ".handlepointerup()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointerup",
      "community_name": "Community 218"
    },
    {
      "label": "updateHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "_origin": "ast",
      "community": 21,
      "norm_label": "updatehandlers()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatehandlers",
      "community_name": "Community 21"
    },
    {
      "label": "end()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "_origin": "ast",
      "community": 218,
      "norm_label": "end()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_end",
      "community_name": "Community 218"
    },
    {
      "label": "transformPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "_origin": "ast",
      "community": 218,
      "norm_label": "transformpoint()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformpoint",
      "community_name": "Community 218"
    },
    {
      "label": "subtractPoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "_origin": "ast",
      "community": 218,
      "norm_label": "subtractpoint()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_subtractpoint",
      "community_name": "Community 218"
    },
    {
      "label": "getPanInfo()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "_origin": "ast",
      "community": 218,
      "norm_label": "getpaninfo()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo",
      "community_name": "Community 218"
    },
    {
      "label": "startDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "_origin": "ast",
      "community": 218,
      "norm_label": "startdevicepoint()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startdevicepoint",
      "community_name": "Community 218"
    },
    {
      "label": "lastDevicePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "_origin": "ast",
      "community": 218,
      "norm_label": "lastdevicepoint()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_lastdevicepoint",
      "community_name": "Community 218"
    },
    {
      "label": "calcLength()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calclength()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calclength",
      "community_name": "Community 421"
    },
    {
      "label": "isNear()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "_origin": "ast",
      "community": 421,
      "norm_label": "isnear()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnear",
      "community_name": "Community 421"
    },
    {
      "label": "calcAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calcaxisdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcaxisdelta",
      "community_name": "Community 421"
    },
    {
      "label": "calcBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calcboxdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcboxdelta",
      "community_name": "Community 421"
    },
    {
      "label": "calcRelativeAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calcrelativeaxis()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxis",
      "community_name": "Community 421"
    },
    {
      "label": "calcRelativeBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calcrelativebox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativebox",
      "community_name": "Community 421"
    },
    {
      "label": "calcRelativeAxisPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calcrelativeaxisposition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxisposition",
      "community_name": "Community 421"
    },
    {
      "label": "calcRelativePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calcrelativeposition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeposition",
      "community_name": "Community 421"
    },
    {
      "label": "applyConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "_origin": "ast",
      "community": 205,
      "norm_label": "applyconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "calcRelativeAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "_origin": "ast",
      "community": 205,
      "norm_label": "calcrelativeaxisconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxisconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "calcRelativeConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "_origin": "ast",
      "community": 205,
      "norm_label": "calcrelativeconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "calcViewportAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "_origin": "ast",
      "community": 205,
      "norm_label": "calcviewportaxisconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcviewportaxisconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "calcViewportConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "_origin": "ast",
      "community": 205,
      "norm_label": "calcviewportconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcviewportconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "calcOrigin2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "_origin": "ast",
      "community": 421,
      "norm_label": "calcorigin2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcorigin2",
      "community_name": "Community 421"
    },
    {
      "label": "rebaseAxisConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "_origin": "ast",
      "community": 21,
      "norm_label": "rebaseaxisconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rebaseaxisconstraints",
      "community_name": "Community 21"
    },
    {
      "label": "resolveDragElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "_origin": "ast",
      "community": 205,
      "norm_label": "resolvedragelastic()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvedragelastic",
      "community_name": "Community 205"
    },
    {
      "label": "resolveAxisElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "_origin": "ast",
      "community": 205,
      "norm_label": "resolveaxiselastic()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveaxiselastic",
      "community_name": "Community 205"
    },
    {
      "label": "resolvePointElastic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "_origin": "ast",
      "community": 205,
      "norm_label": "resolvepointelastic()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvepointelastic",
      "community_name": "Community 205"
    },
    {
      "label": "eachAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "_origin": "ast",
      "community": 205,
      "norm_label": "eachaxis()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis",
      "community_name": "Community 205"
    },
    {
      "label": "convertBoundingBoxToBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "_origin": "ast",
      "community": 205,
      "norm_label": "convertboundingboxtobox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertboundingboxtobox",
      "community_name": "Community 205"
    },
    {
      "label": "convertBoxToBoundingBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "_origin": "ast",
      "community": 205,
      "norm_label": "convertboxtoboundingbox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertboxtoboundingbox",
      "community_name": "Community 205"
    },
    {
      "label": "transformBoxPoints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "_origin": "ast",
      "community": 314,
      "norm_label": "transformboxpoints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformboxpoints",
      "community_name": "Community 314"
    },
    {
      "label": "isIdentityScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "_origin": "ast",
      "community": 420,
      "norm_label": "isidentityscale()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isidentityscale",
      "community_name": "Community 420"
    },
    {
      "label": "hasScale()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "_origin": "ast",
      "community": 420,
      "norm_label": "hasscale()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasscale",
      "community_name": "Community 420"
    },
    {
      "label": "hasTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "_origin": "ast",
      "community": 420,
      "norm_label": "hastransform()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hastransform",
      "community_name": "Community 420"
    },
    {
      "label": "has2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "_origin": "ast",
      "community": 420,
      "norm_label": "has2dtranslate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_has2dtranslate",
      "community_name": "Community 420"
    },
    {
      "label": "is2DTranslate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "_origin": "ast",
      "community": 420,
      "norm_label": "is2dtranslate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_is2dtranslate",
      "community_name": "Community 420"
    },
    {
      "label": "scalePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "_origin": "ast",
      "community": 420,
      "norm_label": "scalepoint()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepoint",
      "community_name": "Community 420"
    },
    {
      "label": "applyPointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "_origin": "ast",
      "community": 420,
      "norm_label": "applypointdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applypointdelta",
      "community_name": "Community 420"
    },
    {
      "label": "applyAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "_origin": "ast",
      "community": 420,
      "norm_label": "applyaxisdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyaxisdelta",
      "community_name": "Community 420"
    },
    {
      "label": "applyBoxDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "_origin": "ast",
      "community": 420,
      "norm_label": "applyboxdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyboxdelta",
      "community_name": "Community 420"
    },
    {
      "label": "applyTreeDeltas()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "_origin": "ast",
      "community": 420,
      "norm_label": "applytreedeltas()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applytreedeltas",
      "community_name": "Community 420"
    },
    {
      "label": "translateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "_origin": "ast",
      "community": 314,
      "norm_label": "translateaxis()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_translateaxis",
      "community_name": "Community 314"
    },
    {
      "label": "transformAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "_origin": "ast",
      "community": 420,
      "norm_label": "transformaxis()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformaxis",
      "community_name": "Community 420"
    },
    {
      "label": "transformBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "_origin": "ast",
      "community": 420,
      "norm_label": "transformbox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformbox",
      "community_name": "Community 420"
    },
    {
      "label": "measureViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18050",
      "_origin": "ast",
      "community": 314,
      "norm_label": "measureviewportbox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox",
      "community_name": "Community 314"
    },
    {
      "label": "measurePageBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "_origin": "ast",
      "community": 314,
      "norm_label": "measurepagebox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurepagebox",
      "community_name": "Community 314"
    },
    {
      "label": "updateAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "_origin": "ast",
      "community": 205,
      "norm_label": "updateaxis()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateaxis",
      "community_name": "Community 205"
    },
    {
      "label": "resolveConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "_origin": "ast",
      "community": 205,
      "norm_label": "resolveconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "resolveRefConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "_origin": "ast",
      "community": 205,
      "norm_label": "resolverefconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "startAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "_origin": "ast",
      "community": 205,
      "norm_label": "startanimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startanimation",
      "community_name": "Community 205"
    },
    {
      "label": "startAxisValueAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "_origin": "ast",
      "community": 329,
      "norm_label": "startaxisvalueanimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startaxisvalueanimation",
      "community_name": "Community 329"
    },
    {
      "label": "stopAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "_origin": "ast",
      "community": 205,
      "norm_label": "stopanimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stopanimation",
      "community_name": "Community 205"
    },
    {
      "label": "pauseAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "_origin": "ast",
      "community": 205,
      "norm_label": "pauseanimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pauseanimation",
      "community_name": "Community 205"
    },
    {
      "label": "getAnimationState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "_origin": "ast",
      "community": 329,
      "norm_label": "getanimationstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimationstate",
      "community_name": "Community 329"
    },
    {
      "label": "getAxisMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "_origin": "ast",
      "community": 329,
      "norm_label": "getaxismotionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getaxismotionvalue",
      "community_name": "Community 329"
    },
    {
      "label": "snapToCursor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "_origin": "ast",
      "community": 205,
      "norm_label": "snaptocursor()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_snaptocursor",
      "community_name": "Community 205"
    },
    {
      "label": "scalePositionWithinConstraints()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "_origin": "ast",
      "community": 205,
      "norm_label": "scalepositionwithinconstraints()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints",
      "community_name": "Community 205"
    },
    {
      "label": "addListeners()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "_origin": "ast",
      "community": 164,
      "norm_label": "addlisteners()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addlisteners",
      "community_name": "Community 164"
    },
    {
      "label": "getProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18394",
      "_origin": "ast",
      "community": 205,
      "norm_label": "getprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops",
      "community_name": "Community 205"
    },
    {
      "label": "shouldDrag()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "_origin": "ast",
      "community": 205,
      "norm_label": "shoulddrag()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shoulddrag",
      "community_name": "Community 205"
    },
    {
      "label": "getCurrentDirection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getcurrentdirection()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcurrentdirection",
      "community_name": "Community 21"
    },
    {
      "label": "onPointerDown()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "_origin": "ast",
      "community": 164,
      "norm_label": "onpointerdown()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpointerdown",
      "community_name": "Community 164"
    },
    {
      "label": "createPanHandlers()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "_origin": "ast",
      "community": 164,
      "norm_label": "createpanhandlers()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createpanhandlers",
      "community_name": "Community 164"
    },
    {
      "label": "pixelsToPercent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "_origin": "ast",
      "community": 21,
      "norm_label": "pixelstopercent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pixelstopercent",
      "community_name": "Community 21"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "_origin": "ast",
      "community": 164,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentdidmount",
      "community_name": "Community 164"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "_origin": "ast",
      "community": 550,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentwillunmount",
      "community_name": "Community 550"
    },
    {
      "label": "safeToRemove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "_origin": "ast",
      "community": 550,
      "norm_label": "safetoremove()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_safetoremove",
      "community_name": "Community 550"
    },
    {
      "label": "MeasureLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "_origin": "ast",
      "community": 21,
      "norm_label": "measurelayout()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurelayout",
      "community_name": "Community 21"
    },
    {
      "label": "animateSingleValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "_origin": "ast",
      "community": 329,
      "norm_label": "animatesinglevalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatesinglevalue",
      "community_name": "Community 329"
    },
    {
      "label": "isSVGElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "_origin": "ast",
      "community": 21,
      "norm_label": "issvgelement()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_issvgelement",
      "community_name": "Community 21"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18695",
      "_origin": "ast",
      "community": 550,
      "norm_label": "remove()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remove",
      "community_name": "Community 550"
    },
    {
      "label": "forEach()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "_origin": "ast",
      "community": 295,
      "norm_label": "foreach()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach",
      "community_name": "Community 295"
    },
    {
      "label": "delay()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "_origin": "ast",
      "community": 21,
      "norm_label": "delay()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delay",
      "community_name": "Community 21"
    },
    {
      "label": "mixValues()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "_origin": "ast",
      "community": 366,
      "norm_label": "mixvalues()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixvalues",
      "community_name": "Community 366"
    },
    {
      "label": "getRadius()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "_origin": "ast",
      "community": 366,
      "norm_label": "getradius()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getradius",
      "community_name": "Community 366"
    },
    {
      "label": "compress()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "_origin": "ast",
      "community": 21,
      "norm_label": "compress()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compress",
      "community_name": "Community 21"
    },
    {
      "label": "copyAxisInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "_origin": "ast",
      "community": 21,
      "norm_label": "copyaxisinto()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyaxisinto",
      "community_name": "Community 21"
    },
    {
      "label": "copyBoxInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "_origin": "ast",
      "community": 21,
      "norm_label": "copyboxinto()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyboxinto",
      "community_name": "Community 21"
    },
    {
      "label": "copyAxisDeltaInto()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "_origin": "ast",
      "community": 21,
      "norm_label": "copyaxisdeltainto()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyaxisdeltainto",
      "community_name": "Community 21"
    },
    {
      "label": "removePointDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "_origin": "ast",
      "community": 420,
      "norm_label": "removepointdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removepointdelta",
      "community_name": "Community 420"
    },
    {
      "label": "removeAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "_origin": "ast",
      "community": 420,
      "norm_label": "removeaxisdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxisdelta",
      "community_name": "Community 420"
    },
    {
      "label": "removeAxisTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "_origin": "ast",
      "community": 420,
      "norm_label": "removeaxistransforms()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxistransforms",
      "community_name": "Community 420"
    },
    {
      "label": "removeBoxTransforms()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "_origin": "ast",
      "community": 420,
      "norm_label": "removeboxtransforms()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeboxtransforms",
      "community_name": "Community 420"
    },
    {
      "label": "isAxisDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "_origin": "ast",
      "community": 421,
      "norm_label": "isaxisdeltazero()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isaxisdeltazero",
      "community_name": "Community 421"
    },
    {
      "label": "isDeltaZero()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "_origin": "ast",
      "community": 421,
      "norm_label": "isdeltazero()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdeltazero",
      "community_name": "Community 421"
    },
    {
      "label": "axisEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "_origin": "ast",
      "community": 21,
      "norm_label": "axisequals()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisequals",
      "community_name": "Community 21"
    },
    {
      "label": "boxEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "_origin": "ast",
      "community": 21,
      "norm_label": "boxequals()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_boxequals",
      "community_name": "Community 21"
    },
    {
      "label": "axisEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "_origin": "ast",
      "community": 421,
      "norm_label": "axisequalsrounded()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisequalsrounded",
      "community_name": "Community 421"
    },
    {
      "label": "boxEqualsRounded()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "_origin": "ast",
      "community": 421,
      "norm_label": "boxequalsrounded()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_boxequalsrounded",
      "community_name": "Community 421"
    },
    {
      "label": "aspectRatio()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "_origin": "ast",
      "community": 421,
      "norm_label": "aspectratio()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_aspectratio",
      "community_name": "Community 421"
    },
    {
      "label": "axisDeltaEquals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "_origin": "ast",
      "community": 21,
      "norm_label": "axisdeltaequals()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisdeltaequals",
      "community_name": "Community 21"
    },
    {
      "label": "relegate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "_origin": "ast",
      "community": 550,
      "norm_label": "relegate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_relegate",
      "community_name": "Community 550"
    },
    {
      "label": "promote()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "_origin": "ast",
      "community": 550,
      "norm_label": "promote()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_promote",
      "community_name": "Community 550"
    },
    {
      "label": "exitAnimationComplete()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "_origin": "ast",
      "community": 21,
      "norm_label": "exitanimationcomplete()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_exitanimationcomplete",
      "community_name": "Community 21"
    },
    {
      "label": "scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "_origin": "ast",
      "community": 21,
      "norm_label": "schedulerender()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_schedulerender",
      "community_name": "Community 21"
    },
    {
      "label": "removeLeadSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "_origin": "ast",
      "community": 21,
      "norm_label": "removeleadsnapshot()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeleadsnapshot",
      "community_name": "Community 21"
    },
    {
      "label": "buildProjectionTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "_origin": "ast",
      "community": 21,
      "norm_label": "buildprojectiontransform()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildprojectiontransform",
      "community_name": "Community 21"
    },
    {
      "label": "resetDistortingTransform()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "_origin": "ast",
      "community": 21,
      "norm_label": "resetdistortingtransform()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resetdistortingtransform",
      "community_name": "Community 21"
    },
    {
      "label": "cancelTreeOptimisedTransformAnimations()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "_origin": "ast",
      "community": 329,
      "norm_label": "canceltreeoptimisedtransformanimations()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "community_name": "Community 329"
    },
    {
      "label": "createProjectionNode2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createprojectionnode2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createprojectionnode2",
      "community_name": "Community 21"
    },
    {
      "label": "updateLayout()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "_origin": "ast",
      "community": 164,
      "norm_label": "updatelayout()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatelayout",
      "community_name": "Community 164"
    },
    {
      "label": "notifyLayoutUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "_origin": "ast",
      "community": 421,
      "norm_label": "notifylayoutupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate",
      "community_name": "Community 421"
    },
    {
      "label": "propagateDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "_origin": "ast",
      "community": 21,
      "norm_label": "propagatedirtynodes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_propagatedirtynodes",
      "community_name": "Community 21"
    },
    {
      "label": "cleanDirtyNodes()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "_origin": "ast",
      "community": 21,
      "norm_label": "cleandirtynodes()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cleandirtynodes",
      "community_name": "Community 21"
    },
    {
      "label": "clearSnapshot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "_origin": "ast",
      "community": 21,
      "norm_label": "clearsnapshot()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearsnapshot",
      "community_name": "Community 21"
    },
    {
      "label": "clearMeasurements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "_origin": "ast",
      "community": 21,
      "norm_label": "clearmeasurements()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearmeasurements",
      "community_name": "Community 21"
    },
    {
      "label": "clearIsLayoutDirty()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "_origin": "ast",
      "community": 21,
      "norm_label": "clearislayoutdirty()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearislayoutdirty",
      "community_name": "Community 21"
    },
    {
      "label": "resetTransformStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "_origin": "ast",
      "community": 218,
      "norm_label": "resettransformstyle()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resettransformstyle",
      "community_name": "Community 218"
    },
    {
      "label": "finishAnimation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "_origin": "ast",
      "community": 21,
      "norm_label": "finishanimation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finishanimation",
      "community_name": "Community 21"
    },
    {
      "label": "resolveTargetDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "_origin": "ast",
      "community": 21,
      "norm_label": "resolvetargetdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvetargetdelta",
      "community_name": "Community 21"
    },
    {
      "label": "calcProjection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "_origin": "ast",
      "community": 21,
      "norm_label": "calcprojection()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcprojection",
      "community_name": "Community 21"
    },
    {
      "label": "resetSkewAndRotation()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "_origin": "ast",
      "community": 21,
      "norm_label": "resetskewandrotation()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resetskewandrotation",
      "community_name": "Community 21"
    },
    {
      "label": "removeLeadSnapshots()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "_origin": "ast",
      "community": 21,
      "norm_label": "removeleadsnapshots()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeleadsnapshots",
      "community_name": "Community 21"
    },
    {
      "label": "mixAxisDelta()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "_origin": "ast",
      "community": 21,
      "norm_label": "mixaxisdelta()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixaxisdelta",
      "community_name": "Community 21"
    },
    {
      "label": "mixAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "_origin": "ast",
      "community": 21,
      "norm_label": "mixaxis()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixaxis",
      "community_name": "Community 21"
    },
    {
      "label": "mixBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "_origin": "ast",
      "community": 21,
      "norm_label": "mixbox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixbox",
      "community_name": "Community 21"
    },
    {
      "label": "hasOpacityCrossfade()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "_origin": "ast",
      "community": 21,
      "norm_label": "hasopacitycrossfade()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasopacitycrossfade",
      "community_name": "Community 21"
    },
    {
      "label": "roundAxis()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "_origin": "ast",
      "community": 21,
      "norm_label": "roundaxis()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_roundaxis",
      "community_name": "Community 21"
    },
    {
      "label": "roundBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "_origin": "ast",
      "community": 21,
      "norm_label": "roundbox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_roundbox",
      "community_name": "Community 21"
    },
    {
      "label": "shouldAnimatePositionOnly()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "_origin": "ast",
      "community": 421,
      "norm_label": "shouldanimatepositiononly()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldanimatepositiononly",
      "community_name": "Community 421"
    },
    {
      "label": "checkNodeWasScrollRoot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "_origin": "ast",
      "community": 21,
      "norm_label": "checknodewasscrollroot()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_checknodewasscrollroot",
      "community_name": "Community 21"
    },
    {
      "label": "handleHoverEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "_origin": "ast",
      "community": 21,
      "norm_label": "handlehoverevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlehoverevent",
      "community_name": "Community 21"
    },
    {
      "label": "onFocus()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "_origin": "ast",
      "community": 21,
      "norm_label": "onfocus()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onfocus",
      "community_name": "Community 21"
    },
    {
      "label": "onBlur()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "_origin": "ast",
      "community": 21,
      "norm_label": "onblur()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onblur",
      "community_name": "Community 21"
    },
    {
      "label": "handlePressEvent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "_origin": "ast",
      "community": 21,
      "norm_label": "handlepressevent()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlepressevent",
      "community_name": "Community 21"
    },
    {
      "label": "initIntersectionObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "_origin": "ast",
      "community": 164,
      "norm_label": "initintersectionobserver()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initintersectionobserver",
      "community_name": "Community 164"
    },
    {
      "label": "observeIntersection()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "_origin": "ast",
      "community": 164,
      "norm_label": "observeintersection()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_observeintersection",
      "community_name": "Community 164"
    },
    {
      "label": "startObserver()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "_origin": "ast",
      "community": 164,
      "norm_label": "startobserver()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startobserver",
      "community_name": "Community 164"
    },
    {
      "label": "hasViewportOptionChanged()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "_origin": "ast",
      "community": 164,
      "norm_label": "hasviewportoptionchanged()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasviewportoptionchanged",
      "community_name": "Community 164"
    },
    {
      "label": "initPrefersReducedMotion()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "_origin": "ast",
      "community": 164,
      "norm_label": "initprefersreducedmotion()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initprefersreducedmotion",
      "community_name": "Community 164"
    },
    {
      "label": "updateMotionValuesFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "_origin": "ast",
      "community": 329,
      "norm_label": "updatemotionvaluesfromprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "community_name": "Community 329"
    },
    {
      "label": ".notifyUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "_origin": "ast",
      "community": 218,
      "norm_label": ".notifyupdate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_notifyupdate",
      "community_name": "Community 218"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "_origin": "ast",
      "community": 218,
      "norm_label": ".render()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_render",
      "community_name": "Community 218"
    },
    {
      "label": ".scheduleRender()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "_origin": "ast",
      "community": 218,
      "norm_label": ".schedulerender()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_schedulerender",
      "community_name": "Community 218"
    },
    {
      "label": "bindToMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "_origin": "ast",
      "community": 164,
      "norm_label": "bindtomotionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bindtomotionvalue",
      "community_name": "Community 164"
    },
    {
      "label": "sortNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "_origin": "ast",
      "community": 295,
      "norm_label": "sortnodeposition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortnodeposition",
      "community_name": "Community 295"
    },
    {
      "label": "updateFeatures()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "_origin": "ast",
      "community": 164,
      "norm_label": "updatefeatures()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefeatures",
      "community_name": "Community 164"
    },
    {
      "label": "triggerBuild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "_origin": "ast",
      "community": 477,
      "norm_label": "triggerbuild()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_triggerbuild",
      "community_name": "Community 477"
    },
    {
      "label": "getStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "_origin": "ast",
      "community": 329,
      "norm_label": "getstaticvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstaticvalue",
      "community_name": "Community 329"
    },
    {
      "label": "setStaticValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "_origin": "ast",
      "community": 21,
      "norm_label": "setstaticvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setstaticvalue",
      "community_name": "Community 21"
    },
    {
      "label": "getVariant()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getvariant()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariant",
      "community_name": "Community 21"
    },
    {
      "label": "getDefaultTransition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "_origin": "ast",
      "community": 329,
      "norm_label": "getdefaulttransition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdefaulttransition",
      "community_name": "Community 329"
    },
    {
      "label": "getTransformPagePoint()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "_origin": "ast",
      "community": 21,
      "norm_label": "gettransformpagepoint()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformpagepoint",
      "community_name": "Community 21"
    },
    {
      "label": "getClosestVariantNode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "_origin": "ast",
      "community": 164,
      "norm_label": "getclosestvariantnode()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getclosestvariantnode",
      "community_name": "Community 164"
    },
    {
      "label": "addVariantChild()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "_origin": "ast",
      "community": 164,
      "norm_label": "addvariantchild()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvariantchild",
      "community_name": "Community 164"
    },
    {
      "label": "addValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "_origin": "ast",
      "community": 329,
      "norm_label": "addvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue",
      "community_name": "Community 329"
    },
    {
      "label": "removeValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "_origin": "ast",
      "community": 329,
      "norm_label": "removevalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevalue",
      "community_name": "Community 329"
    },
    {
      "label": "hasValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "_origin": "ast",
      "community": 329,
      "norm_label": "hasvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasvalue",
      "community_name": "Community 329"
    },
    {
      "label": "getValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "_origin": "ast",
      "community": 329,
      "norm_label": "getvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue",
      "community_name": "Community 329"
    },
    {
      "label": "readValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "_origin": "ast",
      "community": 314,
      "norm_label": "readvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue",
      "community_name": "Community 314"
    },
    {
      "label": "setBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "_origin": "ast",
      "community": 314,
      "norm_label": "setbasetarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setbasetarget",
      "community_name": "Community 314"
    },
    {
      "label": "getBaseTarget()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "_origin": "ast",
      "community": 295,
      "norm_label": "getbasetarget()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetarget",
      "community_name": "Community 295"
    },
    {
      "label": "sortInstanceNodePosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "_origin": "ast",
      "community": 295,
      "norm_label": "sortinstancenodeposition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortinstancenodeposition",
      "community_name": "Community 295"
    },
    {
      "label": "getBaseTargetFromProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20731",
      "_origin": "ast",
      "community": 295,
      "norm_label": "getbasetargetfromprops()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetargetfromprops",
      "community_name": "Community 295"
    },
    {
      "label": "removeValueFromRenderState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "_origin": "ast",
      "community": 329,
      "norm_label": "removevaluefromrenderstate()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevaluefromrenderstate",
      "community_name": "Community 329"
    },
    {
      "label": "handleChildMotionValue()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "_origin": "ast",
      "community": 164,
      "norm_label": "handlechildmotionvalue()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlechildmotionvalue",
      "community_name": "Community 164"
    },
    {
      "label": "getComputedStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "_origin": "ast",
      "community": 314,
      "norm_label": "getcomputedstyle()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcomputedstyle",
      "community_name": "Community 314"
    },
    {
      "label": "readValueFromInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20764",
      "_origin": "ast",
      "community": 314,
      "norm_label": "readvaluefrominstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvaluefrominstance",
      "community_name": "Community 314"
    },
    {
      "label": "measureInstanceViewportBox()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "_origin": "ast",
      "community": 314,
      "norm_label": "measureinstanceviewportbox()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinstanceviewportbox",
      "community_name": "Community 314"
    },
    {
      "label": "build()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20777",
      "_origin": "ast",
      "community": 477,
      "norm_label": "build()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_build",
      "community_name": "Community 477"
    },
    {
      "label": "renderInstance()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "_origin": "ast",
      "community": 218,
      "norm_label": "renderinstance()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderinstance",
      "community_name": "Community 218"
    },
    {
      "label": "findToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "_origin": "ast",
      "community": 21,
      "norm_label": "findtoast()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_findtoast",
      "community_name": "Community 21"
    },
    {
      "label": "getToastPosition()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "_origin": "ast",
      "community": 21,
      "norm_label": "gettoastposition()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettoastposition",
      "community_name": "Community 21"
    },
    {
      "label": "getToastStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "_origin": "ast",
      "community": 21,
      "norm_label": "gettoaststyle()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettoaststyle",
      "community_name": "Community 21"
    },
    {
      "label": "getToastListStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "_origin": "ast",
      "community": 21,
      "norm_label": "gettoastliststyle()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettoastliststyle",
      "community_name": "Community 21"
    },
    {
      "label": "shouldForwardProp()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "_origin": "ast",
      "community": 21,
      "norm_label": "shouldforwardprop()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldforwardprop",
      "community_name": "Community 21"
    },
    {
      "label": "styled2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "_origin": "ast",
      "community": 21,
      "norm_label": "styled2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_styled2",
      "community_name": "Community 21"
    },
    {
      "label": "factory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "_origin": "ast",
      "community": 21,
      "norm_label": "factory()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_factory",
      "community_name": "Community 21"
    },
    {
      "label": "forwardRef5()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "_origin": "ast",
      "community": 21,
      "norm_label": "forwardref5()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_forwardref5",
      "community_name": "Community 21"
    },
    {
      "label": "useTheme2()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usetheme2()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usetheme2",
      "community_name": "Community 21"
    },
    {
      "label": "useChakra()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usechakra()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usechakra",
      "community_name": "Community 21"
    },
    {
      "label": "omitReactElements()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "_origin": "ast",
      "community": 21,
      "norm_label": "omitreactelements()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitreactelements",
      "community_name": "Community 21"
    },
    {
      "label": "useStyleConfigImpl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usestyleconfigimpl()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfigimpl",
      "community_name": "Community 21"
    },
    {
      "label": "useStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usestyleconfig()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfig",
      "community_name": "Community 21"
    },
    {
      "label": "useMultiStyleConfig()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "_origin": "ast",
      "community": 21,
      "norm_label": "usemultistyleconfig()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usemultistyleconfig",
      "community_name": "Community 21"
    },
    {
      "label": "CheckIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "_origin": "ast",
      "community": 21,
      "norm_label": "checkicon()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_checkicon",
      "community_name": "Community 21"
    },
    {
      "label": "InfoIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "_origin": "ast",
      "community": 21,
      "norm_label": "infoicon()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_infoicon",
      "community_name": "Community 21"
    },
    {
      "label": "WarningIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "_origin": "ast",
      "community": 21,
      "norm_label": "warningicon()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warningicon",
      "community_name": "Community 21"
    },
    {
      "label": "getStatusColorScheme()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getstatuscolorscheme()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstatuscolorscheme",
      "community_name": "Community 21"
    },
    {
      "label": "getStatusIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "_origin": "ast",
      "community": 21,
      "norm_label": "getstatusicon()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstatusicon",
      "community_name": "Community 21"
    },
    {
      "label": "AlertIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "_origin": "ast",
      "community": 21,
      "norm_label": "alerticon()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_alerticon",
      "community_name": "Community 21"
    },
    {
      "label": "CloseIcon()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "_origin": "ast",
      "community": 21,
      "norm_label": "closeicon()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_closeicon",
      "community_name": "Community 21"
    },
    {
      "label": "createRenderToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createrendertoast()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrendertoast",
      "community_name": "Community 21"
    },
    {
      "label": "createStore()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createstore()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstore",
      "community_name": "Community 21"
    },
    {
      "label": "createToast()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "_origin": "ast",
      "community": 21,
      "norm_label": "createtoast()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtoast",
      "community_name": "Community 21"
    },
    {
      "label": "Portal()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "_origin": "ast",
      "community": 21,
      "norm_label": "portal()",
      "id": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_portal",
      "community_name": "Community 21"
    },
    {
      "label": "tt-elements.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 637,
      "norm_label": "tt-elements.js",
      "id": "docs_design_thingtime_launch_celebration_ds_tt_elements",
      "community_name": "Community 637"
    },
    {
      "label": "ready()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 637,
      "norm_label": "ready()",
      "id": "docs_design_thingtime_launch_celebration_ds_tt_elements_ready",
      "community_name": "Community 637"
    },
    {
      "label": "whenReady()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L13",
      "_origin": "ast",
      "community": 637,
      "norm_label": "whenready()",
      "id": "docs_design_thingtime_launch_celebration_ds_tt_elements_whenready",
      "community_name": "Community 637"
    },
    {
      "label": "defineEl()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L20",
      "_origin": "ast",
      "community": 637,
      "norm_label": "defineel()",
      "id": "docs_design_thingtime_launch_celebration_ds_tt_elements_defineel",
      "community_name": "Community 637"
    },
    {
      "label": "support.js",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 147,
      "norm_label": "support.js",
      "id": "docs_design_thingtime_launch_celebration_support",
      "community_name": "Community 147"
    },
    {
      "label": "getReact()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 147,
      "norm_label": "getreact()",
      "id": "docs_design_thingtime_launch_celebration_support_getreact",
      "community_name": "Community 147"
    },
    {
      "label": "getReactDOM()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L14",
      "_origin": "ast",
      "community": 147,
      "norm_label": "getreactdom()",
      "id": "docs_design_thingtime_launch_celebration_support_getreactdom",
      "community_name": "Community 147"
    },
    {
      "label": "parseDcDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L24",
      "_origin": "ast",
      "community": 147,
      "norm_label": "parsedcdocument()",
      "id": "docs_design_thingtime_launch_celebration_support_parsedcdocument",
      "community_name": "Community 147"
    },
    {
      "label": "parseDcText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L38",
      "_origin": "ast",
      "community": 147,
      "norm_label": "parsedctext()",
      "id": "docs_design_thingtime_launch_celebration_support_parsedctext",
      "community_name": "Community 147"
    },
    {
      "label": "parseDataProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L56",
      "_origin": "ast",
      "community": 147,
      "norm_label": "parsedataprops()",
      "id": "docs_design_thingtime_launch_celebration_support_parsedataprops",
      "community_name": "Community 147"
    },
    {
      "label": "dcNameFromPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L75",
      "_origin": "ast",
      "community": 147,
      "norm_label": "dcnamefrompath()",
      "id": "docs_design_thingtime_launch_celebration_support_dcnamefrompath",
      "community_name": "Community 147"
    },
    {
      "label": "rootNameForDocument()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L133",
      "_origin": "ast",
      "community": 147,
      "norm_label": "rootnamefordocument()",
      "id": "docs_design_thingtime_launch_celebration_support_rootnamefordocument",
      "community_name": "Community 147"
    },
    {
      "label": "safeDecode()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L143",
      "_origin": "ast",
      "community": 147,
      "norm_label": "safedecode()",
      "id": "docs_design_thingtime_launch_celebration_support_safedecode",
      "community_name": "Community 147"
    },
    {
      "label": "boot()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L150",
      "_origin": "ast",
      "community": 147,
      "norm_label": "boot()",
      "id": "docs_design_thingtime_launch_celebration_support_boot",
      "community_name": "Community 147"
    },
    {
      "label": "resolve()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L203",
      "_origin": "ast",
      "community": 147,
      "norm_label": "resolve()",
      "id": "docs_design_thingtime_launch_celebration_support_resolve",
      "community_name": "Community 147"
    },
    {
      "label": "parensWrapWhole()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L235",
      "_origin": "ast",
      "community": 147,
      "norm_label": "parenswrapwhole()",
      "id": "docs_design_thingtime_launch_celebration_support_parenswrapwhole",
      "community_name": "Community 147"
    },
    {
      "label": "findTopLevelEquality()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L246",
      "_origin": "ast",
      "community": 147,
      "norm_label": "findtoplevelequality()",
      "id": "docs_design_thingtime_launch_celebration_support_findtoplevelequality",
      "community_name": "Community 147"
    },
    {
      "label": "resolvePath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L261",
      "_origin": "ast",
      "community": 147,
      "norm_label": "resolvepath()",
      "id": "docs_design_thingtime_launch_celebration_support_resolvepath",
      "community_name": "Community 147"
    },
    {
      "label": "encodeCase()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L338",
      "_origin": "ast",
      "community": 147,
      "norm_label": "encodecase()",
      "id": "docs_design_thingtime_launch_celebration_support_encodecase",
      "community_name": "Community 147"
    },
    {
      "label": "kebabToCamel()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L357",
      "_origin": "ast",
      "community": 147,
      "norm_label": "kebabtocamel()",
      "id": "docs_design_thingtime_launch_celebration_support_kebabtocamel",
      "community_name": "Community 147"
    },
    {
      "label": "cssToObj()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L360",
      "_origin": "ast",
      "community": 147,
      "norm_label": "csstoobj()",
      "id": "docs_design_thingtime_launch_celebration_support_csstoobj",
      "community_name": "Community 147"
    },
    {
      "label": "compileAttr()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L370",
      "_origin": "ast",
      "community": 147,
      "norm_label": "compileattr()",
      "id": "docs_design_thingtime_launch_celebration_support_compileattr",
      "community_name": "Community 147"
    },
    {
      "label": "collectProps()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L384",
      "_origin": "ast",
      "community": 147,
      "norm_label": "collectprops()",
      "id": "docs_design_thingtime_launch_celebration_support_collectprops",
      "community_name": "Community 147"
    },
    {
      "label": "hostPositionStyle()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L426",
      "_origin": "ast",
      "community": 147,
      "norm_label": "hostpositionstyle()",
      "id": "docs_design_thingtime_launch_celebration_support_hostpositionstyle",
      "community_name": "Community 147"
    },
    {
      "label": "compileTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L436",
      "_origin": "ast",
      "community": 147,
      "norm_label": "compiletemplate()",
      "id": "docs_design_thingtime_launch_celebration_support_compiletemplate",
      "community_name": "Community 147"
    },
    {
      "label": "walkChildren()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L452",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walkchildren()",
      "id": "docs_design_thingtime_launch_celebration_support_walkchildren",
      "community_name": "Community 147"
    },
    {
      "label": "walk()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L455",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walk()",
      "id": "docs_design_thingtime_launch_celebration_support_walk",
      "community_name": "Community 147"
    },
    {
      "label": "warnUnresolved()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L468",
      "_origin": "ast",
      "community": 147,
      "norm_label": "warnunresolved()",
      "id": "docs_design_thingtime_launch_celebration_support_warnunresolved",
      "community_name": "Community 147"
    },
    {
      "label": "walkText()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L474",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walktext()",
      "id": "docs_design_thingtime_launch_celebration_support_walktext",
      "community_name": "Community 147"
    },
    {
      "label": "walkFor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L516",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walkfor()",
      "id": "docs_design_thingtime_launch_celebration_support_walkfor",
      "community_name": "Community 147"
    },
    {
      "label": "walkIf()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L551",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walkif()",
      "id": "docs_design_thingtime_launch_celebration_support_walkif",
      "community_name": "Community 147"
    },
    {
      "label": "walkComponent()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L566",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walkcomponent()",
      "id": "docs_design_thingtime_launch_celebration_support_walkcomponent",
      "community_name": "Community 147"
    },
    {
      "label": "walkXImport()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L595",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walkximport()",
      "id": "docs_design_thingtime_launch_celebration_support_walkximport",
      "community_name": "Community 147"
    },
    {
      "label": "contentKey()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L672",
      "_origin": "ast",
      "community": 147,
      "norm_label": "contentkey()",
      "id": "docs_design_thingtime_launch_celebration_support_contentkey",
      "community_name": "Community 147"
    },
    {
      "label": "walkElement()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L688",
      "_origin": "ast",
      "community": 147,
      "norm_label": "walkelement()",
      "id": "docs_design_thingtime_launch_celebration_support_walkelement",
      "community_name": "Community 147"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L717",
      "_origin": "ast",
      "community": 147,
      "norm_label": "constructor()",
      "id": "docs_design_thingtime_launch_celebration_support_constructor",
      "community_name": "Community 147"
    },
    {
      "label": "setState()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L724",
      "_origin": "ast",
      "community": 147,
      "norm_label": "setstate()",
      "id": "docs_design_thingtime_launch_celebration_support_setstate",
      "community_name": "Community 147"
    },
    {
      "label": "forceUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L727",
      "_origin": "ast",
      "community": 147,
      "norm_label": "forceupdate()",
      "id": "docs_design_thingtime_launch_celebration_support_forceupdate",
      "community_name": "Community 147"
    },
    {
      "label": "componentDidMount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L730",
      "_origin": "ast",
      "community": 147,
      "norm_label": "componentdidmount()",
      "id": "docs_design_thingtime_launch_celebration_support_componentdidmount",
      "community_name": "Community 147"
    },
    {
      "label": "componentDidUpdate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L732",
      "_origin": "ast",
      "community": 147,
      "norm_label": "componentdidupdate()",
      "id": "docs_design_thingtime_launch_celebration_support_componentdidupdate",
      "community_name": "Community 147"
    },
    {
      "label": "componentWillUnmount()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L734",
      "_origin": "ast",
      "community": 147,
      "norm_label": "componentwillunmount()",
      "id": "docs_design_thingtime_launch_celebration_support_componentwillunmount",
      "community_name": "Community 147"
    },
    {
      "label": "renderVals()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L737",
      "_origin": "ast",
      "community": 147,
      "norm_label": "rendervals()",
      "id": "docs_design_thingtime_launch_celebration_support_rendervals",
      "community_name": "Community 147"
    },
    {
      "label": "evalDcLogic()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L741",
      "_origin": "ast",
      "community": 147,
      "norm_label": "evaldclogic()",
      "id": "docs_design_thingtime_launch_celebration_support_evaldclogic",
      "community_name": "Community 147"
    },
    {
      "label": "shallowEqual()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L753",
      "_origin": "ast",
      "community": 147,
      "norm_label": "shallowequal()",
      "id": "docs_design_thingtime_launch_celebration_support_shallowequal",
      "community_name": "Community 147"
    },
    {
      "label": "Placeholder()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L761",
      "_origin": "ast",
      "community": 147,
      "norm_label": "placeholder()",
      "id": "docs_design_thingtime_launch_celebration_support_placeholder",
      "community_name": "Community 147"
    },
    {
      "label": "hintToMin()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L782",
      "_origin": "ast",
      "community": 147,
      "norm_label": "hinttomin()",
      "id": "docs_design_thingtime_launch_celebration_support_hinttomin",
      "community_name": "Community 147"
    },
    {
      "label": "createComponentFactory()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L787",
      "_origin": "ast",
      "community": 147,
      "norm_label": "createcomponentfactory()",
      "id": "docs_design_thingtime_launch_celebration_support_createcomponentfactory",
      "community_name": "Community 147"
    },
    {
      "label": "isRenderableType()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 147,
      "norm_label": "isrenderabletype()",
      "id": "docs_design_thingtime_launch_celebration_support_isrenderabletype",
      "community_name": "Community 147"
    },
    {
      "label": "resolveDottedPath()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1040",
      "_origin": "ast",
      "community": 147,
      "norm_label": "resolvedottedpath()",
      "id": "docs_design_thingtime_launch_celebration_support_resolvedottedpath",
      "community_name": "Community 147"
    },
    {
      "label": "createExternalModules()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 147,
      "norm_label": "createexternalmodules()",
      "id": "docs_design_thingtime_launch_celebration_support_createexternalmodules",
      "community_name": "Community 147"
    },
    {
      "label": "isElementClass()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 147,
      "norm_label": "iselementclass()",
      "id": "docs_design_thingtime_launch_celebration_support_iselementclass",
      "community_name": "Community 147"
    },
    {
      "label": "createHelmetManager()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 147,
      "norm_label": "createhelmetmanager()",
      "id": "docs_design_thingtime_launch_celebration_support_createhelmetmanager",
      "community_name": "Community 147"
    },
    {
      "label": "createPseudoSheet()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 147,
      "norm_label": "createpseudosheet()",
      "id": "docs_design_thingtime_launch_celebration_support_createpseudosheet",
      "community_name": "Community 147"
    },
    {
      "label": "createRegistry()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1372",
      "_origin": "ast",
      "community": 147,
      "norm_label": "createregistry()",
      "id": "docs_design_thingtime_launch_celebration_support_createregistry",
      "community_name": "Community 147"
    },
    {
      "label": "createRuntime()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1403",
      "_origin": "ast",
      "community": 147,
      "norm_label": "createruntime()",
      "id": "docs_design_thingtime_launch_celebration_support_createruntime",
      "community_name": "Community 147"
    },
    {
      "label": "hideRawTemplate()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1572",
      "_origin": "ast",
      "community": 147,
      "norm_label": "hiderawtemplate()",
      "id": "docs_design_thingtime_launch_celebration_support_hiderawtemplate",
      "community_name": "Community 147"
    },
    {
      "label": "loadScript()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 147,
      "norm_label": "loadscript()",
      "id": "docs_design_thingtime_launch_celebration_support_loadscript",
      "community_name": "Community 147"
    },
    {
      "label": "loadReactUmd()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1590",
      "_origin": "ast",
      "community": 147,
      "norm_label": "loadreactumd()",
      "id": "docs_design_thingtime_launch_celebration_support_loadreactumd",
      "community_name": "Community 147"
    },
    {
      "label": "init()",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1598",
      "_origin": "ast",
      "community": 64,
      "norm_label": "init()",
      "id": "docs_design_thingtime_launch_celebration_support_init",
      "community_name": "Community 64"
    },
    {
      "label": "ecosystem.config.js",
      "file_type": "code",
      "source_file": "ecosystem.config.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 740,
      "norm_label": "ecosystem.config.js",
      "id": "ecosystem_config",
      "community_name": "Community 740"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 274,
      "norm_label": "package.json",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "community_name": "Community 274"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 274,
      "norm_label": "name",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_name",
      "community_name": "Community 274"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 274,
      "norm_label": "version",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_version",
      "community_name": "Community 274"
    },
    {
      "label": "private",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 274,
      "norm_label": "private",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_private",
      "community_name": "Community 274"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 274,
      "norm_label": "description",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_description",
      "community_name": "Community 274"
    },
    {
      "label": "main",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 274,
      "norm_label": "main",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_main",
      "community_name": "Community 274"
    },
    {
      "label": "repository",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 274,
      "norm_label": "repository",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_repository",
      "community_name": "Community 274"
    },
    {
      "label": "type",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 274,
      "norm_label": "type",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_repository_type",
      "community_name": "Community 274"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 274,
      "norm_label": "url",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_repository_url",
      "community_name": "Community 274"
    },
    {
      "label": "directory",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 274,
      "norm_label": "directory",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_repository_directory",
      "community_name": "Community 274"
    },
    {
      "label": "packageManager",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 274,
      "norm_label": "packagemanager",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_packagemanager",
      "community_name": "Community 274"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 274,
      "norm_label": "scripts",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "community_name": "Community 274"
    },
    {
      "label": "build",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 274,
      "norm_label": "build",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_build",
      "community_name": "Community 274"
    },
    {
      "label": "build:web",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L15",
      "_origin": "ast",
      "community": 274,
      "norm_label": "build:web",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_build_web",
      "community_name": "Community 274"
    },
    {
      "label": "dev",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L16",
      "_origin": "ast",
      "community": 274,
      "norm_label": "dev",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_dev",
      "community_name": "Community 274"
    },
    {
      "label": "dist",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L17",
      "_origin": "ast",
      "community": 274,
      "norm_label": "dist",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_dist",
      "community_name": "Community 274"
    },
    {
      "label": "dist:unsigned",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L18",
      "_origin": "ast",
      "community": 274,
      "norm_label": "dist:unsigned",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_dist_unsigned",
      "community_name": "Community 274"
    },
    {
      "label": "install:local",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L19",
      "_origin": "ast",
      "community": 274,
      "norm_label": "install:local",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_install_local",
      "community_name": "Community 274"
    },
    {
      "label": "start",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L20",
      "_origin": "ast",
      "community": 274,
      "norm_label": "start",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_start",
      "community_name": "Community 274"
    },
    {
      "label": "verify:web",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L21",
      "_origin": "ast",
      "community": 274,
      "norm_label": "verify:web",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_verify_web",
      "community_name": "Community 274"
    },
    {
      "label": "build",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L23",
      "_origin": "ast",
      "community": 274,
      "norm_label": "build",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "community_name": "Community 274"
    },
    {
      "label": "appId",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L24",
      "_origin": "ast",
      "community": 274,
      "norm_label": "appid",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build_appid",
      "community_name": "Community 274"
    },
    {
      "label": "productName",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L25",
      "_origin": "ast",
      "community": 274,
      "norm_label": "productname",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build_productname",
      "community_name": "Community 274"
    },
    {
      "label": "asar",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L26",
      "_origin": "ast",
      "community": 274,
      "norm_label": "asar",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build_asar",
      "community_name": "Community 274"
    },
    {
      "label": "directories",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L27",
      "_origin": "ast",
      "community": 274,
      "norm_label": "directories",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build_directories",
      "community_name": "Community 274"
    },
    {
      "label": "buildResources",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L28",
      "_origin": "ast",
      "community": 274,
      "norm_label": "buildresources",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_directories_buildresources",
      "community_name": "Community 274"
    },
    {
      "label": "output",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L29",
      "_origin": "ast",
      "community": 274,
      "norm_label": "output",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_directories_output",
      "community_name": "Community 274"
    },
    {
      "label": "files",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L31",
      "_origin": "ast",
      "community": 274,
      "norm_label": "files",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build_files",
      "community_name": "Community 274"
    },
    {
      "label": "extraResources",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L36",
      "_origin": "ast",
      "community": 274,
      "norm_label": "extraresources",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build_extraresources",
      "community_name": "Community 274"
    },
    {
      "label": "mac",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L45",
      "_origin": "ast",
      "community": 274,
      "norm_label": "mac",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_build_mac",
      "community_name": "Community 274"
    },
    {
      "label": "category",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L46",
      "_origin": "ast",
      "community": 274,
      "norm_label": "category",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_mac_category",
      "community_name": "Community 274"
    },
    {
      "label": "devDependencies",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L49",
      "_origin": "ast",
      "community": 274,
      "norm_label": "devdependencies",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies",
      "community_name": "Community 274"
    },
    {
      "label": "electron",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L50",
      "_origin": "ast",
      "community": 274,
      "norm_label": "electron",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies_electron",
      "community_name": "Community 274"
    },
    {
      "label": "electron-builder",
      "file_type": "code",
      "source_file": "electron/package.json",
      "source_location": "L51",
      "_origin": "ast",
      "community": 274,
      "norm_label": "electron-builder",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies_electron_builder",
      "community_name": "Community 274"
    },
    {
      "label": "build-web.mjs",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 489,
      "norm_label": "build-web.mjs",
      "id": "electron_scripts_build_web",
      "community_name": "Community 489"
    },
    {
      "label": "electronDir",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L6",
      "_origin": "ast",
      "community": 489,
      "norm_label": "electrondir",
      "id": "electron_scripts_build_web_electrondir",
      "community_name": "Community 489"
    },
    {
      "label": "repoRoot",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 489,
      "norm_label": "reporoot",
      "id": "electron_scripts_build_web_reporoot",
      "community_name": "Community 489"
    },
    {
      "label": "remixDir",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 489,
      "norm_label": "remixdir",
      "id": "electron_scripts_build_web_remixdir",
      "community_name": "Community 489"
    },
    {
      "label": "stagedWebDir",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L9",
      "_origin": "ast",
      "community": 489,
      "norm_label": "stagedwebdir",
      "id": "electron_scripts_build_web_stagedwebdir",
      "community_name": "Community 489"
    },
    {
      "label": "remixOutputDir",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L10",
      "_origin": "ast",
      "community": 489,
      "norm_label": "remixoutputdir",
      "id": "electron_scripts_build_web_remixoutputdir",
      "community_name": "Community 489"
    },
    {
      "label": "desktopReleaseMetadata",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L11",
      "_origin": "ast",
      "community": 489,
      "norm_label": "desktopreleasemetadata",
      "id": "electron_scripts_build_web_desktopreleasemetadata",
      "community_name": "Community 489"
    },
    {
      "label": "run()",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L26",
      "_origin": "ast",
      "community": 489,
      "norm_label": "run()",
      "id": "electron_scripts_build_web_run",
      "community_name": "Community 489"
    },
    {
      "label": "readGitValue()",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L41",
      "_origin": "ast",
      "community": 489,
      "norm_label": "readgitvalue()",
      "id": "electron_scripts_build_web_readgitvalue",
      "community_name": "Community 489"
    },
    {
      "label": "runRemixScript()",
      "file_type": "code",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L51",
      "_origin": "ast",
      "community": 489,
      "norm_label": "runremixscript()",
      "id": "electron_scripts_build_web_runremixscript",
      "community_name": "Community 489"
    },
    {
      "label": "install-local-app.mjs",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 505,
      "norm_label": "install-local-app.mjs",
      "id": "electron_scripts_install_local_app",
      "community_name": "Community 505"
    },
    {
      "label": "scriptDir",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 505,
      "norm_label": "scriptdir",
      "id": "electron_scripts_install_local_app_scriptdir",
      "community_name": "Community 505"
    },
    {
      "label": "electronDir",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 505,
      "norm_label": "electrondir",
      "id": "electron_scripts_install_local_app_electrondir",
      "community_name": "Community 505"
    },
    {
      "label": "sourceApp",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L10",
      "_origin": "ast",
      "community": 505,
      "norm_label": "sourceapp",
      "id": "electron_scripts_install_local_app_sourceapp",
      "community_name": "Community 505"
    },
    {
      "label": "targetDir",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L11",
      "_origin": "ast",
      "community": 505,
      "norm_label": "targetdir",
      "id": "electron_scripts_install_local_app_targetdir",
      "community_name": "Community 505"
    },
    {
      "label": "targetApp",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L12",
      "_origin": "ast",
      "community": 505,
      "norm_label": "targetapp",
      "id": "electron_scripts_install_local_app_targetapp",
      "community_name": "Community 505"
    },
    {
      "label": "tempApp",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L13",
      "_origin": "ast",
      "community": 505,
      "norm_label": "tempapp",
      "id": "electron_scripts_install_local_app_tempapp",
      "community_name": "Community 505"
    },
    {
      "label": "runOptional()",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L17",
      "_origin": "ast",
      "community": 505,
      "norm_label": "runoptional()",
      "id": "electron_scripts_install_local_app_runoptional",
      "community_name": "Community 505"
    },
    {
      "label": "copyResult",
      "file_type": "code",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L39",
      "_origin": "ast",
      "community": 505,
      "norm_label": "copyresult",
      "id": "electron_scripts_install_local_app_copyresult",
      "community_name": "Community 505"
    },
    {
      "label": "verify-web-build.mjs",
      "file_type": "code",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 574,
      "norm_label": "verify-web-build.mjs",
      "id": "electron_scripts_verify_web_build",
      "community_name": "Community 574"
    },
    {
      "label": "electronDir",
      "file_type": "code",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L5",
      "_origin": "ast",
      "community": 574,
      "norm_label": "electrondir",
      "id": "electron_scripts_verify_web_build_electrondir",
      "community_name": "Community 574"
    },
    {
      "label": "webOutputDir",
      "file_type": "code",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L6",
      "_origin": "ast",
      "community": 574,
      "norm_label": "weboutputdir",
      "id": "electron_scripts_verify_web_build_weboutputdir",
      "community_name": "Community 574"
    },
    {
      "label": "serverEntry",
      "file_type": "code",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 574,
      "norm_label": "serverentry",
      "id": "electron_scripts_verify_web_build_serverentry",
      "community_name": "Community 574"
    },
    {
      "label": "indexHtml",
      "file_type": "code",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 574,
      "norm_label": "indexhtml",
      "id": "electron_scripts_verify_web_build_indexhtml",
      "community_name": "Community 574"
    },
    {
      "label": "assertExists()",
      "file_type": "code",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L10",
      "_origin": "ast",
      "community": 574,
      "norm_label": "assertexists()",
      "id": "electron_scripts_verify_web_build_assertexists",
      "community_name": "Community 574"
    },
    {
      "label": "graphifyExtract.sh",
      "file_type": "code",
      "source_file": "graphifyExtract.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 684,
      "norm_label": "graphifyextract.sh",
      "id": "users_lopu_things_code_lopugit_thingtime_graphifyextract_sh",
      "community_name": "Community 684"
    },
    {
      "label": "graphifyExtract.sh script",
      "file_type": "code",
      "source_file": "graphifyExtract.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 684,
      "norm_label": "graphifyextract.sh script",
      "id": "users_lopu_things_code_lopugit_thingtime_graphifyextract_sh__entry",
      "community_name": "Community 684"
    },
    {
      "label": "ThingtimeApp.swift",
      "file_type": "code",
      "source_file": "iOS/Thingtime/App/ThingtimeApp.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 490,
      "norm_label": "thingtimeapp.swift",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_app_thingtimeapp_swift",
      "community_name": "Community 490"
    },
    {
      "label": "SwiftUI",
      "file_type": "code",
      "type": "module",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 490,
      "norm_label": "swiftui",
      "id": "swiftui",
      "community_name": "Community 490"
    },
    {
      "label": "ThingtimeApp",
      "file_type": "code",
      "source_file": "iOS/Thingtime/App/ThingtimeApp.swift",
      "source_location": "L3",
      "_origin": "ast",
      "community": 488,
      "norm_label": "thingtimeapp",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_app_thingtimeapp_thingtimeapp",
      "community_name": "Community 488"
    },
    {
      "label": "Scene",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 488,
      "norm_label": "scene",
      "id": "scene",
      "community_name": "Community 488"
    },
    {
      "label": "ThingtimeWebDeploymentsClient.swift",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 388,
      "norm_label": "thingtimewebdeploymentsclient.swift",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_swift",
      "community_name": "Community 388"
    },
    {
      "label": "Foundation",
      "file_type": "code",
      "type": "module",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 388,
      "norm_label": "foundation",
      "id": "foundation",
      "community_name": "Community 388"
    },
    {
      "label": "ThingtimeWebDeploymentsClient",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L3",
      "_origin": "ast",
      "community": 388,
      "norm_label": "thingtimewebdeploymentsclient",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient",
      "community_name": "Community 388"
    },
    {
      "label": "ClientError",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L4",
      "_origin": "ast",
      "community": 388,
      "norm_label": "clienterror",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror",
      "community_name": "Community 388"
    },
    {
      "label": "Error",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 388,
      "norm_label": "error",
      "id": "error",
      "community_name": "Community 388"
    },
    {
      "label": "invalidResponse",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L5",
      "_origin": "ast",
      "community": 388,
      "norm_label": "invalidresponse",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror_invalidresponse",
      "community_name": "Community 388"
    },
    {
      "label": "requestFailed",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L6",
      "_origin": "ast",
      "community": 388,
      "norm_label": "requestfailed",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror_requestfailed",
      "community_name": "Community 388"
    },
    {
      "label": "URLSession",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 388,
      "norm_label": "urlsession",
      "id": "urlsession",
      "community_name": "Community 388"
    },
    {
      "label": "URL",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1123,
      "norm_label": "url",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_swift_url",
      "community_name": "Community 1123"
    },
    {
      "label": ".fetchDeployments()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L12",
      "_origin": "ast",
      "community": 388,
      "norm_label": ".fetchdeployments()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient_fetchdeployments",
      "community_name": "Community 388"
    },
    {
      "label": "ThingtimeWebDestination.swift",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 388,
      "norm_label": "thingtimewebdestination.swift",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift",
      "community_name": "Community 388"
    },
    {
      "label": "ThingtimeWebDestination",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L3",
      "_origin": "ast",
      "community": 342,
      "norm_label": "thingtimewebdestination",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "community_name": "Community 342"
    },
    {
      "label": "Destination",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L4",
      "_origin": "ast",
      "community": 342,
      "norm_label": "destination",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination",
      "community_name": "Community 342"
    },
    {
      "label": "Identifiable",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 342,
      "norm_label": "identifiable",
      "id": "identifiable",
      "community_name": "Community 342"
    },
    {
      "label": "Equatable",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 388,
      "norm_label": "equatable",
      "id": "equatable",
      "community_name": "Community 388"
    },
    {
      "label": "Source",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L5",
      "_origin": "ast",
      "community": 388,
      "norm_label": "source",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source",
      "community_name": "Community 388"
    },
    {
      "label": "production",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L6",
      "_origin": "ast",
      "community": 388,
      "norm_label": "production",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source_production",
      "community_name": "Community 388"
    },
    {
      "label": "configured",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L7",
      "_origin": "ast",
      "community": 388,
      "norm_label": "configured",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source_configured",
      "community_name": "Community 388"
    },
    {
      "label": "vercelDeployment",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L8",
      "_origin": "ast",
      "community": 388,
      "norm_label": "verceldeployment",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source_verceldeployment",
      "community_name": "Community 388"
    },
    {
      "label": "String",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1126,
      "norm_label": "string",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift_string",
      "community_name": "Community 1126"
    },
    {
      "label": "URL",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1127,
      "norm_label": "url",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift_url",
      "community_name": "Community 1127"
    },
    {
      "label": "DeploymentSummary",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L18",
      "_origin": "ast",
      "community": 388,
      "norm_label": "deploymentsummary",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsummary",
      "community_name": "Community 388"
    },
    {
      "label": "Decodable",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 388,
      "norm_label": "decodable",
      "id": "decodable",
      "community_name": "Community 388"
    },
    {
      "label": "DeploymentsOverview",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L31",
      "_origin": "ast",
      "community": 388,
      "norm_label": "deploymentsoverview",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsoverview",
      "community_name": "Community 388"
    },
    {
      "label": ".availableDestinations()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L57",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".availabledestinations()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations",
      "community_name": "Community 342"
    },
    {
      "label": "Any",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1124,
      "norm_label": "any",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift_any",
      "community_name": "Community 1124"
    },
    {
      "label": ".url()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L76",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".url()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_url",
      "community_name": "Community 342"
    },
    {
      "label": ".deploymentsAPIURL()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L95",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".deploymentsapiurl()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_deploymentsapiurl",
      "community_name": "Community 342"
    },
    {
      "label": "Int",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 381,
      "norm_label": "int",
      "id": "int",
      "community_name": "Community 381"
    },
    {
      "label": ".vercelDeploymentDestination()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L105",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".verceldeploymentdestination()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination",
      "community_name": "Community 342"
    },
    {
      "label": ".configuredDestination()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L130",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".configureddestination()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_configureddestination",
      "community_name": "Community 342"
    },
    {
      "label": ".isVercelDeployment()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L146",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".isverceldeployment()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_isverceldeployment",
      "community_name": "Community 342"
    },
    {
      "label": "Bool",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1125,
      "norm_label": "bool",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift_bool",
      "community_name": "Community 1125"
    },
    {
      "label": ".isAllowedConfiguredURL()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L154",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".isallowedconfiguredurl()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_isallowedconfiguredurl",
      "community_name": "Community 342"
    },
    {
      "label": ".append()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L172",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".append()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_append",
      "community_name": "Community 342"
    },
    {
      "label": ".normalizedIdentifier()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L180",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".normalizedidentifier()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_normalizedidentifier",
      "community_name": "Community 342"
    },
    {
      "label": ".validatedHTTPSURL()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L200",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".validatedhttpsurl()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_validatedhttpsurl",
      "community_name": "Community 342"
    },
    {
      "label": ".nonEmpty()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L215",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".nonempty()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_nonempty",
      "community_name": "Community 342"
    },
    {
      "label": "ThingtimeWebView.swift",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 490,
      "norm_label": "thingtimewebview.swift",
      "id": "ios_thingtime_web_thingtimewebview",
      "community_name": "Community 490"
    },
    {
      "label": "UIKit",
      "file_type": "code",
      "type": "module",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L2",
      "_origin": "ast",
      "community": 490,
      "norm_label": "uikit",
      "id": "uikit",
      "community_name": "Community 490"
    },
    {
      "label": "ThingtimeWebView",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L4",
      "_origin": "ast",
      "community": 479,
      "norm_label": "thingtimewebview",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "community_name": "Community 479"
    },
    {
      "label": "View",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 503,
      "norm_label": "view",
      "id": "view",
      "community_name": "Community 503"
    },
    {
      "label": "StorageKey",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L5",
      "_origin": "ast",
      "community": 490,
      "norm_label": "storagekey",
      "id": "ios_thingtime_web_thingtimewebview_storagekey",
      "community_name": "Community 490"
    },
    {
      "label": "DeploymentsLoadState",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L9",
      "_origin": "ast",
      "community": 490,
      "norm_label": "deploymentsloadstate",
      "id": "ios_thingtime_web_thingtimewebview_deploymentsloadstate",
      "community_name": "Community 490"
    },
    {
      "label": "idle",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L10",
      "_origin": "ast",
      "community": 490,
      "norm_label": "idle",
      "id": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_idle",
      "community_name": "Community 490"
    },
    {
      "label": "loading",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L11",
      "_origin": "ast",
      "community": 490,
      "norm_label": "loading",
      "id": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_loading",
      "community_name": "Community 490"
    },
    {
      "label": "loaded",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L12",
      "_origin": "ast",
      "community": 490,
      "norm_label": "loaded",
      "id": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_loaded",
      "community_name": "Community 490"
    },
    {
      "label": "failed",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L13",
      "_origin": "ast",
      "community": 490,
      "norm_label": "failed",
      "id": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_failed",
      "community_name": "Community 490"
    },
    {
      "label": ".openDrawerGesture()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L83",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".opendrawergesture()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendrawergesture",
      "community_name": "Community 479"
    },
    {
      "label": "CGFloat",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 479,
      "norm_label": "cgfloat",
      "id": "ios_thingtime_web_thingtimewebview_swift_cgfloat",
      "community_name": "Community 479"
    },
    {
      "label": "Gesture",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 479,
      "norm_label": "gesture",
      "id": "gesture",
      "community_name": "Community 479"
    },
    {
      "label": ".prepareDestinationState()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L102",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".preparedestinationstate()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_preparedestinationstate",
      "community_name": "Community 479"
    },
    {
      "label": ".ensureSelectedDestinationIsAvailable()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L106",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".ensureselecteddestinationisavailable()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_ensureselecteddestinationisavailable",
      "community_name": "Community 479"
    },
    {
      "label": ".openDestinationPicker()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L116",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".opendestinationpicker()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendestinationpicker",
      "community_name": "Community 479"
    },
    {
      "label": ".closeDestinationPicker()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L126",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".closedestinationpicker()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_closedestinationpicker",
      "community_name": "Community 479"
    },
    {
      "label": ".select()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L132",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".select()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_select",
      "community_name": "Community 479"
    },
    {
      "label": ".refreshDeploymentsIfNeeded()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L137",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".refreshdeploymentsifneeded()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeploymentsifneeded",
      "community_name": "Community 479"
    },
    {
      "label": ".refreshDeployments()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L146",
      "_origin": "ast",
      "community": 479,
      "norm_label": ".refreshdeployments()",
      "id": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeployments",
      "community_name": "Community 479"
    },
    {
      "label": "DestinationPickerDrawer",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L159",
      "_origin": "ast",
      "community": 503,
      "norm_label": "destinationpickerdrawer",
      "id": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "community_name": "Community 503"
    },
    {
      "label": "String",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 503,
      "norm_label": "string",
      "id": "ios_thingtime_web_thingtimewebview_swift_string",
      "community_name": "Community 503"
    },
    {
      "label": "EdgeInsets",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 503,
      "norm_label": "edgeinsets",
      "id": "edgeinsets",
      "community_name": "Community 503"
    },
    {
      "label": "Void",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 503,
      "norm_label": "void",
      "id": "void",
      "community_name": "Community 503"
    },
    {
      "label": ".destinationRow()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L237",
      "_origin": "ast",
      "community": 503,
      "norm_label": ".destinationrow()",
      "id": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_destinationrow",
      "community_name": "Community 503"
    },
    {
      "label": ".rowBackground()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L315",
      "_origin": "ast",
      "community": 503,
      "norm_label": ".rowbackground()",
      "id": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_rowbackground",
      "community_name": "Community 503"
    },
    {
      "label": "Color",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 503,
      "norm_label": "color",
      "id": "color",
      "community_name": "Community 503"
    },
    {
      "label": ".iconName()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L319",
      "_origin": "ast",
      "community": 503,
      "norm_label": ".iconname()",
      "id": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_iconname",
      "community_name": "Community 503"
    },
    {
      "label": "WebView.swift",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 381,
      "norm_label": "webview.swift",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "community_name": "Community 381"
    },
    {
      "label": "WebKit",
      "file_type": "code",
      "type": "module",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L3",
      "_origin": "ast",
      "community": 381,
      "norm_label": "webkit",
      "id": "webkit",
      "community_name": "Community 381"
    },
    {
      "label": "WebView",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L5",
      "_origin": "ast",
      "community": 381,
      "norm_label": "webview",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview",
      "community_name": "Community 381"
    },
    {
      "label": "UIViewRepresentable",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 381,
      "norm_label": "uiviewrepresentable",
      "id": "uiviewrepresentable",
      "community_name": "Community 381"
    },
    {
      "label": "URL",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1132,
      "norm_label": "url",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift_url",
      "community_name": "Community 1132"
    },
    {
      "label": ".makeCoordinator()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L10",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".makecoordinator()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makecoordinator",
      "community_name": "Community 381"
    },
    {
      "label": ".makeUIView()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L14",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".makeuiview()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makeuiview",
      "community_name": "Community 381"
    },
    {
      "label": "Context",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 381,
      "norm_label": "context",
      "id": "context",
      "community_name": "Community 381"
    },
    {
      "label": "WKWebView",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 381,
      "norm_label": "wkwebview",
      "id": "wkwebview",
      "community_name": "Community 381"
    },
    {
      "label": ".updateUIView()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L41",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".updateuiview()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_updateuiview",
      "community_name": "Community 381"
    },
    {
      "label": "Coordinator",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L106",
      "_origin": "ast",
      "community": 480,
      "norm_label": "coordinator",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "community_name": "Community 480"
    },
    {
      "label": "NSObject",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 480,
      "norm_label": "nsobject",
      "id": "nsobject",
      "community_name": "Community 480"
    },
    {
      "label": "WKNavigationDelegate",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 480,
      "norm_label": "wknavigationdelegate",
      "id": "wknavigationdelegate",
      "community_name": "Community 480"
    },
    {
      "label": "WKScriptMessageHandler",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 480,
      "norm_label": "wkscriptmessagehandler",
      "id": "wkscriptmessagehandler",
      "community_name": "Community 480"
    },
    {
      "label": ".webView()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L110",
      "_origin": "ast",
      "community": 480,
      "norm_label": ".webview()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_webview",
      "community_name": "Community 480"
    },
    {
      "label": "WKNavigation",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 480,
      "norm_label": "wknavigation",
      "id": "wknavigation",
      "community_name": "Community 480"
    },
    {
      "label": ".userContentController()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L119",
      "_origin": "ast",
      "community": 480,
      "norm_label": ".usercontentcontroller()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_usercontentcontroller",
      "community_name": "Community 480"
    },
    {
      "label": "WKUserContentController",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 480,
      "norm_label": "wkusercontentcontroller",
      "id": "wkusercontentcontroller",
      "community_name": "Community 480"
    },
    {
      "label": "WKScriptMessage",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 480,
      "norm_label": "wkscriptmessage",
      "id": "wkscriptmessage",
      "community_name": "Community 480"
    },
    {
      "label": ".sendToWeb()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L127",
      "_origin": "ast",
      "community": 480,
      "norm_label": ".sendtoweb()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_sendtoweb",
      "community_name": "Community 480"
    },
    {
      "label": "String",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1131,
      "norm_label": "string",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift_string",
      "community_name": "Community 1131"
    },
    {
      "label": "Any",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1128,
      "norm_label": "any",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift_any",
      "community_name": "Community 1128"
    },
    {
      "label": ".jsonCompatibleValue()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L146",
      "_origin": "ast",
      "community": 480,
      "norm_label": ".jsoncompatiblevalue()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_jsoncompatiblevalue",
      "community_name": "Community 480"
    },
    {
      "label": "ThingtimeWKWebView",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L156",
      "_origin": "ast",
      "community": 381,
      "norm_label": "thingtimewkwebview",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "community_name": "Community 381"
    },
    {
      "label": "UIEdgeInsets",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 381,
      "norm_label": "uiedgeinsets",
      "id": "uiedgeinsets",
      "community_name": "Community 381"
    },
    {
      "label": ".layoutSubviews()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L159",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".layoutsubviews()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_layoutsubviews",
      "community_name": "Community 381"
    },
    {
      "label": ".safeAreaInsetsDidChange()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L164",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".safeareainsetsdidchange()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_safeareainsetsdidchange",
      "community_name": "Community 381"
    },
    {
      "label": ".applyThingtimeScrollInsets()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L169",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".applythingtimescrollinsets()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets",
      "community_name": "Community 381"
    },
    {
      "label": "Bool",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1129,
      "norm_label": "bool",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift_bool",
      "community_name": "Community 1129"
    },
    {
      "label": ".resolvedSafeAreaInsets()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L187",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".resolvedsafeareainsets()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_resolvedsafeareainsets",
      "community_name": "Community 381"
    },
    {
      "label": ".applyNativeSafeAreaVariables()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L211",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".applynativesafeareavariables()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applynativesafeareavariables",
      "community_name": "Community 381"
    },
    {
      "label": ".cssPixels()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L242",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".csspixels()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_csspixels",
      "community_name": "Community 381"
    },
    {
      "label": "CGFloat",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 1130,
      "norm_label": "cgfloat",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift_cgfloat",
      "community_name": "Community 1130"
    },
    {
      "label": ".isApproximatelyEqual()",
      "file_type": "code",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L248",
      "_origin": "ast",
      "community": 381,
      "norm_label": ".isapproximatelyequal()",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_uiedgeinsets_isapproximatelyequal",
      "community_name": "Community 381"
    },
    {
      "label": "ThingtimeWebDestinationTests.swift",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 488,
      "norm_label": "thingtimewebdestinationtests.swift",
      "id": "ios_thingtimetests_thingtimewebdestinationtests",
      "community_name": "Community 488"
    },
    {
      "label": "XCTest",
      "file_type": "code",
      "type": "module",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L1",
      "_origin": "ast",
      "community": 488,
      "norm_label": "xctest",
      "id": "xctest",
      "community_name": "Community 488"
    },
    {
      "label": "Thingtime",
      "file_type": "code",
      "type": "module",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L2",
      "_origin": "ast",
      "community": 488,
      "norm_label": "thingtime",
      "id": "thingtime",
      "community_name": "Community 488"
    },
    {
      "label": "ThingtimeWebDestinationTests",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L4",
      "_origin": "ast",
      "community": 342,
      "norm_label": "thingtimewebdestinationtests",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "community_name": "Community 342"
    },
    {
      "label": "XCTestCase",
      "file_type": "code",
      "source_file": "",
      "source_location": "",
      "_origin": "ast",
      "community": 342,
      "norm_label": "xctestcase",
      "id": "xctestcase",
      "community_name": "Community 342"
    },
    {
      "label": ".testHomeURLLoadsProductionThingtime()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L5",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testhomeurlloadsproductionthingtime()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testhomeurlloadsproductionthingtime",
      "community_name": "Community 342"
    },
    {
      "label": ".testConfiguredHTTPSURLCanOverrideHomeURL()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L11",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testconfiguredhttpsurlcanoverridehomeurl()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testconfiguredhttpsurlcanoverridehomeurl",
      "community_name": "Community 342"
    },
    {
      "label": ".testConfiguredLoopbackHTTPURLCanOverrideHomeURLInDebugBuilds()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L22",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testconfiguredloopbackhttpurlcanoverridehomeurlindebugbuilds()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testconfiguredloopbackhttpurlcanoverridehomeurlindebugbuilds",
      "community_name": "Community 342"
    },
    {
      "label": ".testInvalidConfiguredURLFallsBackToProduction()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L34",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testinvalidconfiguredurlfallsbacktoproduction()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testinvalidconfiguredurlfallsbacktoproduction",
      "community_name": "Community 342"
    },
    {
      "label": ".testAvailableDestinationsIncludesProductionAndConfiguredVercelURL()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L40",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testavailabledestinationsincludesproductionandconfiguredvercelurl()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsincludesproductionandconfiguredvercelurl",
      "community_name": "Community 342"
    },
    {
      "label": ".testAvailableDestinationsDeduplicatesConfiguredProductionURL()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L52",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testavailabledestinationsdeduplicatesconfiguredproductionurl()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsdeduplicatesconfiguredproductionurl",
      "community_name": "Community 342"
    },
    {
      "label": ".testAvailableDestinationsIncludesVercelDeploymentsFromAPI()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L60",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testavailabledestinationsincludesverceldeploymentsfromapi()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsincludesverceldeploymentsfromapi",
      "community_name": "Community 342"
    },
    {
      "label": ".testAvailableDestinationsPreservesLongUniqueDeploymentLists()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L88",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testavailabledestinationspreserveslonguniquedeploymentlists()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationspreserveslonguniquedeploymentlists",
      "community_name": "Community 342"
    },
    {
      "label": ".testVercelDeploymentDestinationRejectsInvalidAPIURLs()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L112",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testverceldeploymentdestinationrejectsinvalidapiurls()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testverceldeploymentdestinationrejectsinvalidapiurls",
      "community_name": "Community 342"
    },
    {
      "label": ".testDeploymentsAPIURLTargetsThingtimeDeploymentsEndpoint()",
      "file_type": "code",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L129",
      "_origin": "ast",
      "community": 342,
      "norm_label": ".testdeploymentsapiurltargetsthingtimedeploymentsendpoint()",
      "id": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testdeploymentsapiurltargetsthingtimedeploymentsendpoint",
      "community_name": "Community 342"
    },
    {
      "label": "_xcode-common.sh",
      "file_type": "code",
      "source_file": "iOS/scripts/_xcode-common.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 690,
      "norm_label": "_xcode-common.sh",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_xcode_common_sh",
      "community_name": "Community 690"
    },
    {
      "label": "_xcode-common.sh script",
      "file_type": "code",
      "source_file": "iOS/scripts/_xcode-common.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 690,
      "norm_label": "_xcode-common.sh script",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_xcode_common_sh__entry",
      "community_name": "Community 690"
    },
    {
      "label": "bootstrap.sh",
      "file_type": "code",
      "source_file": "iOS/scripts/bootstrap.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 686,
      "norm_label": "bootstrap.sh",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_bootstrap_sh",
      "community_name": "Community 686"
    },
    {
      "label": "bootstrap.sh script",
      "file_type": "code",
      "source_file": "iOS/scripts/bootstrap.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 686,
      "norm_label": "bootstrap.sh script",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_bootstrap_sh__entry",
      "community_name": "Community 686"
    },
    {
      "label": "build.sh",
      "file_type": "code",
      "source_file": "iOS/scripts/build.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 687,
      "norm_label": "build.sh",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_build_sh",
      "community_name": "Community 687"
    },
    {
      "label": "build.sh script",
      "file_type": "code",
      "source_file": "iOS/scripts/build.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 687,
      "norm_label": "build.sh script",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_build_sh__entry",
      "community_name": "Community 687"
    },
    {
      "label": "test.sh",
      "file_type": "code",
      "source_file": "iOS/scripts/test.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 688,
      "norm_label": "test.sh",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_test_sh",
      "community_name": "Community 688"
    },
    {
      "label": "test.sh script",
      "file_type": "code",
      "source_file": "iOS/scripts/test.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 688,
      "norm_label": "test.sh script",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_test_sh__entry",
      "community_name": "Community 688"
    },
    {
      "label": "testflight-beta.sh",
      "file_type": "code",
      "source_file": "iOS/scripts/testflight-beta.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 689,
      "norm_label": "testflight-beta.sh",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_testflight_beta_sh",
      "community_name": "Community 689"
    },
    {
      "label": "testflight-beta.sh script",
      "file_type": "code",
      "source_file": "iOS/scripts/testflight-beta.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 689,
      "norm_label": "testflight-beta.sh script",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_scripts_testflight_beta_sh__entry",
      "community_name": "Community 689"
    },
    {
      "label": "ecosystem.config.js",
      "file_type": "code",
      "source_file": "lopu/ecosystem.config.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 759,
      "norm_label": "ecosystem.config.js",
      "id": "lopu_ecosystem_config",
      "community_name": "Community 759"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 447,
      "norm_label": "package.json",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "community_name": "Community 447"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 447,
      "norm_label": "name",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_name",
      "community_name": "Community 447"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 447,
      "norm_label": "version",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_version",
      "community_name": "Community 447"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 447,
      "norm_label": "description",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_description",
      "community_name": "Community 447"
    },
    {
      "label": "main",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 447,
      "norm_label": "main",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_main",
      "community_name": "Community 447"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 447,
      "norm_label": "scripts",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_scripts",
      "community_name": "Community 447"
    },
    {
      "label": "test",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 447,
      "norm_label": "test",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_scripts_test",
      "community_name": "Community 447"
    },
    {
      "label": "keywords",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 447,
      "norm_label": "keywords",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_keywords",
      "community_name": "Community 447"
    },
    {
      "label": "author",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 447,
      "norm_label": "author",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_author",
      "community_name": "Community 447"
    },
    {
      "label": "license",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 447,
      "norm_label": "license",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_license",
      "community_name": "Community 447"
    },
    {
      "label": "dependencies",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 447,
      "norm_label": "dependencies",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies",
      "community_name": "Community 447"
    },
    {
      "label": "speed-test",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 447,
      "norm_label": "speed-test",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies_speed_test",
      "community_name": "Community 447"
    },
    {
      "label": "speedtest-net",
      "file_type": "code",
      "source_file": "lopu/package.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 447,
      "norm_label": "speedtest-net",
      "id": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies_speedtest_net",
      "community_name": "Community 447"
    },
    {
      "label": "index.js",
      "file_type": "code",
      "source_file": "lopu/src/index.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 656,
      "norm_label": "index.js",
      "id": "lopu_src_index",
      "community_name": "Community 656"
    },
    {
      "label": "main()",
      "file_type": "code",
      "source_file": "lopu/src/index.js",
      "source_location": "L6",
      "_origin": "ast",
      "community": 656,
      "norm_label": "main()",
      "id": "lopu_src_index_main",
      "community_name": "Community 656"
    },
    {
      "label": "getInternetSpeed()",
      "file_type": "code",
      "source_file": "lopu/src/index.js",
      "source_location": "L11",
      "_origin": "ast",
      "community": 656,
      "norm_label": "getinternetspeed()",
      "id": "lopu_src_index_getinternetspeed",
      "community_name": "Community 656"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 247,
      "norm_label": "package.json",
      "id": "package",
      "community_name": "Community 247"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 247,
      "norm_label": "name",
      "id": "package_name",
      "community_name": "Community 247"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 247,
      "norm_label": "version",
      "id": "package_version",
      "community_name": "Community 247"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 247,
      "norm_label": "description",
      "id": "package_description",
      "community_name": "Community 247"
    },
    {
      "label": "main",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 247,
      "norm_label": "main",
      "id": "package_main",
      "community_name": "Community 247"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 247,
      "norm_label": "scripts",
      "id": "package_scripts",
      "community_name": "Community 247"
    },
    {
      "label": "thingtime-stack",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 247,
      "norm_label": "thingtime-stack",
      "id": "package_scripts_thingtime_stack",
      "community_name": "Community 247"
    },
    {
      "label": "webserver",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 247,
      "norm_label": "webserver",
      "id": "package_scripts_webserver",
      "community_name": "Community 247"
    },
    {
      "label": "web",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 247,
      "norm_label": "web",
      "id": "package_scripts_web",
      "community_name": "Community 247"
    },
    {
      "label": "web-pms",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 247,
      "norm_label": "web-pms",
      "id": "package_scripts_web_pms",
      "community_name": "Community 247"
    },
    {
      "label": "web-pms-stop",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 247,
      "norm_label": "web-pms-stop",
      "id": "package_scripts_web_pms_stop",
      "community_name": "Community 247"
    },
    {
      "label": "web-ports",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 247,
      "norm_label": "web-ports",
      "id": "package_scripts_web_ports",
      "community_name": "Community 247"
    },
    {
      "label": "web-ports:all",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 247,
      "norm_label": "web-ports:all",
      "id": "package_scripts_web_ports_all",
      "community_name": "Community 247"
    },
    {
      "label": "worktree-setup",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 247,
      "norm_label": "worktree-setup",
      "id": "package_scripts_worktree_setup",
      "community_name": "Community 247"
    },
    {
      "label": "build-web",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L15",
      "_origin": "ast",
      "community": 247,
      "norm_label": "build-web",
      "id": "package_scripts_build_web",
      "community_name": "Community 247"
    },
    {
      "label": "electron",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L16",
      "_origin": "ast",
      "community": 247,
      "norm_label": "electron",
      "id": "package_scripts_electron",
      "community_name": "Community 247"
    },
    {
      "label": "build-electron",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L17",
      "_origin": "ast",
      "community": 247,
      "norm_label": "build-electron",
      "id": "package_scripts_build_electron",
      "community_name": "Community 247"
    },
    {
      "label": "dist-electron",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L18",
      "_origin": "ast",
      "community": 247,
      "norm_label": "dist-electron",
      "id": "package_scripts_dist_electron",
      "community_name": "Community 247"
    },
    {
      "label": "install-electron",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L19",
      "_origin": "ast",
      "community": 247,
      "norm_label": "install-electron",
      "id": "package_scripts_install_electron",
      "community_name": "Community 247"
    },
    {
      "label": "remix",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L20",
      "_origin": "ast",
      "community": 247,
      "norm_label": "remix",
      "id": "package_scripts_remix",
      "community_name": "Community 247"
    },
    {
      "label": "remix-pms",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L21",
      "_origin": "ast",
      "community": 247,
      "norm_label": "remix-pms",
      "id": "package_scripts_remix_pms",
      "community_name": "Community 247"
    },
    {
      "label": "build-remix",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L22",
      "_origin": "ast",
      "community": 247,
      "norm_label": "build-remix",
      "id": "package_scripts_build_remix",
      "community_name": "Community 247"
    },
    {
      "label": "next",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L23",
      "_origin": "ast",
      "community": 247,
      "norm_label": "next",
      "id": "package_scripts_next",
      "community_name": "Community 247"
    },
    {
      "label": "api",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L24",
      "_origin": "ast",
      "community": 247,
      "norm_label": "api",
      "id": "package_scripts_api",
      "community_name": "Community 247"
    },
    {
      "label": "postinstall",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L25",
      "_origin": "ast",
      "community": 247,
      "norm_label": "postinstall",
      "id": "package_scripts_postinstall",
      "community_name": "Community 247"
    },
    {
      "label": "install-git-hooks",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L26",
      "_origin": "ast",
      "community": 247,
      "norm_label": "install-git-hooks",
      "id": "package_scripts_install_git_hooks",
      "community_name": "Community 247"
    },
    {
      "label": "repository",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L28",
      "_origin": "ast",
      "community": 247,
      "norm_label": "repository",
      "id": "package_repository",
      "community_name": "Community 247"
    },
    {
      "label": "type",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L29",
      "_origin": "ast",
      "community": 247,
      "norm_label": "type",
      "id": "package_repository_type",
      "community_name": "Community 247"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L30",
      "_origin": "ast",
      "community": 247,
      "norm_label": "url",
      "id": "package_repository_url",
      "community_name": "Community 247"
    },
    {
      "label": "author",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L32",
      "_origin": "ast",
      "community": 247,
      "norm_label": "author",
      "id": "package_author",
      "community_name": "Community 247"
    },
    {
      "label": "license",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L33",
      "_origin": "ast",
      "community": 247,
      "norm_label": "license",
      "id": "package_license",
      "community_name": "Community 247"
    },
    {
      "label": "bugs",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L34",
      "_origin": "ast",
      "community": 247,
      "norm_label": "bugs",
      "id": "package_bugs",
      "community_name": "Community 247"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L35",
      "_origin": "ast",
      "community": 247,
      "norm_label": "url",
      "id": "package_bugs_url",
      "community_name": "Community 247"
    },
    {
      "label": "homepage",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L37",
      "_origin": "ast",
      "community": 247,
      "norm_label": "homepage",
      "id": "package_homepage",
      "community_name": "Community 247"
    },
    {
      "label": "dependencies",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L38",
      "_origin": "ast",
      "community": 247,
      "norm_label": "dependencies",
      "id": "package_dependencies",
      "community_name": "Community 247"
    },
    {
      "label": "smarts",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L39",
      "_origin": "ast",
      "community": 247,
      "norm_label": "smarts",
      "id": "package_dependencies_smarts",
      "community_name": "Community 247"
    },
    {
      "label": "ts-node",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L40",
      "_origin": "ast",
      "community": 247,
      "norm_label": "ts-node",
      "id": "package_dependencies_ts_node",
      "community_name": "Community 247"
    },
    {
      "label": "typescript",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L41",
      "_origin": "ast",
      "community": 247,
      "norm_label": "typescript",
      "id": "package_dependencies_typescript",
      "community_name": "Community 247"
    },
    {
      "label": ".eslintrc.json",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 535,
      "norm_label": ".eslintrc.json",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_json",
      "community_name": "Community 535"
    },
    {
      "label": "root",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 535,
      "norm_label": "root",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_root",
      "community_name": "Community 535"
    },
    {
      "label": "env",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 535,
      "norm_label": "env",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env",
      "community_name": "Community 535"
    },
    {
      "label": "es2020",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 535,
      "norm_label": "es2020",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env_es2020",
      "community_name": "Community 535"
    },
    {
      "label": "node",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 535,
      "norm_label": "node",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env_node",
      "community_name": "Community 535"
    },
    {
      "label": "parser",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 535,
      "norm_label": "parser",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_parser",
      "community_name": "Community 535"
    },
    {
      "label": "plugins",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 535,
      "norm_label": "plugins",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_plugins",
      "community_name": "Community 535"
    },
    {
      "label": "extends",
      "file_type": "code",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 535,
      "norm_label": "extends",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_extends",
      "community_name": "Community 535"
    },
    {
      "label": "ecosystem.config.js",
      "file_type": "code",
      "source_file": "raycast/ecosystem.config.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 991,
      "norm_label": "ecosystem.config.js",
      "id": "raycast_ecosystem_config",
      "community_name": "Community 991"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 245,
      "norm_label": "package.json",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "community_name": "Community 245"
    },
    {
      "label": "$schema",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 245,
      "norm_label": "$schema",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_schema",
      "community_name": "Community 245"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 245,
      "norm_label": "version",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_version",
      "community_name": "Community 245"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 245,
      "norm_label": "name",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_name",
      "community_name": "Community 245"
    },
    {
      "label": "title",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 245,
      "norm_label": "title",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_title",
      "community_name": "Community 245"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 245,
      "norm_label": "description",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_description",
      "community_name": "Community 245"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 245,
      "norm_label": "scripts",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts",
      "community_name": "Community 245"
    },
    {
      "label": "build",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 245,
      "norm_label": "build",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_build",
      "community_name": "Community 245"
    },
    {
      "label": "dev",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 245,
      "norm_label": "dev",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_dev",
      "community_name": "Community 245"
    },
    {
      "label": "fix-lint",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 245,
      "norm_label": "fix-lint",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_fix_lint",
      "community_name": "Community 245"
    },
    {
      "label": "lint",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 245,
      "norm_label": "lint",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_lint",
      "community_name": "Community 245"
    },
    {
      "label": "publish",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 245,
      "norm_label": "publish",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_publish",
      "community_name": "Community 245"
    },
    {
      "label": "keywords",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 245,
      "norm_label": "keywords",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_keywords",
      "community_name": "Community 245"
    },
    {
      "label": "icon",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L19",
      "_origin": "ast",
      "community": 245,
      "norm_label": "icon",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_icon",
      "community_name": "Community 245"
    },
    {
      "label": "author",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L20",
      "_origin": "ast",
      "community": 245,
      "norm_label": "author",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_author",
      "community_name": "Community 245"
    },
    {
      "label": "contributors",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L21",
      "_origin": "ast",
      "community": 245,
      "norm_label": "contributors",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_contributors",
      "community_name": "Community 245"
    },
    {
      "label": "categories",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L24",
      "_origin": "ast",
      "community": 245,
      "norm_label": "categories",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_categories",
      "community_name": "Community 245"
    },
    {
      "label": "license",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L29",
      "_origin": "ast",
      "community": 245,
      "norm_label": "license",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_license",
      "community_name": "Community 245"
    },
    {
      "label": "preferences",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L30",
      "_origin": "ast",
      "community": 245,
      "norm_label": "preferences",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_preferences",
      "community_name": "Community 245"
    },
    {
      "label": "disabledCommands",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L97",
      "_origin": "ast",
      "community": 245,
      "norm_label": "disabledcommands",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_disabledcommands",
      "community_name": "Community 245"
    },
    {
      "label": "commands",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L130",
      "_origin": "ast",
      "community": 245,
      "norm_label": "commands",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_commands",
      "community_name": "Community 245"
    },
    {
      "label": "dependencies",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L472",
      "_origin": "ast",
      "community": 245,
      "norm_label": "dependencies",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "community_name": "Community 245"
    },
    {
      "label": "@raycast/api",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L473",
      "_origin": "ast",
      "community": 245,
      "norm_label": "@raycast/api",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_raycast_api",
      "community_name": "Community 245"
    },
    {
      "label": "@raycast/utils",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L474",
      "_origin": "ast",
      "community": 245,
      "norm_label": "@raycast/utils",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_raycast_utils",
      "community_name": "Community 245"
    },
    {
      "label": "fuse.js",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L475",
      "_origin": "ast",
      "community": 245,
      "norm_label": "fuse.js",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_fuse_js",
      "community_name": "Community 245"
    },
    {
      "label": "mathjs",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L476",
      "_origin": "ast",
      "community": 245,
      "norm_label": "mathjs",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_mathjs",
      "community_name": "Community 245"
    },
    {
      "label": "run-applescript",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L477",
      "_origin": "ast",
      "community": 245,
      "norm_label": "run-applescript",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_run_applescript",
      "community_name": "Community 245"
    },
    {
      "label": "svgo",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L478",
      "_origin": "ast",
      "community": 245,
      "norm_label": "svgo",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_svgo",
      "community_name": "Community 245"
    },
    {
      "label": "tar",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L479",
      "_origin": "ast",
      "community": 245,
      "norm_label": "tar",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_tar",
      "community_name": "Community 245"
    },
    {
      "label": "devDependencies",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L481",
      "_origin": "ast",
      "community": 245,
      "norm_label": "devdependencies",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "community_name": "Community 245"
    },
    {
      "label": "@types/node",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L482",
      "_origin": "ast",
      "community": 245,
      "norm_label": "@types/node",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_types_node",
      "community_name": "Community 245"
    },
    {
      "label": "@types/react",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L483",
      "_origin": "ast",
      "community": 245,
      "norm_label": "@types/react",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_types_react",
      "community_name": "Community 245"
    },
    {
      "label": "@types/tar",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L484",
      "_origin": "ast",
      "community": 245,
      "norm_label": "@types/tar",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_types_tar",
      "community_name": "Community 245"
    },
    {
      "label": "@typescript-eslint/eslint-plugin",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L485",
      "_origin": "ast",
      "community": 245,
      "norm_label": "@typescript-eslint/eslint-plugin",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_typescript_eslint_eslint_plugin",
      "community_name": "Community 245"
    },
    {
      "label": "@typescript-eslint/parser",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L486",
      "_origin": "ast",
      "community": 245,
      "norm_label": "@typescript-eslint/parser",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_typescript_eslint_parser",
      "community_name": "Community 245"
    },
    {
      "label": "eslint",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L487",
      "_origin": "ast",
      "community": 245,
      "norm_label": "eslint",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_eslint",
      "community_name": "Community 245"
    },
    {
      "label": "eslint-config-prettier",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L488",
      "_origin": "ast",
      "community": 245,
      "norm_label": "eslint-config-prettier",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_eslint_config_prettier",
      "community_name": "Community 245"
    },
    {
      "label": "prettier",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L489",
      "_origin": "ast",
      "community": 245,
      "norm_label": "prettier",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_prettier",
      "community_name": "Community 245"
    },
    {
      "label": "typescript",
      "file_type": "code",
      "source_file": "raycast/package.json",
      "source_location": "L490",
      "_origin": "ast",
      "community": 245,
      "norm_label": "typescript",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_typescript",
      "community_name": "Community 245"
    },
    {
      "label": "raycast-env.d.ts",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 493,
      "norm_label": "raycast-env.d.ts",
      "id": "raycast_raycast_env_d",
      "community_name": "Community 493"
    },
    {
      "label": "ExtensionPreferences",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 493,
      "norm_label": "extensionpreferences",
      "id": "raycast_raycast_env_d_extensionpreferences",
      "community_name": "Community 493"
    },
    {
      "label": "Preferences",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 493,
      "norm_label": "preferences",
      "id": "raycast_raycast_env_d_preferences",
      "community_name": "Community 493"
    },
    {
      "label": "Commander",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 493,
      "norm_label": "commander",
      "id": "raycast_raycast_env_d_commander",
      "community_name": "Community 493"
    },
    {
      "label": "CommanderOpenNewFinderWindow",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 493,
      "norm_label": "commanderopennewfinderwindow",
      "id": "raycast_raycast_env_d_commanderopennewfinderwindow",
      "community_name": "Community 493"
    },
    {
      "label": "CommanderTrim",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 493,
      "norm_label": "commandertrim",
      "id": "raycast_raycast_env_d_commandertrim",
      "community_name": "Community 493"
    },
    {
      "label": "CommanderMp4ToMp3",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 493,
      "norm_label": "commandermp4tomp3",
      "id": "raycast_raycast_env_d_commandermp4tomp3",
      "community_name": "Community 493"
    },
    {
      "label": "CommanderConvert",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 493,
      "norm_label": "commanderconvert",
      "id": "raycast_raycast_env_d_commanderconvert",
      "community_name": "Community 493"
    },
    {
      "label": "CommanderRegexTrim",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L93",
      "_origin": "ast",
      "community": 493,
      "norm_label": "commanderregextrim",
      "id": "raycast_raycast_env_d_commanderregextrim",
      "community_name": "Community 493"
    },
    {
      "label": "CommanderRegexToReplacementConverter",
      "file_type": "code",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 493,
      "norm_label": "commanderregextoreplacementconverter",
      "id": "raycast_raycast_env_d_commanderregextoreplacementconverter",
      "community_name": "Community 493"
    },
    {
      "label": "apply-filter.tsx",
      "file_type": "code",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 442,
      "norm_label": "apply-filter.tsx",
      "id": "raycast_src_apply_filter",
      "community_name": "Community 442"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 442,
      "norm_label": "command()",
      "id": "raycast_src_apply_filter_command",
      "community_name": "Community 442"
    },
    {
      "label": "commanderTrim.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "commandertrim.tsx",
      "id": "raycast_src_commandertrim",
      "community_name": "Community 266"
    },
    {
      "label": "formats",
      "file_type": "code",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 266,
      "norm_label": "formats",
      "id": "raycast_src_commandertrim_formats",
      "community_name": "Community 266"
    },
    {
      "label": "convertFormats",
      "file_type": "code",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 266,
      "norm_label": "convertformats",
      "id": "raycast_src_commandertrim_convertformats",
      "community_name": "Community 266"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 266,
      "norm_label": "command()",
      "id": "raycast_src_commandertrim_command",
      "community_name": "Community 266"
    },
    {
      "label": "commanderConvert.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "commanderconvert.tsx",
      "id": "raycast_src_commanderconvert",
      "community_name": "Community 266"
    },
    {
      "label": "formats",
      "file_type": "code",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 266,
      "norm_label": "formats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_formats",
      "community_name": "Community 266"
    },
    {
      "label": "convertFormats",
      "file_type": "code",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 266,
      "norm_label": "convertformats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_convertformats",
      "community_name": "Community 266"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 266,
      "norm_label": "command()",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_command",
      "community_name": "Community 266"
    },
    {
      "label": "commanderMp4ToMp3.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "commandermp4tomp3.tsx",
      "id": "raycast_src_commandermp4tomp3",
      "community_name": "Community 266"
    },
    {
      "label": "formats",
      "file_type": "code",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 266,
      "norm_label": "formats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_formats",
      "community_name": "Community 266"
    },
    {
      "label": "convertFormats",
      "file_type": "code",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 266,
      "norm_label": "convertformats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_convertformats",
      "community_name": "Community 266"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 266,
      "norm_label": "command()",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_command",
      "community_name": "Community 266"
    },
    {
      "label": "commanderOpenNewFinderWindow.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "commanderopennewfinderwindow.tsx",
      "id": "raycast_src_commanderopennewfinderwindow",
      "community_name": "Community 266"
    },
    {
      "label": "formats",
      "file_type": "code",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 266,
      "norm_label": "formats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_formats",
      "community_name": "Community 266"
    },
    {
      "label": "convertFormats",
      "file_type": "code",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 266,
      "norm_label": "convertformats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_convertformats",
      "community_name": "Community 266"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 266,
      "norm_label": "command()",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_command",
      "community_name": "Community 266"
    },
    {
      "label": "commanderRegexToReplacementConverter.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "commanderregextoreplacementconverter.tsx",
      "id": "raycast_src_commanderregextoreplacementconverter",
      "community_name": "Community 266"
    },
    {
      "label": "formats",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 266,
      "norm_label": "formats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_formats",
      "community_name": "Community 266"
    },
    {
      "label": "convertFormats",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 266,
      "norm_label": "convertformats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_convertformats",
      "community_name": "Community 266"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 266,
      "norm_label": "command()",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_command",
      "community_name": "Community 266"
    },
    {
      "label": "commanderRegexTrim.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "commanderregextrim.tsx",
      "id": "raycast_src_commanderregextrim",
      "community_name": "Community 266"
    },
    {
      "label": "formats",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 266,
      "norm_label": "formats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_formats",
      "community_name": "Community 266"
    },
    {
      "label": "convertFormats",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 266,
      "norm_label": "convertformats",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_convertformats",
      "community_name": "Community 266"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 266,
      "norm_label": "command()",
      "id": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_command",
      "community_name": "Community 266"
    },
    {
      "label": "openNewFinderWindow.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commands/openNewFinderWindow.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "opennewfinderwindow.tsx",
      "id": "raycast_src_commands_opennewfinderwindow",
      "community_name": "Community 266"
    },
    {
      "label": "openNewFinderWindow()",
      "file_type": "code",
      "source_file": "raycast/src/commands/openNewFinderWindow.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 266,
      "norm_label": "opennewfinderwindow()",
      "id": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow",
      "community_name": "Community 266"
    },
    {
      "label": "regexToReplacementConverter.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commands/regexToReplacementConverter.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "regextoreplacementconverter.tsx",
      "id": "raycast_src_commands_regextoreplacementconverter",
      "community_name": "Community 266"
    },
    {
      "label": "regexToReplacementConverter()",
      "file_type": "code",
      "source_file": "raycast/src/commands/regexToReplacementConverter.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 266,
      "norm_label": "regextoreplacementconverter()",
      "id": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter",
      "community_name": "Community 266"
    },
    {
      "label": "regexTrim.tsx",
      "file_type": "code",
      "source_file": "raycast/src/commands/regexTrim.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "regextrim.tsx",
      "id": "raycast_src_commands_regextrim",
      "community_name": "Community 266"
    },
    {
      "label": "regexTrim()",
      "file_type": "code",
      "source_file": "raycast/src/commands/regexTrim.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 266,
      "norm_label": "regextrim()",
      "id": "raycast_src_commands_regextrim_regextrim",
      "community_name": "Community 266"
    },
    {
      "label": "ImageGeneratorActionPanel.tsx",
      "file_type": "code",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "imagegeneratoractionpanel.tsx",
      "id": "raycast_src_components_imagegeneratoractionpanel",
      "community_name": "Community 288"
    },
    {
      "label": "ImageGeneratorActionPanel()",
      "file_type": "code",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 288,
      "norm_label": "imagegeneratoractionpanel()",
      "id": "raycast_src_components_imagegeneratoractionpanel_imagegeneratoractionpanel",
      "community_name": "Community 288"
    },
    {
      "label": "ImagePatternGrid.tsx",
      "file_type": "code",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 379,
      "norm_label": "imagepatterngrid.tsx",
      "id": "raycast_src_components_imagepatterngrid",
      "community_name": "Community 379"
    },
    {
      "label": "ImagePatternGrid()",
      "file_type": "code",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 379,
      "norm_label": "imagepatterngrid()",
      "id": "raycast_src_components_imagepatterngrid_imagepatterngrid",
      "community_name": "Community 379"
    },
    {
      "label": "SizeSelectionActionPanel.tsx",
      "file_type": "code",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 379,
      "norm_label": "sizeselectionactionpanel.tsx",
      "id": "raycast_src_components_sizeselectionactionpanel",
      "community_name": "Community 379"
    },
    {
      "label": "SizeSelectionActionPanel()",
      "file_type": "code",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 379,
      "norm_label": "sizeselectionactionpanel()",
      "id": "raycast_src_components_sizeselectionactionpanel_sizeselectionactionpanel",
      "community_name": "Community 379"
    },
    {
      "label": "convert.tsx",
      "file_type": "code",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 425,
      "norm_label": "convert.tsx",
      "id": "raycast_src_convert",
      "community_name": "Community 425"
    },
    {
      "label": "FORMATS",
      "file_type": "code",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 425,
      "norm_label": "formats",
      "id": "raycast_src_convert_formats",
      "community_name": "Community 425"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 425,
      "norm_label": "command()",
      "id": "raycast_src_convert_command",
      "community_name": "Community 425"
    },
    {
      "label": "create-image.tsx",
      "file_type": "code",
      "source_file": "raycast/src/create-image.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 379,
      "norm_label": "create-image.tsx",
      "id": "raycast_src_create_image",
      "community_name": "Community 379"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/create-image.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 379,
      "norm_label": "command()",
      "id": "raycast_src_create_image_command",
      "community_name": "Community 379"
    },
    {
      "label": "flip-horizontally.ts",
      "file_type": "code",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "flip-horizontally.ts",
      "id": "raycast_src_flip_horizontally",
      "community_name": "Community 288"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 288,
      "norm_label": "command()",
      "id": "raycast_src_flip_horizontally_command",
      "community_name": "Community 288"
    },
    {
      "label": "flip-vertically.ts",
      "file_type": "code",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "flip-vertically.ts",
      "id": "raycast_src_flip_vertically",
      "community_name": "Community 288"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 288,
      "norm_label": "command()",
      "id": "raycast_src_flip_vertically_command",
      "community_name": "Community 288"
    },
    {
      "label": "anyOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "anyoperation.ts",
      "id": "raycast_src_operations_anyoperation",
      "community_name": "Community 266"
    },
    {
      "label": "any()",
      "file_type": "code",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 425,
      "norm_label": "any()",
      "id": "raycast_src_operations_anyoperation_any",
      "community_name": "Community 425"
    },
    {
      "label": "convertOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 425,
      "norm_label": "convertoperation.ts",
      "id": "raycast_src_operations_convertoperation",
      "community_name": "Community 425"
    },
    {
      "label": "convert()",
      "file_type": "code",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 425,
      "norm_label": "convert()",
      "id": "raycast_src_operations_convertoperation_convert",
      "community_name": "Community 425"
    },
    {
      "label": "filterOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 442,
      "norm_label": "filteroperation.ts",
      "id": "raycast_src_operations_filteroperation",
      "community_name": "Community 442"
    },
    {
      "label": "applyFilter()",
      "file_type": "code",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 442,
      "norm_label": "applyfilter()",
      "id": "raycast_src_operations_filteroperation_applyfilter",
      "community_name": "Community 442"
    },
    {
      "label": "flipOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "flipoperation.ts",
      "id": "raycast_src_operations_flipoperation",
      "community_name": "Community 306"
    },
    {
      "label": "flip()",
      "file_type": "code",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 306,
      "norm_label": "flip()",
      "id": "raycast_src_operations_flipoperation_flip",
      "community_name": "Community 306"
    },
    {
      "label": "optimizeOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 474,
      "norm_label": "optimizeoperation.ts",
      "id": "raycast_src_operations_optimizeoperation",
      "community_name": "Community 474"
    },
    {
      "label": "optimizeJPEG()",
      "file_type": "code",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 474,
      "norm_label": "optimizejpeg()",
      "id": "raycast_src_operations_optimizeoperation_optimizejpeg",
      "community_name": "Community 474"
    },
    {
      "label": "optimizeWEBP()",
      "file_type": "code",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 474,
      "norm_label": "optimizewebp()",
      "id": "raycast_src_operations_optimizeoperation_optimizewebp",
      "community_name": "Community 474"
    },
    {
      "label": "optimizeSVG()",
      "file_type": "code",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 474,
      "norm_label": "optimizesvg()",
      "id": "raycast_src_operations_optimizeoperation_optimizesvg",
      "community_name": "Community 474"
    },
    {
      "label": "optimize()",
      "file_type": "code",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L135",
      "_origin": "ast",
      "community": 474,
      "norm_label": "optimize()",
      "id": "raycast_src_operations_optimizeoperation_optimize",
      "community_name": "Community 474"
    },
    {
      "label": "padOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "padoperation.ts",
      "id": "raycast_src_operations_padoperation",
      "community_name": "Community 306"
    },
    {
      "label": "pad()",
      "file_type": "code",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 306,
      "norm_label": "pad()",
      "id": "raycast_src_operations_padoperation_pad",
      "community_name": "Community 306"
    },
    {
      "label": "resizeOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "resizeoperation.ts",
      "id": "raycast_src_operations_resizeoperation",
      "community_name": "Community 306"
    },
    {
      "label": "resize()",
      "file_type": "code",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 306,
      "norm_label": "resize()",
      "id": "raycast_src_operations_resizeoperation_resize",
      "community_name": "Community 306"
    },
    {
      "label": "rotateOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "rotateoperation.ts",
      "id": "raycast_src_operations_rotateoperation",
      "community_name": "Community 306"
    },
    {
      "label": "rotate()",
      "file_type": "code",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 306,
      "norm_label": "rotate()",
      "id": "raycast_src_operations_rotateoperation_rotate",
      "community_name": "Community 306"
    },
    {
      "label": "runOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "runoperation.ts",
      "id": "raycast_src_operations_runoperation",
      "community_name": "Community 288"
    },
    {
      "label": "runOperation()",
      "file_type": "code",
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 288,
      "norm_label": "runoperation()",
      "id": "raycast_src_operations_runoperation_runoperation",
      "community_name": "Community 288"
    },
    {
      "label": "scaleOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "scaleoperation.ts",
      "id": "raycast_src_operations_scaleoperation",
      "community_name": "Community 306"
    },
    {
      "label": "scale()",
      "file_type": "code",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 306,
      "norm_label": "scale()",
      "id": "raycast_src_operations_scaleoperation_scale",
      "community_name": "Community 306"
    },
    {
      "label": "stripEXIFOperation.ts",
      "file_type": "code",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "stripexifoperation.ts",
      "id": "raycast_src_operations_stripexifoperation",
      "community_name": "Community 306"
    },
    {
      "label": "stripEXIF()",
      "file_type": "code",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 306,
      "norm_label": "stripexif()",
      "id": "raycast_src_operations_stripexifoperation_stripexif",
      "community_name": "Community 306"
    },
    {
      "label": "optimize.ts",
      "file_type": "code",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 474,
      "norm_label": "optimize.ts",
      "id": "raycast_src_optimize",
      "community_name": "Community 474"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 474,
      "norm_label": "command()",
      "id": "raycast_src_optimize_command",
      "community_name": "Community 474"
    },
    {
      "label": "pad.ts",
      "file_type": "code",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "pad.ts",
      "id": "raycast_src_pad",
      "community_name": "Community 288"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 288,
      "norm_label": "command()",
      "id": "raycast_src_pad_command",
      "community_name": "Community 288"
    },
    {
      "label": "resize.ts",
      "file_type": "code",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "resize.ts",
      "id": "raycast_src_resize",
      "community_name": "Community 288"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 288,
      "norm_label": "command()",
      "id": "raycast_src_resize_command",
      "community_name": "Community 288"
    },
    {
      "label": "rotate.ts",
      "file_type": "code",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "rotate.ts",
      "id": "raycast_src_rotate",
      "community_name": "Community 288"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 288,
      "norm_label": "command()",
      "id": "raycast_src_rotate_command",
      "community_name": "Community 288"
    },
    {
      "label": "scale.ts",
      "file_type": "code",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "scale.ts",
      "id": "raycast_src_scale",
      "community_name": "Community 288"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 288,
      "norm_label": "command()",
      "id": "raycast_src_scale_command",
      "community_name": "Community 288"
    },
    {
      "label": "strip-exif.ts",
      "file_type": "code",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "strip-exif.ts",
      "id": "raycast_src_strip_exif",
      "community_name": "Community 288"
    },
    {
      "label": "installExifTool()",
      "file_type": "code",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 288,
      "norm_label": "installexiftool()",
      "id": "raycast_src_strip_exif_installexiftool",
      "community_name": "Community 288"
    },
    {
      "label": "setExifToolLocation()",
      "file_type": "code",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 288,
      "norm_label": "setexiftoollocation()",
      "id": "raycast_src_strip_exif_setexiftoollocation",
      "community_name": "Community 288"
    },
    {
      "label": "getExifToolLocation()",
      "file_type": "code",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L100",
      "_origin": "ast",
      "community": 288,
      "norm_label": "getexiftoollocation()",
      "id": "raycast_src_strip_exif_getexiftoollocation",
      "community_name": "Community 288"
    },
    {
      "label": "Command()",
      "file_type": "code",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 288,
      "norm_label": "command()",
      "id": "raycast_src_strip_exif_command",
      "community_name": "Community 288"
    },
    {
      "label": "clipboard.ts",
      "file_type": "code",
      "source_file": "raycast/src/utilities/clipboard.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "clipboard.ts",
      "id": "raycast_src_utilities_clipboard",
      "community_name": "Community 306"
    },
    {
      "label": "getClipboardImages()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/clipboard.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getclipboardimages()",
      "id": "raycast_src_utilities_clipboard_getclipboardimages",
      "community_name": "Community 306"
    },
    {
      "label": "getClipboardFiles()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/clipboard.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getclipboardfiles()",
      "id": "raycast_src_utilities_clipboard_getclipboardfiles",
      "community_name": "Community 306"
    },
    {
      "label": "copyImagesAtPathsToClipboard()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/clipboard.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 306,
      "norm_label": "copyimagesatpathstoclipboard()",
      "id": "raycast_src_utilities_clipboard_copyimagesatpathstoclipboard",
      "community_name": "Community 306"
    },
    {
      "label": "enums.ts",
      "file_type": "code",
      "source_file": "raycast/src/utilities/enums.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 288,
      "norm_label": "enums.ts",
      "id": "raycast_src_utilities_enums",
      "community_name": "Community 288"
    },
    {
      "label": "Direction",
      "file_type": "code",
      "source_file": "raycast/src/utilities/enums.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 288,
      "norm_label": "direction",
      "id": "raycast_src_utilities_enums_direction",
      "community_name": "Community 288"
    },
    {
      "label": "ImageResultHandling",
      "file_type": "code",
      "source_file": "raycast/src/utilities/enums.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 425,
      "norm_label": "imageresulthandling",
      "id": "raycast_src_utilities_enums_imageresulthandling",
      "community_name": "Community 425"
    },
    {
      "label": "ExifToolLocation",
      "file_type": "code",
      "source_file": "raycast/src/utilities/enums.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 288,
      "norm_label": "exiftoollocation",
      "id": "raycast_src_utilities_enums_exiftoollocation",
      "community_name": "Community 288"
    },
    {
      "label": "filters.ts",
      "file_type": "code",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 442,
      "norm_label": "filters.ts",
      "id": "raycast_src_utilities_filters",
      "community_name": "Community 442"
    },
    {
      "label": "initializeFilterScript()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 442,
      "norm_label": "initializefilterscript()",
      "id": "raycast_src_utilities_filters_initializefilterscript",
      "community_name": "Community 442"
    },
    {
      "label": "getFilterThumbnail()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L88",
      "_origin": "ast",
      "community": 442,
      "norm_label": "getfilterthumbnail()",
      "id": "raycast_src_utilities_filters_getfilterthumbnail",
      "community_name": "Community 442"
    },
    {
      "label": "applyBasicFilter()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 442,
      "norm_label": "applybasicfilter()",
      "id": "raycast_src_utilities_filters_applybasicfilter",
      "community_name": "Community 442"
    },
    {
      "label": "filters",
      "file_type": "code",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L136",
      "_origin": "ast",
      "community": 442,
      "norm_label": "filters",
      "id": "raycast_src_utilities_filters_filters",
      "community_name": "Community 442"
    },
    {
      "label": "generators.ts",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 379,
      "norm_label": "generators.ts",
      "id": "raycast_src_utilities_generators",
      "community_name": "Community 379"
    },
    {
      "label": "standardDimensions",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 379,
      "norm_label": "standarddimensions",
      "id": "raycast_src_utilities_generators_standarddimensions",
      "community_name": "Community 379"
    },
    {
      "label": "generatePlaceholder()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 379,
      "norm_label": "generateplaceholder()",
      "id": "raycast_src_utilities_generators_generateplaceholder",
      "community_name": "Community 379"
    },
    {
      "label": "generatePreview()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 379,
      "norm_label": "generatepreview()",
      "id": "raycast_src_utilities_generators_generatepreview",
      "community_name": "Community 379"
    },
    {
      "label": "generate()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 379,
      "norm_label": "generate()",
      "id": "raycast_src_utilities_generators_generate",
      "community_name": "Community 379"
    },
    {
      "label": "generators",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L155",
      "_origin": "ast",
      "community": 379,
      "norm_label": "generators",
      "id": "raycast_src_utilities_generators_generators",
      "community_name": "Community 379"
    },
    {
      "label": "getCheckerboardOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L214",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getcheckerboardoptions()",
      "id": "raycast_src_utilities_generators_getcheckerboardoptions",
      "community_name": "Community 379"
    },
    {
      "label": "getStripeOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L267",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getstripeoptions()",
      "id": "raycast_src_utilities_generators_getstripeoptions",
      "community_name": "Community 379"
    },
    {
      "label": "getSolidColorOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L320",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getsolidcoloroptions()",
      "id": "raycast_src_utilities_generators_getsolidcoloroptions",
      "community_name": "Community 379"
    },
    {
      "label": "getLinearGradientOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L329",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getlineargradientoptions()",
      "id": "raycast_src_utilities_generators_getlineargradientoptions",
      "community_name": "Community 379"
    },
    {
      "label": "getRadialGradientOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L387",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getradialgradientoptions()",
      "id": "raycast_src_utilities_generators_getradialgradientoptions",
      "community_name": "Community 379"
    },
    {
      "label": "getStarShineOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L450",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getstarshineoptions()",
      "id": "raycast_src_utilities_generators_getstarshineoptions",
      "community_name": "Community 379"
    },
    {
      "label": "getLenticularHaloOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L468",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getlenticularhalooptions()",
      "id": "raycast_src_utilities_generators_getlenticularhalooptions",
      "community_name": "Community 379"
    },
    {
      "label": "getSunbeamsOptions()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L486",
      "_origin": "ast",
      "community": 379,
      "norm_label": "getsunbeamsoptions()",
      "id": "raycast_src_utilities_generators_getsunbeamsoptions",
      "community_name": "Community 379"
    },
    {
      "label": "preferences.ts",
      "file_type": "code",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 266,
      "norm_label": "preferences.ts",
      "id": "raycast_src_utilities_preferences",
      "community_name": "Community 266"
    },
    {
      "label": "ExtensionPreferences",
      "file_type": "code",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 266,
      "norm_label": "extensionpreferences",
      "id": "raycast_src_utilities_preferences_extensionpreferences",
      "community_name": "Community 266"
    },
    {
      "label": "ConvertPreferences",
      "file_type": "code",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 266,
      "norm_label": "convertpreferences",
      "id": "raycast_src_utilities_preferences_convertpreferences",
      "community_name": "Community 266"
    },
    {
      "label": "RotatePreferences",
      "file_type": "code",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 288,
      "norm_label": "rotatepreferences",
      "id": "raycast_src_utilities_preferences_rotatepreferences",
      "community_name": "Community 288"
    },
    {
      "label": "PadPreferences",
      "file_type": "code",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L72",
      "_origin": "ast",
      "community": 288,
      "norm_label": "padpreferences",
      "id": "raycast_src_utilities_preferences_padpreferences",
      "community_name": "Community 288"
    },
    {
      "label": "types.ts",
      "file_type": "code",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 442,
      "norm_label": "types.ts",
      "id": "raycast_src_utilities_types",
      "community_name": "Community 442"
    },
    {
      "label": "Filter",
      "file_type": "code",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 442,
      "norm_label": "filter",
      "id": "raycast_src_utilities_types_filter",
      "community_name": "Community 442"
    },
    {
      "label": "Generator",
      "file_type": "code",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 288,
      "norm_label": "generator",
      "id": "raycast_src_utilities_types_generator",
      "community_name": "Community 288"
    },
    {
      "label": "GeneratorKey",
      "file_type": "code",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 442,
      "norm_label": "generatorkey",
      "id": "raycast_src_utilities_types_generatorkey",
      "community_name": "Community 442"
    },
    {
      "label": "GeneratorOptions",
      "file_type": "code",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L100",
      "_origin": "ast",
      "community": 442,
      "norm_label": "generatoroptions",
      "id": "raycast_src_utilities_types_generatoroptions",
      "community_name": "Community 442"
    },
    {
      "label": "utils.ts",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 306,
      "norm_label": "utils.ts",
      "id": "raycast_src_utilities_utils",
      "community_name": "Community 306"
    },
    {
      "label": "getSelectedFinderImages()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 288,
      "norm_label": "getselectedfinderimages()",
      "id": "raycast_src_utilities_utils_getselectedfinderimages",
      "community_name": "Community 288"
    },
    {
      "label": "getSelectedFinderFiles()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getselectedfinderfiles()",
      "id": "raycast_src_utilities_utils_getselectedfinderfiles",
      "community_name": "Community 306"
    },
    {
      "label": "getSelectedPathFinderImages()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L136",
      "_origin": "ast",
      "community": 288,
      "norm_label": "getselectedpathfinderimages()",
      "id": "raycast_src_utilities_utils_getselectedpathfinderimages",
      "community_name": "Community 288"
    },
    {
      "label": "getSelectedPathFinderFiles()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L193",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getselectedpathfinderfiles()",
      "id": "raycast_src_utilities_utils_getselectedpathfinderfiles",
      "community_name": "Community 306"
    },
    {
      "label": "cleanup()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L231",
      "_origin": "ast",
      "community": 288,
      "norm_label": "cleanup()",
      "id": "raycast_src_utilities_utils_cleanup",
      "community_name": "Community 288"
    },
    {
      "label": "getSelectedImages()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L248",
      "_origin": "ast",
      "community": 288,
      "norm_label": "getselectedimages()",
      "id": "raycast_src_utilities_utils_getselectedimages",
      "community_name": "Community 288"
    },
    {
      "label": "getSelectedFiles()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L319",
      "_origin": "ast",
      "community": 266,
      "norm_label": "getselectedfiles()",
      "id": "raycast_src_utilities_utils_getselectedfiles",
      "community_name": "Community 266"
    },
    {
      "label": "moveImageResultsToFinalDestination()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L408",
      "_origin": "ast",
      "community": 306,
      "norm_label": "moveimageresultstofinaldestination()",
      "id": "raycast_src_utilities_utils_moveimageresultstofinaldestination",
      "community_name": "Community 306"
    },
    {
      "label": "execSIPSCommandOnWebP()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L428",
      "_origin": "ast",
      "community": 306,
      "norm_label": "execsipscommandonwebp()",
      "id": "raycast_src_utilities_utils_execsipscommandonwebp",
      "community_name": "Community 306"
    },
    {
      "label": "execSIPSCommandOnSVG()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L494",
      "_origin": "ast",
      "community": 306,
      "norm_label": "execsipscommandonsvg()",
      "id": "raycast_src_utilities_utils_execsipscommandonsvg",
      "community_name": "Community 306"
    },
    {
      "label": "convertSVG()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L534",
      "_origin": "ast",
      "community": 425,
      "norm_label": "convertsvg()",
      "id": "raycast_src_utilities_utils_convertsvg",
      "community_name": "Community 425"
    },
    {
      "label": "convertPDF()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L561",
      "_origin": "ast",
      "community": 425,
      "norm_label": "convertpdf()",
      "id": "raycast_src_utilities_utils_convertpdf",
      "community_name": "Community 425"
    },
    {
      "label": "rotatePDF()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L647",
      "_origin": "ast",
      "community": 306,
      "norm_label": "rotatepdf()",
      "id": "raycast_src_utilities_utils_rotatepdf",
      "community_name": "Community 306"
    },
    {
      "label": "flipPDF()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L697",
      "_origin": "ast",
      "community": 306,
      "norm_label": "flippdf()",
      "id": "raycast_src_utilities_utils_flippdf",
      "community_name": "Community 306"
    },
    {
      "label": "getImageDestination()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L768",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getimagedestination()",
      "id": "raycast_src_utilities_utils_getimagedestination",
      "community_name": "Community 306"
    },
    {
      "label": "openPathsInPreview()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L796",
      "_origin": "ast",
      "community": 306,
      "norm_label": "openpathsinpreview()",
      "id": "raycast_src_utilities_utils_openpathsinpreview",
      "community_name": "Community 306"
    },
    {
      "label": "deleteFiles()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L868",
      "_origin": "ast",
      "community": 306,
      "norm_label": "deletefiles()",
      "id": "raycast_src_utilities_utils_deletefiles",
      "community_name": "Community 306"
    },
    {
      "label": "getMenubarOwningApplication()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L880",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getmenubarowningapplication()",
      "id": "raycast_src_utilities_utils_getmenubarowningapplication",
      "community_name": "Community 306"
    },
    {
      "label": "getCurrentDirectory()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L906",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getcurrentdirectory()",
      "id": "raycast_src_utilities_utils_getcurrentdirectory",
      "community_name": "Community 306"
    },
    {
      "label": "getDestinationPaths()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L948",
      "_origin": "ast",
      "community": 306,
      "norm_label": "getdestinationpaths()",
      "id": "raycast_src_utilities_utils_getdestinationpaths",
      "community_name": "Community 306"
    },
    {
      "label": "showErrorToast()",
      "file_type": "code",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L994",
      "_origin": "ast",
      "community": 288,
      "norm_label": "showerrortoast()",
      "id": "raycast_src_utilities_utils_showerrortoast",
      "community_name": "Community 288"
    },
    {
      "label": "tsconfig.json",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 428,
      "norm_label": "tsconfig.json",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_json",
      "community_name": "Community 428"
    },
    {
      "label": "$schema",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 428,
      "norm_label": "$schema",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_schema",
      "community_name": "Community 428"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 428,
      "norm_label": "display",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_display",
      "community_name": "Community 428"
    },
    {
      "label": "include",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 428,
      "norm_label": "include",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_include",
      "community_name": "Community 428"
    },
    {
      "label": "compilerOptions",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 428,
      "norm_label": "compileroptions",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "community_name": "Community 428"
    },
    {
      "label": "lib",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 428,
      "norm_label": "lib",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_lib",
      "community_name": "Community 428"
    },
    {
      "label": "module",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 428,
      "norm_label": "module",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_module",
      "community_name": "Community 428"
    },
    {
      "label": "target",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 428,
      "norm_label": "target",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_target",
      "community_name": "Community 428"
    },
    {
      "label": "strict",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 428,
      "norm_label": "strict",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_strict",
      "community_name": "Community 428"
    },
    {
      "label": "isolatedModules",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 428,
      "norm_label": "isolatedmodules",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_isolatedmodules",
      "community_name": "Community 428"
    },
    {
      "label": "esModuleInterop",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 428,
      "norm_label": "esmoduleinterop",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_esmoduleinterop",
      "community_name": "Community 428"
    },
    {
      "label": "skipLibCheck",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 428,
      "norm_label": "skiplibcheck",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_skiplibcheck",
      "community_name": "Community 428"
    },
    {
      "label": "forceConsistentCasingInFileNames",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 428,
      "norm_label": "forceconsistentcasinginfilenames",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_forceconsistentcasinginfilenames",
      "community_name": "Community 428"
    },
    {
      "label": "jsx",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 428,
      "norm_label": "jsx",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_jsx",
      "community_name": "Community 428"
    },
    {
      "label": "resolveJsonModule",
      "file_type": "code",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L15",
      "_origin": "ast",
      "community": 428,
      "norm_label": "resolvejsonmodule",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_resolvejsonmodule",
      "community_name": "Community 428"
    },
    {
      "label": ".ds-entry.tsx",
      "file_type": "code",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": ".ds-entry.tsx",
      "id": "remix_ds_entry",
      "community_name": "Community 197"
    },
    {
      "label": ".eslintrc.json",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 448,
      "norm_label": ".eslintrc.json",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_json",
      "community_name": "Community 448"
    },
    {
      "label": "root",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 448,
      "norm_label": "root",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_root",
      "community_name": "Community 448"
    },
    {
      "label": "extends",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 448,
      "norm_label": "extends",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_extends",
      "community_name": "Community 448"
    },
    {
      "label": "rules",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 448,
      "norm_label": "rules",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "community_name": "Community 448"
    },
    {
      "label": "@typescript-eslint/no-extra-semi",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 448,
      "norm_label": "@typescript-eslint/no-extra-semi",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_extra_semi",
      "community_name": "Community 448"
    },
    {
      "label": "@typescript-eslint/no-use-before-define",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 448,
      "norm_label": "@typescript-eslint/no-use-before-define",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_use_before_define",
      "community_name": "Community 448"
    },
    {
      "label": "@typescript-eslint/no-unused-expressions",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 448,
      "norm_label": "@typescript-eslint/no-unused-expressions",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_unused_expressions",
      "community_name": "Community 448"
    },
    {
      "label": "@typescript-eslint/no-unused-vars",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 448,
      "norm_label": "@typescript-eslint/no-unused-vars",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_unused_vars",
      "community_name": "Community 448"
    },
    {
      "label": "import/no-duplicates",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 448,
      "norm_label": "import/no-duplicates",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_import_no_duplicates",
      "community_name": "Community 448"
    },
    {
      "label": "no-eval",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 448,
      "norm_label": "no-eval",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_no_eval",
      "community_name": "Community 448"
    },
    {
      "label": "no-unused-vars",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 448,
      "norm_label": "no-unused-vars",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_no_unused_vars",
      "community_name": "Community 448"
    },
    {
      "label": "unused-imports/no-unused-imports",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 448,
      "norm_label": "unused-imports/no-unused-imports",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_unused_imports_no_unused_imports",
      "community_name": "Community 448"
    },
    {
      "label": "unused-imports/no-unused-vars",
      "file_type": "code",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 448,
      "norm_label": "unused-imports/no-unused-vars",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_unused_imports_no_unused_vars",
      "community_name": "Community 448"
    },
    {
      "label": ".prettierrc.js",
      "file_type": "code",
      "source_file": "remix/.prettierrc.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 1029,
      "norm_label": ".prettierrc.js",
      "id": "remix_prettierrc",
      "community_name": "Community 1029"
    },
    {
      "label": "app.env.d.ts",
      "file_type": "code",
      "source_file": "remix/app.env.d.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 668,
      "norm_label": "app.env.d.ts",
      "id": "remix_app_env_d",
      "community_name": "Community 668"
    },
    {
      "label": "Window",
      "file_type": "code",
      "source_file": "remix/app.env.d.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 668,
      "norm_label": "window",
      "id": "remix_app_env_d_window",
      "community_name": "Community 668"
    },
    {
      "label": "ChakraWrapper.tsx",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/ChakraWrapper.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 395,
      "norm_label": "chakrawrapper.tsx",
      "id": "remix_app_providers_chakra_chakrawrapper",
      "community_name": "Community 395"
    },
    {
      "label": "ChakraWrapper()",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/ChakraWrapper.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 395,
      "norm_label": "chakrawrapper()",
      "id": "remix_app_providers_chakra_chakrawrapper_chakrawrapper",
      "community_name": "Community 395"
    },
    {
      "label": "Button.tsx",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/Components/Button.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 395,
      "norm_label": "button.tsx",
      "id": "remix_app_providers_chakra_components_button",
      "community_name": "Community 395"
    },
    {
      "label": "ChakraButton",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/Components/Button.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 395,
      "norm_label": "chakrabutton",
      "id": "remix_app_providers_chakra_components_button_chakrabutton",
      "community_name": "Community 395"
    },
    {
      "label": "colors.tsx",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 395,
      "norm_label": "colors.tsx",
      "id": "remix_app_providers_chakra_colors",
      "community_name": "Community 395"
    },
    {
      "label": "greys",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 395,
      "norm_label": "greys",
      "id": "remix_app_providers_chakra_colors_greys",
      "community_name": "Community 395"
    },
    {
      "label": "g",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 395,
      "norm_label": "g",
      "id": "remix_app_providers_chakra_colors_g",
      "community_name": "Community 395"
    },
    {
      "label": "chakrasDark",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 395,
      "norm_label": "chakrasdark",
      "id": "remix_app_providers_chakra_colors_chakrasdark",
      "community_name": "Community 395"
    },
    {
      "label": "chakrasLight",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 395,
      "norm_label": "chakraslight",
      "id": "remix_app_providers_chakra_colors_chakraslight",
      "community_name": "Community 395"
    },
    {
      "label": "chakras",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 395,
      "norm_label": "chakras",
      "id": "remix_app_providers_chakra_colors_chakras",
      "community_name": "Community 395"
    },
    {
      "label": "colors",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L70",
      "_origin": "ast",
      "community": 395,
      "norm_label": "colors",
      "id": "remix_app_providers_chakra_colors_colors",
      "community_name": "Community 395"
    },
    {
      "label": "addDark()",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L117",
      "_origin": "ast",
      "community": 395,
      "norm_label": "adddark()",
      "id": "remix_app_providers_chakra_colors_adddark",
      "community_name": "Community 395"
    },
    {
      "label": "createEmotionCache.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 427,
      "norm_label": "createemotioncache.ts",
      "id": "remix_app_providers_chakra_createemotioncache",
      "community_name": "Community 427"
    },
    {
      "label": "EmotionCacheFactory",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 427,
      "norm_label": "emotioncachefactory",
      "id": "remix_app_providers_chakra_createemotioncache_emotioncachefactory",
      "community_name": "Community 427"
    },
    {
      "label": "getExport()",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 427,
      "norm_label": "getexport()",
      "id": "remix_app_providers_chakra_createemotioncache_getexport",
      "community_name": "Community 427"
    },
    {
      "label": "resolveEmotionCacheFactory()",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 427,
      "norm_label": "resolveemotioncachefactory()",
      "id": "remix_app_providers_chakra_createemotioncache_resolveemotioncachefactory",
      "community_name": "Community 427"
    },
    {
      "label": "createEmotionCache()",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 427,
      "norm_label": "createemotioncache()",
      "id": "remix_app_providers_chakra_createemotioncache_createemotioncache",
      "community_name": "Community 427"
    },
    {
      "label": "defaultEmotionCache",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 427,
      "norm_label": "defaultemotioncache",
      "id": "remix_app_providers_chakra_createemotioncache_defaultemotioncache",
      "community_name": "Community 427"
    },
    {
      "label": "emotionContext.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 427,
      "norm_label": "emotioncontext.ts",
      "id": "remix_app_providers_chakra_emotioncontext",
      "community_name": "Community 427"
    },
    {
      "label": "EmotionStyleData",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 427,
      "norm_label": "emotionstyledata",
      "id": "remix_app_providers_chakra_emotioncontext_emotionstyledata",
      "community_name": "Community 427"
    },
    {
      "label": "ServerStyleContext",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 427,
      "norm_label": "serverstylecontext",
      "id": "remix_app_providers_chakra_emotioncontext_serverstylecontext",
      "community_name": "Community 427"
    },
    {
      "label": "ClientStyleContextData",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 427,
      "norm_label": "clientstylecontextdata",
      "id": "remix_app_providers_chakra_emotioncontext_clientstylecontextdata",
      "community_name": "Community 427"
    },
    {
      "label": "ClientStyleContext",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 427,
      "norm_label": "clientstylecontext",
      "id": "remix_app_providers_chakra_emotioncontext_clientstylecontext",
      "community_name": "Community 427"
    },
    {
      "label": "space.tsx",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/space.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 395,
      "norm_label": "space.tsx",
      "id": "remix_app_providers_chakra_space",
      "community_name": "Community 395"
    },
    {
      "label": "spaceObj",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/space.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 395,
      "norm_label": "spaceobj",
      "id": "remix_app_providers_chakra_space_spaceobj",
      "community_name": "Community 395"
    },
    {
      "label": "theme.tsx",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 395,
      "norm_label": "theme.tsx",
      "id": "remix_app_providers_chakra_theme",
      "community_name": "Community 395"
    },
    {
      "label": "theme",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 395,
      "norm_label": "theme",
      "id": "remix_app_providers_chakra_theme_theme",
      "community_name": "Community 395"
    },
    {
      "label": "ThingtimeDefaults.tsx",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimedefaults.tsx",
      "id": "remix_app_providers_thingtime_thingtimedefaults",
      "community_name": "Community 28"
    },
    {
      "label": "thingtimeMinimumValues",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimeminimumvalues",
      "id": "remix_app_providers_thingtime_thingtimedefaults_thingtimeminimumvalues",
      "community_name": "Community 28"
    },
    {
      "label": "thingtimeOverwriteAll",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L251",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimeoverwriteall",
      "id": "remix_app_providers_thingtime_thingtimedefaults_thingtimeoverwriteall",
      "community_name": "Community 28"
    },
    {
      "label": "thingtimeNewData",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L390",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimenewdata",
      "id": "remix_app_providers_thingtime_thingtimedefaults_thingtimenewdata",
      "community_name": "Community 28"
    },
    {
      "label": "versions",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L392",
      "_origin": "ast",
      "community": 28,
      "norm_label": "versions",
      "id": "remix_app_providers_thingtime_thingtimedefaults_versions",
      "community_name": "Community 28"
    },
    {
      "label": "mergedVersions",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L421",
      "_origin": "ast",
      "community": 28,
      "norm_label": "mergedversions",
      "id": "remix_app_providers_thingtime_thingtimedefaults_mergedversions",
      "community_name": "Community 28"
    },
    {
      "label": "defaultValues",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L425",
      "_origin": "ast",
      "community": 28,
      "norm_label": "defaultvalues",
      "id": "remix_app_providers_thingtime_thingtimedefaults_defaultvalues",
      "community_name": "Community 28"
    },
    {
      "label": "thingtimeDefaults",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L469",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimedefaults",
      "id": "remix_app_providers_thingtime_thingtimedefaults_thingtimedefaults",
      "community_name": "Community 28"
    },
    {
      "label": "cmdWatcher.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/defaults/cmdWatcher.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "cmdwatcher.ts",
      "id": "remix_app_providers_thingtime_defaults_cmdwatcher",
      "community_name": "Community 28"
    },
    {
      "label": "value",
      "file_type": "code",
      "source_file": "remix/app/Providers/Thingtime/defaults/cmdWatcher.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "value",
      "id": "remix_app_providers_thingtime_defaults_cmdwatcher_value",
      "community_name": "Community 28"
    },
    {
      "label": "latestRevisionAutosave.test.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosave.test.ts",
      "id": "remix_app_providers_latestrevisionautosave_test",
      "community_name": "Community 422"
    },
    {
      "label": "TimerTask",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 422,
      "norm_label": "timertask",
      "id": "remix_app_providers_latestrevisionautosave_test_timertask",
      "community_name": "Community 422"
    },
    {
      "label": "FakeTimers",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 422,
      "norm_label": "faketimers",
      "id": "remix_app_providers_latestrevisionautosave_test_faketimers",
      "community_name": "Community 422"
    },
    {
      "label": ".advanceBy()",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 422,
      "norm_label": ".advanceby()",
      "id": "remix_app_providers_latestrevisionautosave_test_faketimers_advanceby",
      "community_name": "Community 422"
    },
    {
      "label": "deferred()",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 422,
      "norm_label": "deferred()",
      "id": "remix_app_providers_latestrevisionautosave_test_deferred",
      "community_name": "Community 422"
    },
    {
      "label": "flushMicrotasks()",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 422,
      "norm_label": "flushmicrotasks()",
      "id": "remix_app_providers_latestrevisionautosave_test_flushmicrotasks",
      "community_name": "Community 422"
    },
    {
      "label": "latestRevisionAutosave.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosave.ts",
      "id": "remix_app_providers_latestrevisionautosave",
      "community_name": "Community 422"
    },
    {
      "label": "LatestRevisionAutosavePhase",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosavephase",
      "id": "remix_app_providers_latestrevisionautosave_latestrevisionautosavephase",
      "community_name": "Community 422"
    },
    {
      "label": "LatestRevisionAutosaveErrorContext",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosaveerrorcontext",
      "id": "remix_app_providers_latestrevisionautosave_latestrevisionautosaveerrorcontext",
      "community_name": "Community 422"
    },
    {
      "label": "LatestRevisionAutosaveState",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosavestate",
      "id": "remix_app_providers_latestrevisionautosave_latestrevisionautosavestate",
      "community_name": "Community 422"
    },
    {
      "label": "LatestRevisionAutosaveTimers",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosavetimers",
      "id": "remix_app_providers_latestrevisionautosave_latestrevisionautosavetimers",
      "community_name": "Community 422"
    },
    {
      "label": "LatestRevisionAutosaveOptions",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosaveoptions",
      "id": "remix_app_providers_latestrevisionautosave_latestrevisionautosaveoptions",
      "community_name": "Community 422"
    },
    {
      "label": "LatestRevisionAutosaveCoordinator",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 422,
      "norm_label": "latestrevisionautosavecoordinator",
      "id": "remix_app_providers_latestrevisionautosave_latestrevisionautosavecoordinator",
      "community_name": "Community 422"
    },
    {
      "label": "defaultTimers",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 422,
      "norm_label": "defaulttimers",
      "id": "remix_app_providers_latestrevisionautosave_defaulttimers",
      "community_name": "Community 422"
    },
    {
      "label": "validateDelay()",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 422,
      "norm_label": "validatedelay()",
      "id": "remix_app_providers_latestrevisionautosave_validatedelay",
      "community_name": "Community 422"
    },
    {
      "label": "createLatestRevisionAutosave()",
      "file_type": "code",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 422,
      "norm_label": "createlatestrevisionautosave()",
      "id": "remix_app_providers_latestrevisionautosave_createlatestrevisionautosave",
      "community_name": "Community 422"
    },
    {
      "label": "thingtimeMutationQueue.test.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 585,
      "norm_label": "thingtimemutationqueue.test.ts",
      "id": "remix_app_providers_thingtimemutationqueue_test",
      "community_name": "Community 585"
    },
    {
      "label": "State",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 585,
      "norm_label": "state",
      "id": "remix_app_providers_thingtimemutationqueue_test_state",
      "community_name": "Community 585"
    },
    {
      "label": "Update",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.test.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 585,
      "norm_label": "update",
      "id": "remix_app_providers_thingtimemutationqueue_test_update",
      "community_name": "Community 585"
    },
    {
      "label": "thingtimeMutationQueue.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 585,
      "norm_label": "thingtimemutationqueue.ts",
      "id": "remix_app_providers_thingtimemutationqueue",
      "community_name": "Community 585"
    },
    {
      "label": "ThingtimeMutationDrainResult",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 585,
      "norm_label": "thingtimemutationdrainresult",
      "id": "remix_app_providers_thingtimemutationqueue_thingtimemutationdrainresult",
      "community_name": "Community 585"
    },
    {
      "label": "drainThingtimeMutationQueue()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 585,
      "norm_label": "drainthingtimemutationqueue()",
      "id": "remix_app_providers_thingtimemutationqueue_drainthingtimemutationqueue",
      "community_name": "Community 585"
    },
    {
      "label": "thingtimeSerialization.test.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 370,
      "norm_label": "thingtimeserialization.test.ts",
      "id": "remix_app_providers_thingtimeserialization_test",
      "community_name": "Community 370"
    },
    {
      "label": "ScopedFunction",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 370,
      "norm_label": "scopedfunction",
      "id": "remix_app_providers_thingtimeserialization_test_scopedfunction",
      "community_name": "Community 370"
    },
    {
      "label": "roundTrip()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 370,
      "norm_label": "roundtrip()",
      "id": "remix_app_providers_thingtimeserialization_test_roundtrip",
      "community_name": "Community 370"
    },
    {
      "label": "named()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 370,
      "norm_label": "named()",
      "id": "remix_app_providers_thingtimeserialization_test_named",
      "community_name": "Community 370"
    },
    {
      "label": "add()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 370,
      "norm_label": "add()",
      "id": "remix_app_providers_thingtimeserialization_test_add",
      "community_name": "Community 370"
    },
    {
      "label": "thingtimeSerialization.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 370,
      "norm_label": "thingtimeserialization.ts",
      "id": "remix_app_providers_thingtimeserialization",
      "community_name": "Community 370"
    },
    {
      "label": "ThingtimeFunction",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 370,
      "norm_label": "thingtimefunction",
      "id": "remix_app_providers_thingtimeserialization_thingtimefunction",
      "community_name": "Community 370"
    },
    {
      "label": "SerializedThingtimeFunction",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 370,
      "norm_label": "serializedthingtimefunction",
      "id": "remix_app_providers_thingtimeserialization_serializedthingtimefunction",
      "community_name": "Community 370"
    },
    {
      "label": "ParsedThingtime",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 370,
      "norm_label": "parsedthingtime",
      "id": "remix_app_providers_thingtimeserialization_parsedthingtime",
      "community_name": "Community 370"
    },
    {
      "label": "UNREVIVABLE_FUNCTION",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 370,
      "norm_label": "unrevivable_function",
      "id": "remix_app_providers_thingtimeserialization_unrevivable_function",
      "community_name": "Community 370"
    },
    {
      "label": "RESERVED_IDENTIFIERS",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 370,
      "norm_label": "reserved_identifiers",
      "id": "remix_app_providers_thingtimeserialization_reserved_identifiers",
      "community_name": "Community 370"
    },
    {
      "label": "isRecord()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 370,
      "norm_label": "isrecord()",
      "id": "remix_app_providers_thingtimeserialization_isrecord",
      "community_name": "Community 370"
    },
    {
      "label": "isLegacyFailedRevival()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 370,
      "norm_label": "islegacyfailedrevival()",
      "id": "remix_app_providers_thingtimeserialization_islegacyfailedrevival",
      "community_name": "Community 370"
    },
    {
      "label": "validateScopeKeys()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L72",
      "_origin": "ast",
      "community": 370,
      "norm_label": "validatescopekeys()",
      "id": "remix_app_providers_thingtimeserialization_validatescopekeys",
      "community_name": "Community 370"
    },
    {
      "label": "compileFunction()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 370,
      "norm_label": "compilefunction()",
      "id": "remix_app_providers_thingtimeserialization_compilefunction",
      "community_name": "Community 370"
    },
    {
      "label": "revivePersistedValue()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L121",
      "_origin": "ast",
      "community": 370,
      "norm_label": "revivepersistedvalue()",
      "id": "remix_app_providers_thingtimeserialization_revivepersistedvalue",
      "community_name": "Community 370"
    },
    {
      "label": "replacer()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L163",
      "_origin": "ast",
      "community": 370,
      "norm_label": "replacer()",
      "id": "remix_app_providers_thingtimeserialization_replacer",
      "community_name": "Community 370"
    },
    {
      "label": "ROOT_RUNTIME_METHODS",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L179",
      "_origin": "ast",
      "community": 370,
      "norm_label": "root_runtime_methods",
      "id": "remix_app_providers_thingtimeserialization_root_runtime_methods",
      "community_name": "Community 370"
    },
    {
      "label": "hasPersistedThingtimeRuntimeMethods()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L181",
      "_origin": "ast",
      "community": 370,
      "norm_label": "haspersistedthingtimeruntimemethods()",
      "id": "remix_app_providers_thingtimeserialization_haspersistedthingtimeruntimemethods",
      "community_name": "Community 370"
    },
    {
      "label": "parseThingtimeWithDiagnostics()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L185",
      "_origin": "ast",
      "community": 370,
      "norm_label": "parsethingtimewithdiagnostics()",
      "id": "remix_app_providers_thingtimeserialization_parsethingtimewithdiagnostics",
      "community_name": "Community 370"
    },
    {
      "label": "parseThingtime()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L201",
      "_origin": "ast",
      "community": 370,
      "norm_label": "parsethingtime()",
      "id": "remix_app_providers_thingtimeserialization_parsethingtime",
      "community_name": "Community 370"
    },
    {
      "label": "stringifyThingtime()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L205",
      "_origin": "ast",
      "community": 370,
      "norm_label": "stringifythingtime()",
      "id": "remix_app_providers_thingtimeserialization_stringifythingtime",
      "community_name": "Community 370"
    },
    {
      "label": "stringifyThingtimeForStorage()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L214",
      "_origin": "ast",
      "community": 370,
      "norm_label": "stringifythingtimeforstorage()",
      "id": "remix_app_providers_thingtimeserialization_stringifythingtimeforstorage",
      "community_name": "Community 370"
    },
    {
      "label": "cookies.ts",
      "file_type": "code",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "cookies.ts",
      "id": "remix_app_api_cookies",
      "community_name": "Community 46"
    },
    {
      "label": "CookieOptions",
      "file_type": "code",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "cookieoptions",
      "id": "remix_app_api_cookies_cookieoptions",
      "community_name": "Community 46"
    },
    {
      "label": "parseCookieHeader()",
      "file_type": "code",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 46,
      "norm_label": "parsecookieheader()",
      "id": "remix_app_api_cookies_parsecookieheader",
      "community_name": "Community 46"
    },
    {
      "label": "encodeCookieValue()",
      "file_type": "code",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 46,
      "norm_label": "encodecookievalue()",
      "id": "remix_app_api_cookies_encodecookievalue",
      "community_name": "Community 46"
    },
    {
      "label": "decodeCookieValue()",
      "file_type": "code",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 46,
      "norm_label": "decodecookievalue()",
      "id": "remix_app_api_cookies_decodecookievalue",
      "community_name": "Community 46"
    },
    {
      "label": "serializeOptions()",
      "file_type": "code",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 46,
      "norm_label": "serializeoptions()",
      "id": "remix_app_api_cookies_serializeoptions",
      "community_name": "Community 46"
    },
    {
      "label": "createCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L58",
      "_origin": "ast",
      "community": 46,
      "norm_label": "createcookie()",
      "id": "remix_app_api_cookies_createcookie",
      "community_name": "Community 46"
    },
    {
      "label": "accountLinks.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "accountlinks.ts",
      "id": "remix_app_api_utils_accounts_accountlinks",
      "community_name": "Community 81"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 81,
      "norm_label": "fail",
      "id": "remix_app_api_utils_accounts_accountlinks_fail",
      "community_name": "Community 81"
    },
    {
      "label": "AccountLinkKind",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 81,
      "norm_label": "accountlinkkind",
      "id": "remix_app_api_utils_accounts_accountlinks_accountlinkkind",
      "community_name": "Community 81"
    },
    {
      "label": "isAccountLinkKind()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 81,
      "norm_label": "isaccountlinkkind()",
      "id": "remix_app_api_utils_accounts_accountlinks_isaccountlinkkind",
      "community_name": "Community 81"
    },
    {
      "label": "AccountLink",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 81,
      "norm_label": "accountlink",
      "id": "remix_app_api_utils_accounts_accountlinks_accountlink",
      "community_name": "Community 81"
    },
    {
      "label": "linkShareId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 81,
      "norm_label": "linkshareid()",
      "id": "remix_app_api_utils_accounts_accountlinks_linkshareid",
      "community_name": "Community 81"
    },
    {
      "label": "linkMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 81,
      "norm_label": "linkmatch()",
      "id": "remix_app_api_utils_accounts_accountlinks_linkmatch",
      "community_name": "Community 81"
    },
    {
      "label": "toLink()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 81,
      "norm_label": "tolink()",
      "id": "remix_app_api_utils_accounts_accountlinks_tolink",
      "community_name": "Community 81"
    },
    {
      "label": "createAccountLink()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 81,
      "norm_label": "createaccountlink()",
      "id": "remix_app_api_utils_accounts_accountlinks_createaccountlink",
      "community_name": "Community 81"
    },
    {
      "label": "removeAccountLink()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L107",
      "_origin": "ast",
      "community": 81,
      "norm_label": "removeaccountlink()",
      "id": "remix_app_api_utils_accounts_accountlinks_removeaccountlink",
      "community_name": "Community 81"
    },
    {
      "label": "listAccountLinksForUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 81,
      "norm_label": "listaccountlinksforuser()",
      "id": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser",
      "community_name": "Community 81"
    },
    {
      "label": "listAccountLinksForTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L126",
      "_origin": "ast",
      "community": 81,
      "norm_label": "listaccountlinksfortarget()",
      "id": "remix_app_api_utils_accounts_accountlinks_listaccountlinksfortarget",
      "community_name": "Community 81"
    },
    {
      "label": "userOwnsLinkedAccount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L137",
      "_origin": "ast",
      "community": 46,
      "norm_label": "userownslinkedaccount()",
      "id": "remix_app_api_utils_accounts_accountlinks_userownslinkedaccount",
      "community_name": "Community 46"
    },
    {
      "label": "listLinkedAppClientIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L145",
      "_origin": "ast",
      "community": 81,
      "norm_label": "listlinkedappclientids()",
      "id": "remix_app_api_utils_accounts_accountlinks_listlinkedappclientids",
      "community_name": "Community 81"
    },
    {
      "label": "userCanManageApp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L152",
      "_origin": "ast",
      "community": 81,
      "norm_label": "usercanmanageapp()",
      "id": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp",
      "community_name": "Community 81"
    },
    {
      "label": "adminDirectory.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "admindirectory.ts",
      "id": "remix_app_api_utils_admin_admindirectory",
      "community_name": "Community 44"
    },
    {
      "label": "AdminStorageOverview",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminstorageoverview",
      "id": "remix_app_api_utils_admin_admindirectory_adminstorageoverview",
      "community_name": "Community 44"
    },
    {
      "label": "unavailableStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 44,
      "norm_label": "unavailablestorage()",
      "id": "remix_app_api_utils_admin_admindirectory_unavailablestorage",
      "community_name": "Community 44"
    },
    {
      "label": "serializeStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 44,
      "norm_label": "serializestorage()",
      "id": "remix_app_api_utils_admin_admindirectory_serializestorage",
      "community_name": "Community 44"
    },
    {
      "label": "AdminUserOverviewRow",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminuseroverviewrow",
      "id": "remix_app_api_utils_admin_admindirectory_adminuseroverviewrow",
      "community_name": "Community 44"
    },
    {
      "label": "AdminUserOverviewSnapshot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminuseroverviewsnapshot",
      "id": "remix_app_api_utils_admin_admindirectory_adminuseroverviewsnapshot",
      "community_name": "Community 44"
    },
    {
      "label": "listAdminUsersOverview()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 44,
      "norm_label": "listadminusersoverview()",
      "id": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "community_name": "Community 44"
    },
    {
      "label": "AdminAppOverviewRow",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L184",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminappoverviewrow",
      "id": "remix_app_api_utils_admin_admindirectory_adminappoverviewrow",
      "community_name": "Community 44"
    },
    {
      "label": "AdminAppOverviewSnapshot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L201",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminappoverviewsnapshot",
      "id": "remix_app_api_utils_admin_admindirectory_adminappoverviewsnapshot",
      "community_name": "Community 44"
    },
    {
      "label": "AdminAppsCursor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L208",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminappscursor",
      "id": "remix_app_api_utils_admin_admindirectory_adminappscursor",
      "community_name": "Community 44"
    },
    {
      "label": "readAdminAppsCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L215",
      "_origin": "ast",
      "community": 44,
      "norm_label": "readadminappscursor()",
      "id": "remix_app_api_utils_admin_admindirectory_readadminappscursor",
      "community_name": "Community 44"
    },
    {
      "label": "listAdminAppsOverview()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L222",
      "_origin": "ast",
      "community": 44,
      "norm_label": "listadminappsoverview()",
      "id": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "community_name": "Community 44"
    },
    {
      "label": "appsExist()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L307",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appsexist()",
      "id": "remix_app_api_utils_admin_admindirectory_appsexist",
      "community_name": "Community 75"
    },
    {
      "label": "adminResponse.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminResponse.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "adminresponse.test.ts",
      "id": "remix_app_api_utils_admin_adminresponse_test",
      "community_name": "Community 81"
    },
    {
      "label": "assertPrivate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminResponse.test.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 81,
      "norm_label": "assertprivate()",
      "id": "remix_app_api_utils_admin_adminresponse_test_assertprivate",
      "community_name": "Community 81"
    },
    {
      "label": "adminResponse.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminResponse.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "adminresponse.ts",
      "id": "remix_app_api_utils_admin_adminresponse",
      "community_name": "Community 81"
    },
    {
      "label": "applyAdminPrivateHeaders()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminResponse.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 81,
      "norm_label": "applyadminprivateheaders()",
      "id": "remix_app_api_utils_admin_adminresponse_applyadminprivateheaders",
      "community_name": "Community 81"
    },
    {
      "label": "withAdminPrivateResponse()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminResponse.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 81,
      "norm_label": "withadminprivateresponse()",
      "id": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse",
      "community_name": "Community 81"
    },
    {
      "label": "adminSnapshot.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminsnapshot.test.ts",
      "id": "remix_app_api_utils_admin_adminsnapshot_test",
      "community_name": "Community 44"
    },
    {
      "label": "Row",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L128",
      "_origin": "ast",
      "community": 44,
      "norm_label": "row",
      "id": "remix_app_api_utils_admin_adminsnapshot_test_row",
      "community_name": "Community 44"
    },
    {
      "label": "adminSnapshot.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminsnapshot.ts",
      "id": "remix_app_api_utils_admin_adminsnapshot",
      "community_name": "Community 44"
    },
    {
      "label": "normalizeAdminSnapshotLimit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 44,
      "norm_label": "normalizeadminsnapshotlimit()",
      "id": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit",
      "community_name": "Community 44"
    },
    {
      "label": "normalizeAdminSnapshotQuery()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 44,
      "norm_label": "normalizeadminsnapshotquery()",
      "id": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotquery",
      "community_name": "Community 44"
    },
    {
      "label": "InvalidAdminSnapshotCursorError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 44,
      "norm_label": "invalidadminsnapshotcursorerror",
      "id": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror",
      "community_name": "Community 44"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 44,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror_constructor",
      "community_name": "Community 44"
    },
    {
      "label": "AdminSnapshotCursorKey",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminsnapshotcursorkey",
      "id": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey",
      "community_name": "Community 44"
    },
    {
      "label": "isAdminSnapshotCursorKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 44,
      "norm_label": "isadminsnapshotcursorkey()",
      "id": "remix_app_api_utils_admin_adminsnapshot_isadminsnapshotcursorkey",
      "community_name": "Community 44"
    },
    {
      "label": "encodeAdminSnapshotCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 44,
      "norm_label": "encodeadminsnapshotcursor()",
      "id": "remix_app_api_utils_admin_adminsnapshot_encodeadminsnapshotcursor",
      "community_name": "Community 44"
    },
    {
      "label": "decodeAdminSnapshotCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 44,
      "norm_label": "decodeadminsnapshotcursor()",
      "id": "remix_app_api_utils_admin_adminsnapshot_decodeadminsnapshotcursor",
      "community_name": "Community 44"
    },
    {
      "label": "requireAdminSnapshotCursorKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 44,
      "norm_label": "requireadminsnapshotcursorkey()",
      "id": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey",
      "community_name": "Community 44"
    },
    {
      "label": "adminSnapshotAfterFilter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminsnapshotafterfilter()",
      "id": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotafterfilter",
      "community_name": "Community 44"
    },
    {
      "label": "adminSnapshotExcludingIdFilter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminsnapshotexcludingidfilter()",
      "id": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotexcludingidfilter",
      "community_name": "Community 44"
    },
    {
      "label": "createLiveSessionClause()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L99",
      "_origin": "ast",
      "community": 44,
      "norm_label": "createlivesessionclause()",
      "id": "remix_app_api_utils_admin_adminsnapshot_createlivesessionclause",
      "community_name": "Community 44"
    },
    {
      "label": "DatedRecord",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L104",
      "_origin": "ast",
      "community": 44,
      "norm_label": "datedrecord",
      "id": "remix_app_api_utils_admin_adminsnapshot_datedrecord",
      "community_name": "Community 44"
    },
    {
      "label": "recordId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 44,
      "norm_label": "recordid()",
      "id": "remix_app_api_utils_admin_adminsnapshot_recordid",
      "community_name": "Community 44"
    },
    {
      "label": "createdAtMs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 44,
      "norm_label": "createdatms()",
      "id": "remix_app_api_utils_admin_adminsnapshot_createdatms",
      "community_name": "Community 44"
    },
    {
      "label": "compareAdminSnapshotNewest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L121",
      "_origin": "ast",
      "community": 44,
      "norm_label": "compareadminsnapshotnewest()",
      "id": "remix_app_api_utils_admin_adminsnapshot_compareadminsnapshotnewest",
      "community_name": "Community 44"
    },
    {
      "label": "AdminSnapshotSource",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L126",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminsnapshotsource",
      "id": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotsource",
      "community_name": "Community 44"
    },
    {
      "label": "ConsumedAdminSnapshot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 44,
      "norm_label": "consumedadminsnapshot",
      "id": "remix_app_api_utils_admin_adminsnapshot_consumedadminsnapshot",
      "community_name": "Community 44"
    },
    {
      "label": "consumeAdminSnapshotNewest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L144",
      "_origin": "ast",
      "community": 44,
      "norm_label": "consumeadminsnapshotnewest()",
      "id": "remix_app_api_utils_admin_adminsnapshot_consumeadminsnapshotnewest",
      "community_name": "Community 44"
    },
    {
      "label": "mergeAdminSnapshotNewest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L185",
      "_origin": "ast",
      "community": 44,
      "norm_label": "mergeadminsnapshotnewest()",
      "id": "remix_app_api_utils_admin_adminsnapshot_mergeadminsnapshotnewest",
      "community_name": "Community 44"
    },
    {
      "label": "algorithms.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "algorithms.ts",
      "id": "remix_app_api_utils_algorithms_algorithms",
      "community_name": "Community 47"
    },
    {
      "label": "FeedAlgorithmDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 47,
      "norm_label": "feedalgorithmdoc",
      "id": "remix_app_api_utils_algorithms_algorithms_feedalgorithmdoc",
      "community_name": "Community 47"
    },
    {
      "label": "PublicAlgorithm",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 47,
      "norm_label": "publicalgorithm",
      "id": "remix_app_api_utils_algorithms_algorithms_publicalgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 47,
      "norm_label": "fail",
      "id": "remix_app_api_utils_algorithms_algorithms_fail",
      "community_name": "Community 47"
    },
    {
      "label": "storageFail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storagefail()",
      "id": "remix_app_api_utils_algorithms_algorithms_storagefail",
      "community_name": "Community 47"
    },
    {
      "label": "storedAlgorithmSizeBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storedalgorithmsizebytes()",
      "id": "remix_app_api_utils_algorithms_algorithms_storedalgorithmsizebytes",
      "community_name": "Community 47"
    },
    {
      "label": "algorithmStorageCas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 47,
      "norm_label": "algorithmstoragecas()",
      "id": "remix_app_api_utils_algorithms_algorithms_algorithmstoragecas",
      "community_name": "Community 47"
    },
    {
      "label": "assertLegacyAlgorithmMutationAllowed()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 47,
      "norm_label": "assertlegacyalgorithmmutationallowed()",
      "id": "remix_app_api_utils_algorithms_algorithms_assertlegacyalgorithmmutationallowed",
      "community_name": "Community 47"
    },
    {
      "label": "algorithmThingToDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L93",
      "_origin": "ast",
      "community": 47,
      "norm_label": "algorithmthingtodoc()",
      "id": "remix_app_api_utils_algorithms_algorithms_algorithmthingtodoc",
      "community_name": "Community 47"
    },
    {
      "label": "resolveAuthorUsernames()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 47,
      "norm_label": "resolveauthorusernames()",
      "id": "remix_app_api_utils_algorithms_algorithms_resolveauthorusernames",
      "community_name": "Community 47"
    },
    {
      "label": "projectAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L138",
      "_origin": "ast",
      "community": 47,
      "norm_label": "projectalgorithm()",
      "id": "remix_app_api_utils_algorithms_algorithms_projectalgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "toPublicAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L152",
      "_origin": "ast",
      "community": 47,
      "norm_label": "topublicalgorithm()",
      "id": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "sanitizeEvents()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L160",
      "_origin": "ast",
      "community": 47,
      "norm_label": "sanitizeevents()",
      "id": "remix_app_api_utils_algorithms_algorithms_sanitizeevents",
      "community_name": "Community 47"
    },
    {
      "label": "sanitizeEmoji()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L173",
      "_origin": "ast",
      "community": 47,
      "norm_label": "sanitizeemoji()",
      "id": "remix_app_api_utils_algorithms_algorithms_sanitizeemoji",
      "community_name": "Community 47"
    },
    {
      "label": "OwnedAlgorithm",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L184",
      "_origin": "ast",
      "community": 47,
      "norm_label": "ownedalgorithm",
      "id": "remix_app_api_utils_algorithms_algorithms_ownedalgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "findOwnedAlgorithmWithEra()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L186",
      "_origin": "ast",
      "community": 47,
      "norm_label": "findownedalgorithmwithera()",
      "id": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera",
      "community_name": "Community 47"
    },
    {
      "label": "findOwnedAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L197",
      "_origin": "ast",
      "community": 47,
      "norm_label": "findownedalgorithm()",
      "id": "remix_app_api_utils_algorithms_algorithms_findownedalgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "listAlgorithmsForUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L200",
      "_origin": "ast",
      "community": 47,
      "norm_label": "listalgorithmsforuser()",
      "id": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser",
      "community_name": "Community 47"
    },
    {
      "label": "getOwnedAlgorithmWeights()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L240",
      "_origin": "ast",
      "community": 47,
      "norm_label": "getownedalgorithmweights()",
      "id": "remix_app_api_utils_algorithms_algorithms_getownedalgorithmweights",
      "community_name": "Community 47"
    },
    {
      "label": "CreateAlgorithmInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L245",
      "_origin": "ast",
      "community": 47,
      "norm_label": "createalgorithminput",
      "id": "remix_app_api_utils_algorithms_algorithms_createalgorithminput",
      "community_name": "Community 47"
    },
    {
      "label": "createAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L255",
      "_origin": "ast",
      "community": 47,
      "norm_label": "createalgorithm()",
      "id": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "updateAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L356",
      "_origin": "ast",
      "community": 47,
      "norm_label": "updatealgorithm()",
      "id": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "deleteAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L455",
      "_origin": "ast",
      "community": 47,
      "norm_label": "deletealgorithm()",
      "id": "remix_app_api_utils_algorithms_algorithms_deletealgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "setActiveAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L494",
      "_origin": "ast",
      "community": 47,
      "norm_label": "setactivealgorithm()",
      "id": "remix_app_api_utils_algorithms_algorithms_setactivealgorithm",
      "community_name": "Community 47"
    },
    {
      "label": "trackEngagement()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L508",
      "_origin": "ast",
      "community": 47,
      "norm_label": "trackengagement()",
      "id": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "community_name": "Community 47"
    },
    {
      "label": "appData.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appdata.ts",
      "id": "remix_app_api_utils_apps_appdata",
      "community_name": "Community 34"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 34,
      "norm_label": "fail",
      "id": "remix_app_api_utils_apps_appdata_fail",
      "community_name": "Community 34"
    },
    {
      "label": "storageMutationFail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storagemutationfail()",
      "id": "remix_app_api_utils_apps_appdata_storagemutationfail",
      "community_name": "Community 34"
    },
    {
      "label": "registeredStorageSize()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 47,
      "norm_label": "registeredstoragesize()",
      "id": "remix_app_api_utils_apps_appdata_registeredstoragesize",
      "community_name": "Community 47"
    },
    {
      "label": "AppDataWriteConflict",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appdatawriteconflict",
      "id": "remix_app_api_utils_apps_appdata_appdatawriteconflict",
      "community_name": "Community 34"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 34,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_apps_appdata_appdatawriteconflict_constructor",
      "community_name": "Community 34"
    },
    {
      "label": "AppDataVisibility",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appdatavisibility",
      "id": "remix_app_api_utils_apps_appdata_appdatavisibility",
      "community_name": "Community 34"
    },
    {
      "label": "AppDataEntry",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appdataentry",
      "id": "remix_app_api_utils_apps_appdata_appdataentry",
      "community_name": "Community 34"
    },
    {
      "label": "APP_DATA_KEY_RE",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 34,
      "norm_label": "app_data_key_re",
      "id": "remix_app_api_utils_apps_appdata_app_data_key_re",
      "community_name": "Community 34"
    },
    {
      "label": "sanitizeAppDataKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L84",
      "_origin": "ast",
      "community": 34,
      "norm_label": "sanitizeappdatakey()",
      "id": "remix_app_api_utils_apps_appdata_sanitizeappdatakey",
      "community_name": "Community 34"
    },
    {
      "label": "entryAcl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 34,
      "norm_label": "entryacl()",
      "id": "remix_app_api_utils_apps_appdata_entryacl",
      "community_name": "Community 34"
    },
    {
      "label": "toEntry()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 34,
      "norm_label": "toentry()",
      "id": "remix_app_api_utils_apps_appdata_toentry",
      "community_name": "Community 34"
    },
    {
      "label": "getAppData()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 34,
      "norm_label": "getappdata()",
      "id": "remix_app_api_utils_apps_appdata_getappdata",
      "community_name": "Community 34"
    },
    {
      "label": "encodeKeyCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L117",
      "_origin": "ast",
      "community": 34,
      "norm_label": "encodekeycursor()",
      "id": "remix_app_api_utils_apps_appdata_encodekeycursor",
      "community_name": "Community 34"
    },
    {
      "label": "decodeKeyCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 34,
      "norm_label": "decodekeycursor()",
      "id": "remix_app_api_utils_apps_appdata_decodekeycursor",
      "community_name": "Community 34"
    },
    {
      "label": "escapeRe()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L130",
      "_origin": "ast",
      "community": 34,
      "norm_label": "escapere()",
      "id": "remix_app_api_utils_apps_appdata_escapere",
      "community_name": "Community 34"
    },
    {
      "label": "buildKeyFilter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L131",
      "_origin": "ast",
      "community": 34,
      "norm_label": "buildkeyfilter()",
      "id": "remix_app_api_utils_apps_appdata_buildkeyfilter",
      "community_name": "Community 34"
    },
    {
      "label": "listAppData()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L144",
      "_origin": "ast",
      "community": 34,
      "norm_label": "listappdata()",
      "id": "remix_app_api_utils_apps_appdata_listappdata",
      "community_name": "Community 34"
    },
    {
      "label": "setAppData()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 34,
      "norm_label": "setappdata()",
      "id": "remix_app_api_utils_apps_appdata_setappdata",
      "community_name": "Community 34"
    },
    {
      "label": "deleteAppData()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L415",
      "_origin": "ast",
      "community": 34,
      "norm_label": "deleteappdata()",
      "id": "remix_app_api_utils_apps_appdata_deleteappdata",
      "community_name": "Community 34"
    },
    {
      "label": "SharedEntryAuthor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L496",
      "_origin": "ast",
      "community": 34,
      "norm_label": "sharedentryauthor",
      "id": "remix_app_api_utils_apps_appdata_sharedentryauthor",
      "community_name": "Community 34"
    },
    {
      "label": "SharedAppDataEntry",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L503",
      "_origin": "ast",
      "community": 34,
      "norm_label": "sharedappdataentry",
      "id": "remix_app_api_utils_apps_appdata_sharedappdataentry",
      "community_name": "Community 34"
    },
    {
      "label": "encodeCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L516",
      "_origin": "ast",
      "community": 34,
      "norm_label": "encodecursor()",
      "id": "remix_app_api_utils_apps_appdata_encodecursor",
      "community_name": "Community 34"
    },
    {
      "label": "decodeCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L519",
      "_origin": "ast",
      "community": 34,
      "norm_label": "decodecursor()",
      "id": "remix_app_api_utils_apps_appdata_decodecursor",
      "community_name": "Community 34"
    },
    {
      "label": "listSharedAppData()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L533",
      "_origin": "ast",
      "community": 34,
      "norm_label": "listsharedappdata()",
      "id": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "community_name": "Community 34"
    },
    {
      "label": "appLifecycleCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "applifecyclecore.test.ts",
      "id": "remix_app_api_utils_apps_applifecyclecore_test",
      "community_name": "Community 75"
    },
    {
      "label": "revokedAt",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 75,
      "norm_label": "revokedat",
      "id": "remix_app_api_utils_apps_applifecyclecore_test_revokedat",
      "community_name": "Community 75"
    },
    {
      "label": "findOne()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 75,
      "norm_label": "findone()",
      "id": "remix_app_api_utils_apps_applifecyclecore_test_findone",
      "community_name": "Community 75"
    },
    {
      "label": "findOneAndDelete()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 75,
      "norm_label": "findoneanddelete()",
      "id": "remix_app_api_utils_apps_applifecyclecore_test_findoneanddelete",
      "community_name": "Community 75"
    },
    {
      "label": "updateMany()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 75,
      "norm_label": "updatemany()",
      "id": "remix_app_api_utils_apps_applifecyclecore_test_updatemany",
      "community_name": "Community 75"
    },
    {
      "label": "appLifecycleCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "applifecyclecore.ts",
      "id": "remix_app_api_utils_apps_applifecyclecore",
      "community_name": "Community 75"
    },
    {
      "label": "DeleteAppLifecycleResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "deleteapplifecycleresult",
      "id": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleresult",
      "community_name": "Community 75"
    },
    {
      "label": "AppLifecycleThings",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 75,
      "norm_label": "applifecyclethings",
      "id": "remix_app_api_utils_apps_applifecyclecore_applifecyclethings",
      "community_name": "Community 75"
    },
    {
      "label": "AppLifecycleSessions",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 75,
      "norm_label": "applifecyclesessions",
      "id": "remix_app_api_utils_apps_applifecyclecore_applifecyclesessions",
      "community_name": "Community 75"
    },
    {
      "label": "appControlThingMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appcontrolthingmatch()",
      "id": "remix_app_api_utils_apps_applifecyclecore_appcontrolthingmatch",
      "community_name": "Community 75"
    },
    {
      "label": "liveAppSessionsMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 75,
      "norm_label": "liveappsessionsmatch()",
      "id": "remix_app_api_utils_apps_applifecyclecore_liveappsessionsmatch",
      "community_name": "Community 75"
    },
    {
      "label": "deleteAppLifecycleInSession()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 75,
      "norm_label": "deleteapplifecycleinsession()",
      "id": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleinsession",
      "community_name": "Community 75"
    },
    {
      "label": "appOriginsCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "apporiginscore.test.ts",
      "id": "remix_app_api_utils_apps_apporiginscore_test",
      "community_name": "Community 75"
    },
    {
      "label": "appOriginsCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "apporiginscore.ts",
      "id": "remix_app_api_utils_apps_apporiginscore",
      "community_name": "Community 75"
    },
    {
      "label": "LOCAL_HOSTNAMES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 75,
      "norm_label": "local_hostnames",
      "id": "remix_app_api_utils_apps_apporiginscore_local_hostnames",
      "community_name": "Community 75"
    },
    {
      "label": "normalizeAppOrigin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 75,
      "norm_label": "normalizeapporigin()",
      "id": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin",
      "community_name": "Community 75"
    },
    {
      "label": "normalizeAppOriginEntry()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 75,
      "norm_label": "normalizeapporiginentry()",
      "id": "remix_app_api_utils_apps_apporiginscore_normalizeapporiginentry",
      "community_name": "Community 75"
    },
    {
      "label": "entryCovers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 75,
      "norm_label": "entrycovers()",
      "id": "remix_app_api_utils_apps_apporiginscore_entrycovers",
      "community_name": "Community 75"
    },
    {
      "label": "originAllowedBy()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 75,
      "norm_label": "originallowedby()",
      "id": "remix_app_api_utils_apps_apporiginscore_originallowedby",
      "community_name": "Community 75"
    },
    {
      "label": "appRequest.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "apprequest.ts",
      "id": "remix_app_api_utils_apps_apprequest",
      "community_name": "Community 23"
    },
    {
      "label": "AppRequestContext",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 23,
      "norm_label": "apprequestcontext",
      "id": "remix_app_api_utils_apps_apprequest_apprequestcontext",
      "community_name": "Community 23"
    },
    {
      "label": "resolveAppRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 23,
      "norm_label": "resolveapprequest()",
      "id": "remix_app_api_utils_apps_apprequest_resolveapprequest",
      "community_name": "Community 23"
    },
    {
      "label": "appStorageCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecore.test.ts",
      "id": "remix_app_api_utils_apps_appstoragecore_test",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecore.ts",
      "id": "remix_app_api_utils_apps_appstoragecore",
      "community_name": "Community 34"
    },
    {
      "label": "storageUsage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storageusage",
      "id": "remix_app_api_utils_apps_appstoragecore_storageusage",
      "community_name": "Community 34"
    },
    {
      "label": "FiniteStorageUsage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 34,
      "norm_label": "finitestorageusage",
      "id": "remix_app_api_utils_apps_appstoragecore_finitestorageusage",
      "community_name": "Community 34"
    },
    {
      "label": "AppStorageReservation",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragereservation",
      "id": "remix_app_api_utils_apps_appstoragecore_appstoragereservation",
      "community_name": "Community 34"
    },
    {
      "label": "DualStorageAdmission",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 34,
      "norm_label": "dualstorageadmission",
      "id": "remix_app_api_utils_apps_appstoragecore_dualstorageadmission",
      "community_name": "Community 34"
    },
    {
      "label": "storedByteCount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storedbytecount()",
      "id": "remix_app_api_utils_apps_appstoragecore_storedbytecount",
      "community_name": "Community 34"
    },
    {
      "label": "storedByteAllowance()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storedbyteallowance()",
      "id": "remix_app_api_utils_apps_appstoragecore_storedbyteallowance",
      "community_name": "Community 34"
    },
    {
      "label": "remainingStorageBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 34,
      "norm_label": "remainingstoragebytes()",
      "id": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes",
      "community_name": "Community 34"
    },
    {
      "label": "effectiveAppUserAllowance()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 34,
      "norm_label": "effectiveappuserallowance()",
      "id": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance",
      "community_name": "Community 34"
    },
    {
      "label": "admitAppAndUserStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 34,
      "norm_label": "admitappanduserstorage()",
      "id": "remix_app_api_utils_apps_appstoragecore_admitappanduserstorage",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageManagement.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragemanagement.ts",
      "id": "remix_app_api_utils_apps_appstoragemanagement",
      "community_name": "Community 34"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 34,
      "norm_label": "fail",
      "id": "remix_app_api_utils_apps_appstoragemanagement_fail",
      "community_name": "Community 34"
    },
    {
      "label": "asIso()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 34,
      "norm_label": "asiso()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_asiso",
      "community_name": "Community 34"
    },
    {
      "label": "parseAllowance()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 34,
      "norm_label": "parseallowance()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_parseallowance",
      "community_name": "Community 34"
    },
    {
      "label": "storedAllowanceState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storedallowancestate()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_storedallowancestate",
      "community_name": "Community 34"
    },
    {
      "label": "resolveManagedApp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 34,
      "norm_label": "resolvemanagedapp()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp",
      "community_name": "Community 34"
    },
    {
      "label": "ManagedAppStorageUser",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 34,
      "norm_label": "managedappstorageuser",
      "id": "remix_app_api_utils_apps_appstoragemanagement_managedappstorageuser",
      "community_name": "Community 34"
    },
    {
      "label": "ManagedAppStorage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 34,
      "norm_label": "managedappstorage",
      "id": "remix_app_api_utils_apps_appstoragemanagement_managedappstorage",
      "community_name": "Community 34"
    },
    {
      "label": "loadUsernames()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 34,
      "norm_label": "loadusernames()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_loadusernames",
      "community_name": "Community 34"
    },
    {
      "label": "getManagedAppStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L91",
      "_origin": "ast",
      "community": 34,
      "norm_label": "getmanagedappstorage()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "community_name": "Community 34"
    },
    {
      "label": "setManagedAppStorageTier()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L370",
      "_origin": "ast",
      "community": 34,
      "norm_label": "setmanagedappstoragetier()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier",
      "community_name": "Community 34"
    },
    {
      "label": "setManagedAppDefaultUserAllowance()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L394",
      "_origin": "ast",
      "community": 34,
      "norm_label": "setmanagedappdefaultuserallowance()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance",
      "community_name": "Community 34"
    },
    {
      "label": "setManagedAppUserAllowances()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L429",
      "_origin": "ast",
      "community": 34,
      "norm_label": "setmanagedappuserallowances()",
      "id": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances",
      "community_name": "Community 34"
    },
    {
      "label": "appTokens.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "apptokens.ts",
      "id": "remix_app_api_utils_apps_apptokens",
      "community_name": "Community 75"
    },
    {
      "label": "EmbedUser",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 75,
      "norm_label": "embeduser",
      "id": "remix_app_api_utils_apps_apptokens_embeduser",
      "community_name": "Community 75"
    },
    {
      "label": "toEmbedUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 75,
      "norm_label": "toembeduser()",
      "id": "remix_app_api_utils_apps_apptokens_toembeduser",
      "community_name": "Community 75"
    },
    {
      "label": "AppTokenGrant",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 75,
      "norm_label": "apptokengrant",
      "id": "remix_app_api_utils_apps_apptokens_apptokengrant",
      "community_name": "Community 75"
    },
    {
      "label": "issueAppToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 75,
      "norm_label": "issueapptoken()",
      "id": "remix_app_api_utils_apps_apptokens_issueapptoken",
      "community_name": "Community 75"
    },
    {
      "label": "AppTokenContext",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 23,
      "norm_label": "apptokencontext",
      "id": "remix_app_api_utils_apps_apptokens_apptokencontext",
      "community_name": "Community 23"
    },
    {
      "label": "resolveAppToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 23,
      "norm_label": "resolveapptoken()",
      "id": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "community_name": "Community 23"
    },
    {
      "label": "apps.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "apps.ts",
      "id": "remix_app_api_utils_apps_apps",
      "community_name": "Community 75"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 75,
      "norm_label": "fail",
      "id": "remix_app_api_utils_apps_apps_fail",
      "community_name": "Community 75"
    },
    {
      "label": "PublicApp",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 75,
      "norm_label": "publicapp",
      "id": "remix_app_api_utils_apps_apps_publicapp",
      "community_name": "Community 75"
    },
    {
      "label": "AppStoragePolicy",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appstoragepolicy",
      "id": "remix_app_api_utils_apps_apps_appstoragepolicy",
      "community_name": "Community 75"
    },
    {
      "label": "EmbedApp",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 75,
      "norm_label": "embedapp",
      "id": "remix_app_api_utils_apps_apps_embedapp",
      "community_name": "Community 75"
    },
    {
      "label": "sanitizeAppName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sanitizeappname()",
      "id": "remix_app_api_utils_apps_apps_sanitizeappname",
      "community_name": "Community 75"
    },
    {
      "label": "sanitizeAppOrigins()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sanitizeapporigins()",
      "id": "remix_app_api_utils_apps_apps_sanitizeapporigins",
      "community_name": "Community 75"
    },
    {
      "label": "appStoragePolicyOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragepolicyof()",
      "id": "remix_app_api_utils_apps_apps_appstoragepolicyof",
      "community_name": "Community 34"
    },
    {
      "label": "toPublicApp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 41,
      "norm_label": "topublicapp()",
      "id": "remix_app_api_utils_apps_apps_topublicapp",
      "community_name": "Community 41"
    },
    {
      "label": "appIsRevoked()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L161",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appisrevoked()",
      "id": "remix_app_api_utils_apps_apps_appisrevoked",
      "community_name": "Community 75"
    },
    {
      "label": "findAppByClientId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L163",
      "_origin": "ast",
      "community": 75,
      "norm_label": "findappbyclientid()",
      "id": "remix_app_api_utils_apps_apps_findappbyclientid",
      "community_name": "Community 75"
    },
    {
      "label": "findAppsByClientIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L171",
      "_origin": "ast",
      "community": 75,
      "norm_label": "findappsbyclientids()",
      "id": "remix_app_api_utils_apps_apps_findappsbyclientids",
      "community_name": "Community 75"
    },
    {
      "label": "appAllowsOrigin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L178",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appallowsorigin()",
      "id": "remix_app_api_utils_apps_apps_appallowsorigin",
      "community_name": "Community 75"
    },
    {
      "label": "createApp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L181",
      "_origin": "ast",
      "community": 41,
      "norm_label": "createapp()",
      "id": "remix_app_api_utils_apps_apps_createapp",
      "community_name": "Community 41"
    },
    {
      "label": "listApps()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L243",
      "_origin": "ast",
      "community": 81,
      "norm_label": "listapps()",
      "id": "remix_app_api_utils_apps_apps_listapps",
      "community_name": "Community 81"
    },
    {
      "label": "updateApp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L256",
      "_origin": "ast",
      "community": 75,
      "norm_label": "updateapp()",
      "id": "remix_app_api_utils_apps_apps_updateapp",
      "community_name": "Community 75"
    },
    {
      "label": "deleteApp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L298",
      "_origin": "ast",
      "community": 75,
      "norm_label": "deleteapp()",
      "id": "remix_app_api_utils_apps_apps_deleteapp",
      "community_name": "Community 75"
    },
    {
      "label": "toEmbedApp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L320",
      "_origin": "ast",
      "community": 75,
      "norm_label": "toembedapp()",
      "id": "remix_app_api_utils_apps_apps_toembedapp",
      "community_name": "Community 75"
    },
    {
      "label": "setAppRevoked()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L329",
      "_origin": "ast",
      "community": 75,
      "norm_label": "setapprevoked()",
      "id": "remix_app_api_utils_apps_apps_setapprevoked",
      "community_name": "Community 75"
    },
    {
      "label": "browse.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "browse.ts",
      "id": "remix_app_api_utils_apps_browse",
      "community_name": "Community 34"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 23,
      "norm_label": "fail",
      "id": "remix_app_api_utils_apps_browse_fail",
      "community_name": "Community 23"
    },
    {
      "label": "AppDataSummary",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appdatasummary",
      "id": "remix_app_api_utils_apps_browse_appdatasummary",
      "community_name": "Community 34"
    },
    {
      "label": "nonNegativeSafeInteger()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 34,
      "norm_label": "nonnegativesafeinteger()",
      "id": "remix_app_api_utils_apps_browse_nonnegativesafeinteger",
      "community_name": "Community 34"
    },
    {
      "label": "projectAppDataStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 34,
      "norm_label": "projectappdatastorage()",
      "id": "remix_app_api_utils_apps_browse_projectappdatastorage",
      "community_name": "Community 34"
    },
    {
      "label": "listAppDataSummaries()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 34,
      "norm_label": "listappdatasummaries()",
      "id": "remix_app_api_utils_apps_browse_listappdatasummaries",
      "community_name": "Community 34"
    },
    {
      "label": "userGrantScopes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L148",
      "_origin": "ast",
      "community": 34,
      "norm_label": "usergrantscopes()",
      "id": "remix_app_api_utils_apps_browse_usergrantscopes",
      "community_name": "Community 34"
    },
    {
      "label": "userAppLens()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L172",
      "_origin": "ast",
      "community": 23,
      "norm_label": "userapplens()",
      "id": "remix_app_api_utils_apps_browse_userapplens",
      "community_name": "Community 23"
    },
    {
      "label": "deleteAllAppData()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L200",
      "_origin": "ast",
      "community": 23,
      "norm_label": "deleteallappdata()",
      "id": "remix_app_api_utils_apps_browse_deleteallappdata",
      "community_name": "Community 23"
    },
    {
      "label": "browseStorageProjection.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 526,
      "norm_label": "browsestorageprojection.test.ts",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test",
      "community_name": "Community 526"
    },
    {
      "label": "remixRoot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 526,
      "norm_label": "remixroot",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test_remixroot",
      "community_name": "Community 526"
    },
    {
      "label": "{ projectAppDataStorage }",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 526,
      "norm_label": "{ projectappdatastorage }",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test_projectappdatastorage",
      "community_name": "Community 526"
    },
    {
      "label": "{ APP_STORAGE_ACCOUNTING_VERSION, appStorageCounterMatch }",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 526,
      "norm_label": "{ app_storage_accounting_version, appstoragecountermatch }",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test_app_storage_accounting_version_appstoragecountermatch",
      "community_name": "Community 526"
    },
    {
      "label": "now",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 526,
      "norm_label": "now",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test_now",
      "community_name": "Community 526"
    },
    {
      "label": "match",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 526,
      "norm_label": "match",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test_match",
      "community_name": "Community 526"
    },
    {
      "label": "counter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 526,
      "norm_label": "counter()",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test_counter",
      "community_name": "Community 526"
    },
    {
      "label": "app()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 526,
      "norm_label": "app()",
      "id": "remix_app_api_utils_apps_browsestorageprojection_test_app",
      "community_name": "Community 526"
    },
    {
      "label": "cors.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "cors.ts",
      "id": "remix_app_api_utils_apps_cors",
      "community_name": "Community 23"
    },
    {
      "label": "appCorsHeaders()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "appcorsheaders()",
      "id": "remix_app_api_utils_apps_cors_appcorsheaders",
      "community_name": "Community 23"
    },
    {
      "label": "appDataPreflight()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 23,
      "norm_label": "appdatapreflight()",
      "id": "remix_app_api_utils_apps_cors_appdatapreflight",
      "community_name": "Community 23"
    },
    {
      "label": "readJsonBodyWithCors()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 23,
      "norm_label": "readjsonbodywithcors()",
      "id": "remix_app_api_utils_apps_cors_readjsonbodywithcors",
      "community_name": "Community 23"
    },
    {
      "label": "grants.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "grants.ts",
      "id": "remix_app_api_utils_apps_grants",
      "community_name": "Community 75"
    },
    {
      "label": "AppGrant",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appgrant",
      "id": "remix_app_api_utils_apps_grants_appgrant",
      "community_name": "Community 75"
    },
    {
      "label": "liveAppSessionsFilter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 75,
      "norm_label": "liveappsessionsfilter()",
      "id": "remix_app_api_utils_apps_grants_liveappsessionsfilter",
      "community_name": "Community 75"
    },
    {
      "label": "listGrants()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 75,
      "norm_label": "listgrants()",
      "id": "remix_app_api_utils_apps_grants_listgrants",
      "community_name": "Community 75"
    },
    {
      "label": "revokeGrant()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 75,
      "norm_label": "revokegrant()",
      "id": "remix_app_api_utils_apps_grants_revokegrant",
      "community_name": "Community 75"
    },
    {
      "label": "namespace.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "namespace.ts",
      "id": "remix_app_api_utils_apps_namespace",
      "community_name": "Community 34"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 34,
      "norm_label": "fail",
      "id": "remix_app_api_utils_apps_namespace_fail",
      "community_name": "Community 34"
    },
    {
      "label": "appAclEntry()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appaclentry()",
      "id": "remix_app_api_utils_apps_namespace_appaclentry",
      "community_name": "Community 34"
    },
    {
      "label": "AppNamespaceScope",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appnamespacescope",
      "id": "remix_app_api_utils_apps_namespace_appnamespacescope",
      "community_name": "Community 34"
    },
    {
      "label": "appScopeOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 23,
      "norm_label": "appscopeof()",
      "id": "remix_app_api_utils_apps_namespace_appscopeof",
      "community_name": "Community 23"
    },
    {
      "label": "appNamespaceClauses()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 254,
      "norm_label": "appnamespaceclauses()",
      "id": "remix_app_api_utils_apps_namespace_appnamespaceclauses",
      "community_name": "Community 254"
    },
    {
      "label": "appCanViewDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appcanviewdoc()",
      "id": "remix_app_api_utils_apps_namespace_appcanviewdoc",
      "community_name": "Community 34"
    },
    {
      "label": "appNamespaceStamp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L131",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appnamespacestamp()",
      "id": "remix_app_api_utils_apps_namespace_appnamespacestamp",
      "community_name": "Community 34"
    },
    {
      "label": "resolveAppScopedAcl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L150",
      "_origin": "ast",
      "community": 34,
      "norm_label": "resolveappscopedacl()",
      "id": "remix_app_api_utils_apps_namespace_resolveappscopedacl",
      "community_name": "Community 34"
    },
    {
      "label": "liveSharingAuthors()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L180",
      "_origin": "ast",
      "community": 34,
      "norm_label": "livesharingauthors()",
      "id": "remix_app_api_utils_apps_namespace_livesharingauthors",
      "community_name": "Community 34"
    },
    {
      "label": "liveSandboxAuthors()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L213",
      "_origin": "ast",
      "community": 34,
      "norm_label": "livesandboxauthors()",
      "id": "remix_app_api_utils_apps_namespace_livesandboxauthors",
      "community_name": "Community 34"
    },
    {
      "label": "filterByLiveAuthors()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L247",
      "_origin": "ast",
      "community": 34,
      "norm_label": "filterbyliveauthors()",
      "id": "remix_app_api_utils_apps_namespace_filterbyliveauthors",
      "community_name": "Community 34"
    },
    {
      "label": "storageShareId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L273",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storageshareid()",
      "id": "remix_app_api_utils_apps_namespace_storageshareid",
      "community_name": "Community 34"
    },
    {
      "label": "isAppStorageCounterCandidateId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L276",
      "_origin": "ast",
      "community": 34,
      "norm_label": "isappstoragecountercandidateid()",
      "id": "remix_app_api_utils_apps_namespace_isappstoragecountercandidateid",
      "community_name": "Community 34"
    },
    {
      "label": "safeWholeNumberExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L279",
      "_origin": "ast",
      "community": 34,
      "norm_label": "safewholenumberexpression()",
      "id": "remix_app_api_utils_apps_namespace_safewholenumberexpression",
      "community_name": "Community 34"
    },
    {
      "label": "APP_STORAGE_COUNTER_ROOT_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L294",
      "_origin": "ast",
      "community": 34,
      "norm_label": "app_storage_counter_root_keys",
      "id": "remix_app_api_utils_apps_namespace_app_storage_counter_root_keys",
      "community_name": "Community 34"
    },
    {
      "label": "APP_STORAGE_COUNTER_CRYSTAL_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L309",
      "_origin": "ast",
      "community": 34,
      "norm_label": "app_storage_counter_crystal_keys",
      "id": "remix_app_api_utils_apps_namespace_app_storage_counter_crystal_keys",
      "community_name": "Community 34"
    },
    {
      "label": "objectKeysSubsetExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L320",
      "_origin": "ast",
      "community": 34,
      "norm_label": "objectkeyssubsetexpression()",
      "id": "remix_app_api_utils_apps_namespace_objectkeyssubsetexpression",
      "community_name": "Community 34"
    },
    {
      "label": "optionalDateExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L333",
      "_origin": "ast",
      "community": 34,
      "norm_label": "optionaldateexpression()",
      "id": "remix_app_api_utils_apps_namespace_optionaldateexpression",
      "community_name": "Community 34"
    },
    {
      "label": "exactAppStorageCounterExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L337",
      "_origin": "ast",
      "community": 34,
      "norm_label": "exactappstoragecounterexpression()",
      "id": "remix_app_api_utils_apps_namespace_exactappstoragecounterexpression",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCounterMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L359",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecountermatch()",
      "id": "remix_app_api_utils_apps_namespace_appstoragecountermatch",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCounterFenceMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L394",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecounterfencematch()",
      "id": "remix_app_api_utils_apps_namespace_appstoragecounterfencematch",
      "community_name": "Community 34"
    },
    {
      "label": "storageMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L422",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storagematch()",
      "id": "remix_app_api_utils_apps_namespace_storagematch",
      "community_name": "Community 34"
    },
    {
      "label": "isPlainObject()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L427",
      "_origin": "ast",
      "community": 34,
      "norm_label": "isplainobject()",
      "id": "remix_app_api_utils_apps_namespace_isplainobject",
      "community_name": "Community 34"
    },
    {
      "label": "isNonNegativeSafeInteger()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L428",
      "_origin": "ast",
      "community": 34,
      "norm_label": "isnonnegativesafeinteger()",
      "id": "remix_app_api_utils_apps_namespace_isnonnegativesafeinteger",
      "community_name": "Community 34"
    },
    {
      "label": "hasExactKeys()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L429",
      "_origin": "ast",
      "community": 34,
      "norm_label": "hasexactkeys()",
      "id": "remix_app_api_utils_apps_namespace_hasexactkeys",
      "community_name": "Community 34"
    },
    {
      "label": "isValidOptionalDate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L431",
      "_origin": "ast",
      "community": 34,
      "norm_label": "isvalidoptionaldate()",
      "id": "remix_app_api_utils_apps_namespace_isvalidoptionaldate",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCounterEnvelopeIsTrusted()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L438",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecounterenvelopeistrusted()",
      "id": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted",
      "community_name": "Community 34"
    },
    {
      "label": "LEGACY_APP_STORAGE_COUNTER_ROOT_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L487",
      "_origin": "ast",
      "community": 34,
      "norm_label": "legacy_app_storage_counter_root_keys",
      "id": "remix_app_api_utils_apps_namespace_legacy_app_storage_counter_root_keys",
      "community_name": "Community 34"
    },
    {
      "label": "HistoricalAppStorageCounterConversionPlan",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L501",
      "_origin": "ast",
      "community": 34,
      "norm_label": "historicalappstoragecounterconversionplan",
      "id": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan",
      "community_name": "Community 34"
    },
    {
      "label": "historicalCounterInvariant()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L518",
      "_origin": "ast",
      "community": 34,
      "norm_label": "historicalcounterinvariant()",
      "id": "remix_app_api_utils_apps_namespace_historicalcounterinvariant",
      "community_name": "Community 34"
    },
    {
      "label": "HistoricalAppStorageCounterConversionResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L620",
      "_origin": "ast",
      "community": 34,
      "norm_label": "historicalappstoragecounterconversionresult",
      "id": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionresult",
      "community_name": "Community 34"
    },
    {
      "label": "convertHistoricalAppStorageCounterInSession()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L625",
      "_origin": "ast",
      "community": 34,
      "norm_label": "converthistoricalappstoragecounterinsession()",
      "id": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession",
      "community_name": "Community 34"
    },
    {
      "label": "convertHistoricalAppStorageCounter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L671",
      "_origin": "ast",
      "community": 34,
      "norm_label": "converthistoricalappstoragecounter()",
      "id": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounter",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCounterUpsertPlan()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L687",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecounterupsertplan()",
      "id": "remix_app_api_utils_apps_namespace_appstoragecounterupsertplan",
      "community_name": "Community 34"
    },
    {
      "label": "ensureAppStorageCounter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L719",
      "_origin": "ast",
      "community": 34,
      "norm_label": "ensureappstoragecounter()",
      "id": "remix_app_api_utils_apps_namespace_ensureappstoragecounter",
      "community_name": "Community 34"
    },
    {
      "label": "AppStorageSourceRow",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L758",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragesourcerow",
      "id": "remix_app_api_utils_apps_namespace_appstoragesourcerow",
      "community_name": "Community 34"
    },
    {
      "label": "AppStorageReconciliationPlan",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L760",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragereconciliationplan",
      "id": "remix_app_api_utils_apps_namespace_appstoragereconciliationplan",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageSourceInvariant()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L766",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragesourceinvariant()",
      "id": "remix_app_api_utils_apps_namespace_appstoragesourceinvariant",
      "community_name": "Community 34"
    },
    {
      "label": "AppStorageAdmissionLedgerDecision",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L813",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstorageadmissionledgerdecision",
      "id": "remix_app_api_utils_apps_namespace_appstorageadmissionledgerdecision",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageLedgerNeedsBaseline()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L815",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstorageledgerneedsbaseline()",
      "id": "remix_app_api_utils_apps_namespace_appstorageledgerneedsbaseline",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCounterCrystalIsReady()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L837",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecountercrystalisready()",
      "id": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCounterProjectionIsReady()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L849",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragecounterprojectionisready()",
      "id": "remix_app_api_utils_apps_namespace_appstoragecounterprojectionisready",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageSourcePipeline()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L858",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragesourcepipeline()",
      "id": "remix_app_api_utils_apps_namespace_appstoragesourcepipeline",
      "community_name": "Community 34"
    },
    {
      "label": "registeredAppStorageLedgersMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L894",
      "_origin": "ast",
      "community": 34,
      "norm_label": "registeredappstorageledgersmatch()",
      "id": "remix_app_api_utils_apps_namespace_registeredappstorageledgersmatch",
      "community_name": "Community 34"
    },
    {
      "label": "AppStorageReconciliation",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L918",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragereconciliation",
      "id": "remix_app_api_utils_apps_namespace_appstoragereconciliation",
      "community_name": "Community 34"
    },
    {
      "label": "reconcileAppStorageInSession()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L926",
      "_origin": "ast",
      "community": 34,
      "norm_label": "reconcileappstorageinsession()",
      "id": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "community_name": "Community 34"
    },
    {
      "label": "reconcileAppStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1031",
      "_origin": "ast",
      "community": 34,
      "norm_label": "reconcileappstorage()",
      "id": "remix_app_api_utils_apps_namespace_reconcileappstorage",
      "community_name": "Community 34"
    },
    {
      "label": "OrphanAppStorageReconciliation",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1036",
      "_origin": "ast",
      "community": 34,
      "norm_label": "orphanappstoragereconciliation",
      "id": "remix_app_api_utils_apps_namespace_orphanappstoragereconciliation",
      "community_name": "Community 34"
    },
    {
      "label": "orphanAppStorageReconciliationPlan()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1049",
      "_origin": "ast",
      "community": 34,
      "norm_label": "orphanappstoragereconciliationplan()",
      "id": "remix_app_api_utils_apps_namespace_orphanappstoragereconciliationplan",
      "community_name": "Community 34"
    },
    {
      "label": "orphanAppInvariant()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1054",
      "_origin": "ast",
      "community": 34,
      "norm_label": "orphanappinvariant()",
      "id": "remix_app_api_utils_apps_namespace_orphanappinvariant",
      "community_name": "Community 34"
    },
    {
      "label": "reconcileOrphanAppStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1061",
      "_origin": "ast",
      "community": 34,
      "norm_label": "reconcileorphanappstorage()",
      "id": "remix_app_api_utils_apps_namespace_reconcileorphanappstorage",
      "community_name": "Community 34"
    },
    {
      "label": "readyAppStorageMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1148",
      "_origin": "ast",
      "community": 34,
      "norm_label": "readyappstoragematch()",
      "id": "remix_app_api_utils_apps_namespace_readyappstoragematch",
      "community_name": "Community 34"
    },
    {
      "label": "reserveUserStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1164",
      "_origin": "ast",
      "community": 34,
      "norm_label": "reserveuserstorage()",
      "id": "remix_app_api_utils_apps_namespace_reserveuserstorage",
      "community_name": "Community 34"
    },
    {
      "label": "refundUserStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1204",
      "_origin": "ast",
      "community": 34,
      "norm_label": "refunduserstorage()",
      "id": "remix_app_api_utils_apps_namespace_refunduserstorage",
      "community_name": "Community 34"
    },
    {
      "label": "healthyStorageLedgerStatusMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1222",
      "_origin": "ast",
      "community": 34,
      "norm_label": "healthystorageledgerstatusmatch()",
      "id": "remix_app_api_utils_apps_namespace_healthystorageledgerstatusmatch",
      "community_name": "Community 34"
    },
    {
      "label": "transactionalReadyAppStorageMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1226",
      "_origin": "ast",
      "community": 34,
      "norm_label": "transactionalreadyappstoragematch()",
      "id": "remix_app_api_utils_apps_namespace_transactionalreadyappstoragematch",
      "community_name": "Community 34"
    },
    {
      "label": "rethrowStorageMutationFailure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1230",
      "_origin": "ast",
      "community": 34,
      "norm_label": "rethrowstoragemutationfailure()",
      "id": "remix_app_api_utils_apps_namespace_rethrowstoragemutationfailure",
      "community_name": "Community 34"
    },
    {
      "label": "explainAppStorageAdmissionFailure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1245",
      "_origin": "ast",
      "community": 34,
      "norm_label": "explainappstorageadmissionfailure()",
      "id": "remix_app_api_utils_apps_namespace_explainappstorageadmissionfailure",
      "community_name": "Community 34"
    },
    {
      "label": "explainAppUserStorageAdmissionFailure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1262",
      "_origin": "ast",
      "community": 34,
      "norm_label": "explainappuserstorageadmissionfailure()",
      "id": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure",
      "community_name": "Community 34"
    },
    {
      "label": "applyAppStorageDeltaTransaction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1297",
      "_origin": "ast",
      "community": 34,
      "norm_label": "applyappstoragedeltatransaction()",
      "id": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "community_name": "Community 34"
    },
    {
      "label": "AppStorageUsage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1461",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstorageusage",
      "id": "remix_app_api_utils_apps_namespace_appstorageusage",
      "community_name": "Community 34"
    },
    {
      "label": "withRemaining()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1478",
      "_origin": "ast",
      "community": 34,
      "norm_label": "withremaining()",
      "id": "remix_app_api_utils_apps_namespace_withremaining",
      "community_name": "Community 34"
    },
    {
      "label": "getAppStorageUsage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1485",
      "_origin": "ast",
      "community": 34,
      "norm_label": "getappstorageusage()",
      "id": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageBudgetBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1523",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appstoragebudgetbytes()",
      "id": "remix_app_api_utils_apps_namespace_appstoragebudgetbytes",
      "community_name": "Community 34"
    },
    {
      "label": "StorageCharge",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1526",
      "_origin": "ast",
      "community": 34,
      "norm_label": "storagecharge",
      "id": "remix_app_api_utils_apps_namespace_storagecharge",
      "community_name": "Community 34"
    },
    {
      "label": "chargeAppStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1532",
      "_origin": "ast",
      "community": 34,
      "norm_label": "chargeappstorage()",
      "id": "remix_app_api_utils_apps_namespace_chargeappstorage",
      "community_name": "Community 34"
    },
    {
      "label": "refundAppStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1569",
      "_origin": "ast",
      "community": 34,
      "norm_label": "refundappstorage()",
      "id": "remix_app_api_utils_apps_namespace_refundappstorage",
      "community_name": "Community 34"
    },
    {
      "label": "setAppUserStorageAllowance()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1577",
      "_origin": "ast",
      "community": 34,
      "norm_label": "setappuserstorageallowance()",
      "id": "remix_app_api_utils_apps_namespace_setappuserstorageallowance",
      "community_name": "Community 34"
    },
    {
      "label": "setAppStorageUsed()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1610",
      "_origin": "ast",
      "community": 34,
      "norm_label": "setappstorageused()",
      "id": "remix_app_api_utils_apps_namespace_setappstorageused",
      "community_name": "Community 34"
    },
    {
      "label": "initializeAppStorageAccounting()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1650",
      "_origin": "ast",
      "community": 41,
      "norm_label": "initializeappstorageaccounting()",
      "id": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "community_name": "Community 41"
    },
    {
      "label": "namespaceStorageRecovery.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespaceStorageRecovery.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 640,
      "norm_label": "namespacestoragerecovery.test.ts",
      "id": "remix_app_api_utils_apps_namespacestoragerecovery_test",
      "community_name": "Community 640"
    },
    {
      "label": "remixRoot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespaceStorageRecovery.test.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 640,
      "norm_label": "remixroot",
      "id": "remix_app_api_utils_apps_namespacestoragerecovery_test_remixroot",
      "community_name": "Community 640"
    },
    {
      "label": "NamespaceModule",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespaceStorageRecovery.test.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 640,
      "norm_label": "namespacemodule",
      "id": "remix_app_api_utils_apps_namespacestoragerecovery_test_namespacemodule",
      "community_name": "Community 640"
    },
    {
      "label": "ThingsModule",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespaceStorageRecovery.test.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 640,
      "norm_label": "thingsmodule",
      "id": "remix_app_api_utils_apps_namespacestoragerecovery_test_thingsmodule",
      "community_name": "Community 640"
    },
    {
      "label": "profileMedia.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/profileMedia.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "profilemedia.ts",
      "id": "remix_app_api_utils_apps_profilemedia",
      "community_name": "Community 44"
    },
    {
      "label": "thirdPartyProfileMediaUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/profileMedia.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 23,
      "norm_label": "thirdpartyprofilemediaurl()",
      "id": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl",
      "community_name": "Community 23"
    },
    {
      "label": "sandbox.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sandbox.ts",
      "id": "remix_app_api_utils_apps_sandbox",
      "community_name": "Community 75"
    },
    {
      "label": "isSandboxOwnerId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 75,
      "norm_label": "issandboxownerid()",
      "id": "remix_app_api_utils_apps_sandbox_issandboxownerid",
      "community_name": "Community 75"
    },
    {
      "label": "sanitizeSandboxSpace()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sanitizesandboxspace()",
      "id": "remix_app_api_utils_apps_sandbox_sanitizesandboxspace",
      "community_name": "Community 75"
    },
    {
      "label": "sanitizeSandboxUsername()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sanitizesandboxusername()",
      "id": "remix_app_api_utils_apps_sandbox_sanitizesandboxusername",
      "community_name": "Community 75"
    },
    {
      "label": "sandboxDisplayName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sandboxdisplayname()",
      "id": "remix_app_api_utils_apps_sandbox_sandboxdisplayname",
      "community_name": "Community 75"
    },
    {
      "label": "sandboxPublicUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sandboxpublicuser()",
      "id": "remix_app_api_utils_apps_sandbox_sandboxpublicuser",
      "community_name": "Community 75"
    },
    {
      "label": "SandboxTokenGrant",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sandboxtokengrant",
      "id": "remix_app_api_utils_apps_sandbox_sandboxtokengrant",
      "community_name": "Community 75"
    },
    {
      "label": "mintSandboxToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L121",
      "_origin": "ast",
      "community": 75,
      "norm_label": "mintsandboxtoken()",
      "id": "remix_app_api_utils_apps_sandbox_mintsandboxtoken",
      "community_name": "Community 75"
    },
    {
      "label": "scopes.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "scopes.ts",
      "id": "remix_app_api_utils_apps_scopes",
      "community_name": "Community 75"
    },
    {
      "label": "AppScopeKind",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appscopekind",
      "id": "remix_app_api_utils_apps_scopes_appscopekind",
      "community_name": "Community 75"
    },
    {
      "label": "AppScopeDescriptor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appscopedescriptor",
      "id": "remix_app_api_utils_apps_scopes_appscopedescriptor",
      "community_name": "Community 75"
    },
    {
      "label": "APP_SCOPE_CATALOG",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 75,
      "norm_label": "app_scope_catalog",
      "id": "remix_app_api_utils_apps_scopes_app_scope_catalog",
      "community_name": "Community 75"
    },
    {
      "label": "CATALOG_BY_ID",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L102",
      "_origin": "ast",
      "community": 75,
      "norm_label": "catalog_by_id",
      "id": "remix_app_api_utils_apps_scopes_catalog_by_id",
      "community_name": "Community 75"
    },
    {
      "label": "APP_SCOPE_IDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L104",
      "_origin": "ast",
      "community": 75,
      "norm_label": "app_scope_ids",
      "id": "remix_app_api_utils_apps_scopes_app_scope_ids",
      "community_name": "Community 75"
    },
    {
      "label": "BASELINE_APP_SCOPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L106",
      "_origin": "ast",
      "community": 75,
      "norm_label": "baseline_app_scopes",
      "id": "remix_app_api_utils_apps_scopes_baseline_app_scopes",
      "community_name": "Community 75"
    },
    {
      "label": "LEGACY_APP_SCOPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 75,
      "norm_label": "legacy_app_scopes",
      "id": "remix_app_api_utils_apps_scopes_legacy_app_scopes",
      "community_name": "Community 75"
    },
    {
      "label": "DEFAULT_APP_SCOPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 75,
      "norm_label": "default_app_scopes",
      "id": "remix_app_api_utils_apps_scopes_default_app_scopes",
      "community_name": "Community 75"
    },
    {
      "label": "isKnownScope()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 75,
      "norm_label": "isknownscope()",
      "id": "remix_app_api_utils_apps_scopes_isknownscope",
      "community_name": "Community 75"
    },
    {
      "label": "coversPath()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 75,
      "norm_label": "coverspath()",
      "id": "remix_app_api_utils_apps_scopes_coverspath",
      "community_name": "Community 75"
    },
    {
      "label": "EXACT_APP_SCOPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L123",
      "_origin": "ast",
      "community": 75,
      "norm_label": "exact_app_scopes",
      "id": "remix_app_api_utils_apps_scopes_exact_app_scopes",
      "community_name": "Community 75"
    },
    {
      "label": "scopeCovers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L128",
      "_origin": "ast",
      "community": 23,
      "norm_label": "scopecovers()",
      "id": "remix_app_api_utils_apps_scopes_scopecovers",
      "community_name": "Community 23"
    },
    {
      "label": "dedupe()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 75,
      "norm_label": "dedupe()",
      "id": "remix_app_api_utils_apps_scopes_dedupe",
      "community_name": "Community 75"
    },
    {
      "label": "withBaseline()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L142",
      "_origin": "ast",
      "community": 75,
      "norm_label": "withbaseline()",
      "id": "remix_app_api_utils_apps_scopes_withbaseline",
      "community_name": "Community 75"
    },
    {
      "label": "parseScopeParam()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L150",
      "_origin": "ast",
      "community": 75,
      "norm_label": "parsescopeparam()",
      "id": "remix_app_api_utils_apps_scopes_parsescopeparam",
      "community_name": "Community 75"
    },
    {
      "label": "sanitizeGrantedScopes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sanitizegrantedscopes()",
      "id": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes",
      "community_name": "Community 75"
    },
    {
      "label": "sessionScopes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L216",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sessionscopes()",
      "id": "remix_app_api_utils_apps_scopes_sessionscopes",
      "community_name": "Community 75"
    },
    {
      "label": "describeScopes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L224",
      "_origin": "ast",
      "community": 75,
      "norm_label": "describescopes()",
      "id": "remix_app_api_utils_apps_scopes_describescopes",
      "community_name": "Community 75"
    },
    {
      "label": "AppScopeId",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L229",
      "_origin": "ast",
      "community": 75,
      "norm_label": "appscopeid",
      "id": "remix_app_api_utils_apps_scopes_appscopeid",
      "community_name": "Community 75"
    },
    {
      "label": "sharedThings.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sharedthings.ts",
      "id": "remix_app_api_utils_apps_sharedthings",
      "community_name": "Community 75"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 75,
      "norm_label": "fail",
      "id": "remix_app_api_utils_apps_sharedthings_fail",
      "community_name": "Community 75"
    },
    {
      "label": "sanitizeSharedThings()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sanitizesharedthings()",
      "id": "remix_app_api_utils_apps_sharedthings_sanitizesharedthings",
      "community_name": "Community 75"
    },
    {
      "label": "SharedThing",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 75,
      "norm_label": "sharedthing",
      "id": "remix_app_api_utils_apps_sharedthings_sharedthing",
      "community_name": "Community 75"
    },
    {
      "label": "getSharedThings()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 23,
      "norm_label": "getsharedthings()",
      "id": "remix_app_api_utils_apps_sharedthings_getsharedthings",
      "community_name": "Community 23"
    },
    {
      "label": "attachmentAccess.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentaccess.test.ts",
      "id": "remix_app_api_utils_attachments_attachmentaccess_test",
      "community_name": "Community 26"
    },
    {
      "label": "post()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 26,
      "norm_label": "post()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_test_post",
      "community_name": "Community 26"
    },
    {
      "label": "profileAttachment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profileattachment()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_test_profileattachment",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentAccess.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentaccess.ts",
      "id": "remix_app_api_utils_attachments_attachmentaccess",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentAccessViewer",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentaccessviewer",
      "id": "remix_app_api_utils_attachments_attachmentaccess_attachmentaccessviewer",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentTargetAclDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmenttargetacldoc",
      "id": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetacldoc",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentAccessDocument",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentaccessdocument",
      "id": "remix_app_api_utils_attachments_attachmentaccess_attachmentaccessdocument",
      "community_name": "Community 26"
    },
    {
      "label": "ProfileAttachmentTargetDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profileattachmenttargetdoc",
      "id": "remix_app_api_utils_attachments_attachmentaccess_profileattachmenttargetdoc",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentTargetAclAllows()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmenttargetaclallows()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetaclallows",
      "community_name": "Community 26"
    },
    {
      "label": "profileAttachmentTargetAllows()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profileattachmenttargetallows()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_profileattachmenttargetallows",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentTargetAccessDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmenttargetaccessdependencies",
      "id": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetaccessdependencies",
      "community_name": "Community 26"
    },
    {
      "label": "exactThingtime()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 26,
      "norm_label": "exactthingtime()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_exactthingtime",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentRootAclAllows()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentrootaclallows()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_attachmentrootaclallows",
      "community_name": "Community 26"
    },
    {
      "label": "canViewCommentAttachment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L107",
      "_origin": "ast",
      "community": 26,
      "norm_label": "canviewcommentattachment()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_canviewcommentattachment",
      "community_name": "Community 26"
    },
    {
      "label": "canViewMessageAttachment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L131",
      "_origin": "ast",
      "community": 26,
      "norm_label": "canviewmessageattachment()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_canviewmessageattachment",
      "community_name": "Community 26"
    },
    {
      "label": "canViewEmojiAttachment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L164",
      "_origin": "ast",
      "community": 26,
      "norm_label": "canviewemojiattachment()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_canviewemojiattachment",
      "community_name": "Community 26"
    },
    {
      "label": "createCanViewHomeAttachmentTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L200",
      "_origin": "ast",
      "community": 26,
      "norm_label": "createcanviewhomeattachmenttarget()",
      "id": "remix_app_api_utils_attachments_attachmentaccess_createcanviewhomeattachmenttarget",
      "community_name": "Community 26"
    },
    {
      "label": "canViewHomeAttachmentTarget",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L261",
      "_origin": "ast",
      "community": 26,
      "norm_label": "canviewhomeattachmenttarget",
      "id": "remix_app_api_utils_attachments_attachmentaccess_canviewhomeattachmenttarget",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentCascadeCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 584,
      "norm_label": "attachmentcascadecore.test.ts",
      "id": "remix_app_api_utils_attachments_attachmentcascadecore_test",
      "community_name": "Community 584"
    },
    {
      "label": "attachmentCascadeCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 584,
      "norm_label": "attachmentcascadecore.ts",
      "id": "remix_app_api_utils_attachments_attachmentcascadecore",
      "community_name": "Community 584"
    },
    {
      "label": "AttachmentCascadeCandidate",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 584,
      "norm_label": "attachmentcascadecandidate",
      "id": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecandidate",
      "community_name": "Community 584"
    },
    {
      "label": "AttachmentCascadeCleanupTarget",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 584,
      "norm_label": "attachmentcascadecleanuptarget",
      "id": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecleanuptarget",
      "community_name": "Community 584"
    },
    {
      "label": "isAttachmentCandidate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 584,
      "norm_label": "isattachmentcandidate()",
      "id": "remix_app_api_utils_attachments_attachmentcascadecore_isattachmentcandidate",
      "community_name": "Community 584"
    },
    {
      "label": "attachmentCascadeCleanupTargets()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 584,
      "norm_label": "attachmentcascadecleanuptargets()",
      "id": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecleanuptargets",
      "community_name": "Community 584"
    },
    {
      "label": "attachmentCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentcore.test.ts",
      "id": "remix_app_api_utils_attachments_attachmentcore_test",
      "community_name": "Community 26"
    },
    {
      "label": "attachment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment()",
      "id": "remix_app_api_utils_attachments_attachmentcore_test_attachment",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentcore.ts",
      "id": "remix_app_api_utils_attachments_attachmentcore",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_THINGTIME",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_thingtime",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachment_thingtime",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_ENVELOPE_VERSION",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L2",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_envelope_version",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachment_envelope_version",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_STATES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_states",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachment_states",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentState",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentstate",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentstate",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_PURPOSES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_purposes",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachment_purposes",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentPurpose",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpurpose",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentpurpose",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_PROFILE_SLOTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_profile_slots",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachment_profile_slots",
      "community_name": "Community 26"
    },
    {
      "label": "ProfileAttachmentSlot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profileattachmentslot",
      "id": "remix_app_api_utils_attachments_attachmentcore_profileattachmentslot",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_MEDIA_KINDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_media_kinds",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachment_media_kinds",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentMediaKind",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentmediakind",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakind",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentPublicMetadata",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpublicmetadata",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentpublicmetadata",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentCrystal",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentcrystal",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentcrystal",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentPrivateObjectFields",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentprivateobjectfields",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentprivateobjectfields",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentStorageCandidate",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentstoragecandidate",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentstoragecandidate",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentMetadataResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentmetadataresult",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentmetadataresult",
      "community_name": "Community 26"
    },
    {
      "label": "SAFE_IMAGE_CONTENT_TYPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 26,
      "norm_label": "safe_image_content_types",
      "id": "remix_app_api_utils_attachments_attachmentcore_safe_image_content_types",
      "community_name": "Community 26"
    },
    {
      "label": "SAFE_VIDEO_CONTENT_TYPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 26,
      "norm_label": "safe_video_content_types",
      "id": "remix_app_api_utils_attachments_attachmentcore_safe_video_content_types",
      "community_name": "Community 26"
    },
    {
      "label": "SAFE_AUDIO_CONTENT_TYPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 26,
      "norm_label": "safe_audio_content_types",
      "id": "remix_app_api_utils_attachments_attachmentcore_safe_audio_content_types",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_PART_ISSUING_STATES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L88",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_part_issuing_states",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachment_part_issuing_states",
      "community_name": "Community 26"
    },
    {
      "label": "hasAsciiControlChar()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L93",
      "_origin": "ast",
      "community": 26,
      "norm_label": "hasasciicontrolchar()",
      "id": "remix_app_api_utils_attachments_attachmentcore_hasasciicontrolchar",
      "community_name": "Community 26"
    },
    {
      "label": "isWellFormedUnicode()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 26,
      "norm_label": "iswellformedunicode()",
      "id": "remix_app_api_utils_attachments_attachmentcore_iswellformedunicode",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentMediaKindForContentType()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentmediakindforcontenttype()",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype",
      "community_name": "Community 26"
    },
    {
      "label": "sanitizeAttachmentPublicMetadata()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L122",
      "_origin": "ast",
      "community": 26,
      "norm_label": "sanitizeattachmentpublicmetadata()",
      "id": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata",
      "community_name": "Community 26"
    },
    {
      "label": "isAttachmentThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L161",
      "_origin": "ast",
      "community": 26,
      "norm_label": "isattachmentthing()",
      "id": "remix_app_api_utils_attachments_attachmentcore_isattachmentthing",
      "community_name": "Community 26"
    },
    {
      "label": "isAttachmentState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L164",
      "_origin": "ast",
      "community": 26,
      "norm_label": "isattachmentstate()",
      "id": "remix_app_api_utils_attachments_attachmentcore_isattachmentstate",
      "community_name": "Community 26"
    },
    {
      "label": "isAttachmentPurpose()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L167",
      "_origin": "ast",
      "community": 26,
      "norm_label": "isattachmentpurpose()",
      "id": "remix_app_api_utils_attachments_attachmentcore_isattachmentpurpose",
      "community_name": "Community 26"
    },
    {
      "label": "isAttachmentProfileSlot()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L170",
      "_origin": "ast",
      "community": 26,
      "norm_label": "isattachmentprofileslot()",
      "id": "remix_app_api_utils_attachments_attachmentcore_isattachmentprofileslot",
      "community_name": "Community 26"
    },
    {
      "label": "isAttachmentObjectVersionId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L173",
      "_origin": "ast",
      "community": 26,
      "norm_label": "isattachmentobjectversionid()",
      "id": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid",
      "community_name": "Community 26"
    },
    {
      "label": "isAttachmentFinalizationLeaseId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L176",
      "_origin": "ast",
      "community": 26,
      "norm_label": "isattachmentfinalizationleaseid()",
      "id": "remix_app_api_utils_attachments_attachmentcore_isattachmentfinalizationleaseid",
      "community_name": "Community 26"
    },
    {
      "label": "canonicalAttachmentCrystal()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L182",
      "_origin": "ast",
      "community": 26,
      "norm_label": "canonicalattachmentcrystal()",
      "id": "remix_app_api_utils_attachments_attachmentcore_canonicalattachmentcrystal",
      "community_name": "Community 26"
    },
    {
      "label": "toAttachmentPublicMetadata()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L196",
      "_origin": "ast",
      "community": 25,
      "norm_label": "toattachmentpublicmetadata()",
      "id": "remix_app_api_utils_attachments_attachmentcore_toattachmentpublicmetadata",
      "community_name": "Community 25"
    },
    {
      "label": "attachmentObjectSizeBytesForAccounting()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L205",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentobjectsizebytesforaccounting()",
      "id": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentPresentation.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpresentation.test.ts",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_test",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentPresentation.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpresentation.ts",
      "id": "remix_app_api_utils_attachments_attachmentpresentation",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_INLINE_CONTENT_TYPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_inline_content_types",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_attachment_inline_content_types",
      "community_name": "Community 26"
    },
    {
      "label": "extensionFromName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 26,
      "norm_label": "extensionfromname()",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_extensionfromname",
      "community_name": "Community 26"
    },
    {
      "label": "detectedAttachmentType()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 26,
      "norm_label": "detectedattachmenttype()",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_detectedattachmenttype",
      "community_name": "Community 26"
    },
    {
      "label": "asciiFilename()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 26,
      "norm_label": "asciifilename()",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_asciifilename",
      "community_name": "Community 26"
    },
    {
      "label": "encodeRfc5987()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 26,
      "norm_label": "encoderfc5987()",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_encoderfc5987",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentContentDisposition()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentcontentdisposition()",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_attachmentcontentdisposition",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentMayRenderInline()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentmayrenderinline()",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_attachmentmayrenderinline",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentPublicProjection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpublicprojection()",
      "id": "remix_app_api_utils_attachments_attachmentpresentation_attachmentpublicprojection",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentResponses.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "attachmentresponses.ts",
      "id": "remix_app_api_utils_attachments_attachmentresponses",
      "community_name": "Community 23"
    },
    {
      "label": "applyPrivateHeaders()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 23,
      "norm_label": "applyprivateheaders()",
      "id": "remix_app_api_utils_attachments_attachmentresponses_applyprivateheaders",
      "community_name": "Community 23"
    },
    {
      "label": "withAttachmentPrivateResponse()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 23,
      "norm_label": "withattachmentprivateresponse()",
      "id": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse",
      "community_name": "Community 23"
    },
    {
      "label": "isSameOriginAttachmentRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 23,
      "norm_label": "issameoriginattachmentrequest()",
      "id": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest",
      "community_name": "Community 23"
    },
    {
      "label": "MutationService",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 23,
      "norm_label": "mutationservice",
      "id": "remix_app_api_utils_attachments_attachmentresponses_mutationservice",
      "community_name": "Community 23"
    },
    {
      "label": "AttachmentMutationDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 23,
      "norm_label": "attachmentmutationdependencies",
      "id": "remix_app_api_utils_attachments_attachmentresponses_attachmentmutationdependencies",
      "community_name": "Community 23"
    },
    {
      "label": "defaultDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 23,
      "norm_label": "defaultdependencies",
      "id": "remix_app_api_utils_attachments_attachmentresponses_defaultdependencies",
      "community_name": "Community 23"
    },
    {
      "label": "createAttachmentMutationAction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 26,
      "norm_label": "createattachmentmutationaction()",
      "id": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentPostOnlyLoader()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpostonlyloader()",
      "id": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentStore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentstore.test.ts",
      "id": "remix_app_api_utils_attachments_attachmentstore_test",
      "community_name": "Community 26"
    },
    {
      "label": "now",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 26,
      "norm_label": "now",
      "id": "remix_app_api_utils_attachments_attachmentstore_test_now",
      "community_name": "Community 26"
    },
    {
      "label": "profileDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profiledoc()",
      "id": "remix_app_api_utils_attachments_attachmentstore_test_profiledoc",
      "community_name": "Community 26"
    },
    {
      "label": "inMemoryReconciler()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 26,
      "norm_label": "inmemoryreconciler()",
      "id": "remix_app_api_utils_attachments_attachmentstore_test_inmemoryreconciler",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentStore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentstore.ts",
      "id": "remix_app_api_utils_attachments_attachmentstore",
      "community_name": "Community 26"
    },
    {
      "label": "PROFILE_ATTACHMENT_CONTENT_TYPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profile_attachment_content_types",
      "id": "remix_app_api_utils_attachments_attachmentstore_profile_attachment_content_types",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentDeletingRetryAt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentdeletingretryat()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentdeletingretryat",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentMpuSettlementAt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentmpusettlementat()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentmpusettlementat",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentDeletingRetryUpdate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentdeletingretryupdate()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentdeletingretryupdate",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentdoc",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentdoc",
      "community_name": "Community 26"
    },
    {
      "label": "PendingInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 26,
      "norm_label": "pendinginput",
      "id": "remix_app_api_utils_attachments_attachmentstore_pendinginput",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentDeleteClaimScope",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentdeleteclaimscope",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentdeleteclaimscope",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentDraftDeleteClaimScope",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentdraftdeleteclaimscope",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentdraftdeleteclaimscope",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentDeleteClaimFence()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentdeleteclaimfence()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentdeleteclaimfence",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentObjectlessPendingDeleteFence()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L93",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentobjectlesspendingdeletefence()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentobjectlesspendingdeletefence",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentStoreConflictError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentstoreconflicterror",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentstoreconflicterror",
      "community_name": "Community 26"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L102",
      "_origin": "ast",
      "community": 26,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentstoreconflicterror_constructor",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentBindingError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentbindingerror",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror",
      "community_name": "Community 26"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 26,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror_constructor",
      "community_name": "Community 26"
    },
    {
      "label": "canonicalStoredBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 47,
      "norm_label": "canonicalstoredbytes()",
      "id": "remix_app_api_utils_attachments_attachmentstore_canonicalstoredbytes",
      "community_name": "Community 47"
    },
    {
      "label": "attachmentMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L123",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentmatch()",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentmatch",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentStore",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentstore",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentstore",
      "community_name": "Community 26"
    },
    {
      "label": "expiredAttachmentDraftFilter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L156",
      "_origin": "ast",
      "community": 26,
      "norm_label": "expiredattachmentdraftfilter()",
      "id": "remix_app_api_utils_attachments_attachmentstore_expiredattachmentdraftfilter",
      "community_name": "Community 26"
    },
    {
      "label": "BindableAttachmentPurpose",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L642",
      "_origin": "ast",
      "community": 26,
      "norm_label": "bindableattachmentpurpose",
      "id": "remix_app_api_utils_attachments_attachmentstore_bindableattachmentpurpose",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentPurposeLabel",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L644",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpurposelabel",
      "id": "remix_app_api_utils_attachments_attachmentstore_attachmentpurposelabel",
      "community_name": "Community 26"
    },
    {
      "label": "bindReadyAttachmentsForPurpose()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L655",
      "_origin": "ast",
      "community": 26,
      "norm_label": "bindreadyattachmentsforpurpose()",
      "id": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose",
      "community_name": "Community 26"
    },
    {
      "label": "bindReadyAttachmentsToTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L741",
      "_origin": "ast",
      "community": 26,
      "norm_label": "bindreadyattachmentstotarget()",
      "id": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentstotarget",
      "community_name": "Community 26"
    },
    {
      "label": "bindReadyCommentAttachmentsToTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L748",
      "_origin": "ast",
      "community": 26,
      "norm_label": "bindreadycommentattachmentstotarget()",
      "id": "remix_app_api_utils_attachments_attachmentstore_bindreadycommentattachmentstotarget",
      "community_name": "Community 26"
    },
    {
      "label": "bindReadyMessageAttachmentsToTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L755",
      "_origin": "ast",
      "community": 26,
      "norm_label": "bindreadymessageattachmentstotarget()",
      "id": "remix_app_api_utils_attachments_attachmentstore_bindreadymessageattachmentstotarget",
      "community_name": "Community 26"
    },
    {
      "label": "bindReadyEmojiAttachmentToTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L762",
      "_origin": "ast",
      "community": 26,
      "norm_label": "bindreadyemojiattachmenttotarget()",
      "id": "remix_app_api_utils_attachments_attachmentstore_bindreadyemojiattachmenttotarget",
      "community_name": "Community 26"
    },
    {
      "label": "ProfileAttachmentRefs",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L769",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profileattachmentrefs",
      "id": "remix_app_api_utils_attachments_attachmentstore_profileattachmentrefs",
      "community_name": "Community 26"
    },
    {
      "label": "exactAcl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L771",
      "_origin": "ast",
      "community": 26,
      "norm_label": "exactacl()",
      "id": "remix_app_api_utils_attachments_attachmentstore_exactacl",
      "community_name": "Community 26"
    },
    {
      "label": "isBindableProfileAttachment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L773",
      "_origin": "ast",
      "community": 26,
      "norm_label": "isbindableprofileattachment()",
      "id": "remix_app_api_utils_attachments_attachmentstore_isbindableprofileattachment",
      "community_name": "Community 26"
    },
    {
      "label": "ProfileAttachmentReconcilerDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L803",
      "_origin": "ast",
      "community": 26,
      "norm_label": "profileattachmentreconcilerdependencies",
      "id": "remix_app_api_utils_attachments_attachmentstore_profileattachmentreconcilerdependencies",
      "community_name": "Community 26"
    },
    {
      "label": "createProfileAttachmentReconciler()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L807",
      "_origin": "ast",
      "community": 26,
      "norm_label": "createprofileattachmentreconciler()",
      "id": "remix_app_api_utils_attachments_attachmentstore_createprofileattachmentreconciler",
      "community_name": "Community 26"
    },
    {
      "label": "reconcileReadyProfileAttachmentsToUser",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L928",
      "_origin": "ast",
      "community": 26,
      "norm_label": "reconcilereadyprofileattachmentstouser",
      "id": "remix_app_api_utils_attachments_attachmentstore_reconcilereadyprofileattachmentstouser",
      "community_name": "Community 26"
    },
    {
      "label": "attachments.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachments.test.ts",
      "id": "remix_app_api_utils_attachments_attachments_test",
      "community_name": "Community 26"
    },
    {
      "label": "checksum()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 26,
      "norm_label": "checksum()",
      "id": "remix_app_api_utils_attachments_attachments_test_checksum",
      "community_name": "Community 26"
    },
    {
      "label": "now",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 26,
      "norm_label": "now",
      "id": "remix_app_api_utils_attachments_attachments_test_now",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentdoc()",
      "id": "remix_app_api_utils_attachments_attachments_test_attachmentdoc",
      "community_name": "Community 26"
    },
    {
      "label": "noopS3()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 26,
      "norm_label": "noops3()",
      "id": "remix_app_api_utils_attachments_attachments_test_noops3",
      "community_name": "Community 26"
    },
    {
      "label": "attachments.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachments.ts",
      "id": "remix_app_api_utils_attachments_attachments",
      "community_name": "Community 26"
    },
    {
      "label": "ATTACHMENT_UPLOAD_PURPOSES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachment_upload_purposes",
      "id": "remix_app_api_utils_attachments_attachments_attachment_upload_purposes",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentUploadPurpose",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentuploadpurpose",
      "id": "remix_app_api_utils_attachments_attachments_attachmentuploadpurpose",
      "community_name": "Community 26"
    },
    {
      "label": "CUSTOM_EMOJI_ATTACHMENT_CONTENT_TYPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 26,
      "norm_label": "custom_emoji_attachment_content_types",
      "id": "remix_app_api_utils_attachments_attachments_custom_emoji_attachment_content_types",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentFail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L58",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentfail",
      "id": "remix_app_api_utils_attachments_attachments_attachmentfail",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentOk",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentok",
      "id": "remix_app_api_utils_attachments_attachments_attachmentok",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentresult",
      "id": "remix_app_api_utils_attachments_attachments_attachmentresult",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentCleanupOutcome",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L67",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentcleanupoutcome",
      "id": "remix_app_api_utils_attachments_attachments_attachmentcleanupoutcome",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentViewer",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentviewer",
      "id": "remix_app_api_utils_attachments_attachments_attachmentviewer",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentServiceDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentservicedependencies",
      "id": "remix_app_api_utils_attachments_attachments_attachmentservicedependencies",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentServiceError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentserviceerror",
      "id": "remix_app_api_utils_attachments_attachments_attachmentserviceerror",
      "community_name": "Community 26"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L84",
      "_origin": "ast",
      "community": 26,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_attachments_attachments_attachmentserviceerror_constructor",
      "community_name": "Community 26"
    },
    {
      "label": "fail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L91",
      "_origin": "ast",
      "community": 26,
      "norm_label": "fail()",
      "id": "remix_app_api_utils_attachments_attachments_fail",
      "community_name": "Community 26"
    },
    {
      "label": "normalizeId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 26,
      "norm_label": "normalizeid()",
      "id": "remix_app_api_utils_attachments_attachments_normalizeid",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentRequestFingerprint()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L103",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentrequestfingerprint()",
      "id": "remix_app_api_utils_attachments_attachments_attachmentrequestfingerprint",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentUploadIntent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L117",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentuploadintent()",
      "id": "remix_app_api_utils_attachments_attachments_attachmentuploadintent",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentIdForRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L129",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentidforrequest()",
      "id": "remix_app_api_utils_attachments_attachments_attachmentidforrequest",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentPartPlan()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L132",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentpartplan()",
      "id": "remix_app_api_utils_attachments_attachments_attachmentpartplan",
      "community_name": "Community 26"
    },
    {
      "label": "attachmentExpectedPartBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L145",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentexpectedpartbytes()",
      "id": "remix_app_api_utils_attachments_attachments_attachmentexpectedpartbytes",
      "community_name": "Community 26"
    },
    {
      "label": "isCanonicalSha256()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L153",
      "_origin": "ast",
      "community": 26,
      "norm_label": "iscanonicalsha256()",
      "id": "remix_app_api_utils_attachments_attachments_iscanonicalsha256",
      "community_name": "Community 26"
    },
    {
      "label": "validateCompletedAttachmentParts()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L159",
      "_origin": "ast",
      "community": 26,
      "norm_label": "validatecompletedattachmentparts()",
      "id": "remix_app_api_utils_attachments_attachments_validatecompletedattachmentparts",
      "community_name": "Community 26"
    },
    {
      "label": "knownFailure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 26,
      "norm_label": "knownfailure()",
      "id": "remix_app_api_utils_attachments_attachments_knownfailure",
      "community_name": "Community 26"
    },
    {
      "label": "unavailable()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L197",
      "_origin": "ast",
      "community": 26,
      "norm_label": "unavailable()",
      "id": "remix_app_api_utils_attachments_attachments_unavailable",
      "community_name": "Community 26"
    },
    {
      "label": "exactPartRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L217",
      "_origin": "ast",
      "community": 26,
      "norm_label": "exactpartrequest()",
      "id": "remix_app_api_utils_attachments_attachments_exactpartrequest",
      "community_name": "Community 26"
    },
    {
      "label": "defaultDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L242",
      "_origin": "ast",
      "community": 26,
      "norm_label": "defaultdependencies",
      "id": "remix_app_api_utils_attachments_attachments_defaultdependencies",
      "community_name": "Community 26"
    },
    {
      "label": "createAttachmentService()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L252",
      "_origin": "ast",
      "community": 26,
      "norm_label": "createattachmentservice()",
      "id": "remix_app_api_utils_attachments_attachments_createattachmentservice",
      "community_name": "Community 26"
    },
    {
      "label": "service",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1213",
      "_origin": "ast",
      "community": 26,
      "norm_label": "service",
      "id": "remix_app_api_utils_attachments_attachments_service",
      "community_name": "Community 26"
    },
    {
      "label": "createReadyAttachmentPostInsertHook()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1229",
      "_origin": "ast",
      "community": 23,
      "norm_label": "createreadyattachmentpostinserthook()",
      "id": "remix_app_api_utils_attachments_attachments_createreadyattachmentpostinserthook",
      "community_name": "Community 23"
    },
    {
      "label": "createReadyAttachmentInsertHook()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1235",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createreadyattachmentinserthook()",
      "id": "remix_app_api_utils_attachments_attachments_createreadyattachmentinserthook",
      "community_name": "Community 25"
    },
    {
      "label": "createReadyAttachmentCommentInsertHook()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1241",
      "_origin": "ast",
      "community": 23,
      "norm_label": "createreadyattachmentcommentinserthook()",
      "id": "remix_app_api_utils_attachments_attachments_createreadyattachmentcommentinserthook",
      "community_name": "Community 23"
    },
    {
      "label": "createReadyAttachmentMessageInsertHook()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1244",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createreadyattachmentmessageinserthook()",
      "id": "remix_app_api_utils_attachments_attachments_createreadyattachmentmessageinserthook",
      "community_name": "Community 25"
    },
    {
      "label": "createReadyAttachmentEmojiInsertHook()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1247",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createreadyattachmentemojiinserthook()",
      "id": "remix_app_api_utils_attachments_attachments_createreadyattachmentemojiinserthook",
      "community_name": "Community 25"
    },
    {
      "label": "config.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/config.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "config.test.ts",
      "id": "remix_app_api_utils_attachments_config_test",
      "community_name": "Community 26"
    },
    {
      "label": "config.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "config.ts",
      "id": "remix_app_api_utils_attachments_config",
      "community_name": "Community 26"
    },
    {
      "label": "ROLE_ARN_RE",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "role_arn_re",
      "id": "remix_app_api_utils_attachments_config_role_arn_re",
      "community_name": "Community 26"
    },
    {
      "label": "PrivateS3Config",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 26,
      "norm_label": "privates3config",
      "id": "remix_app_api_utils_attachments_config_privates3config",
      "community_name": "Community 26"
    },
    {
      "label": "PrivateS3ConfigError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 26,
      "norm_label": "privates3configerror",
      "id": "remix_app_api_utils_attachments_config_privates3configerror",
      "community_name": "Community 26"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 26,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_attachments_config_privates3configerror_constructor",
      "community_name": "Community 26"
    },
    {
      "label": "getPrivateS3Config()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 26,
      "norm_label": "getprivates3config()",
      "id": "remix_app_api_utils_attachments_config_getprivates3config",
      "community_name": "Community 26"
    },
    {
      "label": "postCreate.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/postCreate.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "postcreate.test.ts",
      "id": "remix_app_api_utils_attachments_postcreate_test",
      "community_name": "Community 23"
    },
    {
      "label": "postCreate.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "postcreate.ts",
      "id": "remix_app_api_utils_attachments_postcreate",
      "community_name": "Community 23"
    },
    {
      "label": "PostAttachmentRequest",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "postattachmentrequest",
      "id": "remix_app_api_utils_attachments_postcreate_postattachmentrequest",
      "community_name": "Community 23"
    },
    {
      "label": "hasOwn()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 23,
      "norm_label": "hasown()",
      "id": "remix_app_api_utils_attachments_postcreate_hasown",
      "community_name": "Community 23"
    },
    {
      "label": "bodyHasAttachmentIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 23,
      "norm_label": "bodyhasattachmentids()",
      "id": "remix_app_api_utils_attachments_postcreate_bodyhasattachmentids",
      "community_name": "Community 23"
    },
    {
      "label": "attachmentPostActorAllowed()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 23,
      "norm_label": "attachmentpostactorallowed()",
      "id": "remix_app_api_utils_attachments_postcreate_attachmentpostactorallowed",
      "community_name": "Community 23"
    },
    {
      "label": "postBodyWithoutAttachmentIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 23,
      "norm_label": "postbodywithoutattachmentids()",
      "id": "remix_app_api_utils_attachments_postcreate_postbodywithoutattachmentids",
      "community_name": "Community 23"
    },
    {
      "label": "privateS3.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "privates3.test.ts",
      "id": "remix_app_api_utils_attachments_privates3_test",
      "community_name": "Community 26"
    },
    {
      "label": "privateS3.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "privates3.ts",
      "id": "remix_app_api_utils_attachments_privates3",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentUploadedPart",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentuploadedpart",
      "id": "remix_app_api_utils_attachments_privates3_attachmentuploadedpart",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentObjectHead",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachmentobjecthead",
      "id": "remix_app_api_utils_attachments_privates3_attachmentobjecthead",
      "community_name": "Community 26"
    },
    {
      "label": "AttachmentS3",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 26,
      "norm_label": "attachments3",
      "id": "remix_app_api_utils_attachments_privates3_attachments3",
      "community_name": "Community 26"
    },
    {
      "label": "errorName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 26,
      "norm_label": "errorname()",
      "id": "remix_app_api_utils_attachments_privates3_errorname",
      "community_name": "Community 26"
    },
    {
      "label": "errorStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 26,
      "norm_label": "errorstatus()",
      "id": "remix_app_api_utils_attachments_privates3_errorstatus",
      "community_name": "Community 26"
    },
    {
      "label": "expiresAt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 26,
      "norm_label": "expiresat()",
      "id": "remix_app_api_utils_attachments_privates3_expiresat",
      "community_name": "Community 26"
    },
    {
      "label": "makeClient()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 26,
      "norm_label": "makeclient()",
      "id": "remix_app_api_utils_attachments_privates3_makeclient",
      "community_name": "Community 26"
    },
    {
      "label": "PresignUrl",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L88",
      "_origin": "ast",
      "community": 26,
      "norm_label": "presignurl",
      "id": "remix_app_api_utils_attachments_privates3_presignurl",
      "community_name": "Community 26"
    },
    {
      "label": "createPrivateS3()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 26,
      "norm_label": "createprivates3()",
      "id": "remix_app_api_utils_attachments_privates3_createprivates3",
      "community_name": "Community 26"
    },
    {
      "label": "getPrivateS3()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L266",
      "_origin": "ast",
      "community": 26,
      "norm_label": "getprivates3()",
      "id": "remix_app_api_utils_attachments_privates3_getprivates3",
      "community_name": "Community 26"
    },
    {
      "label": "accounts.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "accounts.ts",
      "id": "remix_app_api_utils_auth_accounts",
      "community_name": "Community 46"
    },
    {
      "label": "RosterEntry",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 46,
      "norm_label": "rosterentry",
      "id": "remix_app_api_utils_auth_accounts_rosterentry",
      "community_name": "Community 46"
    },
    {
      "label": "RosterDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 46,
      "norm_label": "rosterdoc",
      "id": "remix_app_api_utils_auth_accounts_rosterdoc",
      "community_name": "Community 46"
    },
    {
      "label": "RosterAccount",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 46,
      "norm_label": "rosteraccount",
      "id": "remix_app_api_utils_auth_accounts_rosteraccount",
      "community_name": "Community 46"
    },
    {
      "label": "PublicAccount",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 46,
      "norm_label": "publicaccount",
      "id": "remix_app_api_utils_auth_accounts_publicaccount",
      "community_name": "Community 46"
    },
    {
      "label": "ResolvedRoster",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 46,
      "norm_label": "resolvedroster",
      "id": "remix_app_api_utils_auth_accounts_resolvedroster",
      "community_name": "Community 46"
    },
    {
      "label": "RosterWriteResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 46,
      "norm_label": "rosterwriteresult",
      "id": "remix_app_api_utils_auth_accounts_rosterwriteresult",
      "community_name": "Community 46"
    },
    {
      "label": "toEntries()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 46,
      "norm_label": "toentries()",
      "id": "remix_app_api_utils_auth_accounts_toentries",
      "community_name": "Community 46"
    },
    {
      "label": "toPublicAccounts()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 46,
      "norm_label": "topublicaccounts()",
      "id": "remix_app_api_utils_auth_accounts_topublicaccounts",
      "community_name": "Community 46"
    },
    {
      "label": "getCookieAuthToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L84",
      "_origin": "ast",
      "community": 46,
      "norm_label": "getcookieauthtoken()",
      "id": "remix_app_api_utils_auth_accounts_getcookieauthtoken",
      "community_name": "Community 46"
    },
    {
      "label": "findLiveRosterDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 46,
      "norm_label": "findliverosterdoc()",
      "id": "remix_app_api_utils_auth_accounts_findliverosterdoc",
      "community_name": "Community 46"
    },
    {
      "label": "resolveRoster()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L100",
      "_origin": "ast",
      "community": 46,
      "norm_label": "resolveroster()",
      "id": "remix_app_api_utils_auth_accounts_resolveroster",
      "community_name": "Community 46"
    },
    {
      "label": "persistRoster()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L190",
      "_origin": "ast",
      "community": 46,
      "norm_label": "persistroster()",
      "id": "remix_app_api_utils_auth_accounts_persistroster",
      "community_name": "Community 46"
    },
    {
      "label": "persistRosterIfChanged()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L246",
      "_origin": "ast",
      "community": 46,
      "norm_label": "persistrosterifchanged()",
      "id": "remix_app_api_utils_auth_accounts_persistrosterifchanged",
      "community_name": "Community 46"
    },
    {
      "label": "mintAccountToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L256",
      "_origin": "ast",
      "community": 46,
      "norm_label": "mintaccounttoken()",
      "id": "remix_app_api_utils_auth_accounts_mintaccounttoken",
      "community_name": "Community 46"
    },
    {
      "label": "mutateRoster()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L264",
      "_origin": "ast",
      "community": 46,
      "norm_label": "mutateroster()",
      "id": "remix_app_api_utils_auth_accounts_mutateroster",
      "community_name": "Community 46"
    },
    {
      "label": "mergeAccountSession()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L288",
      "_origin": "ast",
      "community": 46,
      "norm_label": "mergeaccountsession()",
      "id": "remix_app_api_utils_auth_accounts_mergeaccountsession",
      "community_name": "Community 46"
    },
    {
      "label": "RosterMutation",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L303",
      "_origin": "ast",
      "community": 46,
      "norm_label": "rostermutation",
      "id": "remix_app_api_utils_auth_accounts_rostermutation",
      "community_name": "Community 46"
    },
    {
      "label": "removeAccounts()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L316",
      "_origin": "ast",
      "community": 46,
      "norm_label": "removeaccounts()",
      "id": "remix_app_api_utils_auth_accounts_removeaccounts",
      "community_name": "Community 46"
    },
    {
      "label": "accountsCookie.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "accountscookie.ts",
      "id": "remix_app_api_utils_auth_accountscookie",
      "community_name": "Community 46"
    },
    {
      "label": "accountsCookie",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 46,
      "norm_label": "accountscookie",
      "id": "remix_app_api_utils_auth_accountscookie_accountscookie",
      "community_name": "Community 46"
    },
    {
      "label": "AccountsCookieValue",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 46,
      "norm_label": "accountscookievalue",
      "id": "remix_app_api_utils_auth_accountscookie_accountscookievalue",
      "community_name": "Community 46"
    },
    {
      "label": "parseAccountsCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 46,
      "norm_label": "parseaccountscookie()",
      "id": "remix_app_api_utils_auth_accountscookie_parseaccountscookie",
      "community_name": "Community 46"
    },
    {
      "label": "serializeAccountsCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 46,
      "norm_label": "serializeaccountscookie()",
      "id": "remix_app_api_utils_auth_accountscookie_serializeaccountscookie",
      "community_name": "Community 46"
    },
    {
      "label": "clearAccountsCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 46,
      "norm_label": "clearaccountscookie()",
      "id": "remix_app_api_utils_auth_accountscookie_clearaccountscookie",
      "community_name": "Community 46"
    },
    {
      "label": "admin.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "admin.ts",
      "id": "remix_app_api_utils_auth_admin",
      "community_name": "Community 44"
    },
    {
      "label": "envAdminUsernames()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 44,
      "norm_label": "envadminusernames()",
      "id": "remix_app_api_utils_auth_admin_envadminusernames",
      "community_name": "Community 44"
    },
    {
      "label": "isEnvAdmin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 44,
      "norm_label": "isenvadmin()",
      "id": "remix_app_api_utils_auth_admin_isenvadmin",
      "community_name": "Community 44"
    },
    {
      "label": "isAdminDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 44,
      "norm_label": "isadmindoc()",
      "id": "remix_app_api_utils_auth_admin_isadmindoc",
      "community_name": "Community 44"
    },
    {
      "label": "appOrigin.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/appOrigin.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "apporigin.ts",
      "id": "remix_app_api_utils_auth_apporigin",
      "community_name": "Community 40"
    },
    {
      "label": "resolveTrustedOrigin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/appOrigin.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 40,
      "norm_label": "resolvetrustedorigin()",
      "id": "remix_app_api_utils_auth_apporigin_resolvetrustedorigin",
      "community_name": "Community 40"
    },
    {
      "label": "authCookie.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "authcookie.ts",
      "id": "remix_app_api_utils_auth_authcookie",
      "community_name": "Community 46"
    },
    {
      "label": "authCookie",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 46,
      "norm_label": "authcookie",
      "id": "remix_app_api_utils_auth_authcookie_authcookie",
      "community_name": "Community 46"
    },
    {
      "label": "getAuthToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 46,
      "norm_label": "getauthtoken()",
      "id": "remix_app_api_utils_auth_authcookie_getauthtoken",
      "community_name": "Community 46"
    },
    {
      "label": "serializeAuthCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 46,
      "norm_label": "serializeauthcookie()",
      "id": "remix_app_api_utils_auth_authcookie_serializeauthcookie",
      "community_name": "Community 46"
    },
    {
      "label": "clearAuthCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 46,
      "norm_label": "clearauthcookie()",
      "id": "remix_app_api_utils_auth_authcookie_clearauthcookie",
      "community_name": "Community 46"
    },
    {
      "label": "authOtps.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "authotps.ts",
      "id": "remix_app_api_utils_auth_authotps",
      "community_name": "Community 30"
    },
    {
      "label": "OtpPurpose",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 30,
      "norm_label": "otppurpose",
      "id": "remix_app_api_utils_auth_authotps_otppurpose",
      "community_name": "Community 30"
    },
    {
      "label": "hashOtpCode()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 30,
      "norm_label": "hashotpcode()",
      "id": "remix_app_api_utils_auth_authotps_hashotpcode",
      "community_name": "Community 30"
    },
    {
      "label": "generateOtpCode()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 40,
      "norm_label": "generateotpcode()",
      "id": "remix_app_api_utils_auth_authotps_generateotpcode",
      "community_name": "Community 40"
    },
    {
      "label": "createOtpChallenge()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 30,
      "norm_label": "createotpchallenge()",
      "id": "remix_app_api_utils_auth_authotps_createotpchallenge",
      "community_name": "Community 30"
    },
    {
      "label": "ConsumeOtpResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumeotpresult",
      "id": "remix_app_api_utils_auth_authotps_consumeotpresult",
      "community_name": "Community 30"
    },
    {
      "label": "consumeOtpChallenge()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L58",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumeotpchallenge()",
      "id": "remix_app_api_utils_auth_authotps_consumeotpchallenge",
      "community_name": "Community 30"
    },
    {
      "label": "deleteOtpChallenge()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 30,
      "norm_label": "deleteotpchallenge()",
      "id": "remix_app_api_utils_auth_authotps_deleteotpchallenge",
      "community_name": "Community 30"
    },
    {
      "label": "devVerification.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/devVerification.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "devverification.ts",
      "id": "remix_app_api_utils_auth_devverification",
      "community_name": "Community 40"
    },
    {
      "label": "shouldShowDevVerificationLink()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/devVerification.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 40,
      "norm_label": "shouldshowdevverificationlink()",
      "id": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink",
      "community_name": "Community 40"
    },
    {
      "label": "email.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "email.ts",
      "id": "remix_app_api_utils_auth_email",
      "community_name": "Community 40"
    },
    {
      "label": "sendVerificationEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendverificationemail()",
      "id": "remix_app_api_utils_auth_email_sendverificationemail",
      "community_name": "Community 40"
    },
    {
      "label": "sendPasswordResetEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendpasswordresetemail()",
      "id": "remix_app_api_utils_auth_email_sendpasswordresetemail",
      "community_name": "Community 40"
    },
    {
      "label": "sendEmailOtp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendemailotp()",
      "id": "remix_app_api_utils_auth_email_sendemailotp",
      "community_name": "Community 40"
    },
    {
      "label": "sendNewsletterEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendnewsletteremail()",
      "id": "remix_app_api_utils_auth_email_sendnewsletteremail",
      "community_name": "Community 40"
    },
    {
      "label": "emailVerifications.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "emailverifications.ts",
      "id": "remix_app_api_utils_auth_emailverifications",
      "community_name": "Community 30"
    },
    {
      "label": "createEmailVerification()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 30,
      "norm_label": "createemailverification()",
      "id": "remix_app_api_utils_auth_emailverifications_createemailverification",
      "community_name": "Community 30"
    },
    {
      "label": "ConsumeResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumeresult",
      "id": "remix_app_api_utils_auth_emailverifications_consumeresult",
      "community_name": "Community 30"
    },
    {
      "label": "consumeEmailVerification()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumeemailverification()",
      "id": "remix_app_api_utils_auth_emailverifications_consumeemailverification",
      "community_name": "Community 30"
    },
    {
      "label": "getCurrentServiceAccount.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "getcurrentserviceaccount.ts",
      "id": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "community_name": "Community 46"
    },
    {
      "label": "ServiceAccountAuthResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 46,
      "norm_label": "serviceaccountauthresult",
      "id": "remix_app_api_utils_auth_getcurrentserviceaccount_serviceaccountauthresult",
      "community_name": "Community 46"
    },
    {
      "label": "unauthorized()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 46,
      "norm_label": "unauthorized()",
      "id": "remix_app_api_utils_auth_getcurrentserviceaccount_unauthorized",
      "community_name": "Community 46"
    },
    {
      "label": "serviceRequired()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 46,
      "norm_label": "servicerequired()",
      "id": "remix_app_api_utils_auth_getcurrentserviceaccount_servicerequired",
      "community_name": "Community 46"
    },
    {
      "label": "getCurrentServiceAccount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 46,
      "norm_label": "getcurrentserviceaccount()",
      "id": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount",
      "community_name": "Community 46"
    },
    {
      "label": "passwordConfirmation.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "passwordconfirmation.test.ts",
      "id": "remix_app_api_utils_auth_passwordconfirmation_test",
      "community_name": "Community 81"
    },
    {
      "label": "user()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 81,
      "norm_label": "user()",
      "id": "remix_app_api_utils_auth_passwordconfirmation_test_user",
      "community_name": "Community 81"
    },
    {
      "label": "passwordConfirmation.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "passwordconfirmation.ts",
      "id": "remix_app_api_utils_auth_passwordconfirmation",
      "community_name": "Community 81"
    },
    {
      "label": "PasswordConfirmationDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 81,
      "norm_label": "passwordconfirmationdependencies",
      "id": "remix_app_api_utils_auth_passwordconfirmation_passwordconfirmationdependencies",
      "community_name": "Community 81"
    },
    {
      "label": "defaultDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 81,
      "norm_label": "defaultdependencies",
      "id": "remix_app_api_utils_auth_passwordconfirmation_defaultdependencies",
      "community_name": "Community 81"
    },
    {
      "label": "PasswordConfirmationResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 81,
      "norm_label": "passwordconfirmationresult",
      "id": "remix_app_api_utils_auth_passwordconfirmation_passwordconfirmationresult",
      "community_name": "Community 81"
    },
    {
      "label": "confirmCurrentPassword()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 81,
      "norm_label": "confirmcurrentpassword()",
      "id": "remix_app_api_utils_auth_passwordconfirmation_confirmcurrentpassword",
      "community_name": "Community 81"
    },
    {
      "label": "passwordResets.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "passwordresets.ts",
      "id": "remix_app_api_utils_auth_passwordresets",
      "community_name": "Community 30"
    },
    {
      "label": "createPasswordReset()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 30,
      "norm_label": "createpasswordreset()",
      "id": "remix_app_api_utils_auth_passwordresets_createpasswordreset",
      "community_name": "Community 30"
    },
    {
      "label": "ConsumePasswordResetResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumepasswordresetresult",
      "id": "remix_app_api_utils_auth_passwordresets_consumepasswordresetresult",
      "community_name": "Community 30"
    },
    {
      "label": "consumePasswordReset()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 23,
      "norm_label": "consumepasswordreset()",
      "id": "remix_app_api_utils_auth_passwordresets_consumepasswordreset",
      "community_name": "Community 23"
    },
    {
      "label": "applyPasswordReset()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 30,
      "norm_label": "applypasswordreset()",
      "id": "remix_app_api_utils_auth_passwordresets_applypasswordreset",
      "community_name": "Community 30"
    },
    {
      "label": "patScopes.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "patscopes.ts",
      "id": "remix_app_api_utils_auth_patscopes",
      "community_name": "Community 46"
    },
    {
      "label": "PatScopeDescriptor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 46,
      "norm_label": "patscopedescriptor",
      "id": "remix_app_api_utils_auth_patscopes_patscopedescriptor",
      "community_name": "Community 46"
    },
    {
      "label": "PAT_SCOPE_CATALOG",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 46,
      "norm_label": "pat_scope_catalog",
      "id": "remix_app_api_utils_auth_patscopes_pat_scope_catalog",
      "community_name": "Community 46"
    },
    {
      "label": "CATALOG_BY_ID",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 46,
      "norm_label": "catalog_by_id",
      "id": "remix_app_api_utils_auth_patscopes_catalog_by_id",
      "community_name": "Community 46"
    },
    {
      "label": "PAT_SCOPE_IDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 46,
      "norm_label": "pat_scope_ids",
      "id": "remix_app_api_utils_auth_patscopes_pat_scope_ids",
      "community_name": "Community 46"
    },
    {
      "label": "isKnownPatScope()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 46,
      "norm_label": "isknownpatscope()",
      "id": "remix_app_api_utils_auth_patscopes_isknownpatscope",
      "community_name": "Community 46"
    },
    {
      "label": "coversPath()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 46,
      "norm_label": "coverspath()",
      "id": "remix_app_api_utils_auth_patscopes_coverspath",
      "community_name": "Community 46"
    },
    {
      "label": "patScopeCovers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 46,
      "norm_label": "patscopecovers()",
      "id": "remix_app_api_utils_auth_patscopes_patscopecovers",
      "community_name": "Community 46"
    },
    {
      "label": "patTokens.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "pattokens.ts",
      "id": "remix_app_api_utils_auth_pattokens",
      "community_name": "Community 46"
    },
    {
      "label": "PublicPatToken",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 46,
      "norm_label": "publicpattoken",
      "id": "remix_app_api_utils_auth_pattokens_publicpattoken",
      "community_name": "Community 46"
    },
    {
      "label": "patSessionScopes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 46,
      "norm_label": "patsessionscopes()",
      "id": "remix_app_api_utils_auth_pattokens_patsessionscopes",
      "community_name": "Community 46"
    },
    {
      "label": "toPublicPatToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 46,
      "norm_label": "topublicpattoken()",
      "id": "remix_app_api_utils_auth_pattokens_topublicpattoken",
      "community_name": "Community 46"
    },
    {
      "label": "MintPatInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 46,
      "norm_label": "mintpatinput",
      "id": "remix_app_api_utils_auth_pattokens_mintpatinput",
      "community_name": "Community 46"
    },
    {
      "label": "MintPatResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L103",
      "_origin": "ast",
      "community": 46,
      "norm_label": "mintpatresult",
      "id": "remix_app_api_utils_auth_pattokens_mintpatresult",
      "community_name": "Community 46"
    },
    {
      "label": "mintPatToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 75,
      "norm_label": "mintpattoken()",
      "id": "remix_app_api_utils_auth_pattokens_mintpattoken",
      "community_name": "Community 75"
    },
    {
      "label": "listPatTokens()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L189",
      "_origin": "ast",
      "community": 46,
      "norm_label": "listpattokens()",
      "id": "remix_app_api_utils_auth_pattokens_listpattokens",
      "community_name": "Community 46"
    },
    {
      "label": "RevokePatResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L195",
      "_origin": "ast",
      "community": 46,
      "norm_label": "revokepatresult",
      "id": "remix_app_api_utils_auth_pattokens_revokepatresult",
      "community_name": "Community 46"
    },
    {
      "label": "revokePatToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L200",
      "_origin": "ast",
      "community": 23,
      "norm_label": "revokepattoken()",
      "id": "remix_app_api_utils_auth_pattokens_revokepattoken",
      "community_name": "Community 23"
    },
    {
      "label": "consumePatUse()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L222",
      "_origin": "ast",
      "community": 46,
      "norm_label": "consumepatuse()",
      "id": "remix_app_api_utils_auth_pattokens_consumepatuse",
      "community_name": "Community 46"
    },
    {
      "label": "PatContext",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L236",
      "_origin": "ast",
      "community": 46,
      "norm_label": "patcontext",
      "id": "remix_app_api_utils_auth_pattokens_patcontext",
      "community_name": "Community 46"
    },
    {
      "label": "ThingsActor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L249",
      "_origin": "ast",
      "community": 46,
      "norm_label": "thingsactor",
      "id": "remix_app_api_utils_auth_pattokens_thingsactor",
      "community_name": "Community 46"
    },
    {
      "label": "ThingsActorResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L251",
      "_origin": "ast",
      "community": 46,
      "norm_label": "thingsactorresult",
      "id": "remix_app_api_utils_auth_pattokens_thingsactorresult",
      "community_name": "Community 46"
    },
    {
      "label": "resolveThingsActor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L259",
      "_origin": "ast",
      "community": 46,
      "norm_label": "resolvethingsactor()",
      "id": "remix_app_api_utils_auth_pattokens_resolvethingsactor",
      "community_name": "Community 46"
    },
    {
      "label": "PatIntrospection",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L321",
      "_origin": "ast",
      "community": 46,
      "norm_label": "patintrospection",
      "id": "remix_app_api_utils_auth_pattokens_patintrospection",
      "community_name": "Community 46"
    },
    {
      "label": "resolvePatIntrospection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L328",
      "_origin": "ast",
      "community": 46,
      "norm_label": "resolvepatintrospection()",
      "id": "remix_app_api_utils_auth_pattokens_resolvepatintrospection",
      "community_name": "Community 46"
    },
    {
      "label": "registerUser.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "registeruser.ts",
      "id": "remix_app_api_utils_auth_registeruser",
      "community_name": "Community 41"
    },
    {
      "label": "RegisterInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 41,
      "norm_label": "registerinput",
      "id": "remix_app_api_utils_auth_registeruser_registerinput",
      "community_name": "Community 41"
    },
    {
      "label": "RegisterResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 41,
      "norm_label": "registerresult",
      "id": "remix_app_api_utils_auth_registeruser_registerresult",
      "community_name": "Community 41"
    },
    {
      "label": "CreateUserAccountInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 46,
      "norm_label": "createuseraccountinput",
      "id": "remix_app_api_utils_auth_registeruser_createuseraccountinput",
      "community_name": "Community 46"
    },
    {
      "label": "CreateUserAccountResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 41,
      "norm_label": "createuseraccountresult",
      "id": "remix_app_api_utils_auth_registeruser_createuseraccountresult",
      "community_name": "Community 41"
    },
    {
      "label": "isEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 41,
      "norm_label": "isemail()",
      "id": "remix_app_api_utils_auth_registeruser_isemail",
      "community_name": "Community 41"
    },
    {
      "label": "PRIVILEGED_META_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 41,
      "norm_label": "privileged_meta_keys",
      "id": "remix_app_api_utils_auth_registeruser_privileged_meta_keys",
      "community_name": "Community 41"
    },
    {
      "label": "sanitizeCreateMeta()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 41,
      "norm_label": "sanitizecreatemeta()",
      "id": "remix_app_api_utils_auth_registeruser_sanitizecreatemeta",
      "community_name": "Community 41"
    },
    {
      "label": "createUserAccount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 41,
      "norm_label": "createuseraccount()",
      "id": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "community_name": "Community 41"
    },
    {
      "label": "registerUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L174",
      "_origin": "ast",
      "community": 75,
      "norm_label": "registeruser()",
      "id": "remix_app_api_utils_auth_registeruser_registeruser",
      "community_name": "Community 75"
    },
    {
      "label": "requireAdmin.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/requireAdmin.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "requireadmin.ts",
      "id": "remix_app_api_utils_auth_requireadmin",
      "community_name": "Community 81"
    },
    {
      "label": "requireAdmin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/requireAdmin.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 81,
      "norm_label": "requireadmin()",
      "id": "remix_app_api_utils_auth_requireadmin_requireadmin",
      "community_name": "Community 81"
    },
    {
      "label": "resolveActor.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "resolveactor.ts",
      "id": "remix_app_api_utils_auth_resolveactor",
      "community_name": "Community 23"
    },
    {
      "label": "Actor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 23,
      "norm_label": "actor",
      "id": "remix_app_api_utils_auth_resolveactor_actor",
      "community_name": "Community 23"
    },
    {
      "label": "actorUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 23,
      "norm_label": "actoruser()",
      "id": "remix_app_api_utils_auth_resolveactor_actoruser",
      "community_name": "Community 23"
    },
    {
      "label": "actorCors()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 23,
      "norm_label": "actorcors()",
      "id": "remix_app_api_utils_auth_resolveactor_actorcors",
      "community_name": "Community 23"
    },
    {
      "label": "actorPat()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 23,
      "norm_label": "actorpat()",
      "id": "remix_app_api_utils_auth_resolveactor_actorpat",
      "community_name": "Community 23"
    },
    {
      "label": "resolveActor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 23,
      "norm_label": "resolveactor()",
      "id": "remix_app_api_utils_auth_resolveactor_resolveactor",
      "community_name": "Community 23"
    },
    {
      "label": "singleUseTokens.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "singleusetokens.ts",
      "id": "remix_app_api_utils_auth_singleusetokens",
      "community_name": "Community 30"
    },
    {
      "label": "SingleUseTokenDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 30,
      "norm_label": "singleusetokendoc",
      "id": "remix_app_api_utils_auth_singleusetokens_singleusetokendoc",
      "community_name": "Community 30"
    },
    {
      "label": "ConsumeTokenResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumetokenresult",
      "id": "remix_app_api_utils_auth_singleusetokens_consumetokenresult",
      "community_name": "Community 30"
    },
    {
      "label": "createSingleUseToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 30,
      "norm_label": "createsingleusetoken()",
      "id": "remix_app_api_utils_auth_singleusetokens_createsingleusetoken",
      "community_name": "Community 30"
    },
    {
      "label": "consumeSingleUseToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumesingleusetoken()",
      "id": "remix_app_api_utils_auth_singleusetokens_consumesingleusetoken",
      "community_name": "Community 30"
    },
    {
      "label": "temporaryUser.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "temporaryuser.test.ts",
      "id": "remix_app_api_utils_auth_temporaryuser_test",
      "community_name": "Community 46"
    },
    {
      "label": "temporaryUser.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "temporaryuser.ts",
      "id": "remix_app_api_utils_auth_temporaryuser",
      "community_name": "Community 46"
    },
    {
      "label": "buildTemporaryUserAccountInput()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 46,
      "norm_label": "buildtemporaryuseraccountinput()",
      "id": "remix_app_api_utils_auth_temporaryuser_buildtemporaryuseraccountinput",
      "community_name": "Community 46"
    },
    {
      "label": "TemporaryUserSessionResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 46,
      "norm_label": "temporaryusersessionresult",
      "id": "remix_app_api_utils_auth_temporaryuser_temporaryusersessionresult",
      "community_name": "Community 46"
    },
    {
      "label": "createTemporaryUserSession()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 46,
      "norm_label": "createtemporaryusersession()",
      "id": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession",
      "community_name": "Community 46"
    },
    {
      "label": "twoFactor.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "twofactor.ts",
      "id": "remix_app_api_utils_auth_twofactor",
      "community_name": "Community 44"
    },
    {
      "label": "getTwoFactorEmailEnabled()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 44,
      "norm_label": "gettwofactoremailenabled()",
      "id": "remix_app_api_utils_auth_twofactor_gettwofactoremailenabled",
      "community_name": "Community 44"
    },
    {
      "label": "SetTwoFactorResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 44,
      "norm_label": "settwofactorresult",
      "id": "remix_app_api_utils_auth_twofactor_settwofactorresult",
      "community_name": "Community 44"
    },
    {
      "label": "setTwoFactorEmailEnabled()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 44,
      "norm_label": "settwofactoremailenabled()",
      "id": "remix_app_api_utils_auth_twofactor_settwofactoremailenabled",
      "community_name": "Community 44"
    },
    {
      "label": "users.profile.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "users.profile.test.ts",
      "id": "remix_app_api_utils_auth_users_profile_test",
      "community_name": "Community 44"
    },
    {
      "label": "now",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 44,
      "norm_label": "now",
      "id": "remix_app_api_utils_auth_users_profile_test_now",
      "community_name": "Community 44"
    },
    {
      "label": "canonicalUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 44,
      "norm_label": "canonicaluser()",
      "id": "remix_app_api_utils_auth_users_profile_test_canonicaluser",
      "community_name": "Community 44"
    },
    {
      "label": "createHarness()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 44,
      "norm_label": "createharness()",
      "id": "remix_app_api_utils_auth_users_profile_test_createharness",
      "community_name": "Community 44"
    },
    {
      "label": "users.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "users.ts",
      "id": "remix_app_api_utils_auth_users",
      "community_name": "Community 44"
    },
    {
      "label": "UserDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 81,
      "norm_label": "userdoc",
      "id": "remix_app_api_utils_auth_users_userdoc",
      "community_name": "Community 81"
    },
    {
      "label": "profileAttachmentRefsForUserRoot()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 30,
      "norm_label": "profileattachmentrefsforuserroot()",
      "id": "remix_app_api_utils_auth_users_profileattachmentrefsforuserroot",
      "community_name": "Community 30"
    },
    {
      "label": "PublicUser",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 46,
      "norm_label": "publicuser",
      "id": "remix_app_api_utils_auth_users_publicuser",
      "community_name": "Community 46"
    },
    {
      "label": "PublicProfile",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L111",
      "_origin": "ast",
      "community": 37,
      "norm_label": "publicprofile",
      "id": "remix_app_api_utils_auth_users_publicprofile",
      "community_name": "Community 37"
    },
    {
      "label": "toPublicUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L122",
      "_origin": "ast",
      "community": 44,
      "norm_label": "topublicuser()",
      "id": "remix_app_api_utils_auth_users_topublicuser",
      "community_name": "Community 44"
    },
    {
      "label": "toPublicUserWithStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L167",
      "_origin": "ast",
      "community": 46,
      "norm_label": "topublicuserwithstorage()",
      "id": "remix_app_api_utils_auth_users_topublicuserwithstorage",
      "community_name": "Community 46"
    },
    {
      "label": "toPublicProfile()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L172",
      "_origin": "ast",
      "community": 25,
      "norm_label": "topublicprofile()",
      "id": "remix_app_api_utils_auth_users_topublicprofile",
      "community_name": "Community 25"
    },
    {
      "label": "toBin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L188",
      "_origin": "ast",
      "community": 44,
      "norm_label": "tobin()",
      "id": "remix_app_api_utils_auth_users_tobin",
      "community_name": "Community 44"
    },
    {
      "label": "fromBin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L189",
      "_origin": "ast",
      "community": 241,
      "norm_label": "frombin()",
      "id": "remix_app_api_utils_auth_users_frombin",
      "community_name": "Community 241"
    },
    {
      "label": "SecurePayload",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L220",
      "_origin": "ast",
      "community": 44,
      "norm_label": "securepayload",
      "id": "remix_app_api_utils_auth_users_securepayload",
      "community_name": "Community 44"
    },
    {
      "label": "packSecure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L237",
      "_origin": "ast",
      "community": 44,
      "norm_label": "packsecure()",
      "id": "remix_app_api_utils_auth_users_packsecure",
      "community_name": "Community 44"
    },
    {
      "label": "unpackSecure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L238",
      "_origin": "ast",
      "community": 25,
      "norm_label": "unpacksecure()",
      "id": "remix_app_api_utils_auth_users_unpacksecure",
      "community_name": "Community 25"
    },
    {
      "label": "stripLegacyStorageFromSecurePayload()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L248",
      "_origin": "ast",
      "community": 44,
      "norm_label": "striplegacystoragefromsecurepayload()",
      "id": "remix_app_api_utils_auth_users_striplegacystoragefromsecurepayload",
      "community_name": "Community 44"
    },
    {
      "label": "packRecentReactions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L257",
      "_origin": "ast",
      "community": 44,
      "norm_label": "packrecentreactions()",
      "id": "remix_app_api_utils_auth_users_packrecentreactions",
      "community_name": "Community 44"
    },
    {
      "label": "unpackRecentReactions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L258",
      "_origin": "ast",
      "community": 46,
      "norm_label": "unpackrecentreactions()",
      "id": "remix_app_api_utils_auth_users_unpackrecentreactions",
      "community_name": "Community 46"
    },
    {
      "label": "userUsernameKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L265",
      "_origin": "ast",
      "community": 44,
      "norm_label": "userusernamekey()",
      "id": "remix_app_api_utils_auth_users_userusernamekey",
      "community_name": "Community 44"
    },
    {
      "label": "userEmailKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L266",
      "_origin": "ast",
      "community": 44,
      "norm_label": "useremailkey()",
      "id": "remix_app_api_utils_auth_users_useremailkey",
      "community_name": "Community 44"
    },
    {
      "label": "userThingToDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L272",
      "_origin": "ast",
      "community": 44,
      "norm_label": "userthingtodoc()",
      "id": "remix_app_api_utils_auth_users_userthingtodoc",
      "community_name": "Community 44"
    },
    {
      "label": "buildUserSecure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L300",
      "_origin": "ast",
      "community": 44,
      "norm_label": "buildusersecure()",
      "id": "remix_app_api_utils_auth_users_buildusersecure",
      "community_name": "Community 44"
    },
    {
      "label": "findUserThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L329",
      "_origin": "ast",
      "community": 81,
      "norm_label": "finduserthing()",
      "id": "remix_app_api_utils_auth_users_finduserthing",
      "community_name": "Community 81"
    },
    {
      "label": "findUserByUsername()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L335",
      "_origin": "ast",
      "community": 25,
      "norm_label": "finduserbyusername()",
      "id": "remix_app_api_utils_auth_users_finduserbyusername",
      "community_name": "Community 25"
    },
    {
      "label": "findUserByEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L345",
      "_origin": "ast",
      "community": 40,
      "norm_label": "finduserbyemail()",
      "id": "remix_app_api_utils_auth_users_finduserbyemail",
      "community_name": "Community 40"
    },
    {
      "label": "findUserById()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L355",
      "_origin": "ast",
      "community": 81,
      "norm_label": "finduserbyid()",
      "id": "remix_app_api_utils_auth_users_finduserbyid",
      "community_name": "Community 81"
    },
    {
      "label": "findUsersByIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L367",
      "_origin": "ast",
      "community": 44,
      "norm_label": "findusersbyids()",
      "id": "remix_app_api_utils_auth_users_findusersbyids",
      "community_name": "Community 44"
    },
    {
      "label": "LegacyUserStorageFields",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L388",
      "_origin": "ast",
      "community": 44,
      "norm_label": "legacyuserstoragefields",
      "id": "remix_app_api_utils_auth_users_legacyuserstoragefields",
      "community_name": "Community 44"
    },
    {
      "label": "findLegacyUserStorageFieldsByIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L397",
      "_origin": "ast",
      "community": 25,
      "norm_label": "findlegacyuserstoragefieldsbyids()",
      "id": "remix_app_api_utils_auth_users_findlegacyuserstoragefieldsbyids",
      "community_name": "Community 25"
    },
    {
      "label": "EmailNotificationTarget",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L440",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailnotificationtarget",
      "id": "remix_app_api_utils_auth_users_emailnotificationtarget",
      "community_name": "Community 40"
    },
    {
      "label": "getEmailNotificationTargets()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L449",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getemailnotificationtargets()",
      "id": "remix_app_api_utils_auth_users_getemailnotificationtargets",
      "community_name": "Community 40"
    },
    {
      "label": "insertUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L501",
      "_origin": "ast",
      "community": 44,
      "norm_label": "insertuser()",
      "id": "remix_app_api_utils_auth_users_insertuser",
      "community_name": "Community 44"
    },
    {
      "label": "SecureMutateResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L576",
      "_origin": "ast",
      "community": 44,
      "norm_label": "securemutateresult",
      "id": "remix_app_api_utils_auth_users_securemutateresult",
      "community_name": "Community 44"
    },
    {
      "label": "mutateUserThingSecure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L577",
      "_origin": "ast",
      "community": 44,
      "norm_label": "mutateuserthingsecure()",
      "id": "remix_app_api_utils_auth_users_mutateuserthingsecure",
      "community_name": "Community 44"
    },
    {
      "label": "removeLegacyUserStorageFields()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L606",
      "_origin": "ast",
      "community": 44,
      "norm_label": "removelegacyuserstoragefields()",
      "id": "remix_app_api_utils_auth_users_removelegacyuserstoragefields",
      "community_name": "Community 44"
    },
    {
      "label": "SecureWriteContendedError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L627",
      "_origin": "ast",
      "community": 44,
      "norm_label": "securewritecontendederror",
      "id": "remix_app_api_utils_auth_users_securewritecontendederror",
      "community_name": "Community 44"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L628",
      "_origin": "ast",
      "community": 44,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_auth_users_securewritecontendederror_constructor",
      "community_name": "Community 44"
    },
    {
      "label": "markEmailVerified()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L634",
      "_origin": "ast",
      "community": 30,
      "norm_label": "markemailverified()",
      "id": "remix_app_api_utils_auth_users_markemailverified",
      "community_name": "Community 30"
    },
    {
      "label": "setUserPasswordHash()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L648",
      "_origin": "ast",
      "community": 30,
      "norm_label": "setuserpasswordhash()",
      "id": "remix_app_api_utils_auth_users_setuserpasswordhash",
      "community_name": "Community 30"
    },
    {
      "label": "getUserTwoFactorEmailEnabled()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L665",
      "_origin": "ast",
      "community": 44,
      "norm_label": "getusertwofactoremailenabled()",
      "id": "remix_app_api_utils_auth_users_getusertwofactoremailenabled",
      "community_name": "Community 44"
    },
    {
      "label": "setUserTwoFactorEmailEnabled()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L676",
      "_origin": "ast",
      "community": 44,
      "norm_label": "setusertwofactoremailenabled()",
      "id": "remix_app_api_utils_auth_users_setusertwofactoremailenabled",
      "community_name": "Community 44"
    },
    {
      "label": "getUserNotificationPrefs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L697",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getusernotificationprefs()",
      "id": "remix_app_api_utils_auth_users_getusernotificationprefs",
      "community_name": "Community 40"
    },
    {
      "label": "setUserNotificationPrefs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L715",
      "_origin": "ast",
      "community": 40,
      "norm_label": "setusernotificationprefs()",
      "id": "remix_app_api_utils_auth_users_setusernotificationprefs",
      "community_name": "Community 40"
    },
    {
      "label": "getUserReadReceiptsEnabled()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L750",
      "_origin": "ast",
      "community": 25,
      "norm_label": "getuserreadreceiptsenabled()",
      "id": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled",
      "community_name": "Community 25"
    },
    {
      "label": "setUserReadReceiptsEnabled()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L759",
      "_origin": "ast",
      "community": 44,
      "norm_label": "setuserreadreceiptsenabled()",
      "id": "remix_app_api_utils_auth_users_setuserreadreceiptsenabled",
      "community_name": "Community 44"
    },
    {
      "label": "readReceiptsCache",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L779",
      "_origin": "ast",
      "community": 44,
      "norm_label": "readreceiptscache",
      "id": "remix_app_api_utils_auth_users_readreceiptscache",
      "community_name": "Community 44"
    },
    {
      "label": "getUsersReadReceiptsMap()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L784",
      "_origin": "ast",
      "community": 25,
      "norm_label": "getusersreadreceiptsmap()",
      "id": "remix_app_api_utils_auth_users_getusersreadreceiptsmap",
      "community_name": "Community 25"
    },
    {
      "label": "SavedMongoEndpoint",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L824",
      "_origin": "ast",
      "community": 44,
      "norm_label": "savedmongoendpoint",
      "id": "remix_app_api_utils_auth_users_savedmongoendpoint",
      "community_name": "Community 44"
    },
    {
      "label": "normalizeSavedMongoEndpoints()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L828",
      "_origin": "ast",
      "community": 44,
      "norm_label": "normalizesavedmongoendpoints()",
      "id": "remix_app_api_utils_auth_users_normalizesavedmongoendpoints",
      "community_name": "Community 44"
    },
    {
      "label": "getUserMongoEndpoints()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L840",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getusermongoendpoints()",
      "id": "remix_app_api_utils_auth_users_getusermongoendpoints",
      "community_name": "Community 91"
    },
    {
      "label": "addUserMongoEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L852",
      "_origin": "ast",
      "community": 44,
      "norm_label": "addusermongoendpoint()",
      "id": "remix_app_api_utils_auth_users_addusermongoendpoint",
      "community_name": "Community 44"
    },
    {
      "label": "removeUserMongoEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L894",
      "_origin": "ast",
      "community": 44,
      "norm_label": "removeusermongoendpoint()",
      "id": "remix_app_api_utils_auth_users_removeusermongoendpoint",
      "community_name": "Community 44"
    },
    {
      "label": "setUserActiveTheme()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L915",
      "_origin": "ast",
      "community": 44,
      "norm_label": "setuseractivetheme()",
      "id": "remix_app_api_utils_auth_users_setuseractivetheme",
      "community_name": "Community 44"
    },
    {
      "label": "clearUserActiveTheme()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L930",
      "_origin": "ast",
      "community": 44,
      "norm_label": "clearuseractivetheme()",
      "id": "remix_app_api_utils_auth_users_clearuseractivetheme",
      "community_name": "Community 44"
    },
    {
      "label": "setUserActiveFeedAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L944",
      "_origin": "ast",
      "community": 44,
      "norm_label": "setuseractivefeedalgorithm()",
      "id": "remix_app_api_utils_auth_users_setuseractivefeedalgorithm",
      "community_name": "Community 44"
    },
    {
      "label": "clearUserActiveFeedAlgorithm()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L959",
      "_origin": "ast",
      "community": 44,
      "norm_label": "clearuseractivefeedalgorithm()",
      "id": "remix_app_api_utils_auth_users_clearuseractivefeedalgorithm",
      "community_name": "Community 44"
    },
    {
      "label": "pushUserRecentReaction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L993",
      "_origin": "ast",
      "community": 25,
      "norm_label": "pushuserrecentreaction()",
      "id": "remix_app_api_utils_auth_users_pushuserrecentreaction",
      "community_name": "Community 25"
    },
    {
      "label": "getUserRecentReactions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1030",
      "_origin": "ast",
      "community": 46,
      "norm_label": "getuserrecentreactions()",
      "id": "remix_app_api_utils_auth_users_getuserrecentreactions",
      "community_name": "Community 46"
    },
    {
      "label": "AdminUserRow",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1051",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminuserrow",
      "id": "remix_app_api_utils_auth_users_adminuserrow",
      "community_name": "Community 44"
    },
    {
      "label": "escapeRegex()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1064",
      "_origin": "ast",
      "community": 44,
      "norm_label": "escaperegex()",
      "id": "remix_app_api_utils_auth_users_escaperegex",
      "community_name": "Community 44"
    },
    {
      "label": "adminCreatedAt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1066",
      "_origin": "ast",
      "community": 44,
      "norm_label": "admincreatedat()",
      "id": "remix_app_api_utils_auth_users_admincreatedat",
      "community_name": "Community 44"
    },
    {
      "label": "toAdminRow()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1071",
      "_origin": "ast",
      "community": 44,
      "norm_label": "toadminrow()",
      "id": "remix_app_api_utils_auth_users_toadminrow",
      "community_name": "Community 44"
    },
    {
      "label": "setUserAdmin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1084",
      "_origin": "ast",
      "community": 44,
      "norm_label": "setuseradmin()",
      "id": "remix_app_api_utils_auth_users_setuseradmin",
      "community_name": "Community 44"
    },
    {
      "label": "mergeUserDocs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1110",
      "_origin": "ast",
      "community": 44,
      "norm_label": "mergeuserdocs()",
      "id": "remix_app_api_utils_auth_users_mergeuserdocs",
      "community_name": "Community 44"
    },
    {
      "label": "byUsername()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1122",
      "_origin": "ast",
      "community": 44,
      "norm_label": "byusername()",
      "id": "remix_app_api_utils_auth_users_byusername",
      "community_name": "Community 44"
    },
    {
      "label": "searchUsersForAdminCapped()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1127",
      "_origin": "ast",
      "community": 44,
      "norm_label": "searchusersforadmincapped()",
      "id": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "community_name": "Community 44"
    },
    {
      "label": "searchUsersForAdmin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1159",
      "_origin": "ast",
      "community": 44,
      "norm_label": "searchusersforadmin()",
      "id": "remix_app_api_utils_auth_users_searchusersforadmin",
      "community_name": "Community 44"
    },
    {
      "label": "AdminUserSourceCursor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1161",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminusersourcecursor",
      "id": "remix_app_api_utils_auth_users_adminusersourcecursor",
      "community_name": "Community 44"
    },
    {
      "label": "AdminUsersCursor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1166",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminuserscursor",
      "id": "remix_app_api_utils_auth_users_adminuserscursor",
      "community_name": "Community 44"
    },
    {
      "label": "AdminUserOverviewPage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1176",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminuseroverviewpage",
      "id": "remix_app_api_utils_auth_users_adminuseroverviewpage",
      "community_name": "Community 44"
    },
    {
      "label": "readAdminUserSourceCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1181",
      "_origin": "ast",
      "community": 44,
      "norm_label": "readadminusersourcecursor()",
      "id": "remix_app_api_utils_auth_users_readadminusersourcecursor",
      "community_name": "Community 44"
    },
    {
      "label": "readAdminUsersCursor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1190",
      "_origin": "ast",
      "community": 44,
      "norm_label": "readadminuserscursor()",
      "id": "remix_app_api_utils_auth_users_readadminuserscursor",
      "community_name": "Community 44"
    },
    {
      "label": "advanceAdminUserSource()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1226",
      "_origin": "ast",
      "community": 44,
      "norm_label": "advanceadminusersource()",
      "id": "remix_app_api_utils_auth_users_advanceadminusersource",
      "community_name": "Community 44"
    },
    {
      "label": "searchUsersForAdminOverviewPage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1240",
      "_origin": "ast",
      "community": 44,
      "norm_label": "searchusersforadminoverviewpage()",
      "id": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "community_name": "Community 44"
    },
    {
      "label": "searchUsersPublic()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1364",
      "_origin": "ast",
      "community": 44,
      "norm_label": "searchuserspublic()",
      "id": "remix_app_api_utils_auth_users_searchuserspublic",
      "community_name": "Community 44"
    },
    {
      "label": "AdminListSnapshot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1401",
      "_origin": "ast",
      "community": 44,
      "norm_label": "adminlistsnapshot",
      "id": "remix_app_api_utils_auth_users_adminlistsnapshot",
      "community_name": "Community 44"
    },
    {
      "label": "listAdmins()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1410",
      "_origin": "ast",
      "community": 44,
      "norm_label": "listadmins()",
      "id": "remix_app_api_utils_auth_users_listadmins",
      "community_name": "Community 44"
    },
    {
      "label": "sanitizeProfileImageUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1442",
      "_origin": "ast",
      "community": 44,
      "norm_label": "sanitizeprofileimageurl()",
      "id": "remix_app_api_utils_auth_users_sanitizeprofileimageurl",
      "community_name": "Community 44"
    },
    {
      "label": "UpdateProfileInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1461",
      "_origin": "ast",
      "community": 44,
      "norm_label": "updateprofileinput",
      "id": "remix_app_api_utils_auth_users_updateprofileinput",
      "community_name": "Community 44"
    },
    {
      "label": "UpdateProfileResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1470",
      "_origin": "ast",
      "community": 44,
      "norm_label": "updateprofileresult",
      "id": "remix_app_api_utils_auth_users_updateprofileresult",
      "community_name": "Community 44"
    },
    {
      "label": "ProfileUserMutationDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1472",
      "_origin": "ast",
      "community": 44,
      "norm_label": "profileusermutationdependencies",
      "id": "remix_app_api_utils_auth_users_profileusermutationdependencies",
      "community_name": "Community 44"
    },
    {
      "label": "normalizeProfileAttachmentId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1482",
      "_origin": "ast",
      "community": 44,
      "norm_label": "normalizeprofileattachmentid()",
      "id": "remix_app_api_utils_auth_users_normalizeprofileattachmentid",
      "community_name": "Community 44"
    },
    {
      "label": "hasOwn()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1488",
      "_origin": "ast",
      "community": 44,
      "norm_label": "hasown()",
      "id": "remix_app_api_utils_auth_users_hasown",
      "community_name": "Community 44"
    },
    {
      "label": "createUpdateUserProfile()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1492",
      "_origin": "ast",
      "community": 44,
      "norm_label": "createupdateuserprofile()",
      "id": "remix_app_api_utils_auth_users_createupdateuserprofile",
      "community_name": "Community 44"
    },
    {
      "label": "updateUserProfile",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1676",
      "_origin": "ast",
      "community": 25,
      "norm_label": "updateuserprofile",
      "id": "remix_app_api_utils_auth_users_updateuserprofile",
      "community_name": "Community 25"
    },
    {
      "label": "usersStorageLegacy.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/usersStorageLegacy.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 657,
      "norm_label": "usersstoragelegacy.test.ts",
      "id": "remix_app_api_utils_auth_usersstoragelegacy_test",
      "community_name": "Community 657"
    },
    {
      "label": "remixRoot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/usersStorageLegacy.test.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 657,
      "norm_label": "remixroot",
      "id": "remix_app_api_utils_auth_usersstoragelegacy_test_remixroot",
      "community_name": "Community 657"
    },
    {
      "label": "{ stripLegacyStorageFromSecurePayload }",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/usersStorageLegacy.test.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 657,
      "norm_label": "{ striplegacystoragefromsecurepayload }",
      "id": "remix_app_api_utils_auth_usersstoragelegacy_test_striplegacystoragefromsecurepayload",
      "community_name": "Community 657"
    },
    {
      "label": "automationPolicy.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 289,
      "norm_label": "automationpolicy.test.ts",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_test",
      "community_name": "Community 289"
    },
    {
      "label": "automationPolicy.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 289,
      "norm_label": "automationpolicy.ts",
      "id": "remix_app_api_utils_cicontrol_automationpolicy",
      "community_name": "Community 289"
    },
    {
      "label": "CI_WORKFLOW_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 289,
      "norm_label": "ci_workflow_keys",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_ci_workflow_keys",
      "community_name": "Community 289"
    },
    {
      "label": "CiWorkflowKey",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 290,
      "norm_label": "ciworkflowkey",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_ciworkflowkey",
      "community_name": "Community 290"
    },
    {
      "label": "CiExecutionProvider",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 482,
      "norm_label": "ciexecutionprovider",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_ciexecutionprovider",
      "community_name": "Community 482"
    },
    {
      "label": "CiAutomationDefinition",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 289,
      "norm_label": "ciautomationdefinition",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationdefinition",
      "community_name": "Community 289"
    },
    {
      "label": "CiAutomationPolicy",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 289,
      "norm_label": "ciautomationpolicy",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationpolicy",
      "community_name": "Community 289"
    },
    {
      "label": "CI_AUTOMATION_DEFINITIONS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 289,
      "norm_label": "ci_automation_definitions",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_ci_automation_definitions",
      "community_name": "Community 289"
    },
    {
      "label": "byKey",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L84",
      "_origin": "ast",
      "community": 289,
      "norm_label": "bykey",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_bykey",
      "community_name": "Community 289"
    },
    {
      "label": "isCiWorkflowKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 289,
      "norm_label": "isciworkflowkey()",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_isciworkflowkey",
      "community_name": "Community 289"
    },
    {
      "label": "isCiExecutionProvider()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 289,
      "norm_label": "isciexecutionprovider()",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_isciexecutionprovider",
      "community_name": "Community 289"
    },
    {
      "label": "defaultCiAutomationPolicy()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 289,
      "norm_label": "defaultciautomationpolicy()",
      "id": "remix_app_api_utils_cicontrol_automationpolicy_defaultciautomationpolicy",
      "community_name": "Community 289"
    },
    {
      "label": "githubClient.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 290,
      "norm_label": "githubclient.test.ts",
      "id": "remix_app_api_utils_cicontrol_githubclient_test",
      "community_name": "Community 290"
    },
    {
      "label": "githubClient.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 290,
      "norm_label": "githubclient.ts",
      "id": "remix_app_api_utils_cicontrol_githubclient",
      "community_name": "Community 290"
    },
    {
      "label": "CachedToken",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 290,
      "norm_label": "cachedtoken",
      "id": "remix_app_api_utils_cicontrol_githubclient_cachedtoken",
      "community_name": "Community 290"
    },
    {
      "label": "encode()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 290,
      "norm_label": "encode()",
      "id": "remix_app_api_utils_cicontrol_githubclient_encode",
      "community_name": "Community 290"
    },
    {
      "label": "appPrivateKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 290,
      "norm_label": "appprivatekey()",
      "id": "remix_app_api_utils_cicontrol_githubclient_appprivatekey",
      "community_name": "Community 290"
    },
    {
      "label": "appJwt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 290,
      "norm_label": "appjwt()",
      "id": "remix_app_api_utils_cicontrol_githubclient_appjwt",
      "community_name": "Community 290"
    },
    {
      "label": "installationId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 290,
      "norm_label": "installationid()",
      "id": "remix_app_api_utils_cicontrol_githubclient_installationid",
      "community_name": "Community 290"
    },
    {
      "label": "installationToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 290,
      "norm_label": "installationtoken()",
      "id": "remix_app_api_utils_cicontrol_githubclient_installationtoken",
      "community_name": "Community 290"
    },
    {
      "label": "githubRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 290,
      "norm_label": "githubrequest()",
      "id": "remix_app_api_utils_cicontrol_githubclient_githubrequest",
      "community_name": "Community 290"
    },
    {
      "label": "repositoryName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 290,
      "norm_label": "repositoryname()",
      "id": "remix_app_api_utils_cicontrol_githubclient_repositoryname",
      "community_name": "Community 290"
    },
    {
      "label": "workflowFileByKey",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 290,
      "norm_label": "workflowfilebykey",
      "id": "remix_app_api_utils_cicontrol_githubclient_workflowfilebykey",
      "community_name": "Community 290"
    },
    {
      "label": "inputAllowlist",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 290,
      "norm_label": "inputallowlist",
      "id": "remix_app_api_utils_cicontrol_githubclient_inputallowlist",
      "community_name": "Community 290"
    },
    {
      "label": "workflowEntryRef",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 290,
      "norm_label": "workflowentryref",
      "id": "remix_app_api_utils_cicontrol_githubclient_workflowentryref",
      "community_name": "Community 290"
    },
    {
      "label": "resolveCiWorkflowEntryRef()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 290,
      "norm_label": "resolveciworkflowentryref()",
      "id": "remix_app_api_utils_cicontrol_githubclient_resolveciworkflowentryref",
      "community_name": "Community 290"
    },
    {
      "label": "dispatchCiWorkflow()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 290,
      "norm_label": "dispatchciworkflow()",
      "id": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "community_name": "Community 290"
    },
    {
      "label": "graphQl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L321",
      "_origin": "ast",
      "community": 290,
      "norm_label": "graphql()",
      "id": "remix_app_api_utils_cicontrol_githubclient_graphql",
      "community_name": "Community 290"
    },
    {
      "label": "listGitHubBranches()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L330",
      "_origin": "ast",
      "community": 290,
      "norm_label": "listgithubbranches()",
      "id": "remix_app_api_utils_cicontrol_githubclient_listgithubbranches",
      "community_name": "Community 290"
    },
    {
      "label": "listOpenPullRequests()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L340",
      "_origin": "ast",
      "community": 290,
      "norm_label": "listopenpullrequests()",
      "id": "remix_app_api_utils_cicontrol_githubclient_listopenpullrequests",
      "community_name": "Community 290"
    },
    {
      "label": "prStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L369",
      "_origin": "ast",
      "community": 290,
      "norm_label": "prstatus()",
      "id": "remix_app_api_utils_cicontrol_githubclient_prstatus",
      "community_name": "Community 290"
    },
    {
      "label": "reconcileGitHubRepository()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L378",
      "_origin": "ast",
      "community": 290,
      "norm_label": "reconcilegithubrepository()",
      "id": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "community_name": "Community 290"
    },
    {
      "label": "githubAppConfigured()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L579",
      "_origin": "ast",
      "community": 482,
      "norm_label": "githubappconfigured()",
      "id": "remix_app_api_utils_cicontrol_githubclient_githubappconfigured",
      "community_name": "Community 482"
    },
    {
      "label": "providerReadiness.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 482,
      "norm_label": "providerreadiness.test.ts",
      "id": "remix_app_api_utils_cicontrol_providerreadiness_test",
      "community_name": "Community 482"
    },
    {
      "label": "completeEnvironment",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.test.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 482,
      "norm_label": "completeenvironment",
      "id": "remix_app_api_utils_cicontrol_providerreadiness_test_completeenvironment",
      "community_name": "Community 482"
    },
    {
      "label": "providerReadiness.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 482,
      "norm_label": "providerreadiness.ts",
      "id": "remix_app_api_utils_cicontrol_providerreadiness",
      "community_name": "Community 482"
    },
    {
      "label": "ProviderEnvironment",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 482,
      "norm_label": "providerenvironment",
      "id": "remix_app_api_utils_cicontrol_providerreadiness_providerenvironment",
      "community_name": "Community 482"
    },
    {
      "label": "VERCEL_PROVIDER_REQUIRED_ENV",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 482,
      "norm_label": "vercel_provider_required_env",
      "id": "remix_app_api_utils_cicontrol_providerreadiness_vercel_provider_required_env",
      "community_name": "Community 482"
    },
    {
      "label": "configured()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 482,
      "norm_label": "configured()",
      "id": "remix_app_api_utils_cicontrol_providerreadiness_configured",
      "community_name": "Community 482"
    },
    {
      "label": "ciProviderReadiness()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 482,
      "norm_label": "ciproviderreadiness()",
      "id": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness",
      "community_name": "Community 482"
    },
    {
      "label": "validateCiExecutionProvider()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 482,
      "norm_label": "validateciexecutionprovider()",
      "id": "remix_app_api_utils_cicontrol_providerreadiness_validateciexecutionprovider",
      "community_name": "Community 482"
    },
    {
      "label": "providerRouter.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 290,
      "norm_label": "providerrouter.test.ts",
      "id": "remix_app_api_utils_cicontrol_providerrouter_test",
      "community_name": "Community 290"
    },
    {
      "label": "providerRouter.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 290,
      "norm_label": "providerrouter.ts",
      "id": "remix_app_api_utils_cicontrol_providerrouter",
      "community_name": "Community 290"
    },
    {
      "label": "CiProviderRouteRequest",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 290,
      "norm_label": "ciproviderrouterequest",
      "id": "remix_app_api_utils_cicontrol_providerrouter_ciproviderrouterequest",
      "community_name": "Community 290"
    },
    {
      "label": "bounded()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 290,
      "norm_label": "bounded()",
      "id": "remix_app_api_utils_cicontrol_providerrouter_bounded",
      "community_name": "Community 290"
    },
    {
      "label": "equalText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 290,
      "norm_label": "equaltext()",
      "id": "remix_app_api_utils_cicontrol_providerrouter_equaltext",
      "community_name": "Community 290"
    },
    {
      "label": "verifyCiProviderRouteSignature()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 290,
      "norm_label": "verifyciproviderroutesignature()",
      "id": "remix_app_api_utils_cicontrol_providerrouter_verifyciproviderroutesignature",
      "community_name": "Community 290"
    },
    {
      "label": "parseCiProviderRouteRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 290,
      "norm_label": "parseciproviderrouterequest()",
      "id": "remix_app_api_utils_cicontrol_providerrouter_parseciproviderrouterequest",
      "community_name": "Community 290"
    },
    {
      "label": "routeCiProviderRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 290,
      "norm_label": "routeciproviderrequest()",
      "id": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest",
      "community_name": "Community 290"
    },
    {
      "label": "store.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 289,
      "norm_label": "store.ts",
      "id": "remix_app_api_utils_cicontrol_store",
      "community_name": "Community 289"
    },
    {
      "label": "CiThingtime",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 289,
      "norm_label": "cithingtime",
      "id": "remix_app_api_utils_cicontrol_store_cithingtime",
      "community_name": "Community 289"
    },
    {
      "label": "CiProvider",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 289,
      "norm_label": "ciprovider",
      "id": "remix_app_api_utils_cicontrol_store_ciprovider",
      "community_name": "Community 289"
    },
    {
      "label": "CiEntityInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 373,
      "norm_label": "cientityinput",
      "id": "remix_app_api_utils_cicontrol_store_cientityinput",
      "community_name": "Community 373"
    },
    {
      "label": "CiEventInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 289,
      "norm_label": "cieventinput",
      "id": "remix_app_api_utils_cicontrol_store_cieventinput",
      "community_name": "Community 289"
    },
    {
      "label": "boundedText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 289,
      "norm_label": "boundedtext()",
      "id": "remix_app_api_utils_cicontrol_store_boundedtext",
      "community_name": "Community 289"
    },
    {
      "label": "dateFrom()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 289,
      "norm_label": "datefrom()",
      "id": "remix_app_api_utils_cicontrol_store_datefrom",
      "community_name": "Community 289"
    },
    {
      "label": "stableShareId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 289,
      "norm_label": "stableshareid()",
      "id": "remix_app_api_utils_cicontrol_store_stableshareid",
      "community_name": "Community 289"
    },
    {
      "label": "ciEntityKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 289,
      "norm_label": "cientitykey()",
      "id": "remix_app_api_utils_cicontrol_store_cientitykey",
      "community_name": "Community 289"
    },
    {
      "label": "publicCrystal()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 289,
      "norm_label": "publiccrystal()",
      "id": "remix_app_api_utils_cicontrol_store_publiccrystal",
      "community_name": "Community 289"
    },
    {
      "label": "recordCiEvent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L79",
      "_origin": "ast",
      "community": 289,
      "norm_label": "recordcievent()",
      "id": "remix_app_api_utils_cicontrol_store_recordcievent",
      "community_name": "Community 289"
    },
    {
      "label": "upsertCiEntity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L130",
      "_origin": "ast",
      "community": 289,
      "norm_label": "upsertcientity()",
      "id": "remix_app_api_utils_cicontrol_store_upsertcientity",
      "community_name": "Community 289"
    },
    {
      "label": "readKind()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L228",
      "_origin": "ast",
      "community": 289,
      "norm_label": "readkind()",
      "id": "remix_app_api_utils_cicontrol_store_readkind",
      "community_name": "Community 289"
    },
    {
      "label": "policyFromEntity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L238",
      "_origin": "ast",
      "community": 289,
      "norm_label": "policyfromentity()",
      "id": "remix_app_api_utils_cicontrol_store_policyfromentity",
      "community_name": "Community 289"
    },
    {
      "label": "listCiAutomationPolicies()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L253",
      "_origin": "ast",
      "community": 289,
      "norm_label": "listciautomationpolicies()",
      "id": "remix_app_api_utils_cicontrol_store_listciautomationpolicies",
      "community_name": "Community 289"
    },
    {
      "label": "getCiAutomationPolicy()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L270",
      "_origin": "ast",
      "community": 289,
      "norm_label": "getciautomationpolicy()",
      "id": "remix_app_api_utils_cicontrol_store_getciautomationpolicy",
      "community_name": "Community 289"
    },
    {
      "label": "setCiAutomationPolicy()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L283",
      "_origin": "ast",
      "community": 289,
      "norm_label": "setciautomationpolicy()",
      "id": "remix_app_api_utils_cicontrol_store_setciautomationpolicy",
      "community_name": "Community 289"
    },
    {
      "label": "claimCiDispatchRoute()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L328",
      "_origin": "ast",
      "community": 289,
      "norm_label": "claimcidispatchroute()",
      "id": "remix_app_api_utils_cicontrol_store_claimcidispatchroute",
      "community_name": "Community 289"
    },
    {
      "label": "listCiDashboard()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L391",
      "_origin": "ast",
      "community": 289,
      "norm_label": "listcidashboard()",
      "id": "remix_app_api_utils_cicontrol_store_listcidashboard",
      "community_name": "Community 289"
    },
    {
      "label": "clearCiControlForTests()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L436",
      "_origin": "ast",
      "community": 289,
      "norm_label": "clearcicontrolfortests()",
      "id": "remix_app_api_utils_cicontrol_store_clearcicontrolfortests",
      "community_name": "Community 289"
    },
    {
      "label": "vercelRunner.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 384,
      "norm_label": "vercelrunner.test.ts",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_test",
      "community_name": "Community 384"
    },
    {
      "label": "vercelRunner.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 384,
      "norm_label": "vercelrunner.ts",
      "id": "remix_app_api_utils_cicontrol_vercelrunner",
      "community_name": "Community 384"
    },
    {
      "label": "VercelCiRunnerInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 384,
      "norm_label": "vercelcirunnerinput",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_vercelcirunnerinput",
      "community_name": "Community 384"
    },
    {
      "label": "RunnerHandle",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 384,
      "norm_label": "runnerhandle",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_runnerhandle",
      "community_name": "Community 384"
    },
    {
      "label": "RunnerCommandExecutor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 384,
      "norm_label": "runnercommandexecutor",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_runnercommandexecutor",
      "community_name": "Community 384"
    },
    {
      "label": "RunnerJobSnapshot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 384,
      "norm_label": "runnerjobsnapshot",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_runnerjobsnapshot",
      "community_name": "Community 384"
    },
    {
      "label": "VercelRunnerJob",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 384,
      "norm_label": "vercelrunnerjob",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunnerjob",
      "community_name": "Community 384"
    },
    {
      "label": "safeSegment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 384,
      "norm_label": "safesegment()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_safesegment",
      "community_name": "Community 384"
    },
    {
      "label": "repositoryPath()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 384,
      "norm_label": "repositorypath()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_repositorypath",
      "community_name": "Community 384"
    },
    {
      "label": "vercelRunnerIdentity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 384,
      "norm_label": "vercelrunneridentity()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunneridentity",
      "community_name": "Community 384"
    },
    {
      "label": "summarizeVercelRunnerJobs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 384,
      "norm_label": "summarizevercelrunnerjobs()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_summarizevercelrunnerjobs",
      "community_name": "Community 384"
    },
    {
      "label": "installVercelRunnerDependencies()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 384,
      "norm_label": "installvercelrunnerdependencies()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_installvercelrunnerdependencies",
      "community_name": "Community 384"
    },
    {
      "label": "createRunner()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 384,
      "norm_label": "createrunner()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_createrunner",
      "community_name": "Community 384"
    },
    {
      "label": "dispatchToRunner()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L210",
      "_origin": "ast",
      "community": 384,
      "norm_label": "dispatchtorunner()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_dispatchtorunner",
      "community_name": "Community 384"
    },
    {
      "label": "runnerJobs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L247",
      "_origin": "ast",
      "community": 384,
      "norm_label": "runnerjobs()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_runnerjobs",
      "community_name": "Community 384"
    },
    {
      "label": "finishDispatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L272",
      "_origin": "ast",
      "community": 289,
      "norm_label": "finishdispatch()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_finishdispatch",
      "community_name": "Community 289"
    },
    {
      "label": "fallbackToGithub()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L314",
      "_origin": "ast",
      "community": 384,
      "norm_label": "fallbacktogithub()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_fallbacktogithub",
      "community_name": "Community 384"
    },
    {
      "label": "cleanupRunner()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L365",
      "_origin": "ast",
      "community": 384,
      "norm_label": "cleanuprunner()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_cleanuprunner",
      "community_name": "Community 384"
    },
    {
      "label": "runCiOnVercel()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L392",
      "_origin": "ast",
      "community": 384,
      "norm_label": "runcionvercel()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "community_name": "Community 384"
    },
    {
      "label": "startCiOnVercel()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L436",
      "_origin": "ast",
      "community": 384,
      "norm_label": "startcionvercel()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_startcionvercel",
      "community_name": "Community 384"
    },
    {
      "label": "vercelRunnerConfigured()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L441",
      "_origin": "ast",
      "community": 482,
      "norm_label": "vercelrunnerconfigured()",
      "id": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunnerconfigured",
      "community_name": "Community 482"
    },
    {
      "label": "webhooks.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 373,
      "norm_label": "webhooks.test.ts",
      "id": "remix_app_api_utils_cicontrol_webhooks_test",
      "community_name": "Community 373"
    },
    {
      "label": "webhooks.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 373,
      "norm_label": "webhooks.ts",
      "id": "remix_app_api_utils_cicontrol_webhooks",
      "community_name": "Community 373"
    },
    {
      "label": "safeString()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 373,
      "norm_label": "safestring()",
      "id": "remix_app_api_utils_cicontrol_webhooks_safestring",
      "community_name": "Community 373"
    },
    {
      "label": "safeNumber()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 373,
      "norm_label": "safenumber()",
      "id": "remix_app_api_utils_cicontrol_webhooks_safenumber",
      "community_name": "Community 373"
    },
    {
      "label": "safeUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 373,
      "norm_label": "safeurl()",
      "id": "remix_app_api_utils_cicontrol_webhooks_safeurl",
      "community_name": "Community 373"
    },
    {
      "label": "constantTimeEqual()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 373,
      "norm_label": "constanttimeequal()",
      "id": "remix_app_api_utils_cicontrol_webhooks_constanttimeequal",
      "community_name": "Community 373"
    },
    {
      "label": "verifyGitHubWebhookSignature()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 373,
      "norm_label": "verifygithubwebhooksignature()",
      "id": "remix_app_api_utils_cicontrol_webhooks_verifygithubwebhooksignature",
      "community_name": "Community 373"
    },
    {
      "label": "verifyVercelWebhookSignature()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 373,
      "norm_label": "verifyvercelwebhooksignature()",
      "id": "remix_app_api_utils_cicontrol_webhooks_verifyvercelwebhooksignature",
      "community_name": "Community 373"
    },
    {
      "label": "labelsFrom()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 373,
      "norm_label": "labelsfrom()",
      "id": "remix_app_api_utils_cicontrol_webhooks_labelsfrom",
      "community_name": "Community 373"
    },
    {
      "label": "promotionSourceFromBody()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 373,
      "norm_label": "promotionsourcefrombody()",
      "id": "remix_app_api_utils_cicontrol_webhooks_promotionsourcefrombody",
      "community_name": "Community 373"
    },
    {
      "label": "promotionGroupFrom()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 373,
      "norm_label": "promotiongroupfrom()",
      "id": "remix_app_api_utils_cicontrol_webhooks_promotiongroupfrom",
      "community_name": "Community 373"
    },
    {
      "label": "ciFeatureIdentity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 373,
      "norm_label": "cifeatureidentity()",
      "id": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity",
      "community_name": "Community 373"
    },
    {
      "label": "prStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L79",
      "_origin": "ast",
      "community": 373,
      "norm_label": "prstatus()",
      "id": "remix_app_api_utils_cicontrol_webhooks_prstatus",
      "community_name": "Community 373"
    },
    {
      "label": "eventBase()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 373,
      "norm_label": "eventbase()",
      "id": "remix_app_api_utils_cicontrol_webhooks_eventbase",
      "community_name": "Community 373"
    },
    {
      "label": "upsert()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L107",
      "_origin": "ast",
      "community": 373,
      "norm_label": "upsert()",
      "id": "remix_app_api_utils_cicontrol_webhooks_upsert",
      "community_name": "Community 373"
    },
    {
      "label": "ingestGitHubWebhook()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 373,
      "norm_label": "ingestgithubwebhook()",
      "id": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "community_name": "Community 373"
    },
    {
      "label": "ingestVercelWebhook()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L432",
      "_origin": "ast",
      "community": 373,
      "norm_label": "ingestvercelwebhook()",
      "id": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook",
      "community_name": "Community 373"
    },
    {
      "label": "cryptoTools.server.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 242,
      "norm_label": "cryptotools.server.ts",
      "id": "remix_app_api_utils_crypto_cryptotools_server",
      "community_name": "Community 242"
    },
    {
      "label": "CryptoStandard",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 242,
      "norm_label": "cryptostandard",
      "id": "remix_app_api_utils_crypto_cryptotools_server_cryptostandard",
      "community_name": "Community 242"
    },
    {
      "label": "KeyEncoding",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 242,
      "norm_label": "keyencoding",
      "id": "remix_app_api_utils_crypto_cryptotools_server_keyencoding",
      "community_name": "Community 242"
    },
    {
      "label": "TextEncoding",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 242,
      "norm_label": "textencoding",
      "id": "remix_app_api_utils_crypto_cryptotools_server_textencoding",
      "community_name": "Community 242"
    },
    {
      "label": "StandardConfig",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 242,
      "norm_label": "standardconfig",
      "id": "remix_app_api_utils_crypto_cryptotools_server_standardconfig",
      "community_name": "Community 242"
    },
    {
      "label": "KeyInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 242,
      "norm_label": "keyinput",
      "id": "remix_app_api_utils_crypto_cryptotools_server_keyinput",
      "community_name": "Community 242"
    },
    {
      "label": "CRYPTO_STANDARDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 242,
      "norm_label": "crypto_standards",
      "id": "remix_app_api_utils_crypto_cryptotools_server_crypto_standards",
      "community_name": "Community 242"
    },
    {
      "label": "GenerateInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 242,
      "norm_label": "generateinput",
      "id": "remix_app_api_utils_crypto_cryptotools_server_generateinput",
      "community_name": "Community 242"
    },
    {
      "label": "VerifyJwtInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 242,
      "norm_label": "verifyjwtinput",
      "id": "remix_app_api_utils_crypto_cryptotools_server_verifyjwtinput",
      "community_name": "Community 242"
    },
    {
      "label": "VerifySignatureInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 242,
      "norm_label": "verifysignatureinput",
      "id": "remix_app_api_utils_crypto_cryptotools_server_verifysignatureinput",
      "community_name": "Community 242"
    },
    {
      "label": "MatchKeyPairInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 242,
      "norm_label": "matchkeypairinput",
      "id": "remix_app_api_utils_crypto_cryptotools_server_matchkeypairinput",
      "community_name": "Community 242"
    },
    {
      "label": "base64UrlToBase64()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 242,
      "norm_label": "base64urltobase64()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_base64urltobase64",
      "community_name": "Community 242"
    },
    {
      "label": "decodeBase64UrlText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 242,
      "norm_label": "decodebase64urltext()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_decodebase64urltext",
      "community_name": "Community 242"
    },
    {
      "label": "decodeText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 242,
      "norm_label": "decodetext()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_decodetext",
      "community_name": "Community 242"
    },
    {
      "label": "decodeKeyMaterial()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 242,
      "norm_label": "decodekeymaterial()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_decodekeymaterial",
      "community_name": "Community 242"
    },
    {
      "label": "encodePemBase64()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L133",
      "_origin": "ast",
      "community": 242,
      "norm_label": "encodepembase64()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64",
      "community_name": "Community 242"
    },
    {
      "label": "encodePemBase64Url()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 242,
      "norm_label": "encodepembase64url()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64url",
      "community_name": "Community 242"
    },
    {
      "label": "escapePem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L136",
      "_origin": "ast",
      "community": 242,
      "norm_label": "escapepem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_escapepem",
      "community_name": "Community 242"
    },
    {
      "label": "getStandard()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L138",
      "_origin": "ast",
      "community": 242,
      "norm_label": "getstandard()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_getstandard",
      "community_name": "Community 242"
    },
    {
      "label": "exportPrivatePem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L143",
      "_origin": "ast",
      "community": 242,
      "norm_label": "exportprivatepem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_exportprivatepem",
      "community_name": "Community 242"
    },
    {
      "label": "exportPublicPem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L146",
      "_origin": "ast",
      "community": 242,
      "norm_label": "exportpublicpem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_exportpublicpem",
      "community_name": "Community 242"
    },
    {
      "label": "normalizePrivatePem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L149",
      "_origin": "ast",
      "community": 242,
      "norm_label": "normalizeprivatepem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_normalizeprivatepem",
      "community_name": "Community 242"
    },
    {
      "label": "normalizePublicPem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L155",
      "_origin": "ast",
      "community": 242,
      "norm_label": "normalizepublicpem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_normalizepublicpem",
      "community_name": "Community 242"
    },
    {
      "label": "publicPemFromPrivatePem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L161",
      "_origin": "ast",
      "community": 242,
      "norm_label": "publicpemfromprivatepem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_publicpemfromprivatepem",
      "community_name": "Community 242"
    },
    {
      "label": "configuredPublicPem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L163",
      "_origin": "ast",
      "community": 242,
      "norm_label": "configuredpublicpem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_configuredpublicpem",
      "community_name": "Community 242"
    },
    {
      "label": "resolvePublicPem()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L171",
      "_origin": "ast",
      "community": 242,
      "norm_label": "resolvepublicpem()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem",
      "community_name": "Community 242"
    },
    {
      "label": "decodeSignature()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L181",
      "_origin": "ast",
      "community": 242,
      "norm_label": "decodesignature()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_decodesignature",
      "community_name": "Community 242"
    },
    {
      "label": "generateCryptoKeyPair()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L191",
      "_origin": "ast",
      "community": 242,
      "norm_label": "generatecryptokeypair()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair",
      "community_name": "Community 242"
    },
    {
      "label": "verifySignedMessageInput()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L299",
      "_origin": "ast",
      "community": 242,
      "norm_label": "verifysignedmessageinput()",
      "id": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput",
      "community_name": "Community 242"
    },
    {
      "label": "passwordHasher.server.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 242,
      "norm_label": "passwordhasher.server.ts",
      "id": "remix_app_api_utils_crypto_passwordhasher_server",
      "community_name": "Community 242"
    },
    {
      "label": "HashPasswordInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 242,
      "norm_label": "hashpasswordinput",
      "id": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordinput",
      "community_name": "Community 242"
    },
    {
      "label": "HashPasswordResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 242,
      "norm_label": "hashpasswordresult",
      "id": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordresult",
      "community_name": "Community 242"
    },
    {
      "label": "generatePassword()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 242,
      "norm_label": "generatepassword()",
      "id": "remix_app_api_utils_crypto_passwordhasher_server_generatepassword",
      "community_name": "Community 242"
    },
    {
      "label": "costOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 242,
      "norm_label": "costof()",
      "id": "remix_app_api_utils_crypto_passwordhasher_server_costof",
      "community_name": "Community 242"
    },
    {
      "label": "buildMongoshSnippet()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 242,
      "norm_label": "buildmongoshsnippet()",
      "id": "remix_app_api_utils_crypto_passwordhasher_server_buildmongoshsnippet",
      "community_name": "Community 242"
    },
    {
      "label": "hashPasswordForStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L133",
      "_origin": "ast",
      "community": 242,
      "norm_label": "hashpasswordforstorage()",
      "id": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage",
      "community_name": "Community 242"
    },
    {
      "label": "config.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "config.ts",
      "id": "remix_app_api_utils_email_config",
      "community_name": "Community 40"
    },
    {
      "label": "EmailProvider",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailprovider",
      "id": "remix_app_api_utils_email_config_emailprovider",
      "community_name": "Community 40"
    },
    {
      "label": "EmailStream",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L2",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailstream",
      "id": "remix_app_api_utils_email_config_emailstream",
      "community_name": "Community 40"
    },
    {
      "label": "EmailConfig",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailconfig",
      "id": "remix_app_api_utils_email_config_emailconfig",
      "community_name": "Community 40"
    },
    {
      "label": "firstPresent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 40,
      "norm_label": "firstpresent()",
      "id": "remix_app_api_utils_email_config_firstpresent",
      "community_name": "Community 40"
    },
    {
      "label": "getProvider()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getprovider()",
      "id": "remix_app_api_utils_email_config_getprovider",
      "community_name": "Community 40"
    },
    {
      "label": "getEmailConfig()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getemailconfig()",
      "id": "remix_app_api_utils_email_config_getemailconfig",
      "community_name": "Community 40"
    },
    {
      "label": "getFromAddressForStream()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getfromaddressforstream()",
      "id": "remix_app_api_utils_email_config_getfromaddressforstream",
      "community_name": "Community 40"
    },
    {
      "label": "events.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "events.ts",
      "id": "remix_app_api_utils_email_events",
      "community_name": "Community 30"
    },
    {
      "label": "EmailEventInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 30,
      "norm_label": "emaileventinput",
      "id": "remix_app_api_utils_email_events_emaileventinput",
      "community_name": "Community 30"
    },
    {
      "label": "normalizeEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 30,
      "norm_label": "normalizeemail()",
      "id": "remix_app_api_utils_email_events_normalizeemail",
      "community_name": "Community 30"
    },
    {
      "label": "recordEmailEvent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 30,
      "norm_label": "recordemailevent()",
      "id": "remix_app_api_utils_email_events_recordemailevent",
      "community_name": "Community 30"
    },
    {
      "label": "suppressEmailAddress()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 30,
      "norm_label": "suppressemailaddress()",
      "id": "remix_app_api_utils_email_events_suppressemailaddress",
      "community_name": "Community 30"
    },
    {
      "label": "unsubscribeEmailAddress()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 30,
      "norm_label": "unsubscribeemailaddress()",
      "id": "remix_app_api_utils_email_events_unsubscribeemailaddress",
      "community_name": "Community 30"
    },
    {
      "label": "service.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "service.ts",
      "id": "remix_app_api_utils_email_service",
      "community_name": "Community 40"
    },
    {
      "label": "normalizeEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 40,
      "norm_label": "normalizeemail()",
      "id": "remix_app_api_utils_email_service_normalizeemail",
      "community_name": "Community 40"
    },
    {
      "label": "normalizeRecipients()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 40,
      "norm_label": "normalizerecipients()",
      "id": "remix_app_api_utils_email_service_normalizerecipients",
      "community_name": "Community 40"
    },
    {
      "label": "errorMessage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 40,
      "norm_label": "errormessage()",
      "id": "remix_app_api_utils_email_service_errormessage",
      "community_name": "Community 40"
    },
    {
      "label": "getSuppressedRecipients()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getsuppressedrecipients()",
      "id": "remix_app_api_utils_email_service_getsuppressedrecipients",
      "community_name": "Community 30"
    },
    {
      "label": "sendWithConsole()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendwithconsole()",
      "id": "remix_app_api_utils_email_service_sendwithconsole",
      "community_name": "Community 40"
    },
    {
      "label": "deliverEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 40,
      "norm_label": "deliveremail()",
      "id": "remix_app_api_utils_email_service_deliveremail",
      "community_name": "Community 40"
    },
    {
      "label": "updateMessageStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 40,
      "norm_label": "updatemessagestatus()",
      "id": "remix_app_api_utils_email_service_updatemessagestatus",
      "community_name": "Community 40"
    },
    {
      "label": "sendEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendemail()",
      "id": "remix_app_api_utils_email_service_sendemail",
      "community_name": "Community 40"
    },
    {
      "label": "ses.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "ses.ts",
      "id": "remix_app_api_utils_email_ses",
      "community_name": "Community 40"
    },
    {
      "label": "clients",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 40,
      "norm_label": "clients",
      "id": "remix_app_api_utils_email_ses_clients",
      "community_name": "Community 40"
    },
    {
      "label": "getSesClient()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getsesclient()",
      "id": "remix_app_api_utils_email_ses_getsesclient",
      "community_name": "Community 40"
    },
    {
      "label": "sanitizeSesTag()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sanitizesestag()",
      "id": "remix_app_api_utils_email_ses_sanitizesestag",
      "community_name": "Community 40"
    },
    {
      "label": "toSesTags()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 40,
      "norm_label": "tosestags()",
      "id": "remix_app_api_utils_email_ses_tosestags",
      "community_name": "Community 40"
    },
    {
      "label": "sendWithSes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendwithses()",
      "id": "remix_app_api_utils_email_ses_sendwithses",
      "community_name": "Community 40"
    },
    {
      "label": "templates.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "templates.ts",
      "id": "remix_app_api_utils_email_templates",
      "community_name": "Community 40"
    },
    {
      "label": "htmlEscape()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "htmlescape()",
      "id": "remix_app_api_utils_email_templates_htmlescape",
      "community_name": "Community 40"
    },
    {
      "label": "renderEmailVerificationTemplate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 40,
      "norm_label": "renderemailverificationtemplate()",
      "id": "remix_app_api_utils_email_templates_renderemailverificationtemplate",
      "community_name": "Community 40"
    },
    {
      "label": "renderPasswordResetTemplate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 40,
      "norm_label": "renderpasswordresettemplate()",
      "id": "remix_app_api_utils_email_templates_renderpasswordresettemplate",
      "community_name": "Community 40"
    },
    {
      "label": "renderEmailOtpTemplate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 40,
      "norm_label": "renderemailotptemplate()",
      "id": "remix_app_api_utils_email_templates_renderemailotptemplate",
      "community_name": "Community 40"
    },
    {
      "label": "NotificationEmailInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notificationemailinput",
      "id": "remix_app_api_utils_email_templates_notificationemailinput",
      "community_name": "Community 40"
    },
    {
      "label": "NOTIFICATION_EMAIL_COPY",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notification_email_copy",
      "id": "remix_app_api_utils_email_templates_notification_email_copy",
      "community_name": "Community 40"
    },
    {
      "label": "emailFooter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L97",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailfooter()",
      "id": "remix_app_api_utils_email_templates_emailfooter",
      "community_name": "Community 40"
    },
    {
      "label": "renderNotificationEmailTemplate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 40,
      "norm_label": "rendernotificationemailtemplate()",
      "id": "remix_app_api_utils_email_templates_rendernotificationemailtemplate",
      "community_name": "Community 40"
    },
    {
      "label": "WeeklySummaryStat",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L140",
      "_origin": "ast",
      "community": 40,
      "norm_label": "weeklysummarystat",
      "id": "remix_app_api_utils_email_templates_weeklysummarystat",
      "community_name": "Community 40"
    },
    {
      "label": "renderWeeklySummaryTemplate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L142",
      "_origin": "ast",
      "community": 40,
      "norm_label": "renderweeklysummarytemplate()",
      "id": "remix_app_api_utils_email_templates_renderweeklysummarytemplate",
      "community_name": "Community 40"
    },
    {
      "label": "renderNewsletterTemplate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L181",
      "_origin": "ast",
      "community": 40,
      "norm_label": "rendernewslettertemplate()",
      "id": "remix_app_api_utils_email_templates_rendernewslettertemplate",
      "community_name": "Community 40"
    },
    {
      "label": "testConfig.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "testconfig.ts",
      "id": "remix_app_api_utils_email_testconfig",
      "community_name": "Community 40"
    },
    {
      "label": "TRUE_VALUES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 40,
      "norm_label": "true_values",
      "id": "remix_app_api_utils_email_testconfig_true_values",
      "community_name": "Community 40"
    },
    {
      "label": "firstPresent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 40,
      "norm_label": "firstpresent()",
      "id": "remix_app_api_utils_email_testconfig_firstpresent",
      "community_name": "Community 40"
    },
    {
      "label": "isTruthyEnv()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 40,
      "norm_label": "istruthyenv()",
      "id": "remix_app_api_utils_email_testconfig_istruthyenv",
      "community_name": "Community 40"
    },
    {
      "label": "parseEmail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 40,
      "norm_label": "parseemail()",
      "id": "remix_app_api_utils_email_testconfig_parseemail",
      "community_name": "Community 40"
    },
    {
      "label": "getEmailTestConfig()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getemailtestconfig()",
      "id": "remix_app_api_utils_email_testconfig_getemailtestconfig",
      "community_name": "Community 40"
    },
    {
      "label": "isAllowedEmailTestRecipient()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 40,
      "norm_label": "isallowedemailtestrecipient()",
      "id": "remix_app_api_utils_email_testconfig_isallowedemailtestrecipient",
      "community_name": "Community 40"
    },
    {
      "label": "types.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "types.ts",
      "id": "remix_app_api_utils_email_types",
      "community_name": "Community 40"
    },
    {
      "label": "EmailStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailstatus",
      "id": "remix_app_api_utils_email_types_emailstatus",
      "community_name": "Community 40"
    },
    {
      "label": "EmailSendInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailsendinput",
      "id": "remix_app_api_utils_email_types_emailsendinput",
      "community_name": "Community 40"
    },
    {
      "label": "EmailDeliveryInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emaildeliveryinput",
      "id": "remix_app_api_utils_email_types_emaildeliveryinput",
      "community_name": "Community 40"
    },
    {
      "label": "EmailDeliveryResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emaildeliveryresult",
      "id": "remix_app_api_utils_email_types_emaildeliveryresult",
      "community_name": "Community 40"
    },
    {
      "label": "EmailSendResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailsendresult",
      "id": "remix_app_api_utils_email_types_emailsendresult",
      "community_name": "Community 40"
    },
    {
      "label": "adminDiagnostic.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 304,
      "norm_label": "admindiagnostic.test.ts",
      "id": "remix_app_api_utils_errors_admindiagnostic_test",
      "community_name": "Community 304"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.test.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 304,
      "norm_label": "get()",
      "id": "remix_app_api_utils_errors_admindiagnostic_test_get",
      "community_name": "Community 304"
    },
    {
      "label": "adminDiagnostic.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 304,
      "norm_label": "admindiagnostic.ts",
      "id": "remix_app_api_utils_errors_admindiagnostic",
      "community_name": "Community 304"
    },
    {
      "label": "AdminDiagnosticRevealable",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 304,
      "norm_label": "admindiagnosticrevealable",
      "id": "remix_app_api_utils_errors_admindiagnostic_admindiagnosticrevealable",
      "community_name": "Community 304"
    },
    {
      "label": "AdminErrorDiagnostic",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 47,
      "norm_label": "adminerrordiagnostic",
      "id": "remix_app_api_utils_errors_admindiagnostic_adminerrordiagnostic",
      "community_name": "Community 47"
    },
    {
      "label": "CaptureState",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 304,
      "norm_label": "capturestate",
      "id": "remix_app_api_utils_errors_admindiagnostic_capturestate",
      "community_name": "Community 304"
    },
    {
      "label": "AdminDiagnosticRevealContext",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 304,
      "norm_label": "admindiagnosticrevealcontext",
      "id": "remix_app_api_utils_errors_admindiagnostic_admindiagnosticrevealcontext",
      "community_name": "Community 304"
    },
    {
      "label": "ErrorSnapshot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 304,
      "norm_label": "errorsnapshot",
      "id": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "community_name": "Community 304"
    },
    {
      "label": "objectIdPlaceholder()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 304,
      "norm_label": "objectidplaceholder()",
      "id": "remix_app_api_utils_errors_admindiagnostic_objectidplaceholder",
      "community_name": "Community 304"
    },
    {
      "label": "CREDENTIAL_COMPONENTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 304,
      "norm_label": "credential_components",
      "id": "remix_app_api_utils_errors_admindiagnostic_credential_components",
      "community_name": "Community 304"
    },
    {
      "label": "escapeRegExp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L93",
      "_origin": "ast",
      "community": 304,
      "norm_label": "escaperegexp()",
      "id": "remix_app_api_utils_errors_admindiagnostic_escaperegexp",
      "community_name": "Community 304"
    },
    {
      "label": "exactRevealIdentifierValuePattern()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 304,
      "norm_label": "exactrevealidentifiervaluepattern()",
      "id": "remix_app_api_utils_errors_admindiagnostic_exactrevealidentifiervaluepattern",
      "community_name": "Community 304"
    },
    {
      "label": "credentialLabelComponents()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 304,
      "norm_label": "credentiallabelcomponents()",
      "id": "remix_app_api_utils_errors_admindiagnostic_credentiallabelcomponents",
      "community_name": "Community 304"
    },
    {
      "label": "isCredentialLabel()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 304,
      "norm_label": "iscredentiallabel()",
      "id": "remix_app_api_utils_errors_admindiagnostic_iscredentiallabel",
      "community_name": "Community 304"
    },
    {
      "label": "truncateSanitizedText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 304,
      "norm_label": "truncatesanitizedtext()",
      "id": "remix_app_api_utils_errors_admindiagnostic_truncatesanitizedtext",
      "community_name": "Community 304"
    },
    {
      "label": "createCaptureState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L127",
      "_origin": "ast",
      "community": 304,
      "norm_label": "createcapturestate()",
      "id": "remix_app_api_utils_errors_admindiagnostic_createcapturestate",
      "community_name": "Community 304"
    },
    {
      "label": "rememberIrreversibleObjectIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L152",
      "_origin": "ast",
      "community": 304,
      "norm_label": "rememberirreversibleobjectids()",
      "id": "remix_app_api_utils_errors_admindiagnostic_rememberirreversibleobjectids",
      "community_name": "Community 304"
    },
    {
      "label": "captureObjectId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L158",
      "_origin": "ast",
      "community": 304,
      "norm_label": "captureobjectid()",
      "id": "remix_app_api_utils_errors_admindiagnostic_captureobjectid",
      "community_name": "Community 304"
    },
    {
      "label": "redactText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 304,
      "norm_label": "redacttext()",
      "id": "remix_app_api_utils_errors_admindiagnostic_redacttext",
      "community_name": "Community 304"
    },
    {
      "label": "PropertyLookup",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L324",
      "_origin": "ast",
      "community": 304,
      "norm_label": "propertylookup",
      "id": "remix_app_api_utils_errors_admindiagnostic_propertylookup",
      "community_name": "Community 304"
    },
    {
      "label": "dataProperty()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L336",
      "_origin": "ast",
      "community": 304,
      "norm_label": "dataproperty()",
      "id": "remix_app_api_utils_errors_admindiagnostic_dataproperty",
      "community_name": "Community 304"
    },
    {
      "label": "nativeErrorStackDescriptor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L344",
      "_origin": "ast",
      "community": 304,
      "norm_label": "nativeerrorstackdescriptor",
      "id": "remix_app_api_utils_errors_admindiagnostic_nativeerrorstackdescriptor",
      "community_name": "Community 304"
    },
    {
      "label": "safeTextProperty()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L348",
      "_origin": "ast",
      "community": 304,
      "norm_label": "safetextproperty()",
      "id": "remix_app_api_utils_errors_admindiagnostic_safetextproperty",
      "community_name": "Community 304"
    },
    {
      "label": "formattedErrorHeader()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L353",
      "_origin": "ast",
      "community": 304,
      "norm_label": "formattederrorheader()",
      "id": "remix_app_api_utils_errors_admindiagnostic_formattederrorheader",
      "community_name": "Community 304"
    },
    {
      "label": "sanitizedStack()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L359",
      "_origin": "ast",
      "community": 304,
      "norm_label": "sanitizedstack()",
      "id": "remix_app_api_utils_errors_admindiagnostic_sanitizedstack",
      "community_name": "Community 304"
    },
    {
      "label": "safeStackProperty()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L379",
      "_origin": "ast",
      "community": 304,
      "norm_label": "safestackproperty()",
      "id": "remix_app_api_utils_errors_admindiagnostic_safestackproperty",
      "community_name": "Community 304"
    },
    {
      "label": "safeNumberProperty()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L420",
      "_origin": "ast",
      "community": 304,
      "norm_label": "safenumberproperty()",
      "id": "remix_app_api_utils_errors_admindiagnostic_safenumberproperty",
      "community_name": "Community 304"
    },
    {
      "label": "safeCodeProperty()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L425",
      "_origin": "ast",
      "community": 304,
      "norm_label": "safecodeproperty()",
      "id": "remix_app_api_utils_errors_admindiagnostic_safecodeproperty",
      "community_name": "Community 304"
    },
    {
      "label": "safeErrorLabels()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L431",
      "_origin": "ast",
      "community": 304,
      "norm_label": "safeerrorlabels()",
      "id": "remix_app_api_utils_errors_admindiagnostic_safeerrorlabels",
      "community_name": "Community 304"
    },
    {
      "label": "sanitizeStoredSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L487",
      "_origin": "ast",
      "community": 304,
      "norm_label": "sanitizestoredsnapshot()",
      "id": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "community_name": "Community 304"
    },
    {
      "label": "sanitizeStoredAdminDiagnosticDetail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L531",
      "_origin": "ast",
      "community": 304,
      "norm_label": "sanitizestoredadmindiagnosticdetail()",
      "id": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail",
      "community_name": "Community 304"
    },
    {
      "label": "captureAdminErrorDiagnostic()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L565",
      "_origin": "ast",
      "community": 304,
      "norm_label": "captureadminerrordiagnostic()",
      "id": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic",
      "community_name": "Community 304"
    },
    {
      "label": "safeError.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "safeerror.ts",
      "id": "remix_app_api_utils_errors_safeerror",
      "community_name": "Community 91"
    },
    {
      "label": "PublicError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 91,
      "norm_label": "publicerror",
      "id": "remix_app_api_utils_errors_safeerror_publicerror",
      "community_name": "Community 91"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 91,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_errors_safeerror_publicerror_constructor",
      "community_name": "Community 91"
    },
    {
      "label": "asCodeString()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 91,
      "norm_label": "ascodestring()",
      "id": "remix_app_api_utils_errors_safeerror_ascodestring",
      "community_name": "Community 91"
    },
    {
      "label": "safeErrorName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 91,
      "norm_label": "safeerrorname()",
      "id": "remix_app_api_utils_errors_safeerror_safeerrorname",
      "community_name": "Community 91"
    },
    {
      "label": "errorCode()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 91,
      "norm_label": "errorcode()",
      "id": "remix_app_api_utils_errors_safeerror_errorcode",
      "community_name": "Community 91"
    },
    {
      "label": "safeErrorText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 91,
      "norm_label": "safeerrortext()",
      "id": "remix_app_api_utils_errors_safeerror_safeerrortext",
      "community_name": "Community 91"
    },
    {
      "label": "statusTarget.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "statustarget.ts",
      "id": "remix_app_api_utils_health_statustarget",
      "community_name": "Community 91"
    },
    {
      "label": "BasicServiceHealthStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 91,
      "norm_label": "basicservicehealthstatus",
      "id": "remix_app_api_utils_health_statustarget_basicservicehealthstatus",
      "community_name": "Community 91"
    },
    {
      "label": "LOCAL_STATUS_PORTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 91,
      "norm_label": "local_status_ports",
      "id": "remix_app_api_utils_health_statustarget_local_status_ports",
      "community_name": "Community 91"
    },
    {
      "label": "normaliseOrigin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 91,
      "norm_label": "normaliseorigin()",
      "id": "remix_app_api_utils_health_statustarget_normaliseorigin",
      "community_name": "Community 91"
    },
    {
      "label": "getRequestOrigin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getrequestorigin()",
      "id": "remix_app_api_utils_health_statustarget_getrequestorigin",
      "community_name": "Community 91"
    },
    {
      "label": "configuredOrigins()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 91,
      "norm_label": "configuredorigins()",
      "id": "remix_app_api_utils_health_statustarget_configuredorigins",
      "community_name": "Community 91"
    },
    {
      "label": "isAllowedStatusOrigin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 91,
      "norm_label": "isallowedstatusorigin()",
      "id": "remix_app_api_utils_health_statustarget_isallowedstatusorigin",
      "community_name": "Community 91"
    },
    {
      "label": "resolveStatusTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 91,
      "norm_label": "resolvestatustarget()",
      "id": "remix_app_api_utils_health_statustarget_resolvestatustarget",
      "community_name": "Community 91"
    },
    {
      "label": "fetchWithTimeout()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 91,
      "norm_label": "fetchwithtimeout()",
      "id": "remix_app_api_utils_health_statustarget_fetchwithtimeout",
      "community_name": "Community 91"
    },
    {
      "label": "fetchRemoteJson()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L146",
      "_origin": "ast",
      "community": 91,
      "norm_label": "fetchremotejson()",
      "id": "remix_app_api_utils_health_statustarget_fetchremotejson",
      "community_name": "Community 91"
    },
    {
      "label": "unavailableServiceStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L179",
      "_origin": "ast",
      "community": 91,
      "norm_label": "unavailableservicestatus()",
      "id": "remix_app_api_utils_health_statustarget_unavailableservicestatus",
      "community_name": "Community 91"
    },
    {
      "label": "fallbacks.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/fallbacks.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 494,
      "norm_label": "fallbacks.test.ts",
      "id": "remix_app_api_utils_lopu_fallbacks_test",
      "community_name": "Community 494"
    },
    {
      "label": "fallbacks.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/fallbacks.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 494,
      "norm_label": "fallbacks.ts",
      "id": "remix_app_api_utils_lopu_fallbacks",
      "community_name": "Community 494"
    },
    {
      "label": "wishSlotMusing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/fallbacks.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 494,
      "norm_label": "wishslotmusing()",
      "id": "remix_app_api_utils_lopu_fallbacks_wishslotmusing",
      "community_name": "Community 494"
    },
    {
      "label": "FALLBACK_MUSINGS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/fallbacks.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 494,
      "norm_label": "fallback_musings",
      "id": "remix_app_api_utils_lopu_fallbacks_fallback_musings",
      "community_name": "Community 494"
    },
    {
      "label": "musing.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 527,
      "norm_label": "musing.test.ts",
      "id": "remix_app_api_utils_lopu_musing_test",
      "community_name": "Community 527"
    },
    {
      "label": "musing.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 385,
      "norm_label": "musing.ts",
      "id": "remix_app_api_utils_lopu_musing",
      "community_name": "Community 385"
    },
    {
      "label": "LopuContext",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 385,
      "norm_label": "lopucontext",
      "id": "remix_app_api_utils_lopu_musing_lopucontext",
      "community_name": "Community 385"
    },
    {
      "label": "LopuSource",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 385,
      "norm_label": "lopusource",
      "id": "remix_app_api_utils_lopu_musing_lopusource",
      "community_name": "Community 385"
    },
    {
      "label": "LopuMode",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 385,
      "norm_label": "lopumode",
      "id": "remix_app_api_utils_lopu_musing_lopumode",
      "community_name": "Community 385"
    },
    {
      "label": "LopuMusing",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 385,
      "norm_label": "lopumusing",
      "id": "remix_app_api_utils_lopu_musing_lopumusing",
      "community_name": "Community 385"
    },
    {
      "label": "LopuStreamEvent",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 385,
      "norm_label": "lopustreamevent",
      "id": "remix_app_api_utils_lopu_musing_lopustreamevent",
      "community_name": "Community 385"
    },
    {
      "label": "pickFallback()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 385,
      "norm_label": "pickfallback()",
      "id": "remix_app_api_utils_lopu_musing_pickfallback",
      "community_name": "Community 385"
    },
    {
      "label": "ALL_MODES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 385,
      "norm_label": "all_modes",
      "id": "remix_app_api_utils_lopu_musing_all_modes",
      "community_name": "Community 385"
    },
    {
      "label": "pickMode()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 385,
      "norm_label": "pickmode()",
      "id": "remix_app_api_utils_lopu_musing_pickmode",
      "community_name": "Community 385"
    },
    {
      "label": "buildContextLine()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 385,
      "norm_label": "buildcontextline()",
      "id": "remix_app_api_utils_lopu_musing_buildcontextline",
      "community_name": "Community 385"
    },
    {
      "label": "buildUserPrompt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 385,
      "norm_label": "builduserprompt()",
      "id": "remix_app_api_utils_lopu_musing_builduserprompt",
      "community_name": "Community 385"
    },
    {
      "label": "weatherCodeToText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 494,
      "norm_label": "weathercodetotext()",
      "id": "remix_app_api_utils_lopu_musing_weathercodetotext",
      "community_name": "Community 494"
    },
    {
      "label": "fetchWeather()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 494,
      "norm_label": "fetchweather()",
      "id": "remix_app_api_utils_lopu_musing_fetchweather",
      "community_name": "Community 494"
    },
    {
      "label": "getDefaultLopuClaudeModel()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 385,
      "norm_label": "getdefaultlopuclaudemodel()",
      "id": "remix_app_api_utils_lopu_musing_getdefaultlopuclaudemodel",
      "community_name": "Community 385"
    },
    {
      "label": "LopuClaudeModelResolverDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 385,
      "norm_label": "lopuclaudemodelresolverdependencies",
      "id": "remix_app_api_utils_lopu_musing_lopuclaudemodelresolverdependencies",
      "community_name": "Community 385"
    },
    {
      "label": "createLopuClaudeModelResolver()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 527,
      "norm_label": "createlopuclaudemodelresolver()",
      "id": "remix_app_api_utils_lopu_musing_createlopuclaudemodelresolver",
      "community_name": "Community 527"
    },
    {
      "label": "getLopuClaudeModel",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L126",
      "_origin": "ast",
      "community": 385,
      "norm_label": "getlopuclaudemodel",
      "id": "remix_app_api_utils_lopu_musing_getlopuclaudemodel",
      "community_name": "Community 385"
    },
    {
      "label": "providerOrder()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L165",
      "_origin": "ast",
      "community": 385,
      "norm_label": "providerorder()",
      "id": "remix_app_api_utils_lopu_musing_providerorder",
      "community_name": "Community 385"
    },
    {
      "label": "hasAnyKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L170",
      "_origin": "ast",
      "community": 385,
      "norm_label": "hasanykey()",
      "id": "remix_app_api_utils_lopu_musing_hasanykey",
      "community_name": "Community 385"
    },
    {
      "label": "chunkWords()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L175",
      "_origin": "ast",
      "community": 385,
      "norm_label": "chunkwords()",
      "id": "remix_app_api_utils_lopu_musing_chunkwords",
      "community_name": "Community 385"
    },
    {
      "label": "tick()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L176",
      "_origin": "ast",
      "community": 385,
      "norm_label": "tick()",
      "id": "remix_app_api_utils_lopu_musing_tick",
      "community_name": "Community 385"
    },
    {
      "label": "generateLopuMusing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L238",
      "_origin": "ast",
      "community": 385,
      "norm_label": "generatelopumusing()",
      "id": "remix_app_api_utils_lopu_musing_generatelopumusing",
      "community_name": "Community 385"
    },
    {
      "label": "rateLimit.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 528,
      "norm_label": "ratelimit.ts",
      "id": "remix_app_api_utils_lopu_ratelimit",
      "community_name": "Community 528"
    },
    {
      "label": "RateLimitResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 528,
      "norm_label": "ratelimitresult",
      "id": "remix_app_api_utils_lopu_ratelimit_ratelimitresult",
      "community_name": "Community 528"
    },
    {
      "label": "firstHeaderIp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 528,
      "norm_label": "firstheaderip()",
      "id": "remix_app_api_utils_lopu_ratelimit_firstheaderip",
      "community_name": "Community 528"
    },
    {
      "label": "getRequestIp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 528,
      "norm_label": "getrequestip()",
      "id": "remix_app_api_utils_lopu_ratelimit_getrequestip",
      "community_name": "Community 528"
    },
    {
      "label": "hashIp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 528,
      "norm_label": "haship()",
      "id": "remix_app_api_utils_lopu_ratelimit_haship",
      "community_name": "Community 528"
    },
    {
      "label": "activeRequestsExpr()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 528,
      "norm_label": "activerequestsexpr()",
      "id": "remix_app_api_utils_lopu_ratelimit_activerequestsexpr",
      "community_name": "Community 528"
    },
    {
      "label": "resetFromRequests()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 528,
      "norm_label": "resetfromrequests()",
      "id": "remix_app_api_utils_lopu_ratelimit_resetfromrequests",
      "community_name": "Community 528"
    },
    {
      "label": "consumeLopuMusingQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 528,
      "norm_label": "consumelopumusingquota()",
      "id": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota",
      "community_name": "Community 528"
    },
    {
      "label": "channels.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "channels.ts",
      "id": "remix_app_api_utils_messenger_channels",
      "community_name": "Community 25"
    },
    {
      "label": "CommunityChannel",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 25,
      "norm_label": "communitychannel",
      "id": "remix_app_api_utils_messenger_channels_communitychannel",
      "community_name": "Community 25"
    },
    {
      "label": "ListChannelsResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listchannelsresult",
      "id": "remix_app_api_utils_messenger_channels_listchannelsresult",
      "community_name": "Community 25"
    },
    {
      "label": "listCommunityChannels()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listcommunitychannels()",
      "id": "remix_app_api_utils_messenger_channels_listcommunitychannels",
      "community_name": "Community 25"
    },
    {
      "label": "communities.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "communities.ts",
      "id": "remix_app_api_utils_messenger_communities",
      "community_name": "Community 25"
    },
    {
      "label": "PublicCommunity",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 25,
      "norm_label": "publiccommunity",
      "id": "remix_app_api_utils_messenger_communities_publiccommunity",
      "community_name": "Community 25"
    },
    {
      "label": "PublicSection",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 25,
      "norm_label": "publicsection",
      "id": "remix_app_api_utils_messenger_communities_publicsection",
      "community_name": "Community 25"
    },
    {
      "label": "toPublicCommunity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 25,
      "norm_label": "topubliccommunity()",
      "id": "remix_app_api_utils_messenger_communities_topubliccommunity",
      "community_name": "Community 25"
    },
    {
      "label": "toPublicSection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 25,
      "norm_label": "topublicsection()",
      "id": "remix_app_api_utils_messenger_communities_topublicsection",
      "community_name": "Community 25"
    },
    {
      "label": "insertMember()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 25,
      "norm_label": "insertmember()",
      "id": "remix_app_api_utils_messenger_communities_insertmember",
      "community_name": "Community 25"
    },
    {
      "label": "revokeCommunityChannelMemberships()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 25,
      "norm_label": "revokecommunitychannelmemberships()",
      "id": "remix_app_api_utils_messenger_communities_revokecommunitychannelmemberships",
      "community_name": "Community 25"
    },
    {
      "label": "requireCommunityRole()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 25,
      "norm_label": "requirecommunityrole()",
      "id": "remix_app_api_utils_messenger_communities_requirecommunityrole",
      "community_name": "Community 25"
    },
    {
      "label": "CreateCommunityResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createcommunityresult",
      "id": "remix_app_api_utils_messenger_communities_createcommunityresult",
      "community_name": "Community 25"
    },
    {
      "label": "createCommunity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createcommunity()",
      "id": "remix_app_api_utils_messenger_communities_createcommunity",
      "community_name": "Community 25"
    },
    {
      "label": "listMyCommunities()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listmycommunities()",
      "id": "remix_app_api_utils_messenger_communities_listmycommunities",
      "community_name": "Community 25"
    },
    {
      "label": "CommunityDetailResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L145",
      "_origin": "ast",
      "community": 25,
      "norm_label": "communitydetailresult",
      "id": "remix_app_api_utils_messenger_communities_communitydetailresult",
      "community_name": "Community 25"
    },
    {
      "label": "getCommunityDetail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L156",
      "_origin": "ast",
      "community": 25,
      "norm_label": "getcommunitydetail()",
      "id": "remix_app_api_utils_messenger_communities_getcommunitydetail",
      "community_name": "Community 25"
    },
    {
      "label": "UpdateCommunityResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L190",
      "_origin": "ast",
      "community": 25,
      "norm_label": "updatecommunityresult",
      "id": "remix_app_api_utils_messenger_communities_updatecommunityresult",
      "community_name": "Community 25"
    },
    {
      "label": "updateCommunity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L192",
      "_origin": "ast",
      "community": 25,
      "norm_label": "updatecommunity()",
      "id": "remix_app_api_utils_messenger_communities_updatecommunity",
      "community_name": "Community 25"
    },
    {
      "label": "CommunityMembersResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L220",
      "_origin": "ast",
      "community": 25,
      "norm_label": "communitymembersresult",
      "id": "remix_app_api_utils_messenger_communities_communitymembersresult",
      "community_name": "Community 25"
    },
    {
      "label": "manageCommunityMember()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L222",
      "_origin": "ast",
      "community": 25,
      "norm_label": "managecommunitymember()",
      "id": "remix_app_api_utils_messenger_communities_managecommunitymember",
      "community_name": "Community 25"
    },
    {
      "label": "leaveCommunity()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L249",
      "_origin": "ast",
      "community": 25,
      "norm_label": "leavecommunity()",
      "id": "remix_app_api_utils_messenger_communities_leavecommunity",
      "community_name": "Community 25"
    },
    {
      "label": "PublicInvite",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L262",
      "_origin": "ast",
      "community": 25,
      "norm_label": "publicinvite",
      "id": "remix_app_api_utils_messenger_communities_publicinvite",
      "community_name": "Community 25"
    },
    {
      "label": "toPublicInvite()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L273",
      "_origin": "ast",
      "community": 25,
      "norm_label": "topublicinvite()",
      "id": "remix_app_api_utils_messenger_communities_topublicinvite",
      "community_name": "Community 25"
    },
    {
      "label": "CreateInviteResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L287",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createinviteresult",
      "id": "remix_app_api_utils_messenger_communities_createinviteresult",
      "community_name": "Community 25"
    },
    {
      "label": "createInvite()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L289",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createinvite()",
      "id": "remix_app_api_utils_messenger_communities_createinvite",
      "community_name": "Community 25"
    },
    {
      "label": "ListInvitesResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L332",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listinvitesresult",
      "id": "remix_app_api_utils_messenger_communities_listinvitesresult",
      "community_name": "Community 25"
    },
    {
      "label": "listInvites()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L334",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listinvites()",
      "id": "remix_app_api_utils_messenger_communities_listinvites",
      "community_name": "Community 25"
    },
    {
      "label": "JoinCommunityResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L351",
      "_origin": "ast",
      "community": 25,
      "norm_label": "joincommunityresult",
      "id": "remix_app_api_utils_messenger_communities_joincommunityresult",
      "community_name": "Community 25"
    },
    {
      "label": "joinCommunityByCode()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L353",
      "_origin": "ast",
      "community": 25,
      "norm_label": "joincommunitybycode()",
      "id": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "community_name": "Community 25"
    },
    {
      "label": "SectionsResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L380",
      "_origin": "ast",
      "community": 25,
      "norm_label": "sectionsresult",
      "id": "remix_app_api_utils_messenger_communities_sectionsresult",
      "community_name": "Community 25"
    },
    {
      "label": "manageSections()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L382",
      "_origin": "ast",
      "community": 25,
      "norm_label": "managesections()",
      "id": "remix_app_api_utils_messenger_communities_managesections",
      "community_name": "Community 25"
    },
    {
      "label": "emojis.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "emojis.ts",
      "id": "remix_app_api_utils_messenger_emojis",
      "community_name": "Community 25"
    },
    {
      "label": "PublicCustomEmoji",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 25,
      "norm_label": "publiccustomemoji",
      "id": "remix_app_api_utils_messenger_emojis_publiccustomemoji",
      "community_name": "Community 25"
    },
    {
      "label": "emojiImageToString()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 25,
      "norm_label": "emojiimagetostring()",
      "id": "remix_app_api_utils_messenger_emojis_emojiimagetostring",
      "community_name": "Community 25"
    },
    {
      "label": "emojiAttachmentUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 25,
      "norm_label": "emojiattachmenturl()",
      "id": "remix_app_api_utils_messenger_emojis_emojiattachmenturl",
      "community_name": "Community 25"
    },
    {
      "label": "toPublicEmoji()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 25,
      "norm_label": "topublicemoji()",
      "id": "remix_app_api_utils_messenger_emojis_topublicemoji",
      "community_name": "Community 25"
    },
    {
      "label": "UploadEmojiResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 25,
      "norm_label": "uploademojiresult",
      "id": "remix_app_api_utils_messenger_emojis_uploademojiresult",
      "community_name": "Community 25"
    },
    {
      "label": "uploadEmoji()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 25,
      "norm_label": "uploademoji()",
      "id": "remix_app_api_utils_messenger_emojis_uploademoji",
      "community_name": "Community 25"
    },
    {
      "label": "ListEmojisResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L132",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listemojisresult",
      "id": "remix_app_api_utils_messenger_emojis_listemojisresult",
      "community_name": "Community 25"
    },
    {
      "label": "listEmojis()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L142",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listemojis()",
      "id": "remix_app_api_utils_messenger_emojis_listemojis",
      "community_name": "Community 25"
    },
    {
      "label": "DeleteEmojiResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L175",
      "_origin": "ast",
      "community": 25,
      "norm_label": "deleteemojiresult",
      "id": "remix_app_api_utils_messenger_emojis_deleteemojiresult",
      "community_name": "Community 25"
    },
    {
      "label": "deleteEmoji()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L177",
      "_origin": "ast",
      "community": 25,
      "norm_label": "deleteemoji()",
      "id": "remix_app_api_utils_messenger_emojis_deleteemoji",
      "community_name": "Community 25"
    },
    {
      "label": "follows.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "follows.ts",
      "id": "remix_app_api_utils_messenger_follows",
      "community_name": "Community 25"
    },
    {
      "label": "isFollowing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 25,
      "norm_label": "isfollowing()",
      "id": "remix_app_api_utils_messenger_follows_isfollowing",
      "community_name": "Community 25"
    },
    {
      "label": "followingSet()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 25,
      "norm_label": "followingset()",
      "id": "remix_app_api_utils_messenger_follows_followingset",
      "community_name": "Community 25"
    },
    {
      "label": "followersOfSet()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 25,
      "norm_label": "followersofset()",
      "id": "remix_app_api_utils_messenger_follows_followersofset",
      "community_name": "Community 25"
    },
    {
      "label": "FollowStatusResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 25,
      "norm_label": "followstatusresult",
      "id": "remix_app_api_utils_messenger_follows_followstatusresult",
      "community_name": "Community 25"
    },
    {
      "label": "resolveTargetUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 25,
      "norm_label": "resolvetargetuser()",
      "id": "remix_app_api_utils_messenger_follows_resolvetargetuser",
      "community_name": "Community 25"
    },
    {
      "label": "followStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 25,
      "norm_label": "followstatus()",
      "id": "remix_app_api_utils_messenger_follows_followstatus",
      "community_name": "Community 25"
    },
    {
      "label": "ToggleFollowResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 25,
      "norm_label": "togglefollowresult",
      "id": "remix_app_api_utils_messenger_follows_togglefollowresult",
      "community_name": "Community 25"
    },
    {
      "label": "toggleFollow()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 25,
      "norm_label": "togglefollow()",
      "id": "remix_app_api_utils_messenger_follows_togglefollow",
      "community_name": "Community 25"
    },
    {
      "label": "messenger.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "messenger.ts",
      "id": "remix_app_api_utils_messenger_messenger",
      "community_name": "Community 25"
    },
    {
      "label": "PublicChatMember",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 25,
      "norm_label": "publicchatmember",
      "id": "remix_app_api_utils_messenger_messenger_publicchatmember",
      "community_name": "Community 25"
    },
    {
      "label": "PublicChat",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 25,
      "norm_label": "publicchat",
      "id": "remix_app_api_utils_messenger_messenger_publicchat",
      "community_name": "Community 25"
    },
    {
      "label": "ChatListEntry",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chatlistentry",
      "id": "remix_app_api_utils_messenger_messenger_chatlistentry",
      "community_name": "Community 25"
    },
    {
      "label": "MessagePreview",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 25,
      "norm_label": "messagepreview",
      "id": "remix_app_api_utils_messenger_messenger_messagepreview",
      "community_name": "Community 25"
    },
    {
      "label": "PublicChatMessage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L106",
      "_origin": "ast",
      "community": 25,
      "norm_label": "publicchatmessage",
      "id": "remix_app_api_utils_messenger_messenger_publicchatmessage",
      "community_name": "Community 25"
    },
    {
      "label": "CustomEmojiMap",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L127",
      "_origin": "ast",
      "community": 25,
      "norm_label": "customemojimap",
      "id": "remix_app_api_utils_messenger_messenger_customemojimap",
      "community_name": "Community 25"
    },
    {
      "label": "toPublicChat()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L129",
      "_origin": "ast",
      "community": 25,
      "norm_label": "topublicchat()",
      "id": "remix_app_api_utils_messenger_messenger_topublicchat",
      "community_name": "Community 25"
    },
    {
      "label": "toPublicMember()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L145",
      "_origin": "ast",
      "community": 25,
      "norm_label": "topublicmember()",
      "id": "remix_app_api_utils_messenger_messenger_topublicmember",
      "community_name": "Community 25"
    },
    {
      "label": "previewText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L167",
      "_origin": "ast",
      "community": 25,
      "norm_label": "previewtext()",
      "id": "remix_app_api_utils_messenger_messenger_previewtext",
      "community_name": "Community 25"
    },
    {
      "label": "insertChatMember()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L175",
      "_origin": "ast",
      "community": 25,
      "norm_label": "insertchatmember()",
      "id": "remix_app_api_utils_messenger_messenger_insertchatmember",
      "community_name": "Community 25"
    },
    {
      "label": "reviveMembership()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L205",
      "_origin": "ast",
      "community": 25,
      "norm_label": "revivemembership()",
      "id": "remix_app_api_utils_messenger_messenger_revivemembership",
      "community_name": "Community 25"
    },
    {
      "label": "chatPreviewOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L221",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chatpreviewof()",
      "id": "remix_app_api_utils_messenger_messenger_chatpreviewof",
      "community_name": "Community 25"
    },
    {
      "label": "touchChat()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L231",
      "_origin": "ast",
      "community": 25,
      "norm_label": "touchchat()",
      "id": "remix_app_api_utils_messenger_messenger_touchchat",
      "community_name": "Community 25"
    },
    {
      "label": "insertSystemMessage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L240",
      "_origin": "ast",
      "community": 25,
      "norm_label": "insertsystemmessage()",
      "id": "remix_app_api_utils_messenger_messenger_insertsystemmessage",
      "community_name": "Community 25"
    },
    {
      "label": "ChatAccess",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L259",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chataccess",
      "id": "remix_app_api_utils_messenger_messenger_chataccess",
      "community_name": "Community 25"
    },
    {
      "label": "resolveChatAccess()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L264",
      "_origin": "ast",
      "community": 25,
      "norm_label": "resolvechataccess()",
      "id": "remix_app_api_utils_messenger_messenger_resolvechataccess",
      "community_name": "Community 25"
    },
    {
      "label": "canAdministerChat()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L276",
      "_origin": "ast",
      "community": 25,
      "norm_label": "canadministerchat()",
      "id": "remix_app_api_utils_messenger_messenger_canadministerchat",
      "community_name": "Community 25"
    },
    {
      "label": "CreateChatResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L288",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createchatresult",
      "id": "remix_app_api_utils_messenger_messenger_createchatresult",
      "community_name": "Community 25"
    },
    {
      "label": "createChat()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L290",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createchat()",
      "id": "remix_app_api_utils_messenger_messenger_createchat",
      "community_name": "Community 25"
    },
    {
      "label": "SummaryContext",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L429",
      "_origin": "ast",
      "community": 25,
      "norm_label": "summarycontext",
      "id": "remix_app_api_utils_messenger_messenger_summarycontext",
      "community_name": "Community 25"
    },
    {
      "label": "buildSummaryContext()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L444",
      "_origin": "ast",
      "community": 25,
      "norm_label": "buildsummarycontext()",
      "id": "remix_app_api_utils_messenger_messenger_buildsummarycontext",
      "community_name": "Community 25"
    },
    {
      "label": "summaryEntry()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L536",
      "_origin": "ast",
      "community": 25,
      "norm_label": "summaryentry()",
      "id": "remix_app_api_utils_messenger_messenger_summaryentry",
      "community_name": "Community 25"
    },
    {
      "label": "chatListEntryFor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L580",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chatlistentryfor()",
      "id": "remix_app_api_utils_messenger_messenger_chatlistentryfor",
      "community_name": "Community 25"
    },
    {
      "label": "ListChatsResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L589",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listchatsresult",
      "id": "remix_app_api_utils_messenger_messenger_listchatsresult",
      "community_name": "Community 25"
    },
    {
      "label": "listChats()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L594",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listchats()",
      "id": "remix_app_api_utils_messenger_messenger_listchats",
      "community_name": "Community 25"
    },
    {
      "label": "ChatDetailResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L614",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chatdetailresult",
      "id": "remix_app_api_utils_messenger_messenger_chatdetailresult",
      "community_name": "Community 25"
    },
    {
      "label": "getChatDetail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L618",
      "_origin": "ast",
      "community": 25,
      "norm_label": "getchatdetail()",
      "id": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "community_name": "Community 25"
    },
    {
      "label": "UpdateChatResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L646",
      "_origin": "ast",
      "community": 25,
      "norm_label": "updatechatresult",
      "id": "remix_app_api_utils_messenger_messenger_updatechatresult",
      "community_name": "Community 25"
    },
    {
      "label": "updateChat()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L648",
      "_origin": "ast",
      "community": 25,
      "norm_label": "updatechat()",
      "id": "remix_app_api_utils_messenger_messenger_updatechat",
      "community_name": "Community 25"
    },
    {
      "label": "ManageMembersResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L708",
      "_origin": "ast",
      "community": 25,
      "norm_label": "managemembersresult",
      "id": "remix_app_api_utils_messenger_messenger_managemembersresult",
      "community_name": "Community 25"
    },
    {
      "label": "membersPayload()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L710",
      "_origin": "ast",
      "community": 25,
      "norm_label": "memberspayload()",
      "id": "remix_app_api_utils_messenger_messenger_memberspayload",
      "community_name": "Community 25"
    },
    {
      "label": "manageChatMembers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L721",
      "_origin": "ast",
      "community": 25,
      "norm_label": "managechatmembers()",
      "id": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "community_name": "Community 25"
    },
    {
      "label": "LeaveChatResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L863",
      "_origin": "ast",
      "community": 25,
      "norm_label": "leavechatresult",
      "id": "remix_app_api_utils_messenger_messenger_leavechatresult",
      "community_name": "Community 25"
    },
    {
      "label": "leaveChat()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L865",
      "_origin": "ast",
      "community": 25,
      "norm_label": "leavechat()",
      "id": "remix_app_api_utils_messenger_messenger_leavechat",
      "community_name": "Community 25"
    },
    {
      "label": "projectMessages()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L888",
      "_origin": "ast",
      "community": 25,
      "norm_label": "projectmessages()",
      "id": "remix_app_api_utils_messenger_messenger_projectmessages",
      "community_name": "Community 25"
    },
    {
      "label": "ListMessagesResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1035",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listmessagesresult",
      "id": "remix_app_api_utils_messenger_messenger_listmessagesresult",
      "community_name": "Community 25"
    },
    {
      "label": "listMessages()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1048",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listmessages()",
      "id": "remix_app_api_utils_messenger_messenger_listmessages",
      "community_name": "Community 25"
    },
    {
      "label": "SendMessageResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1123",
      "_origin": "ast",
      "community": 25,
      "norm_label": "sendmessageresult",
      "id": "remix_app_api_utils_messenger_messenger_sendmessageresult",
      "community_name": "Community 25"
    },
    {
      "label": "sendMessage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1125",
      "_origin": "ast",
      "community": 25,
      "norm_label": "sendmessage()",
      "id": "remix_app_api_utils_messenger_messenger_sendmessage",
      "community_name": "Community 25"
    },
    {
      "label": "EditMessageResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1283",
      "_origin": "ast",
      "community": 25,
      "norm_label": "editmessageresult",
      "id": "remix_app_api_utils_messenger_messenger_editmessageresult",
      "community_name": "Community 25"
    },
    {
      "label": "editMessage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1285",
      "_origin": "ast",
      "community": 25,
      "norm_label": "editmessage()",
      "id": "remix_app_api_utils_messenger_messenger_editmessage",
      "community_name": "Community 25"
    },
    {
      "label": "DeleteMessageResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1315",
      "_origin": "ast",
      "community": 25,
      "norm_label": "deletemessageresult",
      "id": "remix_app_api_utils_messenger_messenger_deletemessageresult",
      "community_name": "Community 25"
    },
    {
      "label": "deleteMessage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1317",
      "_origin": "ast",
      "community": 25,
      "norm_label": "deletemessage()",
      "id": "remix_app_api_utils_messenger_messenger_deletemessage",
      "community_name": "Community 25"
    },
    {
      "label": "ChatReactionResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1349",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chatreactionresult",
      "id": "remix_app_api_utils_messenger_messenger_chatreactionresult",
      "community_name": "Community 25"
    },
    {
      "label": "toggleChatReaction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1351",
      "_origin": "ast",
      "community": 25,
      "norm_label": "togglechatreaction()",
      "id": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "community_name": "Community 25"
    },
    {
      "label": "MarkReadResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1419",
      "_origin": "ast",
      "community": 25,
      "norm_label": "markreadresult",
      "id": "remix_app_api_utils_messenger_messenger_markreadresult",
      "community_name": "Community 25"
    },
    {
      "label": "markChatRead()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1421",
      "_origin": "ast",
      "community": 25,
      "norm_label": "markchatread()",
      "id": "remix_app_api_utils_messenger_messenger_markchatread",
      "community_name": "Community 25"
    },
    {
      "label": "RequestsResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1445",
      "_origin": "ast",
      "community": 25,
      "norm_label": "requestsresult",
      "id": "remix_app_api_utils_messenger_messenger_requestsresult",
      "community_name": "Community 25"
    },
    {
      "label": "listRequests()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1447",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listrequests()",
      "id": "remix_app_api_utils_messenger_messenger_listrequests",
      "community_name": "Community 25"
    },
    {
      "label": "RespondRequestResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1462",
      "_origin": "ast",
      "community": 25,
      "norm_label": "respondrequestresult",
      "id": "remix_app_api_utils_messenger_messenger_respondrequestresult",
      "community_name": "Community 25"
    },
    {
      "label": "respondToRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1464",
      "_origin": "ast",
      "community": 25,
      "norm_label": "respondtorequest()",
      "id": "remix_app_api_utils_messenger_messenger_respondtorequest",
      "community_name": "Community 25"
    },
    {
      "label": "messengerMediaCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "messengermediacore.test.ts",
      "id": "remix_app_api_utils_messenger_messengermediacore_test",
      "community_name": "Community 25"
    },
    {
      "label": "messengerMediaCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "messengermediacore.ts",
      "id": "remix_app_api_utils_messenger_messengermediacore",
      "community_name": "Community 25"
    },
    {
      "label": "ownerScopedId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 25,
      "norm_label": "ownerscopedid()",
      "id": "remix_app_api_utils_messenger_messengermediacore_ownerscopedid",
      "community_name": "Community 25"
    },
    {
      "label": "messageIdForRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 25,
      "norm_label": "messageidforrequest()",
      "id": "remix_app_api_utils_messenger_messengermediacore_messageidforrequest",
      "community_name": "Community 25"
    },
    {
      "label": "customEmojiIdForAttachment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 25,
      "norm_label": "customemojiidforattachment()",
      "id": "remix_app_api_utils_messenger_messengermediacore_customemojiidforattachment",
      "community_name": "Community 25"
    },
    {
      "label": "normalizedMessengerRequestId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 25,
      "norm_label": "normalizedmessengerrequestid()",
      "id": "remix_app_api_utils_messenger_messengermediacore_normalizedmessengerrequestid",
      "community_name": "Community 25"
    },
    {
      "label": "exactStringSet()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 25,
      "norm_label": "exactstringset()",
      "id": "remix_app_api_utils_messenger_messengermediacore_exactstringset",
      "community_name": "Community 25"
    },
    {
      "label": "matchesCommittedMessageRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 25,
      "norm_label": "matchescommittedmessagerequest()",
      "id": "remix_app_api_utils_messenger_messengermediacore_matchescommittedmessagerequest",
      "community_name": "Community 25"
    },
    {
      "label": "matchesCommittedEmojiRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 25,
      "norm_label": "matchescommittedemojirequest()",
      "id": "remix_app_api_utils_messenger_messengermediacore_matchescommittedemojirequest",
      "community_name": "Community 25"
    },
    {
      "label": "shared.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "shared.ts",
      "id": "remix_app_api_utils_messenger_shared",
      "community_name": "Community 25"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 25,
      "norm_label": "fail",
      "id": "remix_app_api_utils_messenger_shared_fail",
      "community_name": "Community 25"
    },
    {
      "label": "ChatType",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chattype",
      "id": "remix_app_api_utils_messenger_shared_chattype",
      "community_name": "Community 25"
    },
    {
      "label": "ChatRole",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chatrole",
      "id": "remix_app_api_utils_messenger_shared_chatrole",
      "community_name": "Community 25"
    },
    {
      "label": "MemberState",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 25,
      "norm_label": "memberstate",
      "id": "remix_app_api_utils_messenger_shared_memberstate",
      "community_name": "Community 25"
    },
    {
      "label": "RequestOrigin",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 25,
      "norm_label": "requestorigin",
      "id": "remix_app_api_utils_messenger_shared_requestorigin",
      "community_name": "Community 25"
    },
    {
      "label": "ROLE_RANK",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 25,
      "norm_label": "role_rank",
      "id": "remix_app_api_utils_messenger_shared_role_rank",
      "community_name": "Community 25"
    },
    {
      "label": "chatMemberKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 25,
      "norm_label": "chatmemberkey()",
      "id": "remix_app_api_utils_messenger_shared_chatmemberkey",
      "community_name": "Community 25"
    },
    {
      "label": "communityMemberKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 25,
      "norm_label": "communitymemberkey()",
      "id": "remix_app_api_utils_messenger_shared_communitymemberkey",
      "community_name": "Community 25"
    },
    {
      "label": "followKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 25,
      "norm_label": "followkey()",
      "id": "remix_app_api_utils_messenger_shared_followkey",
      "community_name": "Community 25"
    },
    {
      "label": "dmKeyOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 25,
      "norm_label": "dmkeyof()",
      "id": "remix_app_api_utils_messenger_shared_dmkeyof",
      "community_name": "Community 25"
    },
    {
      "label": "emojiScopeKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 25,
      "norm_label": "emojiscopekey()",
      "id": "remix_app_api_utils_messenger_shared_emojiscopekey",
      "community_name": "Community 25"
    },
    {
      "label": "newThingDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 25,
      "norm_label": "newthingdoc()",
      "id": "remix_app_api_utils_messenger_shared_newthingdoc",
      "community_name": "Community 25"
    },
    {
      "label": "findThingByKind()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 25,
      "norm_label": "findthingbykind()",
      "id": "remix_app_api_utils_messenger_shared_findthingbykind",
      "community_name": "Community 25"
    },
    {
      "label": "getChatMemberDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 25,
      "norm_label": "getchatmemberdoc()",
      "id": "remix_app_api_utils_messenger_shared_getchatmemberdoc",
      "community_name": "Community 25"
    },
    {
      "label": "getCommunityMemberDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 25,
      "norm_label": "getcommunitymemberdoc()",
      "id": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc",
      "community_name": "Community 25"
    },
    {
      "label": "communityRoleOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 25,
      "norm_label": "communityroleof()",
      "id": "remix_app_api_utils_messenger_shared_communityroleof",
      "community_name": "Community 25"
    },
    {
      "label": "communityMembersAmong()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L79",
      "_origin": "ast",
      "community": 25,
      "norm_label": "communitymembersamong()",
      "id": "remix_app_api_utils_messenger_shared_communitymembersamong",
      "community_name": "Community 25"
    },
    {
      "label": "listChatMemberDocs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 25,
      "norm_label": "listchatmemberdocs()",
      "id": "remix_app_api_utils_messenger_shared_listchatmemberdocs",
      "community_name": "Community 25"
    },
    {
      "label": "countActiveChatMembers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L103",
      "_origin": "ast",
      "community": 25,
      "norm_label": "countactivechatmembers()",
      "id": "remix_app_api_utils_messenger_shared_countactivechatmembers",
      "community_name": "Community 25"
    },
    {
      "label": "boundedTrimmed()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 25,
      "norm_label": "boundedtrimmed()",
      "id": "remix_app_api_utils_messenger_shared_boundedtrimmed",
      "community_name": "Community 25"
    },
    {
      "label": "isDuplicateKeyError()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L116",
      "_origin": "ast",
      "community": 25,
      "norm_label": "isduplicatekeyerror()",
      "id": "remix_app_api_utils_messenger_shared_isduplicatekeyerror",
      "community_name": "Community 25"
    },
    {
      "label": "migrationCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrationcore.test.ts",
      "id": "remix_app_api_utils_migrations_migrationcore_test",
      "community_name": "Community 30"
    },
    {
      "label": "migrationCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrationcore.ts",
      "id": "remix_app_api_utils_migrations_migrationcore",
      "community_name": "Community 30"
    },
    {
      "label": "exactDocumentSnapshotMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 30,
      "norm_label": "exactdocumentsnapshotmatch()",
      "id": "remix_app_api_utils_migrations_migrationcore_exactdocumentsnapshotmatch",
      "community_name": "Community 30"
    },
    {
      "label": "builtinSchemaSeedNeedsRefresh()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 30,
      "norm_label": "builtinschemaseedneedsrefresh()",
      "id": "remix_app_api_utils_migrations_migrationcore_builtinschemaseedneedsrefresh",
      "community_name": "Community 30"
    },
    {
      "label": "storageMigrationOwnership()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 30,
      "norm_label": "storagemigrationownership()",
      "id": "remix_app_api_utils_migrations_migrationcore_storagemigrationownership",
      "community_name": "Community 30"
    },
    {
      "label": "migrationDiagnostics.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnostics.test.ts",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "community_name": "Community 241"
    },
    {
      "label": "migrationDiagnostics.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnostics.ts",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics",
      "community_name": "Community 241"
    },
    {
      "label": "DiagnosticOutcome",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 241,
      "norm_label": "diagnosticoutcome",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_diagnosticoutcome",
      "community_name": "Community 241"
    },
    {
      "label": "CreateMigrationDiagnosticInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 241,
      "norm_label": "createmigrationdiagnosticinput",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnosticinput",
      "community_name": "Community 241"
    },
    {
      "label": "StoredDiagnosticSecureV1",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 241,
      "norm_label": "storeddiagnosticsecurev1",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_storeddiagnosticsecurev1",
      "community_name": "Community 241"
    },
    {
      "label": "StoredDiagnosticSecureV2",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 241,
      "norm_label": "storeddiagnosticsecurev2",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_storeddiagnosticsecurev2",
      "community_name": "Community 241"
    },
    {
      "label": "StoredDiagnosticSecure",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 241,
      "norm_label": "storeddiagnosticsecure",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_storeddiagnosticsecure",
      "community_name": "Community 241"
    },
    {
      "label": "MigrationDiagnosticDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnosticdoc",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticdoc",
      "community_name": "Community 241"
    },
    {
      "label": "MigrationDiagnostic",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnostic",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnostic",
      "community_name": "Community 241"
    },
    {
      "label": "MigrationDiagnosticRevealDescriptor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnosticrevealdescriptor",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealdescriptor",
      "community_name": "Community 241"
    },
    {
      "label": "MigrationDiagnosticReveal",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnosticreveal",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticreveal",
      "community_name": "Community 241"
    },
    {
      "label": "safeMigrationId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L91",
      "_origin": "ast",
      "community": 241,
      "norm_label": "safemigrationid()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_safemigrationid",
      "community_name": "Community 241"
    },
    {
      "label": "safeStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 241,
      "norm_label": "safestatus()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_safestatus",
      "community_name": "Community 241"
    },
    {
      "label": "safeSummary()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L99",
      "_origin": "ast",
      "community": 241,
      "norm_label": "safesummary()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_safesummary",
      "community_name": "Community 241"
    },
    {
      "label": "safeOwnerId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L102",
      "_origin": "ast",
      "community": 241,
      "norm_label": "safeownerid()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_safeownerid",
      "community_name": "Community 241"
    },
    {
      "label": "safeDiagnosticDetail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L107",
      "_origin": "ast",
      "community": 241,
      "norm_label": "safediagnosticdetail()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_safediagnosticdetail",
      "community_name": "Community 241"
    },
    {
      "label": "safeRedactions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 241,
      "norm_label": "saferedactions()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_saferedactions",
      "community_name": "Community 241"
    },
    {
      "label": "revealableFrom()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L117",
      "_origin": "ast",
      "community": 241,
      "norm_label": "revealablefrom()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_revealablefrom",
      "community_name": "Community 241"
    },
    {
      "label": "safeRevealables()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L138",
      "_origin": "ast",
      "community": 241,
      "norm_label": "saferevealables()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_saferevealables",
      "community_name": "Community 241"
    },
    {
      "label": "safeStoredDate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L153",
      "_origin": "ast",
      "community": 241,
      "norm_label": "safestoreddate()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_safestoreddate",
      "community_name": "Community 241"
    },
    {
      "label": "formatMigrationDiagnosticDetail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L159",
      "_origin": "ast",
      "community": 241,
      "norm_label": "formatmigrationdiagnosticdetail()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail",
      "community_name": "Community 241"
    },
    {
      "label": "isMigrationDiagnosticId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L179",
      "_origin": "ast",
      "community": 241,
      "norm_label": "ismigrationdiagnosticid()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_ismigrationdiagnosticid",
      "community_name": "Community 241"
    },
    {
      "label": "buildMigrationDiagnosticThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L182",
      "_origin": "ast",
      "community": 241,
      "norm_label": "buildmigrationdiagnosticthing()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "community_name": "Community 241"
    },
    {
      "label": "pruneOldDiagnostics()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L230",
      "_origin": "ast",
      "community": 241,
      "norm_label": "pruneolddiagnostics()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_pruneolddiagnostics",
      "community_name": "Community 241"
    },
    {
      "label": "createMigrationDiagnostic()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L249",
      "_origin": "ast",
      "community": 241,
      "norm_label": "createmigrationdiagnostic()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic",
      "community_name": "Community 241"
    },
    {
      "label": "unpackDiagnostic()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L281",
      "_origin": "ast",
      "community": 241,
      "norm_label": "unpackdiagnostic()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic",
      "community_name": "Community 241"
    },
    {
      "label": "findMigrationDiagnostic()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L314",
      "_origin": "ast",
      "community": 241,
      "norm_label": "findmigrationdiagnostic()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_findmigrationdiagnostic",
      "community_name": "Community 241"
    },
    {
      "label": "migrationDiagnosticFromThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L330",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnosticfromthing()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "community_name": "Community 241"
    },
    {
      "label": "getMigrationDiagnostic()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L366",
      "_origin": "ast",
      "community": 241,
      "norm_label": "getmigrationdiagnostic()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnostic",
      "community_name": "Community 241"
    },
    {
      "label": "migrationDiagnosticRevealFromThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L372",
      "_origin": "ast",
      "community": 241,
      "norm_label": "migrationdiagnosticrevealfromthing()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealfromthing",
      "community_name": "Community 241"
    },
    {
      "label": "getMigrationDiagnosticReveal()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L398",
      "_origin": "ast",
      "community": 241,
      "norm_label": "getmigrationdiagnosticreveal()",
      "id": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnosticreveal",
      "community_name": "Community 241"
    },
    {
      "label": "migrationFailure.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "migrationfailure.test.ts",
      "id": "remix_app_api_utils_migrations_migrationfailure_test",
      "community_name": "Community 47"
    },
    {
      "label": "get()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 47,
      "norm_label": "get()",
      "id": "remix_app_api_utils_migrations_migrationfailure_test_get",
      "community_name": "Community 47"
    },
    {
      "label": "migrationFailure.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "migrationfailure.ts",
      "id": "remix_app_api_utils_migrations_migrationfailure",
      "community_name": "Community 47"
    },
    {
      "label": "safeMigrationId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 47,
      "norm_label": "safemigrationid()",
      "id": "remix_app_api_utils_migrations_migrationfailure_safemigrationid",
      "community_name": "Community 47"
    },
    {
      "label": "MigrationFailure",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 47,
      "norm_label": "migrationfailure",
      "id": "remix_app_api_utils_migrations_migrationfailure_migrationfailure",
      "community_name": "Community 47"
    },
    {
      "label": "withDiagnosticSource()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 47,
      "norm_label": "withdiagnosticsource()",
      "id": "remix_app_api_utils_migrations_migrationfailure_withdiagnosticsource",
      "community_name": "Community 47"
    },
    {
      "label": "captureMigrationFailureDiagnostic()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 47,
      "norm_label": "capturemigrationfailurediagnostic()",
      "id": "remix_app_api_utils_migrations_migrationfailure_capturemigrationfailurediagnostic",
      "community_name": "Community 47"
    },
    {
      "label": "MigrationOperatorCode",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 47,
      "norm_label": "migrationoperatorcode",
      "id": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorcode",
      "community_name": "Community 47"
    },
    {
      "label": "MigrationOperatorOptions",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 47,
      "norm_label": "migrationoperatoroptions",
      "id": "remix_app_api_utils_migrations_migrationfailure_migrationoperatoroptions",
      "community_name": "Community 47"
    },
    {
      "label": "safeCount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 47,
      "norm_label": "safecount()",
      "id": "remix_app_api_utils_migrations_migrationfailure_safecount",
      "community_name": "Community 47"
    },
    {
      "label": "operatorPresentation()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 47,
      "norm_label": "operatorpresentation()",
      "id": "remix_app_api_utils_migrations_migrationfailure_operatorpresentation",
      "community_name": "Community 47"
    },
    {
      "label": "MigrationOperatorError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L158",
      "_origin": "ast",
      "community": 47,
      "norm_label": "migrationoperatorerror",
      "id": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror",
      "community_name": "Community 47"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L164",
      "_origin": "ast",
      "community": 47,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror_constructor",
      "community_name": "Community 47"
    },
    {
      "label": ".diagnosticRevealContext()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L179",
      "_origin": "ast",
      "community": 47,
      "norm_label": ".diagnosticrevealcontext()",
      "id": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror_diagnosticrevealcontext",
      "community_name": "Community 47"
    },
    {
      "label": "storageMutationPresentation()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L184",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storagemutationpresentation()",
      "id": "remix_app_api_utils_migrations_migrationfailure_storagemutationpresentation",
      "community_name": "Community 47"
    },
    {
      "label": "migrationFailureResult()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L202",
      "_origin": "ast",
      "community": 47,
      "norm_label": "migrationfailureresult()",
      "id": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult",
      "community_name": "Community 47"
    },
    {
      "label": "migrations.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrations.test.ts",
      "id": "remix_app_api_utils_migrations_migrations_test",
      "community_name": "Community 30"
    },
    {
      "label": "migrations.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrations.ts",
      "id": "remix_app_api_utils_migrations_migrations",
      "community_name": "Community 30"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L72",
      "_origin": "ast",
      "community": 30,
      "norm_label": "fail",
      "id": "remix_app_api_utils_migrations_migrations_fail",
      "community_name": "Community 30"
    },
    {
      "label": "MigrationReport",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrationreport",
      "id": "remix_app_api_utils_migrations_migrations_migrationreport",
      "community_name": "Community 30"
    },
    {
      "label": "Migration",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L84",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migration",
      "id": "remix_app_api_utils_migrations_migrations_migration",
      "community_name": "Community 30"
    },
    {
      "label": "MigrationLease",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrationlease",
      "id": "remix_app_api_utils_migrations_migrations_migrationlease",
      "community_name": "Community 30"
    },
    {
      "label": "acquireMigrationLease()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L121",
      "_origin": "ast",
      "community": 30,
      "norm_label": "acquiremigrationlease()",
      "id": "remix_app_api_utils_migrations_migrations_acquiremigrationlease",
      "community_name": "Community 30"
    },
    {
      "label": "versionFilter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L209",
      "_origin": "ast",
      "community": 30,
      "norm_label": "versionfilter()",
      "id": "remix_app_api_utils_migrations_migrations_versionfilter",
      "community_name": "Community 30"
    },
    {
      "label": "stampMigration()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L216",
      "_origin": "ast",
      "community": 30,
      "norm_label": "stampmigration()",
      "id": "remix_app_api_utils_migrations_migrations_stampmigration",
      "community_name": "Community 30"
    },
    {
      "label": "legacyPostFilter",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L249",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacypostfilter",
      "id": "remix_app_api_utils_migrations_migrations_legacypostfilter",
      "community_name": "Community 30"
    },
    {
      "label": "embeddedInteractionResidueFilter",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L259",
      "_origin": "ast",
      "community": 30,
      "norm_label": "embeddedinteractionresiduefilter",
      "id": "remix_app_api_utils_migrations_migrations_embeddedinteractionresiduefilter",
      "community_name": "Community 30"
    },
    {
      "label": "thingsMigrationPostFilter",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L262",
      "_origin": "ast",
      "community": 30,
      "norm_label": "thingsmigrationpostfilter",
      "id": "remix_app_api_utils_migrations_migrations_thingsmigrationpostfilter",
      "community_name": "Community 30"
    },
    {
      "label": "validMigrationDate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L264",
      "_origin": "ast",
      "community": 30,
      "norm_label": "validmigrationdate()",
      "id": "remix_app_api_utils_migrations_migrations_validmigrationdate",
      "community_name": "Community 30"
    },
    {
      "label": "interactionPlan()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L269",
      "_origin": "ast",
      "community": 30,
      "norm_label": "interactionplan()",
      "id": "remix_app_api_utils_migrations_migrations_interactionplan",
      "community_name": "Community 30"
    },
    {
      "label": "exactInteractionTwin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L275",
      "_origin": "ast",
      "community": 30,
      "norm_label": "exactinteractiontwin()",
      "id": "remix_app_api_utils_migrations_migrations_exactinteractiontwin",
      "community_name": "Community 30"
    },
    {
      "label": "InteractionMigrationCollision",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L281",
      "_origin": "ast",
      "community": 30,
      "norm_label": "interactionmigrationcollision",
      "id": "remix_app_api_utils_migrations_migrations_interactionmigrationcollision",
      "community_name": "Community 30"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L282",
      "_origin": "ast",
      "community": 30,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_migrations_migrations_interactionmigrationcollision_constructor",
      "community_name": "Community 30"
    },
    {
      "label": "buildLegacyRelationalDestination()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L288",
      "_origin": "ast",
      "community": 30,
      "norm_label": "buildlegacyrelationaldestination()",
      "id": "remix_app_api_utils_migrations_migrations_buildlegacyrelationaldestination",
      "community_name": "Community 30"
    },
    {
      "label": "legacyRelationalFilter",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L320",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacyrelationalfilter",
      "id": "remix_app_api_utils_migrations_migrations_legacyrelationalfilter",
      "community_name": "Community 30"
    },
    {
      "label": "thingsMigration",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L322",
      "_origin": "ast",
      "community": 30,
      "norm_label": "thingsmigration",
      "id": "remix_app_api_utils_migrations_migrations_thingsmigration",
      "community_name": "Community 30"
    },
    {
      "label": "makeNotes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L621",
      "_origin": "ast",
      "community": 30,
      "norm_label": "makenotes()",
      "id": "remix_app_api_utils_migrations_migrations_makenotes",
      "community_name": "Community 30"
    },
    {
      "label": "BuiltThing",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L633",
      "_origin": "ast",
      "community": 30,
      "norm_label": "builtthing",
      "id": "remix_app_api_utils_migrations_migrations_builtthing",
      "community_name": "Community 30"
    },
    {
      "label": "stableMigrationValue()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L635",
      "_origin": "ast",
      "community": 30,
      "norm_label": "stablemigrationvalue()",
      "id": "remix_app_api_utils_migrations_migrations_stablemigrationvalue",
      "community_name": "Community 30"
    },
    {
      "label": "migrationSourceDigest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L655",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrationsourcedigest()",
      "id": "remix_app_api_utils_migrations_migrations_migrationsourcedigest",
      "community_name": "Community 30"
    },
    {
      "label": "migrationReceiptKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L660",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrationreceiptkey()",
      "id": "remix_app_api_utils_migrations_migrations_migrationreceiptkey",
      "community_name": "Community 30"
    },
    {
      "label": "sourceUpdatedAtMs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L665",
      "_origin": "ast",
      "community": 30,
      "norm_label": "sourceupdatedatms()",
      "id": "remix_app_api_utils_migrations_migrations_sourceupdatedatms",
      "community_name": "Community 30"
    },
    {
      "label": "writeCollectionConversionReceipt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L675",
      "_origin": "ast",
      "community": 30,
      "norm_label": "writecollectionconversionreceipt()",
      "id": "remix_app_api_utils_migrations_migrations_writecollectionconversionreceipt",
      "community_name": "Community 30"
    },
    {
      "label": "hasCollectionConversionReceipt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L700",
      "_origin": "ast",
      "community": 30,
      "norm_label": "hascollectionconversionreceipt()",
      "id": "remix_app_api_utils_migrations_migrations_hascollectionconversionreceipt",
      "community_name": "Community 30"
    },
    {
      "label": "conversionSemanticFields",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L714",
      "_origin": "ast",
      "community": 30,
      "norm_label": "conversionsemanticfields",
      "id": "remix_app_api_utils_migrations_migrations_conversionsemanticfields",
      "community_name": "Community 30"
    },
    {
      "label": "conversionThingSemanticallyEquals()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L732",
      "_origin": "ast",
      "community": 30,
      "norm_label": "conversionthingsemanticallyequals()",
      "id": "remix_app_api_utils_migrations_migrations_conversionthingsemanticallyequals",
      "community_name": "Community 30"
    },
    {
      "label": "destinationVersionCas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L738",
      "_origin": "ast",
      "community": 30,
      "norm_label": "destinationversioncas()",
      "id": "remix_app_api_utils_migrations_migrations_destinationversioncas",
      "community_name": "Community 30"
    },
    {
      "label": "ConvertSpec",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L744",
      "_origin": "ast",
      "community": 30,
      "norm_label": "convertspec",
      "id": "remix_app_api_utils_migrations_migrations_convertspec",
      "community_name": "Community 30"
    },
    {
      "label": "collectionToThingsMigration()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L761",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collectiontothingsmigration()",
      "id": "remix_app_api_utils_migrations_migrations_collectiontothingsmigration",
      "community_name": "Community 30"
    },
    {
      "label": "usersToThings",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L915",
      "_origin": "ast",
      "community": 30,
      "norm_label": "userstothings",
      "id": "remix_app_api_utils_migrations_migrations_userstothings",
      "community_name": "Community 30"
    },
    {
      "label": "themesToThings",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L988",
      "_origin": "ast",
      "community": 30,
      "norm_label": "themestothings",
      "id": "remix_app_api_utils_migrations_migrations_themestothings",
      "community_name": "Community 30"
    },
    {
      "label": "feedAlgorithmsToThings",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1028",
      "_origin": "ast",
      "community": 30,
      "norm_label": "feedalgorithmstothings",
      "id": "remix_app_api_utils_migrations_migrations_feedalgorithmstothings",
      "community_name": "Community 30"
    },
    {
      "label": "waitlistToThings",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1077",
      "_origin": "ast",
      "community": 30,
      "norm_label": "waitlisttothings",
      "id": "remix_app_api_utils_migrations_migrations_waitlisttothings",
      "community_name": "Community 30"
    },
    {
      "label": "builtinCrystalSchemas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1139",
      "_origin": "ast",
      "community": 30,
      "norm_label": "builtincrystalschemas()",
      "id": "remix_app_api_utils_migrations_migrations_builtincrystalschemas",
      "community_name": "Community 30"
    },
    {
      "label": "builtinSchemaShareIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1140",
      "_origin": "ast",
      "community": 30,
      "norm_label": "builtinschemashareids()",
      "id": "remix_app_api_utils_migrations_migrations_builtinschemashareids",
      "community_name": "Community 30"
    },
    {
      "label": "builtinSchemaCrystal()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1145",
      "_origin": "ast",
      "community": 37,
      "norm_label": "builtinschemacrystal()",
      "id": "remix_app_api_utils_migrations_migrations_builtinschemacrystal",
      "community_name": "Community 37"
    },
    {
      "label": "genuineSeededSchema()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1147",
      "_origin": "ast",
      "community": 30,
      "norm_label": "genuineseededschema()",
      "id": "remix_app_api_utils_migrations_migrations_genuineseededschema",
      "community_name": "Community 30"
    },
    {
      "label": "seedBuiltinSchemas",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1150",
      "_origin": "ast",
      "community": 30,
      "norm_label": "seedbuiltinschemas",
      "id": "remix_app_api_utils_migrations_migrations_seedbuiltinschemas",
      "community_name": "Community 30"
    },
    {
      "label": "LegacyResidueRow",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1310",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacyresiduerow",
      "id": "remix_app_api_utils_migrations_migrations_legacyresiduerow",
      "community_name": "Community 30"
    },
    {
      "label": "legacyRowHasConvertedThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1324",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacyrowhasconvertedthing()",
      "id": "remix_app_api_utils_migrations_migrations_legacyrowhasconvertedthing",
      "community_name": "Community 30"
    },
    {
      "label": "legacyResidue()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1380",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacyresidue()",
      "id": "remix_app_api_utils_migrations_migrations_legacyresidue",
      "community_name": "Community 30"
    },
    {
      "label": "appNamespaceBackfillFilter",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1416",
      "_origin": "ast",
      "community": 30,
      "norm_label": "appnamespacebackfillfilter",
      "id": "remix_app_api_utils_migrations_migrations_appnamespacebackfillfilter",
      "community_name": "Community 30"
    },
    {
      "label": "backfillAppNamespaceFields",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1422",
      "_origin": "ast",
      "community": 30,
      "norm_label": "backfillappnamespacefields",
      "id": "remix_app_api_utils_migrations_migrations_backfillappnamespacefields",
      "community_name": "Community 30"
    },
    {
      "label": "appStorageAllowanceBackfillFilter",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1490",
      "_origin": "ast",
      "community": 30,
      "norm_label": "appstorageallowancebackfillfilter",
      "id": "remix_app_api_utils_migrations_migrations_appstorageallowancebackfillfilter",
      "community_name": "Community 30"
    },
    {
      "label": "backfillAppStorageAllowances",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1495",
      "_origin": "ast",
      "community": 30,
      "norm_label": "backfillappstorageallowances",
      "id": "remix_app_api_utils_migrations_migrations_backfillappstorageallowances",
      "community_name": "Community 30"
    },
    {
      "label": "userStoragePrerequisites()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1619",
      "_origin": "ast",
      "community": 30,
      "norm_label": "userstorageprerequisites()",
      "id": "remix_app_api_utils_migrations_migrations_userstorageprerequisites",
      "community_name": "Community 30"
    },
    {
      "label": "currentUserIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1630",
      "_origin": "ast",
      "community": 30,
      "norm_label": "currentuserids()",
      "id": "remix_app_api_utils_migrations_migrations_currentuserids",
      "community_name": "Community 30"
    },
    {
      "label": "legacyServiceQuotaMatch",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1643",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacyservicequotamatch",
      "id": "remix_app_api_utils_migrations_migrations_legacyservicequotamatch",
      "community_name": "Community 30"
    },
    {
      "label": "countLegacyServiceQuotaThings()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1649",
      "_origin": "ast",
      "community": 30,
      "norm_label": "countlegacyservicequotathings()",
      "id": "remix_app_api_utils_migrations_migrations_countlegacyservicequotathings",
      "community_name": "Community 30"
    },
    {
      "label": "migrateLegacyServiceQuotaThings()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1662",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migratelegacyservicequotathings()",
      "id": "remix_app_api_utils_migrations_migrations_migratelegacyservicequotathings",
      "community_name": "Community 30"
    },
    {
      "label": "countUnstampedBillableThings()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1740",
      "_origin": "ast",
      "community": 30,
      "norm_label": "countunstampedbillablethings()",
      "id": "remix_app_api_utils_migrations_migrations_countunstampedbillablethings",
      "community_name": "Community 30"
    },
    {
      "label": "registeredAppStorageIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1794",
      "_origin": "ast",
      "community": 30,
      "norm_label": "registeredappstorageids()",
      "id": "remix_app_api_utils_migrations_migrations_registeredappstorageids",
      "community_name": "Community 30"
    },
    {
      "label": "canonicalStandingAppCounter()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1835",
      "_origin": "ast",
      "community": 34,
      "norm_label": "canonicalstandingappcounter()",
      "id": "remix_app_api_utils_migrations_migrations_canonicalstandingappcounter",
      "community_name": "Community 34"
    },
    {
      "label": "pendingAppStorageAccounting()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1851",
      "_origin": "ast",
      "community": 30,
      "norm_label": "pendingappstorageaccounting()",
      "id": "remix_app_api_utils_migrations_migrations_pendingappstorageaccounting",
      "community_name": "Community 30"
    },
    {
      "label": "pendingUserStorageAccounting()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1910",
      "_origin": "ast",
      "community": 30,
      "norm_label": "pendinguserstorageaccounting()",
      "id": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "community_name": "Community 30"
    },
    {
      "label": "upgradeUserSubscriptionLedgerEnvelopes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1958",
      "_origin": "ast",
      "community": 30,
      "norm_label": "upgradeusersubscriptionledgerenvelopes()",
      "id": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes",
      "community_name": "Community 30"
    },
    {
      "label": "fenceAllStorageLedgers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1984",
      "_origin": "ast",
      "community": 30,
      "norm_label": "fenceallstorageledgers()",
      "id": "remix_app_api_utils_migrations_migrations_fenceallstorageledgers",
      "community_name": "Community 30"
    },
    {
      "label": "backfillUserStorageAccounting",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2040",
      "_origin": "ast",
      "community": 30,
      "norm_label": "backfilluserstorageaccounting",
      "id": "remix_app_api_utils_migrations_migrations_backfilluserstorageaccounting",
      "community_name": "Community 30"
    },
    {
      "label": "mergeLegacyCollections",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2402",
      "_origin": "ast",
      "community": 30,
      "norm_label": "mergelegacycollections",
      "id": "remix_app_api_utils_migrations_migrations_mergelegacycollections",
      "community_name": "Community 30"
    },
    {
      "label": "dropStaleCollectionGenerations",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2480",
      "_origin": "ast",
      "community": 30,
      "norm_label": "dropstalecollectiongenerations",
      "id": "remix_app_api_utils_migrations_migrations_dropstalecollectiongenerations",
      "community_name": "Community 30"
    },
    {
      "label": "staleGenerationBlocker()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2553",
      "_origin": "ast",
      "community": 30,
      "norm_label": "stalegenerationblocker()",
      "id": "remix_app_api_utils_migrations_migrations_stalegenerationblocker",
      "community_name": "Community 30"
    },
    {
      "label": "migrations",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2562",
      "_origin": "ast",
      "community": 30,
      "norm_label": "migrations",
      "id": "remix_app_api_utils_migrations_migrations_migrations",
      "community_name": "Community 30"
    },
    {
      "label": "getMigration()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2585",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getmigration()",
      "id": "remix_app_api_utils_migrations_migrations_getmigration",
      "community_name": "Community 30"
    },
    {
      "label": "CollectionVersionStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2588",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collectionversionstatus",
      "id": "remix_app_api_utils_migrations_migrations_collectionversionstatus",
      "community_name": "Community 30"
    },
    {
      "label": "CollectionGenerationStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2599",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collectiongenerationstatus",
      "id": "remix_app_api_utils_migrations_migrations_collectiongenerationstatus",
      "community_name": "Community 30"
    },
    {
      "label": "getMigrationStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2610",
      "_origin": "ast",
      "community": 81,
      "norm_label": "getmigrationstatus()",
      "id": "remix_app_api_utils_migrations_migrations_getmigrationstatus",
      "community_name": "Community 81"
    },
    {
      "label": "runMigration()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2699",
      "_origin": "ast",
      "community": 30,
      "norm_label": "runmigration()",
      "id": "remix_app_api_utils_migrations_migrations_runmigration",
      "community_name": "Community 30"
    },
    {
      "label": "collectionNames.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collectionnames.test.ts",
      "id": "remix_app_api_utils_mongodb_collectionnames_test",
      "community_name": "Community 30"
    },
    {
      "label": "collectionNames.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collectionnames.ts",
      "id": "remix_app_api_utils_mongodb_collectionnames",
      "community_name": "Community 30"
    },
    {
      "label": "COLLECTIONS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collections",
      "id": "remix_app_api_utils_mongodb_collectionnames_collections",
      "community_name": "Community 30"
    },
    {
      "label": "knownCollections",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 30,
      "norm_label": "knowncollections",
      "id": "remix_app_api_utils_mongodb_collectionnames_knowncollections",
      "community_name": "Community 30"
    },
    {
      "label": "isKnownCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 30,
      "norm_label": "isknowncollection()",
      "id": "remix_app_api_utils_mongodb_collectionnames_isknowncollection",
      "community_name": "Community 30"
    },
    {
      "label": "collectionVersion()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collectionversion()",
      "id": "remix_app_api_utils_mongodb_collectionnames_collectionversion",
      "community_name": "Community 30"
    },
    {
      "label": "versionedCollectionName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 30,
      "norm_label": "versionedcollectionname()",
      "id": "remix_app_api_utils_mongodb_collectionnames_versionedcollectionname",
      "community_name": "Community 30"
    },
    {
      "label": "physicalCollectionName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 30,
      "norm_label": "physicalcollectionname()",
      "id": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname",
      "community_name": "Community 30"
    },
    {
      "label": "PhysicalCollectionInfo",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 30,
      "norm_label": "physicalcollectioninfo",
      "id": "remix_app_api_utils_mongodb_collectionnames_physicalcollectioninfo",
      "community_name": "Community 30"
    },
    {
      "label": "classifyPhysicalCollections()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 30,
      "norm_label": "classifyphysicalcollections()",
      "id": "remix_app_api_utils_mongodb_collectionnames_classifyphysicalcollections",
      "community_name": "Community 30"
    },
    {
      "label": "collections.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collections.ts",
      "id": "remix_app_api_utils_mongodb_collections",
      "community_name": "Community 30"
    },
    {
      "label": "clientCache",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 30,
      "norm_label": "clientcache",
      "id": "remix_app_api_utils_mongodb_collections_clientcache",
      "community_name": "Community 30"
    },
    {
      "label": "getClientCachedFor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getclientcachedfor()",
      "id": "remix_app_api_utils_mongodb_collections_getclientcachedfor",
      "community_name": "Community 30"
    },
    {
      "label": "runMongoTransaction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 30,
      "norm_label": "runmongotransaction()",
      "id": "remix_app_api_utils_mongodb_collections_runmongotransaction",
      "community_name": "Community 30"
    },
    {
      "label": "withMongoTransaction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L114",
      "_origin": "ast",
      "community": 30,
      "norm_label": "withmongotransaction()",
      "id": "remix_app_api_utils_mongodb_collections_withmongotransaction",
      "community_name": "Community 30"
    },
    {
      "label": "withHomeMongoTransaction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 47,
      "norm_label": "withhomemongotransaction()",
      "id": "remix_app_api_utils_mongodb_collections_withhomemongotransaction",
      "community_name": "Community 47"
    },
    {
      "label": "adoptionIssues",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L127",
      "_origin": "ast",
      "community": 30,
      "norm_label": "adoptionissues",
      "id": "remix_app_api_utils_mongodb_collections_adoptionissues",
      "community_name": "Community 30"
    },
    {
      "label": "getAdoptionIssues()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L128",
      "_origin": "ast",
      "community": 81,
      "norm_label": "getadoptionissues()",
      "id": "remix_app_api_utils_mongodb_collections_getadoptionissues",
      "community_name": "Community 81"
    },
    {
      "label": "adoptVersionedCollections()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 30,
      "norm_label": "adoptversionedcollections()",
      "id": "remix_app_api_utils_mongodb_collections_adoptversionedcollections",
      "community_name": "Community 30"
    },
    {
      "label": "getHomeThingtimeDb()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L172",
      "_origin": "ast",
      "community": 30,
      "norm_label": "gethomethingtimedb()",
      "id": "remix_app_api_utils_mongodb_collections_gethomethingtimedb",
      "community_name": "Community 30"
    },
    {
      "label": "getThingtimeDb()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L196",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getthingtimedb()",
      "id": "remix_app_api_utils_mongodb_collections_getthingtimedb",
      "community_name": "Community 30"
    },
    {
      "label": "warnIfTransactionsUnsupported()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L213",
      "_origin": "ast",
      "community": 30,
      "norm_label": "warniftransactionsunsupported()",
      "id": "remix_app_api_utils_mongodb_collections_warniftransactionsunsupported",
      "community_name": "Community 30"
    },
    {
      "label": "getCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L249",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getcollection()",
      "id": "remix_app_api_utils_mongodb_collections_getcollection",
      "community_name": "Community 30"
    },
    {
      "label": "getHomeCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L250",
      "_origin": "ast",
      "community": 30,
      "norm_label": "gethomecollection()",
      "id": "remix_app_api_utils_mongodb_collections_gethomecollection",
      "community_name": "Community 30"
    },
    {
      "label": "getUsersCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L252",
      "_origin": "ast",
      "community": 44,
      "norm_label": "getuserscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getuserscollection",
      "community_name": "Community 44"
    },
    {
      "label": "getSessionsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L253",
      "_origin": "ast",
      "community": 75,
      "norm_label": "getsessionscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getsessionscollection",
      "community_name": "Community 75"
    },
    {
      "label": "getRostersCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L254",
      "_origin": "ast",
      "community": 46,
      "norm_label": "getrosterscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getrosterscollection",
      "community_name": "Community 46"
    },
    {
      "label": "getThingsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L260",
      "_origin": "ast",
      "community": 25,
      "norm_label": "getthingscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getthingscollection",
      "community_name": "Community 25"
    },
    {
      "label": "getHomeThingsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L261",
      "_origin": "ast",
      "community": 289,
      "norm_label": "gethomethingscollection()",
      "id": "remix_app_api_utils_mongodb_collections_gethomethingscollection",
      "community_name": "Community 289"
    },
    {
      "label": "getEmailVerificationsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L262",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getemailverificationscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemailverificationscollection",
      "community_name": "Community 30"
    },
    {
      "label": "getLopuMusingRateLimitsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L263",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getlopumusingratelimitscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getlopumusingratelimitscollection",
      "community_name": "Community 30"
    },
    {
      "label": "getThemesCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L264",
      "_origin": "ast",
      "community": 47,
      "norm_label": "getthemescollection()",
      "id": "remix_app_api_utils_mongodb_collections_getthemescollection",
      "community_name": "Community 47"
    },
    {
      "label": "getWaitlistCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L265",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getwaitlistcollection()",
      "id": "remix_app_api_utils_mongodb_collections_getwaitlistcollection",
      "community_name": "Community 30"
    },
    {
      "label": "getFeedAlgorithmsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L266",
      "_origin": "ast",
      "community": 47,
      "norm_label": "getfeedalgorithmscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection",
      "community_name": "Community 47"
    },
    {
      "label": "getSettingsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L269",
      "_origin": "ast",
      "community": 41,
      "norm_label": "getsettingscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getsettingscollection",
      "community_name": "Community 41"
    },
    {
      "label": "getRateLimitsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L270",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getratelimitscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getratelimitscollection",
      "community_name": "Community 30"
    },
    {
      "label": "getEmailMessagesCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L273",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getemailmessagescollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemailmessagescollection",
      "community_name": "Community 40"
    },
    {
      "label": "getEmailEventsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L274",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getemaileventscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemaileventscollection",
      "community_name": "Community 30"
    },
    {
      "label": "getEmailTemplatesCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L275",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getemailtemplatescollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemailtemplatescollection",
      "community_name": "Community 30"
    },
    {
      "label": "getEmailSubscriptionsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L276",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getemailsubscriptionscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemailsubscriptionscollection",
      "community_name": "Community 30"
    },
    {
      "label": "getEmailSuppressionListCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L277",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getemailsuppressionlistcollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemailsuppressionlistcollection",
      "community_name": "Community 30"
    },
    {
      "label": "getEmailUnsubscribesCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L278",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getemailunsubscribescollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemailunsubscribescollection",
      "community_name": "Community 30"
    },
    {
      "label": "getEmailIdentitiesCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L279",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getemailidentitiescollection()",
      "id": "remix_app_api_utils_mongodb_collections_getemailidentitiescollection",
      "community_name": "Community 30"
    },
    {
      "label": "getPasswordResetsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L282",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getpasswordresetscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getpasswordresetscollection",
      "community_name": "Community 30"
    },
    {
      "label": "getAuthOtpsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L283",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getauthotpscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getauthotpscollection",
      "community_name": "Community 30"
    },
    {
      "label": "getPostViewsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L287",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getpostviewscollection()",
      "id": "remix_app_api_utils_mongodb_collections_getpostviewscollection",
      "community_name": "Community 40"
    },
    {
      "label": "createIndexReplacing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L323",
      "_origin": "ast",
      "community": 30,
      "norm_label": "createindexreplacing()",
      "id": "remix_app_api_utils_mongodb_collections_createindexreplacing",
      "community_name": "Community 30"
    },
    {
      "label": "taggedCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L354",
      "_origin": "ast",
      "community": 30,
      "norm_label": "taggedcollection()",
      "id": "remix_app_api_utils_mongodb_collections_taggedcollection",
      "community_name": "Community 30"
    },
    {
      "label": "thingsCollection()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L374",
      "_origin": "ast",
      "community": 30,
      "norm_label": "thingscollection()",
      "id": "remix_app_api_utils_mongodb_collections_thingscollection",
      "community_name": "Community 30"
    },
    {
      "label": "createThingsDataIndexes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L387",
      "_origin": "ast",
      "community": 30,
      "norm_label": "createthingsdataindexes()",
      "id": "remix_app_api_utils_mongodb_collections_createthingsdataindexes",
      "community_name": "Community 30"
    },
    {
      "label": "customIndexesEnsured",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L653",
      "_origin": "ast",
      "community": 30,
      "norm_label": "customindexesensured",
      "id": "remix_app_api_utils_mongodb_collections_customindexesensured",
      "community_name": "Community 30"
    },
    {
      "label": "ensureCustomDataIndexes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L654",
      "_origin": "ast",
      "community": 30,
      "norm_label": "ensurecustomdataindexes()",
      "id": "remix_app_api_utils_mongodb_collections_ensurecustomdataindexes",
      "community_name": "Community 30"
    },
    {
      "label": "ensureIndexes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L666",
      "_origin": "ast",
      "community": 30,
      "norm_label": "ensureindexes()",
      "id": "remix_app_api_utils_mongodb_collections_ensureindexes",
      "community_name": "Community 30"
    },
    {
      "label": "config.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "config.ts",
      "id": "remix_app_api_utils_mongodb_config",
      "community_name": "Community 91"
    },
    {
      "label": "getMongoUri()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/config.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getmongouri()",
      "id": "remix_app_api_utils_mongodb_config_getmongouri",
      "community_name": "Community 91"
    },
    {
      "label": "sanitiseMongoHost()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/config.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 91,
      "norm_label": "sanitisemongohost()",
      "id": "remix_app_api_utils_mongodb_config_sanitisemongohost",
      "community_name": "Community 91"
    },
    {
      "label": "endpoint.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "endpoint.ts",
      "id": "remix_app_api_utils_mongodb_endpoint",
      "community_name": "Community 91"
    },
    {
      "label": "MongoEndpointSelection",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 91,
      "norm_label": "mongoendpointselection",
      "id": "remix_app_api_utils_mongodb_endpoint_mongoendpointselection",
      "community_name": "Community 91"
    },
    {
      "label": "validateMongoUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 91,
      "norm_label": "validatemongourl()",
      "id": "remix_app_api_utils_mongodb_endpoint_validatemongourl",
      "community_name": "Community 91"
    },
    {
      "label": "dbNameFromMongoUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 91,
      "norm_label": "dbnamefrommongourl()",
      "id": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl",
      "community_name": "Community 91"
    },
    {
      "label": "mongoEndpointCookie",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 91,
      "norm_label": "mongoendpointcookie",
      "id": "remix_app_api_utils_mongodb_endpoint_mongoendpointcookie",
      "community_name": "Community 91"
    },
    {
      "label": "getRequestMongoEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getrequestmongoendpoint()",
      "id": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint",
      "community_name": "Community 91"
    },
    {
      "label": "serializeMongoEndpointCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 91,
      "norm_label": "serializemongoendpointcookie()",
      "id": "remix_app_api_utils_mongodb_endpoint_serializemongoendpointcookie",
      "community_name": "Community 91"
    },
    {
      "label": "clearMongoEndpointCookie()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 91,
      "norm_label": "clearmongoendpointcookie()",
      "id": "remix_app_api_utils_mongodb_endpoint_clearmongoendpointcookie",
      "community_name": "Community 91"
    },
    {
      "label": "mongoEndpointStorage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 91,
      "norm_label": "mongoendpointstorage",
      "id": "remix_app_api_utils_mongodb_endpoint_mongoendpointstorage",
      "community_name": "Community 91"
    },
    {
      "label": "runWithMongoEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 91,
      "norm_label": "runwithmongoendpoint()",
      "id": "remix_app_api_utils_mongodb_endpoint_runwithmongoendpoint",
      "community_name": "Community 91"
    },
    {
      "label": "getActiveMongoEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getactivemongoendpoint()",
      "id": "remix_app_api_utils_mongodb_endpoint_getactivemongoendpoint",
      "community_name": "Community 91"
    },
    {
      "label": "getActiveMongoUri()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L123",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getactivemongouri()",
      "id": "remix_app_api_utils_mongodb_endpoint_getactivemongouri",
      "community_name": "Community 91"
    },
    {
      "label": "isCustomMongoEndpointActive()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L129",
      "_origin": "ast",
      "community": 91,
      "norm_label": "iscustommongoendpointactive()",
      "id": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive",
      "community_name": "Community 91"
    },
    {
      "label": "getActiveMongoDbName()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L140",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getactivemongodbname()",
      "id": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname",
      "community_name": "Community 91"
    },
    {
      "label": "MongoProbeResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L145",
      "_origin": "ast",
      "community": 91,
      "norm_label": "mongoproberesult",
      "id": "remix_app_api_utils_mongodb_endpoint_mongoproberesult",
      "community_name": "Community 91"
    },
    {
      "label": "probeMongoUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L152",
      "_origin": "ast",
      "community": 91,
      "norm_label": "probemongourl()",
      "id": "remix_app_api_utils_mongodb_endpoint_probemongourl",
      "community_name": "Community 91"
    },
    {
      "label": "mongodb.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/mongodb.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "mongodb.ts",
      "id": "remix_app_api_utils_mongodb_mongodb",
      "community_name": "Community 91"
    },
    {
      "label": "getMongoDb()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/mongodb.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getmongodb()",
      "id": "remix_app_api_utils_mongodb_mongodb_getmongodb",
      "community_name": "Community 91"
    },
    {
      "label": "objectId.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/objectId.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "objectid.ts",
      "id": "remix_app_api_utils_mongodb_objectid",
      "community_name": "Community 91"
    },
    {
      "label": "getObjectId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/objectId.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getobjectid()",
      "id": "remix_app_api_utils_mongodb_objectid_getobjectid",
      "community_name": "Community 91"
    },
    {
      "label": "queryContract.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 315,
      "norm_label": "querycontract.ts",
      "id": "remix_app_api_utils_mongodb_querycontract",
      "community_name": "Community 315"
    },
    {
      "label": "MONGO_QUERY_COLLECTIONS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongo_query_collections",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_query_collections",
      "community_name": "Community 315"
    },
    {
      "label": "MongoQueryCollection",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongoquerycollection",
      "id": "remix_app_api_utils_mongodb_querycontract_mongoquerycollection",
      "community_name": "Community 315"
    },
    {
      "label": "MONGO_PROTECTED_THING_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongo_protected_thing_fields",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_protected_thing_fields",
      "community_name": "Community 315"
    },
    {
      "label": "MONGO_QUERY_OPERATIONS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongo_query_operations",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_query_operations",
      "community_name": "Community 315"
    },
    {
      "label": "MongoQueryOperation",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongoqueryoperation",
      "id": "remix_app_api_utils_mongodb_querycontract_mongoqueryoperation",
      "community_name": "Community 315"
    },
    {
      "label": "MONGO_FILTER_OPERATORS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 453,
      "norm_label": "mongo_filter_operators",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_filter_operators",
      "community_name": "Community 453"
    },
    {
      "label": "MONGO_BSON_VALUE_TYPES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 509,
      "norm_label": "mongo_bson_value_types",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_bson_value_types",
      "community_name": "Community 509"
    },
    {
      "label": "MongoBsonValueType",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 509,
      "norm_label": "mongobsonvaluetype",
      "id": "remix_app_api_utils_mongodb_querycontract_mongobsonvaluetype",
      "community_name": "Community 509"
    },
    {
      "label": "MONGO_READ_ONLY_AGGREGATION_STAGES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongo_read_only_aggregation_stages",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_read_only_aggregation_stages",
      "community_name": "Community 315"
    },
    {
      "label": "MongoReadOnlyAggregationStage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L157",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongoreadonlyaggregationstage",
      "id": "remix_app_api_utils_mongodb_querycontract_mongoreadonlyaggregationstage",
      "community_name": "Community 315"
    },
    {
      "label": "MONGO_QUERY_LIMITS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L159",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongo_query_limits",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_query_limits",
      "community_name": "Community 315"
    },
    {
      "label": "MONGO_BLOCKED_QUERY_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L175",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongo_blocked_query_keys",
      "id": "remix_app_api_utils_mongodb_querycontract_mongo_blocked_query_keys",
      "community_name": "Community 315"
    },
    {
      "label": "MongoQueryRequest",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L195",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongoqueryrequest",
      "id": "remix_app_api_utils_mongodb_querycontract_mongoqueryrequest",
      "community_name": "Community 315"
    },
    {
      "label": "MongoQuerySuccess",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L213",
      "_origin": "ast",
      "community": 483,
      "norm_label": "mongoquerysuccess",
      "id": "remix_app_api_utils_mongodb_querycontract_mongoquerysuccess",
      "community_name": "Community 483"
    },
    {
      "label": "queryRunner.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 206,
      "norm_label": "queryrunner.test.ts",
      "id": "remix_app_api_utils_mongodb_queryrunner_test",
      "community_name": "Community 206"
    },
    {
      "label": "normalized()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 206,
      "norm_label": "normalized()",
      "id": "remix_app_api_utils_mongodb_queryrunner_test_normalized",
      "community_name": "Community 206"
    },
    {
      "label": "queryRunner.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 206,
      "norm_label": "queryrunner.ts",
      "id": "remix_app_api_utils_mongodb_queryrunner",
      "community_name": "Community 206"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 206,
      "norm_label": "fail",
      "id": "remix_app_api_utils_mongodb_queryrunner_fail",
      "community_name": "Community 206"
    },
    {
      "label": "baseOptions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 206,
      "norm_label": "baseoptions()",
      "id": "remix_app_api_utils_mongodb_queryrunner_baseoptions",
      "community_name": "Community 206"
    },
    {
      "label": "collectValues()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 206,
      "norm_label": "collectvalues()",
      "id": "remix_app_api_utils_mongodb_queryrunner_collectvalues",
      "community_name": "Community 206"
    },
    {
      "label": "boundedDistinctPipeline()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 206,
      "norm_label": "boundeddistinctpipeline()",
      "id": "remix_app_api_utils_mongodb_queryrunner_boundeddistinctpipeline",
      "community_name": "Community 206"
    },
    {
      "label": "runMongoQuery()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 206,
      "norm_label": "runmongoquery()",
      "id": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "community_name": "Community 206"
    },
    {
      "label": "querySafety.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 206,
      "norm_label": "querysafety.ts",
      "id": "remix_app_api_utils_mongodb_querysafety",
      "community_name": "Community 206"
    },
    {
      "label": "MongoQueryFail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 206,
      "norm_label": "mongoqueryfail",
      "id": "remix_app_api_utils_mongodb_querysafety_mongoqueryfail",
      "community_name": "Community 206"
    },
    {
      "label": "NormalizedMongoQuery",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 206,
      "norm_label": "normalizedmongoquery",
      "id": "remix_app_api_utils_mongodb_querysafety_normalizedmongoquery",
      "community_name": "Community 206"
    },
    {
      "label": "RedactionState",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 206,
      "norm_label": "redactionstate",
      "id": "remix_app_api_utils_mongodb_querysafety_redactionstate",
      "community_name": "Community 206"
    },
    {
      "label": "collectionSet",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 206,
      "norm_label": "collectionset",
      "id": "remix_app_api_utils_mongodb_querysafety_collectionset",
      "community_name": "Community 206"
    },
    {
      "label": "operationSet",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 206,
      "norm_label": "operationset",
      "id": "remix_app_api_utils_mongodb_querysafety_operationset",
      "community_name": "Community 206"
    },
    {
      "label": "aggregationStageSet",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 206,
      "norm_label": "aggregationstageset",
      "id": "remix_app_api_utils_mongodb_querysafety_aggregationstageset",
      "community_name": "Community 206"
    },
    {
      "label": "blockedKeySet",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 206,
      "norm_label": "blockedkeyset",
      "id": "remix_app_api_utils_mongodb_querysafety_blockedkeyset",
      "community_name": "Community 206"
    },
    {
      "label": "sensitiveCollectionSet",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 206,
      "norm_label": "sensitivecollectionset",
      "id": "remix_app_api_utils_mongodb_querysafety_sensitivecollectionset",
      "community_name": "Community 206"
    },
    {
      "label": "protectedFieldCollectionSet",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 206,
      "norm_label": "protectedfieldcollectionset",
      "id": "remix_app_api_utils_mongodb_querysafety_protectedfieldcollectionset",
      "community_name": "Community 206"
    },
    {
      "label": "fail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 206,
      "norm_label": "fail()",
      "id": "remix_app_api_utils_mongodb_querysafety_fail",
      "community_name": "Community 206"
    },
    {
      "label": "isRecord()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 206,
      "norm_label": "isrecord()",
      "id": "remix_app_api_utils_mongodb_querysafety_isrecord",
      "community_name": "Community 206"
    },
    {
      "label": "boundedInteger()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 206,
      "norm_label": "boundedinteger()",
      "id": "remix_app_api_utils_mongodb_querysafety_boundedinteger",
      "community_name": "Community 206"
    },
    {
      "label": "isSafeFieldPath()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 206,
      "norm_label": "issafefieldpath()",
      "id": "remix_app_api_utils_mongodb_querysafety_issafefieldpath",
      "community_name": "Community 206"
    },
    {
      "label": "shouldRedactKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 206,
      "norm_label": "shouldredactkey()",
      "id": "remix_app_api_utils_mongodb_querysafety_shouldredactkey",
      "community_name": "Community 206"
    },
    {
      "label": "isSensitiveFieldPath()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L88",
      "_origin": "ast",
      "community": 206,
      "norm_label": "issensitivefieldpath()",
      "id": "remix_app_api_utils_mongodb_querysafety_issensitivefieldpath",
      "community_name": "Community 206"
    },
    {
      "label": "ReferenceScanOptions",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 206,
      "norm_label": "referencescanoptions",
      "id": "remix_app_api_utils_mongodb_querysafety_referencescanoptions",
      "community_name": "Community 206"
    },
    {
      "label": "ALL_PROBE_PREDICATES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L100",
      "_origin": "ast",
      "community": 206,
      "norm_label": "all_probe_predicates",
      "id": "remix_app_api_utils_mongodb_querysafety_all_probe_predicates",
      "community_name": "Community 206"
    },
    {
      "label": "COMPUTE_PROBE_PREDICATES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 206,
      "norm_label": "compute_probe_predicates",
      "id": "remix_app_api_utils_mongodb_querysafety_compute_probe_predicates",
      "community_name": "Community 206"
    },
    {
      "label": "NO_PROBE_PREDICATES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L102",
      "_origin": "ast",
      "community": 206,
      "norm_label": "no_probe_predicates",
      "id": "remix_app_api_utils_mongodb_querysafety_no_probe_predicates",
      "community_name": "Community 206"
    },
    {
      "label": "findProtectedQueryReference()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L104",
      "_origin": "ast",
      "community": 206,
      "norm_label": "findprotectedqueryreference()",
      "id": "remix_app_api_utils_mongodb_querysafety_findprotectedqueryreference",
      "community_name": "Community 206"
    },
    {
      "label": "findSensitiveQueryReference()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L142",
      "_origin": "ast",
      "community": 206,
      "norm_label": "findsensitivequeryreference()",
      "id": "remix_app_api_utils_mongodb_querysafety_findsensitivequeryreference",
      "community_name": "Community 206"
    },
    {
      "label": "validateStructure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L145",
      "_origin": "ast",
      "community": 206,
      "norm_label": "validatestructure()",
      "id": "remix_app_api_utils_mongodb_querysafety_validatestructure",
      "community_name": "Community 206"
    },
    {
      "label": "validatePipelineStages()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L233",
      "_origin": "ast",
      "community": 206,
      "norm_label": "validatepipelinestages()",
      "id": "remix_app_api_utils_mongodb_querysafety_validatepipelinestages",
      "community_name": "Community 206"
    },
    {
      "label": "deserializeExtendedJson()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L266",
      "_origin": "ast",
      "community": 206,
      "norm_label": "deserializeextendedjson()",
      "id": "remix_app_api_utils_mongodb_querysafety_deserializeextendedjson",
      "community_name": "Community 206"
    },
    {
      "label": "normalizeMongoQueryRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L271",
      "_origin": "ast",
      "community": 206,
      "norm_label": "normalizemongoqueryrequest()",
      "id": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "community_name": "Community 206"
    },
    {
      "label": "sanitizeString()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L424",
      "_origin": "ast",
      "community": 206,
      "norm_label": "sanitizestring()",
      "id": "remix_app_api_utils_mongodb_querysafety_sanitizestring",
      "community_name": "Community 206"
    },
    {
      "label": "redactMongoValue()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L434",
      "_origin": "ast",
      "community": 206,
      "norm_label": "redactmongovalue()",
      "id": "remix_app_api_utils_mongodb_querysafety_redactmongovalue",
      "community_name": "Community 206"
    },
    {
      "label": "PROTECTED_THING_STRIP",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L479",
      "_origin": "ast",
      "community": 206,
      "norm_label": "protected_thing_strip",
      "id": "remix_app_api_utils_mongodb_querysafety_protected_thing_strip",
      "community_name": "Community 206"
    },
    {
      "label": "stripThingsIngress()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L485",
      "_origin": "ast",
      "community": 206,
      "norm_label": "stripthingsingress()",
      "id": "remix_app_api_utils_mongodb_querysafety_stripthingsingress",
      "community_name": "Community 206"
    },
    {
      "label": "matchUsesText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L545",
      "_origin": "ast",
      "community": 206,
      "norm_label": "matchusestext()",
      "id": "remix_app_api_utils_mongodb_querysafety_matchusestext",
      "community_name": "Community 206"
    },
    {
      "label": "hardenThingsQuery()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L554",
      "_origin": "ast",
      "community": 206,
      "norm_label": "hardenthingsquery()",
      "id": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery",
      "community_name": "Community 206"
    },
    {
      "label": "resolvePipelineCollections()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L630",
      "_origin": "ast",
      "community": 206,
      "norm_label": "resolvepipelinecollections()",
      "id": "remix_app_api_utils_mongodb_querysafety_resolvepipelinecollections",
      "community_name": "Community 206"
    },
    {
      "label": "safeMongoError()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L671",
      "_origin": "ast",
      "community": 206,
      "norm_label": "safemongoerror()",
      "id": "remix_app_api_utils_mongodb_querysafety_safemongoerror",
      "community_name": "Community 206"
    },
    {
      "label": "mongoQueryCapabilities()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L678",
      "_origin": "ast",
      "community": 206,
      "norm_label": "mongoquerycapabilities()",
      "id": "remix_app_api_utils_mongodb_querysafety_mongoquerycapabilities",
      "community_name": "Community 206"
    },
    {
      "label": "status.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "status.ts",
      "id": "remix_app_api_utils_mongodb_status",
      "community_name": "Community 91"
    },
    {
      "label": "MongoConnectionStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 91,
      "norm_label": "mongoconnectionstatus",
      "id": "remix_app_api_utils_mongodb_status_mongoconnectionstatus",
      "community_name": "Community 91"
    },
    {
      "label": "getMongoStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getmongostatus()",
      "id": "remix_app_api_utils_mongodb_status_getmongostatus",
      "community_name": "Community 91"
    },
    {
      "label": "emails.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emails.ts",
      "id": "remix_app_api_utils_notifications_emails",
      "community_name": "Community 40"
    },
    {
      "label": "getUnsubscribeSecret()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 40,
      "norm_label": "getunsubscribesecret()",
      "id": "remix_app_api_utils_notifications_emails_getunsubscribesecret",
      "community_name": "Community 40"
    },
    {
      "label": "buildEmailUnsubscribeToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 40,
      "norm_label": "buildemailunsubscribetoken()",
      "id": "remix_app_api_utils_notifications_emails_buildemailunsubscribetoken",
      "community_name": "Community 40"
    },
    {
      "label": "verifyEmailUnsubscribeToken()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 40,
      "norm_label": "verifyemailunsubscribetoken()",
      "id": "remix_app_api_utils_notifications_emails_verifyemailunsubscribetoken",
      "community_name": "Community 40"
    },
    {
      "label": "notificationEmailOrigin()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notificationemailorigin()",
      "id": "remix_app_api_utils_notifications_emails_notificationemailorigin",
      "community_name": "Community 40"
    },
    {
      "label": "buildEmailUnsubscribeUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 40,
      "norm_label": "buildemailunsubscribeurl()",
      "id": "remix_app_api_utils_notifications_emails_buildemailunsubscribeurl",
      "community_name": "Community 40"
    },
    {
      "label": "notificationEmailChannelOn()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notificationemailchannelon()",
      "id": "remix_app_api_utils_notifications_emails_notificationemailchannelon",
      "community_name": "Community 40"
    },
    {
      "label": "recentNotificationEmailCount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 40,
      "norm_label": "recentnotificationemailcount()",
      "id": "remix_app_api_utils_notifications_emails_recentnotificationemailcount",
      "community_name": "Community 40"
    },
    {
      "label": "sendToTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendtotarget()",
      "id": "remix_app_api_utils_notifications_emails_sendtotarget",
      "community_name": "Community 40"
    },
    {
      "label": "maybeEmailNotification()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L107",
      "_origin": "ast",
      "community": 40,
      "norm_label": "maybeemailnotification()",
      "id": "remix_app_api_utils_notifications_emails_maybeemailnotification",
      "community_name": "Community 40"
    },
    {
      "label": "emailNotificationsBulk()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L121",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emailnotificationsbulk()",
      "id": "remix_app_api_utils_notifications_emails_emailnotificationsbulk",
      "community_name": "Community 40"
    },
    {
      "label": "notifications.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notifications.ts",
      "id": "remix_app_api_utils_notifications_notifications",
      "community_name": "Community 40"
    },
    {
      "label": "NotificationActor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notificationactor",
      "id": "remix_app_api_utils_notifications_notifications_notificationactor",
      "community_name": "Community 40"
    },
    {
      "label": "EmitNotificationInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emitnotificationinput",
      "id": "remix_app_api_utils_notifications_notifications_emitnotificationinput",
      "community_name": "Community 40"
    },
    {
      "label": "PublicNotification",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 40,
      "norm_label": "publicnotification",
      "id": "remix_app_api_utils_notifications_notifications_publicnotification",
      "community_name": "Community 40"
    },
    {
      "label": "clampPreview()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L58",
      "_origin": "ast",
      "community": 40,
      "norm_label": "clamppreview()",
      "id": "remix_app_api_utils_notifications_notifications_clamppreview",
      "community_name": "Community 40"
    },
    {
      "label": "notificationDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notificationdoc()",
      "id": "remix_app_api_utils_notifications_notifications_notificationdoc",
      "community_name": "Community 40"
    },
    {
      "label": "trimRecipient()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L88",
      "_origin": "ast",
      "community": 40,
      "norm_label": "trimrecipient()",
      "id": "remix_app_api_utils_notifications_notifications_trimrecipient",
      "community_name": "Community 40"
    },
    {
      "label": "emitNotification()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L106",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emitnotification()",
      "id": "remix_app_api_utils_notifications_notifications_emitnotification",
      "community_name": "Community 40"
    },
    {
      "label": "emitNotificationsBulk()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L127",
      "_origin": "ast",
      "community": 40,
      "norm_label": "emitnotificationsbulk()",
      "id": "remix_app_api_utils_notifications_notifications_emitnotificationsbulk",
      "community_name": "Community 40"
    },
    {
      "label": "loadActors()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L157",
      "_origin": "ast",
      "community": 40,
      "norm_label": "loadactors()",
      "id": "remix_app_api_utils_notifications_notifications_loadactors",
      "community_name": "Community 40"
    },
    {
      "label": "ListNotificationsResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L196",
      "_origin": "ast",
      "community": 40,
      "norm_label": "listnotificationsresult",
      "id": "remix_app_api_utils_notifications_notifications_listnotificationsresult",
      "community_name": "Community 40"
    },
    {
      "label": "listNotifications()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L203",
      "_origin": "ast",
      "community": 40,
      "norm_label": "listnotifications()",
      "id": "remix_app_api_utils_notifications_notifications_listnotifications",
      "community_name": "Community 40"
    },
    {
      "label": "markNotificationsRead()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L254",
      "_origin": "ast",
      "community": 23,
      "norm_label": "marknotificationsread()",
      "id": "remix_app_api_utils_notifications_notifications_marknotificationsread",
      "community_name": "Community 23"
    },
    {
      "label": "weeklySummary.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "weeklysummary.ts",
      "id": "remix_app_api_utils_notifications_weeklysummary",
      "community_name": "Community 40"
    },
    {
      "label": "WeeklySummaryRunResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 40,
      "norm_label": "weeklysummaryrunresult",
      "id": "remix_app_api_utils_notifications_weeklysummary_weeklysummaryrunresult",
      "community_name": "Community 40"
    },
    {
      "label": "listAllUserIds()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 40,
      "norm_label": "listalluserids()",
      "id": "remix_app_api_utils_notifications_weeklysummary_listalluserids",
      "community_name": "Community 40"
    },
    {
      "label": "loadNotificationCounts()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 40,
      "norm_label": "loadnotificationcounts()",
      "id": "remix_app_api_utils_notifications_weeklysummary_loadnotificationcounts",
      "community_name": "Community 40"
    },
    {
      "label": "loadPostsAndViews()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 40,
      "norm_label": "loadpostsandviews()",
      "id": "remix_app_api_utils_notifications_weeklysummary_loadpostsandviews",
      "community_name": "Community 40"
    },
    {
      "label": "digestStats()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 40,
      "norm_label": "digeststats()",
      "id": "remix_app_api_utils_notifications_weeklysummary_digeststats",
      "community_name": "Community 40"
    },
    {
      "label": "sendWeeklySummaryEmails()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L127",
      "_origin": "ast",
      "community": 40,
      "norm_label": "sendweeklysummaryemails()",
      "id": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "community_name": "Community 40"
    },
    {
      "label": "byteBudget.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "bytebudget.ts",
      "id": "remix_app_api_utils_ratelimit_bytebudget",
      "community_name": "Community 30"
    },
    {
      "label": "ByteBudgetOutcome",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 30,
      "norm_label": "bytebudgetoutcome",
      "id": "remix_app_api_utils_ratelimit_bytebudget_bytebudgetoutcome",
      "community_name": "Community 30"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 30,
      "norm_label": "hash()",
      "id": "remix_app_api_utils_ratelimit_bytebudget_hash",
      "community_name": "Community 30"
    },
    {
      "label": "consumeByteBudget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumebytebudget()",
      "id": "remix_app_api_utils_ratelimit_bytebudget_consumebytebudget",
      "community_name": "Community 30"
    },
    {
      "label": "refundByteBudget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 30,
      "norm_label": "refundbytebudget()",
      "id": "remix_app_api_utils_ratelimit_bytebudget_refundbytebudget",
      "community_name": "Community 30"
    },
    {
      "label": "config.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "config.ts",
      "id": "remix_app_api_utils_ratelimit_config",
      "community_name": "Community 81"
    },
    {
      "label": "RateLimitRule",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 81,
      "norm_label": "ratelimitrule",
      "id": "remix_app_api_utils_ratelimit_config_ratelimitrule",
      "community_name": "Community 81"
    },
    {
      "label": "RateLimitConfig",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 81,
      "norm_label": "ratelimitconfig",
      "id": "remix_app_api_utils_ratelimit_config_ratelimitconfig",
      "community_name": "Community 81"
    },
    {
      "label": "RATE_LIMIT_DEFAULTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 81,
      "norm_label": "rate_limit_defaults",
      "id": "remix_app_api_utils_ratelimit_config_rate_limit_defaults",
      "community_name": "Community 81"
    },
    {
      "label": "RATE_LIMIT_ENDPOINTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L161",
      "_origin": "ast",
      "community": 81,
      "norm_label": "rate_limit_endpoints",
      "id": "remix_app_api_utils_ratelimit_config_rate_limit_endpoints",
      "community_name": "Community 81"
    },
    {
      "label": "clampRule()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L169",
      "_origin": "ast",
      "community": 81,
      "norm_label": "clamprule()",
      "id": "remix_app_api_utils_ratelimit_config_clamprule",
      "community_name": "Community 81"
    },
    {
      "label": "normalize()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L179",
      "_origin": "ast",
      "community": 81,
      "norm_label": "normalize()",
      "id": "remix_app_api_utils_ratelimit_config_normalize",
      "community_name": "Community 81"
    },
    {
      "label": "getRateLimitConfig()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L187",
      "_origin": "ast",
      "community": 81,
      "norm_label": "getratelimitconfig()",
      "id": "remix_app_api_utils_ratelimit_config_getratelimitconfig",
      "community_name": "Community 81"
    },
    {
      "label": "setRateLimitConfig()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L200",
      "_origin": "ast",
      "community": 81,
      "norm_label": "setratelimitconfig()",
      "id": "remix_app_api_utils_ratelimit_config_setratelimitconfig",
      "community_name": "Community 81"
    },
    {
      "label": "enforce.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "enforce.ts",
      "id": "remix_app_api_utils_ratelimit_enforce",
      "community_name": "Community 23"
    },
    {
      "label": "RateLimitOutcome",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "ratelimitoutcome",
      "id": "remix_app_api_utils_ratelimit_enforce_ratelimitoutcome",
      "community_name": "Community 23"
    },
    {
      "label": "firstHeaderIp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 91,
      "norm_label": "firstheaderip()",
      "id": "remix_app_api_utils_ratelimit_enforce_firstheaderip",
      "community_name": "Community 91"
    },
    {
      "label": "getRequestIp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getrequestip()",
      "id": "remix_app_api_utils_ratelimit_enforce_getrequestip",
      "community_name": "Community 91"
    },
    {
      "label": "hash()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 23,
      "norm_label": "hash()",
      "id": "remix_app_api_utils_ratelimit_enforce_hash",
      "community_name": "Community 23"
    },
    {
      "label": "activeRequestsExpr()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 23,
      "norm_label": "activerequestsexpr()",
      "id": "remix_app_api_utils_ratelimit_enforce_activerequestsexpr",
      "community_name": "Community 23"
    },
    {
      "label": "resetFrom()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 23,
      "norm_label": "resetfrom()",
      "id": "remix_app_api_utils_ratelimit_enforce_resetfrom",
      "community_name": "Community 23"
    },
    {
      "label": "consume()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 23,
      "norm_label": "consume()",
      "id": "remix_app_api_utils_ratelimit_enforce_consume",
      "community_name": "Community 23"
    },
    {
      "label": "enforceRateLimit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 23,
      "norm_label": "enforceratelimit()",
      "id": "remix_app_api_utils_ratelimit_enforce_enforceratelimit",
      "community_name": "Community 23"
    },
    {
      "label": "enforceFixedRateLimit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L123",
      "_origin": "ast",
      "community": 23,
      "norm_label": "enforcefixedratelimit()",
      "id": "remix_app_api_utils_ratelimit_enforce_enforcefixedratelimit",
      "community_name": "Community 23"
    },
    {
      "label": "rateLimitedResponseInit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 23,
      "norm_label": "ratelimitedresponseinit()",
      "id": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit",
      "community_name": "Community 23"
    },
    {
      "label": "browse.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browse.ts",
      "id": "remix_app_api_utils_schemas_browse",
      "community_name": "Community 254"
    },
    {
      "label": "BrowseSchemasQuery",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browseschemasquery",
      "id": "remix_app_api_utils_schemas_browse_browseschemasquery",
      "community_name": "Community 254"
    },
    {
      "label": "BrowseSchemaEntry",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browseschemaentry",
      "id": "remix_app_api_utils_schemas_browse_browseschemaentry",
      "community_name": "Community 254"
    },
    {
      "label": "BrowseSchemasResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browseschemasresult",
      "id": "remix_app_api_utils_schemas_browse_browseschemasresult",
      "community_name": "Community 254"
    },
    {
      "label": "clampLimit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 254,
      "norm_label": "clamplimit()",
      "id": "remix_app_api_utils_schemas_browse_clamplimit",
      "community_name": "Community 254"
    },
    {
      "label": "cappedCount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 254,
      "norm_label": "cappedcount()",
      "id": "remix_app_api_utils_schemas_browse_cappedcount",
      "community_name": "Community 254"
    },
    {
      "label": "truthyFlag()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 254,
      "norm_label": "truthyflag()",
      "id": "remix_app_api_utils_schemas_browse_truthyflag",
      "community_name": "Community 254"
    },
    {
      "label": "decorate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 254,
      "norm_label": "decorate()",
      "id": "remix_app_api_utils_schemas_browse_decorate",
      "community_name": "Community 254"
    },
    {
      "label": "browsePopular()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L179",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browsepopular()",
      "id": "remix_app_api_utils_schemas_browse_browsepopular",
      "community_name": "Community 254"
    },
    {
      "label": "browseLibrary()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L251",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browselibrary()",
      "id": "remix_app_api_utils_schemas_browse_browselibrary",
      "community_name": "Community 254"
    },
    {
      "label": "browseMine()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L287",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browsemine()",
      "id": "remix_app_api_utils_schemas_browse_browsemine",
      "community_name": "Community 254"
    },
    {
      "label": "browseSchemas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L316",
      "_origin": "ast",
      "community": 254,
      "norm_label": "browseschemas()",
      "id": "remix_app_api_utils_schemas_browse_browseschemas",
      "community_name": "Community 254"
    },
    {
      "label": "prConflictResolverModelWaterfall.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 527,
      "norm_label": "prconflictresolvermodelwaterfall.test.ts",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_test",
      "community_name": "Community 527"
    },
    {
      "label": "prConflictResolverModelWaterfall.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 527,
      "norm_label": "prconflictresolvermodelwaterfall.ts",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "community_name": "Community 527"
    },
    {
      "label": "StoreDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 527,
      "norm_label": "storedependencies",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_storedependencies",
      "community_name": "Community 527"
    },
    {
      "label": "createPrConflictResolverModelWaterfallStore()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 527,
      "norm_label": "createprconflictresolvermodelwaterfallstore()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_createprconflictresolvermodelwaterfallstore",
      "community_name": "Community 527"
    },
    {
      "label": "store",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 527,
      "norm_label": "store",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_store",
      "community_name": "Community 527"
    },
    {
      "label": "prConflictResolverModelWaterfallCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 443,
      "norm_label": "prconflictresolvermodelwaterfallcore.test.ts",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_test",
      "community_name": "Community 443"
    },
    {
      "label": "prConflictResolverModelWaterfallCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 443,
      "norm_label": "prconflictresolvermodelwaterfallcore.ts",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "community_name": "Community 443"
    },
    {
      "label": "PR_CONFLICT_RESOLVER_MODEL_WATERFALL_KEY",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 495,
      "norm_label": "pr_conflict_resolver_model_waterfall_key",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_pr_conflict_resolver_model_waterfall_key",
      "community_name": "Community 495"
    },
    {
      "label": "PRConflictResolverModelId",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 527,
      "norm_label": "prconflictresolvermodelid",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodelid",
      "community_name": "Community 527"
    },
    {
      "label": "PRConflictAutoResolverModelId",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 443,
      "norm_label": "prconflictautoresolvermodelid",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictautoresolvermodelid",
      "community_name": "Community 443"
    },
    {
      "label": "AiPreferredModelId",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 443,
      "norm_label": "aipreferredmodelid",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_aipreferredmodelid",
      "community_name": "Community 443"
    },
    {
      "label": "PRConflictResolverModel",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 443,
      "norm_label": "prconflictresolvermodel",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodel",
      "community_name": "Community 443"
    },
    {
      "label": "DEFAULT_PR_CONFLICT_RESOLVER_MODEL_WATERFALL",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 443,
      "norm_label": "default_pr_conflict_resolver_model_waterfall",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_default_pr_conflict_resolver_model_waterfall",
      "community_name": "Community 443"
    },
    {
      "label": "modelIds",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 443,
      "norm_label": "modelids",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_modelids",
      "community_name": "Community 443"
    },
    {
      "label": "isPrConflictResolverModelId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 443,
      "norm_label": "isprconflictresolvermodelid()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_isprconflictresolvermodelid",
      "community_name": "Community 443"
    },
    {
      "label": "readKnownUniqueWaterfall()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 443,
      "norm_label": "readknownuniquewaterfall()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_readknownuniquewaterfall",
      "community_name": "Community 443"
    },
    {
      "label": "normalizePrConflictResolverModelWaterfall()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 443,
      "norm_label": "normalizeprconflictresolvermodelwaterfall()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall",
      "community_name": "Community 443"
    },
    {
      "label": "resolveAiPreferredClaudeModel()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 443,
      "norm_label": "resolveaipreferredclaudemodel()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_resolveaipreferredclaudemodel",
      "community_name": "Community 443"
    },
    {
      "label": "ValidatePrConflictResolverModelWaterfallResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 443,
      "norm_label": "validateprconflictresolvermodelwaterfallresult",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfallresult",
      "community_name": "Community 443"
    },
    {
      "label": "validatePrConflictResolverModelWaterfall()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L72",
      "_origin": "ast",
      "community": 443,
      "norm_label": "validateprconflictresolvermodelwaterfall()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfall",
      "community_name": "Community 443"
    },
    {
      "label": "prConflictResolverModelWaterfallRoute.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 495,
      "norm_label": "prconflictresolvermodelwaterfallroute.test.ts",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test",
      "community_name": "Community 495"
    },
    {
      "label": "postRequest()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 495,
      "norm_label": "postrequest()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test_postrequest",
      "community_name": "Community 495"
    },
    {
      "label": "createHandlers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 495,
      "norm_label": "createhandlers()",
      "id": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test_createhandlers",
      "community_name": "Community 495"
    },
    {
      "label": "storageCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storagecore.test.ts",
      "id": "remix_app_api_utils_storage_storagecore_test",
      "community_name": "Community 47"
    },
    {
      "label": "storageCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storagecore.ts",
      "id": "remix_app_api_utils_storage_storagecore",
      "community_name": "Community 47"
    },
    {
      "label": "InvalidAttachmentStorageEnvelopeError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 47,
      "norm_label": "invalidattachmentstorageenvelopeerror",
      "id": "remix_app_api_utils_storage_storagecore_invalidattachmentstorageenvelopeerror",
      "community_name": "Community 47"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 47,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_storage_storagecore_invalidattachmentstorageenvelopeerror_constructor",
      "community_name": "Community 47"
    },
    {
      "label": "thingStorageSizeBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 47,
      "norm_label": "thingstoragesizebytes()",
      "id": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes",
      "community_name": "Community 47"
    },
    {
      "label": "currentContentStorageSizeBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 47,
      "norm_label": "currentcontentstoragesizebytes()",
      "id": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes",
      "community_name": "Community 47"
    },
    {
      "label": "USER_STORAGE_STATUS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 47,
      "norm_label": "user_storage_status",
      "id": "remix_app_api_utils_storage_storagecore_user_storage_status",
      "community_name": "Community 47"
    },
    {
      "label": "UserStorageLedgerStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 47,
      "norm_label": "userstorageledgerstatus",
      "id": "remix_app_api_utils_storage_storagecore_userstorageledgerstatus",
      "community_name": "Community 47"
    },
    {
      "label": "UserStorageUsage",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 47,
      "norm_label": "userstorageusage",
      "id": "remix_app_api_utils_storage_storagecore_userstorageusage",
      "community_name": "Community 47"
    },
    {
      "label": "CONTROL_PLANE_STORAGE_THINGTIMES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L104",
      "_origin": "ast",
      "community": 47,
      "norm_label": "control_plane_storage_thingtimes",
      "id": "remix_app_api_utils_storage_storagecore_control_plane_storage_thingtimes",
      "community_name": "Community 47"
    },
    {
      "label": "CONTROL_PLANE_THINGTIMES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L123",
      "_origin": "ast",
      "community": 47,
      "norm_label": "control_plane_thingtimes",
      "id": "remix_app_api_utils_storage_storagecore_control_plane_thingtimes",
      "community_name": "Community 47"
    },
    {
      "label": "StorageSandboxState",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storagesandboxstate",
      "id": "remix_app_api_utils_storage_storagecore_storagesandboxstate",
      "community_name": "Community 47"
    },
    {
      "label": "nonSandboxStorageCandidateExpression",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L139",
      "_origin": "ast",
      "community": 34,
      "norm_label": "nonsandboxstoragecandidateexpression",
      "id": "remix_app_api_utils_storage_storagecore_nonsandboxstoragecandidateexpression",
      "community_name": "Community 34"
    },
    {
      "label": "realStorageSourceExpression",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L142",
      "_origin": "ast",
      "community": 47,
      "norm_label": "realstoragesourceexpression",
      "id": "remix_app_api_utils_storage_storagecore_realstoragesourceexpression",
      "community_name": "Community 47"
    },
    {
      "label": "billableStorageCandidateExpression",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L146",
      "_origin": "ast",
      "community": 47,
      "norm_label": "billablestoragecandidateexpression",
      "id": "remix_app_api_utils_storage_storagecore_billablestoragecandidateexpression",
      "community_name": "Community 47"
    },
    {
      "label": "isBillableStorageThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L169",
      "_origin": "ast",
      "community": 47,
      "norm_label": "isbillablestoragething()",
      "id": "remix_app_api_utils_storage_storagecore_isbillablestoragething",
      "community_name": "Community 47"
    },
    {
      "label": "storageRemainingBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storageremainingbytes()",
      "id": "remix_app_api_utils_storage_storagecore_storageremainingbytes",
      "community_name": "Community 47"
    },
    {
      "label": "storageOverageBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L186",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storageoveragebytes()",
      "id": "remix_app_api_utils_storage_storagecore_storageoveragebytes",
      "community_name": "Community 47"
    },
    {
      "label": "normalizedStorageUsage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L189",
      "_origin": "ast",
      "community": 47,
      "norm_label": "normalizedstorageusage()",
      "id": "remix_app_api_utils_storage_storagecore_normalizedstorageusage",
      "community_name": "Community 47"
    },
    {
      "label": "StorageMutationError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L224",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storagemutationerror",
      "id": "remix_app_api_utils_storage_storagecore_storagemutationerror",
      "community_name": "Community 47"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L228",
      "_origin": "ast",
      "community": 47,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_storage_storagecore_storagemutationerror_constructor",
      "community_name": "Community 47"
    },
    {
      "label": "userStorage.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "userstorage.ts",
      "id": "remix_app_api_utils_storage_userstorage",
      "community_name": "Community 47"
    },
    {
      "label": "hasOwn()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 47,
      "norm_label": "hasown()",
      "id": "remix_app_api_utils_storage_userstorage_hasown",
      "community_name": "Community 47"
    },
    {
      "label": "userStorageAllowanceFromCrystal()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 47,
      "norm_label": "userstorageallowancefromcrystal()",
      "id": "remix_app_api_utils_storage_userstorage_userstorageallowancefromcrystal",
      "community_name": "Community 47"
    },
    {
      "label": "userStorageAllowanceIsValid()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 47,
      "norm_label": "userstorageallowanceisvalid()",
      "id": "remix_app_api_utils_storage_userstorage_userstorageallowanceisvalid",
      "community_name": "Community 47"
    },
    {
      "label": "userStorageAllowanceExpression",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 47,
      "norm_label": "userstorageallowanceexpression",
      "id": "remix_app_api_utils_storage_userstorage_userstorageallowanceexpression",
      "community_name": "Community 47"
    },
    {
      "label": "readyUserStorageMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 47,
      "norm_label": "readyuserstoragematch()",
      "id": "remix_app_api_utils_storage_userstorage_readyuserstoragematch",
      "community_name": "Community 47"
    },
    {
      "label": "safeWholeNumberExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 47,
      "norm_label": "safewholenumberexpression()",
      "id": "remix_app_api_utils_storage_userstorage_safewholenumberexpression",
      "community_name": "Community 47"
    },
    {
      "label": "usageFromSubscriptionDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L116",
      "_origin": "ast",
      "community": 47,
      "norm_label": "usagefromsubscriptiondoc()",
      "id": "remix_app_api_utils_storage_userstorage_usagefromsubscriptiondoc",
      "community_name": "Community 47"
    },
    {
      "label": "unavailableUserStorageUsage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L126",
      "_origin": "ast",
      "community": 47,
      "norm_label": "unavailableuserstorageusage()",
      "id": "remix_app_api_utils_storage_userstorage_unavailableuserstorageusage",
      "community_name": "Community 47"
    },
    {
      "label": "getUserStorageUsage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L135",
      "_origin": "ast",
      "community": 47,
      "norm_label": "getuserstorageusage()",
      "id": "remix_app_api_utils_storage_userstorage_getuserstorageusage",
      "community_name": "Community 47"
    },
    {
      "label": "getUserStorageUsages()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 47,
      "norm_label": "getuserstorageusages()",
      "id": "remix_app_api_utils_storage_userstorage_getuserstorageusages",
      "community_name": "Community 47"
    },
    {
      "label": "explainPositiveAdmissionFailure()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L164",
      "_origin": "ast",
      "community": 47,
      "norm_label": "explainpositiveadmissionfailure()",
      "id": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure",
      "community_name": "Community 47"
    },
    {
      "label": "reconcileUserStorageInTransaction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L189",
      "_origin": "ast",
      "community": 47,
      "norm_label": "reconcileuserstorageintransaction()",
      "id": "remix_app_api_utils_storage_userstorage_reconcileuserstorageintransaction",
      "community_name": "Community 47"
    },
    {
      "label": "applyUserStorageDelta()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L284",
      "_origin": "ast",
      "community": 47,
      "norm_label": "applyuserstoragedelta()",
      "id": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta",
      "community_name": "Community 47"
    },
    {
      "label": "markUserStorageNeedsReconcile()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L359",
      "_origin": "ast",
      "community": 47,
      "norm_label": "markuserstorageneedsreconcile()",
      "id": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile",
      "community_name": "Community 47"
    },
    {
      "label": "reconcileUserStorage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L383",
      "_origin": "ast",
      "community": 47,
      "norm_label": "reconcileuserstorage()",
      "id": "remix_app_api_utils_storage_userstorage_reconcileuserstorage",
      "community_name": "Community 47"
    },
    {
      "label": "subscriptionIdentity.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "subscriptionidentity.test.ts",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "community_name": "Community 30"
    },
    {
      "label": "canonicalLedger()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 30,
      "norm_label": "canonicalledger()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_test_canonicalledger",
      "community_name": "Community 30"
    },
    {
      "label": "subscriptionIdentity.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "subscriptionidentity.ts",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "community_name": "Community 30"
    },
    {
      "label": "SubscriptionIdentitySubject",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 30,
      "norm_label": "subscriptionidentitysubject",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionidentitysubject",
      "community_name": "Community 30"
    },
    {
      "label": "subscriptionShareId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 30,
      "norm_label": "subscriptionshareid()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid",
      "community_name": "Community 30"
    },
    {
      "label": "subscriptionThingMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 30,
      "norm_label": "subscriptionthingmatch()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch",
      "community_name": "Community 30"
    },
    {
      "label": "USER_SUBSCRIPTION_ROOT_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 30,
      "norm_label": "user_subscription_root_keys",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_user_subscription_root_keys",
      "community_name": "Community 30"
    },
    {
      "label": "USER_SUBSCRIPTION_CRYSTAL_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 30,
      "norm_label": "user_subscription_crystal_keys",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_user_subscription_crystal_keys",
      "community_name": "Community 30"
    },
    {
      "label": "isPlainObject()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 30,
      "norm_label": "isplainobject()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_isplainobject",
      "community_name": "Community 30"
    },
    {
      "label": "hasOnlyKeys()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 30,
      "norm_label": "hasonlykeys()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_hasonlykeys",
      "community_name": "Community 30"
    },
    {
      "label": "validDate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 30,
      "norm_label": "validdate()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_validdate",
      "community_name": "Community 30"
    },
    {
      "label": "validNullableQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 30,
      "norm_label": "validnullablequota()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_validnullablequota",
      "community_name": "Community 30"
    },
    {
      "label": "TIER_QUOTA_KEYS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 30,
      "norm_label": "tier_quota_keys",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_tier_quota_keys",
      "community_name": "Community 30"
    },
    {
      "label": "tierAssignmentShapeIsTrusted()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 30,
      "norm_label": "tierassignmentshapeistrusted()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_tierassignmentshapeistrusted",
      "community_name": "Community 30"
    },
    {
      "label": "userSubscriptionIdentityIsTrusted()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 30,
      "norm_label": "usersubscriptionidentityistrusted()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted",
      "community_name": "Community 30"
    },
    {
      "label": "userSubscriptionLedgerEnvelopeIsTrusted()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 30,
      "norm_label": "usersubscriptionledgerenvelopeistrusted()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted",
      "community_name": "Community 30"
    },
    {
      "label": "legacyUserSubscriptionLedgerEnvelopeCanUpgrade()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L114",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacyusersubscriptionledgerenvelopecanupgrade()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgerenvelopecanupgrade",
      "community_name": "Community 30"
    },
    {
      "label": "objectKeysSubsetExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L117",
      "_origin": "ast",
      "community": 30,
      "norm_label": "objectkeyssubsetexpression()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_objectkeyssubsetexpression",
      "community_name": "Community 30"
    },
    {
      "label": "userSubscriptionLedgerMongoMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L135",
      "_origin": "ast",
      "community": 30,
      "norm_label": "usersubscriptionledgermongomatch()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermongomatch",
      "community_name": "Community 30"
    },
    {
      "label": "userSubscriptionLedgerMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L161",
      "_origin": "ast",
      "community": 47,
      "norm_label": "usersubscriptionledgermatch()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch",
      "community_name": "Community 47"
    },
    {
      "label": "legacyUserSubscriptionLedgerMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L163",
      "_origin": "ast",
      "community": 30,
      "norm_label": "legacyusersubscriptionledgermatch()",
      "id": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgermatch",
      "community_name": "Community 30"
    },
    {
      "label": "subscriptions.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "subscriptions.ts",
      "id": "remix_app_api_utils_subscriptions_subscriptions",
      "community_name": "Community 41"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 41,
      "norm_label": "fail",
      "id": "remix_app_api_utils_subscriptions_subscriptions_fail",
      "community_name": "Community 41"
    },
    {
      "label": "SubscriptionSubjectType",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 41,
      "norm_label": "subscriptionsubjecttype",
      "id": "remix_app_api_utils_subscriptions_subscriptions_subscriptionsubjecttype",
      "community_name": "Community 41"
    },
    {
      "label": "appMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 41,
      "norm_label": "appmatch()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_appmatch",
      "community_name": "Community 41"
    },
    {
      "label": "hasOwn()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 41,
      "norm_label": "hasown()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_hasown",
      "community_name": "Community 41"
    },
    {
      "label": "safeStoredByteExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 41,
      "norm_label": "safestoredbyteexpression()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_safestoredbyteexpression",
      "community_name": "Community 41"
    },
    {
      "label": "SubscriptionInfo",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 44,
      "norm_label": "subscriptioninfo",
      "id": "remix_app_api_utils_subscriptions_subscriptions_subscriptioninfo",
      "community_name": "Community 44"
    },
    {
      "label": "TierSnapshot",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L88",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiersnapshot",
      "id": "remix_app_api_utils_subscriptions_subscriptions_tiersnapshot",
      "community_name": "Community 41"
    },
    {
      "label": "staticTierSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 41,
      "norm_label": "statictiersnapshot()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_statictiersnapshot",
      "community_name": "Community 41"
    },
    {
      "label": "initialSubscriptionSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 41,
      "norm_label": "initialsubscriptionsnapshot()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_initialsubscriptionsnapshot",
      "community_name": "Community 41"
    },
    {
      "label": "snapshotFromCrystal()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L122",
      "_origin": "ast",
      "community": 41,
      "norm_label": "snapshotfromcrystal()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_snapshotfromcrystal",
      "community_name": "Community 41"
    },
    {
      "label": "defaultSubscription()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 41,
      "norm_label": "defaultsubscription()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_defaultsubscription",
      "community_name": "Community 41"
    },
    {
      "label": "toInfo()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L170",
      "_origin": "ast",
      "community": 41,
      "norm_label": "toinfo()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_toinfo",
      "community_name": "Community 41"
    },
    {
      "label": "toAppInfo()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L212",
      "_origin": "ast",
      "community": 41,
      "norm_label": "toappinfo()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_toappinfo",
      "community_name": "Community 41"
    },
    {
      "label": "getSubscription()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L252",
      "_origin": "ast",
      "community": 41,
      "norm_label": "getsubscription()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "community_name": "Community 41"
    },
    {
      "label": "getSubscriptions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L275",
      "_origin": "ast",
      "community": 41,
      "norm_label": "getsubscriptions()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions",
      "community_name": "Community 41"
    },
    {
      "label": "SetSubscriptionInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L311",
      "_origin": "ast",
      "community": 41,
      "norm_label": "setsubscriptioninput",
      "id": "remix_app_api_utils_subscriptions_subscriptions_setsubscriptioninput",
      "community_name": "Community 41"
    },
    {
      "label": "setSubscription()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L330",
      "_origin": "ast",
      "community": 41,
      "norm_label": "setsubscription()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "community_name": "Community 41"
    },
    {
      "label": "clearSubscription()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L595",
      "_origin": "ast",
      "community": 41,
      "norm_label": "clearsubscription()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_clearsubscription",
      "community_name": "Community 41"
    },
    {
      "label": "resolveAppStorageBudget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L629",
      "_origin": "ast",
      "community": 41,
      "norm_label": "resolveappstoragebudget()",
      "id": "remix_app_api_utils_subscriptions_subscriptions_resolveappstoragebudget",
      "community_name": "Community 41"
    },
    {
      "label": "tierCatalog.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiercatalog.test.ts",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "community_name": "Community 41"
    },
    {
      "label": "tierCatalog.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiercatalog.ts",
      "id": "remix_app_api_utils_subscriptions_tiercatalog",
      "community_name": "Community 41"
    },
    {
      "label": "SubscriptionTierId",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 41,
      "norm_label": "subscriptiontierid",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierid",
      "community_name": "Community 41"
    },
    {
      "label": "SubscriptionTierStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 41,
      "norm_label": "subscriptiontierstatus",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierstatus",
      "community_name": "Community 41"
    },
    {
      "label": "TierQuotas",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierquotas",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tierquotas",
      "community_name": "Community 41"
    },
    {
      "label": "TierPricePeriod",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierpriceperiod",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tierpriceperiod",
      "community_name": "Community 41"
    },
    {
      "label": "TierPrices",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierprices",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tierprices",
      "community_name": "Community 41"
    },
    {
      "label": "TIER_DISCOUNT_COMPARISONS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tier_discount_comparisons",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tier_discount_comparisons",
      "community_name": "Community 41"
    },
    {
      "label": "TierDiscountKey",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierdiscountkey",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountkey",
      "community_name": "Community 41"
    },
    {
      "label": "TierDiscountOverrides",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierdiscountoverrides",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountoverrides",
      "community_name": "Community 41"
    },
    {
      "label": "TierDiscounts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierdiscounts",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscounts",
      "community_name": "Community 41"
    },
    {
      "label": "TierInclusions",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierinclusions",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_tierinclusions",
      "community_name": "Community 41"
    },
    {
      "label": "SubscriptionTierDescriptor",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 41,
      "norm_label": "subscriptiontierdescriptor",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor",
      "community_name": "Community 41"
    },
    {
      "label": "EMPTY_TIER_PRICES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 41,
      "norm_label": "empty_tier_prices",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_prices",
      "community_name": "Community 41"
    },
    {
      "label": "EMPTY_TIER_INCLUSIONS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 41,
      "norm_label": "empty_tier_inclusions",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_inclusions",
      "community_name": "Community 41"
    },
    {
      "label": "EMPTY_DISCOUNTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 41,
      "norm_label": "empty_discounts",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_empty_discounts",
      "community_name": "Community 41"
    },
    {
      "label": "RENEWALS_PER_YEAR",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 41,
      "norm_label": "renewals_per_year",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_renewals_per_year",
      "community_name": "Community 41"
    },
    {
      "label": "roundPercent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L102",
      "_origin": "ast",
      "community": 41,
      "norm_label": "roundpercent()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_roundpercent",
      "community_name": "Community 41"
    },
    {
      "label": "computeTierDiscounts()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L104",
      "_origin": "ast",
      "community": 41,
      "norm_label": "computetierdiscounts()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts",
      "community_name": "Community 41"
    },
    {
      "label": "currencyMinorUnitFactor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L135",
      "_origin": "ast",
      "community": 41,
      "norm_label": "currencyminorunitfactor()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor",
      "community_name": "Community 41"
    },
    {
      "label": "builtIn()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L149",
      "_origin": "ast",
      "community": 41,
      "norm_label": "builtin()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_builtin",
      "community_name": "Community 41"
    },
    {
      "label": "SUBSCRIPTION_TIER_CATALOG",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 41,
      "norm_label": "subscription_tier_catalog",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog",
      "community_name": "Community 41"
    },
    {
      "label": "isKnownSubscriptionTier()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L214",
      "_origin": "ast",
      "community": 41,
      "norm_label": "isknownsubscriptiontier()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier",
      "community_name": "Community 41"
    },
    {
      "label": "subscriptionTierById()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L217",
      "_origin": "ast",
      "community": 41,
      "norm_label": "subscriptiontierbyid()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid",
      "community_name": "Community 41"
    },
    {
      "label": "QuotaOverrides",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L220",
      "_origin": "ast",
      "community": 41,
      "norm_label": "quotaoverrides",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_quotaoverrides",
      "community_name": "Community 41"
    },
    {
      "label": "QUOTA_OVERRIDE_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L222",
      "_origin": "ast",
      "community": 41,
      "norm_label": "quota_override_fields",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields",
      "community_name": "Community 41"
    },
    {
      "label": "QUOTA_OVERRIDE_BOUNDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L224",
      "_origin": "ast",
      "community": 41,
      "norm_label": "quota_override_bounds",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_bounds",
      "community_name": "Community 41"
    },
    {
      "label": "sanitizeQuotaOverrides()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L231",
      "_origin": "ast",
      "community": 41,
      "norm_label": "sanitizequotaoverrides()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_sanitizequotaoverrides",
      "community_name": "Community 41"
    },
    {
      "label": "sanitizeTierQuotas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L261",
      "_origin": "ast",
      "community": 41,
      "norm_label": "sanitizetierquotas()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_sanitizetierquotas",
      "community_name": "Community 41"
    },
    {
      "label": "resolveQuotas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L271",
      "_origin": "ast",
      "community": 41,
      "norm_label": "resolvequotas()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_resolvequotas",
      "community_name": "Community 41"
    },
    {
      "label": "resolveTierQuotas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L280",
      "_origin": "ast",
      "community": 41,
      "norm_label": "resolvetierquotas()",
      "id": "remix_app_api_utils_subscriptions_tiercatalog_resolvetierquotas",
      "community_name": "Community 41"
    },
    {
      "label": "tierCatalogStore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiercatalogstore.ts",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "community_name": "Community 41"
    },
    {
      "label": "TIER_DOC_FILTER",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tier_doc_filter",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_tier_doc_filter",
      "community_name": "Community 41"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 41,
      "norm_label": "fail",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_fail",
      "community_name": "Community 41"
    },
    {
      "label": "TierMutationInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiermutationinput",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_tiermutationinput",
      "community_name": "Community 41"
    },
    {
      "label": "SanitizedTierContent",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 41,
      "norm_label": "sanitizedtiercontent",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizedtiercontent",
      "community_name": "Community 41"
    },
    {
      "label": "toIso()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 41,
      "norm_label": "toiso()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_toiso",
      "community_name": "Community 41"
    },
    {
      "label": "sanitizeText()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizetext()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetext",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeBannerImageUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizebannerimageurl()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizebannerimageurl",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizePrices()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeprices()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeprices",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeDiscountOverrides()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L116",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizediscountoverrides()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizediscountoverrides",
      "community_name": "Community 37"
    },
    {
      "label": "isPlainRecord()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L137",
      "_origin": "ast",
      "community": 41,
      "norm_label": "isplainrecord()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_isplainrecord",
      "community_name": "Community 41"
    },
    {
      "label": "savedDiscountsFromUnknown()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L139",
      "_origin": "ast",
      "community": 41,
      "norm_label": "saveddiscountsfromunknown()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_saveddiscountsfromunknown",
      "community_name": "Community 41"
    },
    {
      "label": "sanitizeInclusions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L155",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeinclusions()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeinclusions",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeTierContent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L182",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizetiercontent()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "community_name": "Community 37"
    },
    {
      "label": "tierIdFromTitle()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L230",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tieridfromtitle()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_tieridfromtitle",
      "community_name": "Community 41"
    },
    {
      "label": "versionShareId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L241",
      "_origin": "ast",
      "community": 41,
      "norm_label": "versionshareid()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_versionshareid",
      "community_name": "Community 41"
    },
    {
      "label": "descriptorToInsert()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L243",
      "_origin": "ast",
      "community": 41,
      "norm_label": "descriptortoinsert()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptortoinsert",
      "community_name": "Community 41"
    },
    {
      "label": "descriptorFromDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L278",
      "_origin": "ast",
      "community": 41,
      "norm_label": "descriptorfromdoc()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc",
      "community_name": "Community 41"
    },
    {
      "label": "ensureBuiltInSubscriptionTiers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L323",
      "_origin": "ast",
      "community": 41,
      "norm_label": "ensurebuiltinsubscriptiontiers()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers",
      "community_name": "Community 41"
    },
    {
      "label": "listSubscriptionTierVersions()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L357",
      "_origin": "ast",
      "community": 41,
      "norm_label": "listsubscriptiontierversions()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions",
      "community_name": "Community 41"
    },
    {
      "label": "listLiveSubscriptionTiers()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L371",
      "_origin": "ast",
      "community": 41,
      "norm_label": "listlivesubscriptiontiers()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers",
      "community_name": "Community 41"
    },
    {
      "label": "getSubscriptionTierVersion()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L408",
      "_origin": "ast",
      "community": 41,
      "norm_label": "getsubscriptiontierversion()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion",
      "community_name": "Community 41"
    },
    {
      "label": "getLiveSubscriptionTier()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L422",
      "_origin": "ast",
      "community": 41,
      "norm_label": "getlivesubscriptiontier()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier",
      "community_name": "Community 41"
    },
    {
      "label": "createSubscriptionTierDraft()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L466",
      "_origin": "ast",
      "community": 41,
      "norm_label": "createsubscriptiontierdraft()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "community_name": "Community 41"
    },
    {
      "label": "createSubscriptionTierDraftVersion()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L497",
      "_origin": "ast",
      "community": 41,
      "norm_label": "createsubscriptiontierdraftversion()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion",
      "community_name": "Community 41"
    },
    {
      "label": "updateSubscriptionTierDraft()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L536",
      "_origin": "ast",
      "community": 41,
      "norm_label": "updatesubscriptiontierdraft()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "community_name": "Community 41"
    },
    {
      "label": "publishLockKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L586",
      "_origin": "ast",
      "community": 41,
      "norm_label": "publishlockkey()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_publishlockkey",
      "community_name": "Community 41"
    },
    {
      "label": "acquirePublishLock()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L588",
      "_origin": "ast",
      "community": 41,
      "norm_label": "acquirepublishlock()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_acquirepublishlock",
      "community_name": "Community 41"
    },
    {
      "label": "renewPublishLock()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L619",
      "_origin": "ast",
      "community": 41,
      "norm_label": "renewpublishlock()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_renewpublishlock",
      "community_name": "Community 41"
    },
    {
      "label": "releasePublishLock()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L639",
      "_origin": "ast",
      "community": 41,
      "norm_label": "releasepublishlock()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_releasepublishlock",
      "community_name": "Community 41"
    },
    {
      "label": "promoteDraftUnderLock()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L657",
      "_origin": "ast",
      "community": 41,
      "norm_label": "promotedraftunderlock()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock",
      "community_name": "Community 41"
    },
    {
      "label": "recoverInterruptedTierPublishes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L767",
      "_origin": "ast",
      "community": 41,
      "norm_label": "recoverinterruptedtierpublishes()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes",
      "community_name": "Community 41"
    },
    {
      "label": "publishSubscriptionTierDraft()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L798",
      "_origin": "ast",
      "community": 41,
      "norm_label": "publishsubscriptiontierdraft()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "community_name": "Community 41"
    },
    {
      "label": "archiveSubscriptionTierVersion()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L831",
      "_origin": "ast",
      "community": 41,
      "norm_label": "archivesubscriptiontierversion()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_archivesubscriptiontierversion",
      "community_name": "Community 41"
    },
    {
      "label": "tierQuotasFromUnknown()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L873",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierquotasfromunknown()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_tierquotasfromunknown",
      "community_name": "Community 41"
    },
    {
      "label": "tierAssignmentSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L878",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierassignmentsnapshot()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot",
      "community_name": "Community 41"
    },
    {
      "label": "isCompleteTierQuotas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L887",
      "_origin": "ast",
      "community": 41,
      "norm_label": "iscompletetierquotas()",
      "id": "remix_app_api_utils_subscriptions_tiercatalogstore_iscompletetierquotas",
      "community_name": "Community 41"
    },
    {
      "label": "themes.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "themes.ts",
      "id": "remix_app_api_utils_themes_themes",
      "community_name": "Community 47"
    },
    {
      "label": "ThemeDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 47,
      "norm_label": "themedoc",
      "id": "remix_app_api_utils_themes_themes_themedoc",
      "community_name": "Community 47"
    },
    {
      "label": "PublicTheme",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 47,
      "norm_label": "publictheme",
      "id": "remix_app_api_utils_themes_themes_publictheme",
      "community_name": "Community 47"
    },
    {
      "label": "toPublicTheme()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 47,
      "norm_label": "topublictheme()",
      "id": "remix_app_api_utils_themes_themes_topublictheme",
      "community_name": "Community 47"
    },
    {
      "label": "themeAcl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 47,
      "norm_label": "themeacl()",
      "id": "remix_app_api_utils_themes_themes_themeacl",
      "community_name": "Community 47"
    },
    {
      "label": "themeThingToDoc()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 47,
      "norm_label": "themethingtodoc()",
      "id": "remix_app_api_utils_themes_themes_themethingtodoc",
      "community_name": "Community 47"
    },
    {
      "label": "findThemeThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 47,
      "norm_label": "findthemething()",
      "id": "remix_app_api_utils_themes_themes_findthemething",
      "community_name": "Community 47"
    },
    {
      "label": "SaveThemeInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 47,
      "norm_label": "savethemeinput",
      "id": "remix_app_api_utils_themes_themes_savethemeinput",
      "community_name": "Community 47"
    },
    {
      "label": "SaveResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 47,
      "norm_label": "saveresult",
      "id": "remix_app_api_utils_themes_themes_saveresult",
      "community_name": "Community 47"
    },
    {
      "label": "ThemeFail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 47,
      "norm_label": "themefail",
      "id": "remix_app_api_utils_themes_themes_themefail",
      "community_name": "Community 47"
    },
    {
      "label": "storageFail()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storagefail()",
      "id": "remix_app_api_utils_themes_themes_storagefail",
      "community_name": "Community 47"
    },
    {
      "label": "storedThemeSizeBytes()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L97",
      "_origin": "ast",
      "community": 47,
      "norm_label": "storedthemesizebytes()",
      "id": "remix_app_api_utils_themes_themes_storedthemesizebytes",
      "community_name": "Community 47"
    },
    {
      "label": "themeStorageCas()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 47,
      "norm_label": "themestoragecas()",
      "id": "remix_app_api_utils_themes_themes_themestoragecas",
      "community_name": "Community 47"
    },
    {
      "label": "assertLegacyThemeMutationAllowed()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 47,
      "norm_label": "assertlegacythememutationallowed()",
      "id": "remix_app_api_utils_themes_themes_assertlegacythememutationallowed",
      "community_name": "Community 47"
    },
    {
      "label": "saveTheme()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 47,
      "norm_label": "savetheme()",
      "id": "remix_app_api_utils_themes_themes_savetheme",
      "community_name": "Community 47"
    },
    {
      "label": "mergeThemeDocs()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L282",
      "_origin": "ast",
      "community": 47,
      "norm_label": "mergethemedocs()",
      "id": "remix_app_api_utils_themes_themes_mergethemedocs",
      "community_name": "Community 47"
    },
    {
      "label": "listThemesForUser()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L294",
      "_origin": "ast",
      "community": 47,
      "norm_label": "listthemesforuser()",
      "id": "remix_app_api_utils_themes_themes_listthemesforuser",
      "community_name": "Community 47"
    },
    {
      "label": "getSharedTheme()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L310",
      "_origin": "ast",
      "community": 47,
      "norm_label": "getsharedtheme()",
      "id": "remix_app_api_utils_themes_themes_getsharedtheme",
      "community_name": "Community 47"
    },
    {
      "label": "getOwnedTheme()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L323",
      "_origin": "ast",
      "community": 47,
      "norm_label": "getownedtheme()",
      "id": "remix_app_api_utils_themes_themes_getownedtheme",
      "community_name": "Community 47"
    },
    {
      "label": "deleteTheme()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L332",
      "_origin": "ast",
      "community": 47,
      "norm_label": "deletetheme()",
      "id": "remix_app_api_utils_themes_themes_deletetheme",
      "community_name": "Community 47"
    },
    {
      "label": "aclChainCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 556,
      "norm_label": "aclchaincore.test.ts",
      "id": "remix_app_api_utils_things_aclchaincore_test",
      "community_name": "Community 556"
    },
    {
      "label": "Doc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 556,
      "norm_label": "doc",
      "id": "remix_app_api_utils_things_aclchaincore_test_doc",
      "community_name": "Community 556"
    },
    {
      "label": "makeWorld()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 556,
      "norm_label": "makeworld()",
      "id": "remix_app_api_utils_things_aclchaincore_test_makeworld",
      "community_name": "Community 556"
    },
    {
      "label": "chainWorld()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 556,
      "norm_label": "chainworld()",
      "id": "remix_app_api_utils_things_aclchaincore_test_chainworld",
      "community_name": "Community 556"
    },
    {
      "label": "aclChainCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/aclChainCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 556,
      "norm_label": "aclchaincore.ts",
      "id": "remix_app_api_utils_things_aclchaincore",
      "community_name": "Community 556"
    },
    {
      "label": "ChainDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/aclChainCore.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 556,
      "norm_label": "chaindoc",
      "id": "remix_app_api_utils_things_aclchaincore_chaindoc",
      "community_name": "Community 556"
    },
    {
      "label": "resolveInheritChain()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/aclChainCore.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 556,
      "norm_label": "resolveinheritchain()",
      "id": "remix_app_api_utils_things_aclchaincore_resolveinheritchain",
      "community_name": "Community 556"
    },
    {
      "label": "feedRanking.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "feedranking.ts",
      "id": "remix_app_api_utils_things_feedranking",
      "community_name": "Community 47"
    },
    {
      "label": "AlgorithmWeights",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 47,
      "norm_label": "algorithmweights",
      "id": "remix_app_api_utils_things_feedranking_algorithmweights",
      "community_name": "Community 47"
    },
    {
      "label": "EngagementSignal",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 47,
      "norm_label": "engagementsignal",
      "id": "remix_app_api_utils_things_feedranking_engagementsignal",
      "community_name": "Community 47"
    },
    {
      "label": "EngagementEvent",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 47,
      "norm_label": "engagementevent",
      "id": "remix_app_api_utils_things_feedranking_engagementevent",
      "community_name": "Community 47"
    },
    {
      "label": "PostFeatures",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 47,
      "norm_label": "postfeatures",
      "id": "remix_app_api_utils_things_feedranking_postfeatures",
      "community_name": "Community 47"
    },
    {
      "label": "emptyWeights()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 47,
      "norm_label": "emptyweights()",
      "id": "remix_app_api_utils_things_feedranking_emptyweights",
      "community_name": "Community 47"
    },
    {
      "label": "SIGNAL_WEIGHTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 47,
      "norm_label": "signal_weights",
      "id": "remix_app_api_utils_things_feedranking_signal_weights",
      "community_name": "Community 47"
    },
    {
      "label": "signalStrength()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 47,
      "norm_label": "signalstrength()",
      "id": "remix_app_api_utils_things_feedranking_signalstrength",
      "community_name": "Community 47"
    },
    {
      "label": "clampWeight()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 47,
      "norm_label": "clampweight()",
      "id": "remix_app_api_utils_things_feedranking_clampweight",
      "community_name": "Community 47"
    },
    {
      "label": "bump()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 47,
      "norm_label": "bump()",
      "id": "remix_app_api_utils_things_feedranking_bump",
      "community_name": "Community 47"
    },
    {
      "label": "decayBucket()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 47,
      "norm_label": "decaybucket()",
      "id": "remix_app_api_utils_things_feedranking_decaybucket",
      "community_name": "Community 47"
    },
    {
      "label": "applyEventsToWeights()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 47,
      "norm_label": "applyeventstoweights()",
      "id": "remix_app_api_utils_things_feedranking_applyeventstoweights",
      "community_name": "Community 47"
    },
    {
      "label": "interestScore()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 47,
      "norm_label": "interestscore()",
      "id": "remix_app_api_utils_things_feedranking_interestscore",
      "community_name": "Community 47"
    },
    {
      "label": "scorePost()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 47,
      "norm_label": "scorepost()",
      "id": "remix_app_api_utils_things_feedranking_scorepost",
      "community_name": "Community 47"
    },
    {
      "label": "topInterests()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L126",
      "_origin": "ast",
      "community": 47,
      "norm_label": "topinterests()",
      "id": "remix_app_api_utils_things_feedranking_topinterests",
      "community_name": "Community 47"
    },
    {
      "label": "quota.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quota.ts",
      "id": "remix_app_api_utils_things_quota",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaMutationInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotamutationinput",
      "id": "remix_app_api_utils_things_quota_servicequotamutationinput",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaMutationResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotamutationresult",
      "id": "remix_app_api_utils_things_quota_servicequotamutationresult",
      "community_name": "Community 71"
    },
    {
      "label": "quotaMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotamatch()",
      "id": "remix_app_api_utils_things_quota_quotamatch",
      "community_name": "Community 71"
    },
    {
      "label": "unavailable()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 71,
      "norm_label": "unavailable()",
      "id": "remix_app_api_utils_things_quota_unavailable",
      "community_name": "Community 71"
    },
    {
      "label": "withStoreErrors()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 71,
      "norm_label": "withstoreerrors()",
      "id": "remix_app_api_utils_things_quota_withstoreerrors",
      "community_name": "Community 71"
    },
    {
      "label": "initializeQuotaThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 71,
      "norm_label": "initializequotathing()",
      "id": "remix_app_api_utils_things_quota_initializequotathing",
      "community_name": "Community 71"
    },
    {
      "label": "storedDayIsCurrentOrNewer()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L143",
      "_origin": "ast",
      "community": 71,
      "norm_label": "storeddayiscurrentornewer()",
      "id": "remix_app_api_utils_things_quota_storeddayiscurrentornewer",
      "community_name": "Community 71"
    },
    {
      "label": "normalizePipeline()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L147",
      "_origin": "ast",
      "community": 71,
      "norm_label": "normalizepipeline()",
      "id": "remix_app_api_utils_things_quota_normalizepipeline",
      "community_name": "Community 71"
    },
    {
      "label": "reservationIdsExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L197",
      "_origin": "ast",
      "community": 71,
      "norm_label": "reservationidsexpression()",
      "id": "remix_app_api_utils_things_quota_reservationidsexpression",
      "community_name": "Community 71"
    },
    {
      "label": "childHistorySizeExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L205",
      "_origin": "ast",
      "community": 71,
      "norm_label": "childhistorysizeexpression()",
      "id": "remix_app_api_utils_things_quota_childhistorysizeexpression",
      "community_name": "Community 71"
    },
    {
      "label": "claimedChildCountExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L209",
      "_origin": "ast",
      "community": 71,
      "norm_label": "claimedchildcountexpression()",
      "id": "remix_app_api_utils_things_quota_claimedchildcountexpression",
      "community_name": "Community 71"
    },
    {
      "label": "rollingPermitIdsExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L221",
      "_origin": "ast",
      "community": 71,
      "norm_label": "rollingpermitidsexpression()",
      "id": "remix_app_api_utils_things_quota_rollingpermitidsexpression",
      "community_name": "Community 71"
    },
    {
      "label": "reservationNamespaceConflictExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L229",
      "_origin": "ast",
      "community": 71,
      "norm_label": "reservationnamespaceconflictexpression()",
      "id": "remix_app_api_utils_things_quota_reservationnamespaceconflictexpression",
      "community_name": "Community 71"
    },
    {
      "label": "pinnedPolicyExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L247",
      "_origin": "ast",
      "community": 71,
      "norm_label": "pinnedpolicyexpression()",
      "id": "remix_app_api_utils_things_quota_pinnedpolicyexpression",
      "community_name": "Community 71"
    },
    {
      "label": "reservationExpression()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L255",
      "_origin": "ast",
      "community": 71,
      "norm_label": "reservationexpression()",
      "id": "remix_app_api_utils_things_quota_reservationexpression",
      "community_name": "Community 71"
    },
    {
      "label": "quotaHistoryLimit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L268",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotahistorylimit()",
      "id": "remix_app_api_utils_things_quota_quotahistorylimit",
      "community_name": "Community 71"
    },
    {
      "label": "documentToState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L276",
      "_origin": "ast",
      "community": 71,
      "norm_label": "documenttostate()",
      "id": "remix_app_api_utils_things_quota_documenttostate",
      "community_name": "Community 71"
    },
    {
      "label": "quotaNotFound()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L279",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotanotfound()",
      "id": "remix_app_api_utils_things_quota_quotanotfound",
      "community_name": "Community 71"
    },
    {
      "label": "validatedQuotaPreimage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L283",
      "_origin": "ast",
      "community": 71,
      "norm_label": "validatedquotapreimage()",
      "id": "remix_app_api_utils_things_quota_validatedquotapreimage",
      "community_name": "Community 71"
    },
    {
      "label": "quotaPreimageMatch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L291",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotapreimagematch()",
      "id": "remix_app_api_utils_things_quota_quotapreimagematch",
      "community_name": "Community 71"
    },
    {
      "label": "retryQuotaContention()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L313",
      "_origin": "ast",
      "community": 71,
      "norm_label": "retryquotacontention()",
      "id": "remix_app_api_utils_things_quota_retryquotacontention",
      "community_name": "Community 71"
    },
    {
      "label": "readServiceQuotaStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L321",
      "_origin": "ast",
      "community": 71,
      "norm_label": "readservicequotastatus()",
      "id": "remix_app_api_utils_things_quota_readservicequotastatus",
      "community_name": "Community 71"
    },
    {
      "label": "getServiceQuotaStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L340",
      "_origin": "ast",
      "community": 71,
      "norm_label": "getservicequotastatus()",
      "id": "remix_app_api_utils_things_quota_getservicequotastatus",
      "community_name": "Community 71"
    },
    {
      "label": "reserveQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L349",
      "_origin": "ast",
      "community": 71,
      "norm_label": "reservequota()",
      "id": "remix_app_api_utils_things_quota_reservequota",
      "community_name": "Community 71"
    },
    {
      "label": "permitQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L427",
      "_origin": "ast",
      "community": 71,
      "norm_label": "permitquota()",
      "id": "remix_app_api_utils_things_quota_permitquota",
      "community_name": "Community 71"
    },
    {
      "label": "releaseQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L517",
      "_origin": "ast",
      "community": 71,
      "norm_label": "releasequota()",
      "id": "remix_app_api_utils_things_quota_releasequota",
      "community_name": "Community 71"
    },
    {
      "label": "resetQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L636",
      "_origin": "ast",
      "community": 71,
      "norm_label": "resetquota()",
      "id": "remix_app_api_utils_things_quota_resetquota",
      "community_name": "Community 71"
    },
    {
      "label": "mutateServiceQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L664",
      "_origin": "ast",
      "community": 71,
      "norm_label": "mutateservicequota()",
      "id": "remix_app_api_utils_things_quota_mutateservicequota",
      "community_name": "Community 71"
    },
    {
      "label": "quotaCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotacore.test.ts",
      "id": "remix_app_api_utils_things_quotacore_test",
      "community_name": "Community 71"
    },
    {
      "label": "DAY",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 71,
      "norm_label": "day",
      "id": "remix_app_api_utils_things_quotacore_test_day",
      "community_name": "Community 71"
    },
    {
      "label": "policy",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 71,
      "norm_label": "policy",
      "id": "remix_app_api_utils_things_quotacore_test_policy",
      "community_name": "Community 71"
    },
    {
      "label": "expectQuotaError()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 71,
      "norm_label": "expectquotaerror()",
      "id": "remix_app_api_utils_things_quotacore_test_expectquotaerror",
      "community_name": "Community 71"
    },
    {
      "label": "quotaCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotacore.ts",
      "id": "remix_app_api_utils_things_quotacore",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaPolicy",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotapolicy",
      "id": "remix_app_api_utils_things_quotacore_servicequotapolicy",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaReservation",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotareservation",
      "id": "remix_app_api_utils_things_quotacore_servicequotareservation",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaPermit",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotapermit",
      "id": "remix_app_api_utils_things_quotacore_servicequotapermit",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaState",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotastate",
      "id": "remix_app_api_utils_things_quotacore_servicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotastatus",
      "id": "remix_app_api_utils_things_quotacore_servicequotastatus",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaErrorCode",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotaerrorcode",
      "id": "remix_app_api_utils_things_quotacore_servicequotaerrorcode",
      "community_name": "Community 71"
    },
    {
      "label": "ServiceQuotaError",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotaerror",
      "id": "remix_app_api_utils_things_quotacore_servicequotaerror",
      "community_name": "Community 71"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 71,
      "norm_label": ".constructor()",
      "id": "remix_app_api_utils_things_quotacore_servicequotaerror_constructor",
      "community_name": "Community 71"
    },
    {
      "label": "invalid()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 71,
      "norm_label": "invalid()",
      "id": "remix_app_api_utils_things_quotacore_invalid",
      "community_name": "Community 71"
    },
    {
      "label": "parseServiceQuotaKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 71,
      "norm_label": "parseservicequotakey()",
      "id": "remix_app_api_utils_things_quotacore_parseservicequotakey",
      "community_name": "Community 71"
    },
    {
      "label": "parseServiceQuotaId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 71,
      "norm_label": "parseservicequotaid()",
      "id": "remix_app_api_utils_things_quotacore_parseservicequotaid",
      "community_name": "Community 71"
    },
    {
      "label": "boundedInteger()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L103",
      "_origin": "ast",
      "community": 71,
      "norm_label": "boundedinteger()",
      "id": "remix_app_api_utils_things_quotacore_boundedinteger",
      "community_name": "Community 71"
    },
    {
      "label": "parseServiceQuotaPolicy()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 71,
      "norm_label": "parseservicequotapolicy()",
      "id": "remix_app_api_utils_things_quotacore_parseservicequotapolicy",
      "community_name": "Community 71"
    },
    {
      "label": "parseServiceQuotaCount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 71,
      "norm_label": "parseservicequotacount()",
      "id": "remix_app_api_utils_things_quotacore_parseservicequotacount",
      "community_name": "Community 71"
    },
    {
      "label": "serviceQuotaPoliciesEqual()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L122",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotapoliciesequal()",
      "id": "remix_app_api_utils_things_quotacore_servicequotapoliciesequal",
      "community_name": "Community 71"
    },
    {
      "label": "assertServiceQuotaChildId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 71,
      "norm_label": "assertservicequotachildid()",
      "id": "remix_app_api_utils_things_quotacore_assertservicequotachildid",
      "community_name": "Community 71"
    },
    {
      "label": "serviceQuotaChildBelongsToReservation()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L137",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotachildbelongstoreservation()",
      "id": "remix_app_api_utils_things_quotacore_servicequotachildbelongstoreservation",
      "community_name": "Community 71"
    },
    {
      "label": "serviceQuotaReservationIdsConflict()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L139",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotareservationidsconflict()",
      "id": "remix_app_api_utils_things_quotacore_servicequotareservationidsconflict",
      "community_name": "Community 71"
    },
    {
      "label": "reservationIdForChild()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L142",
      "_origin": "ast",
      "community": 71,
      "norm_label": "reservationidforchild()",
      "id": "remix_app_api_utils_things_quotacore_reservationidforchild",
      "community_name": "Community 71"
    },
    {
      "label": "serviceQuotaClaimedChildCount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L153",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotaclaimedchildcount()",
      "id": "remix_app_api_utils_things_quotacore_servicequotaclaimedchildcount",
      "community_name": "Community 71"
    },
    {
      "label": "serviceQuotaChildHistoryFull()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L156",
      "_origin": "ast",
      "community": 71,
      "norm_label": "servicequotachildhistoryfull()",
      "id": "remix_app_api_utils_things_quotacore_servicequotachildhistoryfull",
      "community_name": "Community 71"
    },
    {
      "label": "hasValidUtcDayKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L159",
      "_origin": "ast",
      "community": 71,
      "norm_label": "hasvalidutcdaykey()",
      "id": "remix_app_api_utils_things_quotacore_hasvalidutcdaykey",
      "community_name": "Community 71"
    },
    {
      "label": "hasCanonicalQuotaId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L162",
      "_origin": "ast",
      "community": 71,
      "norm_label": "hascanonicalquotaid()",
      "id": "remix_app_api_utils_things_quotacore_hascanonicalquotaid",
      "community_name": "Community 71"
    },
    {
      "label": "isConsistentServiceQuotaState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L174",
      "_origin": "ast",
      "community": 71,
      "norm_label": "isconsistentservicequotastate()",
      "id": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "quotaHistoryLimit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L271",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotahistorylimit()",
      "id": "remix_app_api_utils_things_quotacore_quotahistorylimit",
      "community_name": "Community 71"
    },
    {
      "label": "quotaStateUnavailable()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L275",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotastateunavailable()",
      "id": "remix_app_api_utils_things_quotacore_quotastateunavailable",
      "community_name": "Community 71"
    },
    {
      "label": "normalizedConsistentState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L279",
      "_origin": "ast",
      "community": 71,
      "norm_label": "normalizedconsistentstate()",
      "id": "remix_app_api_utils_things_quotacore_normalizedconsistentstate",
      "community_name": "Community 71"
    },
    {
      "label": "utcServiceQuotaDayKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L284",
      "_origin": "ast",
      "community": 71,
      "norm_label": "utcservicequotadaykey()",
      "id": "remix_app_api_utils_things_quotacore_utcservicequotadaykey",
      "community_name": "Community 71"
    },
    {
      "label": "createServiceQuotaState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L286",
      "_origin": "ast",
      "community": 71,
      "norm_label": "createservicequotastate()",
      "id": "remix_app_api_utils_things_quotacore_createservicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "normalizeServiceQuotaState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L297",
      "_origin": "ast",
      "community": 71,
      "norm_label": "normalizeservicequotastate()",
      "id": "remix_app_api_utils_things_quotacore_normalizeservicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "reserveServiceQuotaState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L332",
      "_origin": "ast",
      "community": 71,
      "norm_label": "reserveservicequotastate()",
      "id": "remix_app_api_utils_things_quotacore_reserveservicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "permitServiceQuotaState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L367",
      "_origin": "ast",
      "community": 71,
      "norm_label": "permitservicequotastate()",
      "id": "remix_app_api_utils_things_quotacore_permitservicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "releaseServiceQuotaState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L417",
      "_origin": "ast",
      "community": 71,
      "norm_label": "releaseservicequotastate()",
      "id": "remix_app_api_utils_things_quotacore_releaseservicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "resetServiceQuotaState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L461",
      "_origin": "ast",
      "community": 71,
      "norm_label": "resetservicequotastate()",
      "id": "remix_app_api_utils_things_quotacore_resetservicequotastate",
      "community_name": "Community 71"
    },
    {
      "label": "quotaLegacy.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotalegacy.test.ts",
      "id": "remix_app_api_utils_things_quotalegacy_test",
      "community_name": "Community 71"
    },
    {
      "label": "NOW",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 71,
      "norm_label": "now",
      "id": "remix_app_api_utils_things_quotalegacy_test_now",
      "community_name": "Community 71"
    },
    {
      "label": "policy",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 71,
      "norm_label": "policy",
      "id": "remix_app_api_utils_things_quotalegacy_test_policy",
      "community_name": "Community 71"
    },
    {
      "label": "exactLegacyThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 71,
      "norm_label": "exactlegacything()",
      "id": "remix_app_api_utils_things_quotalegacy_test_exactlegacything",
      "community_name": "Community 71"
    },
    {
      "label": "quotaLegacyCore.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotalegacycore.ts",
      "id": "remix_app_api_utils_things_quotalegacycore",
      "community_name": "Community 71"
    },
    {
      "label": "QuotaThingDoc",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotathingdoc",
      "id": "remix_app_api_utils_things_quotalegacycore_quotathingdoc",
      "community_name": "Community 71"
    },
    {
      "label": "LegacyServiceQuotaQuarantineReason",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 71,
      "norm_label": "legacyservicequotaquarantinereason",
      "id": "remix_app_api_utils_things_quotalegacycore_legacyservicequotaquarantinereason",
      "community_name": "Community 71"
    },
    {
      "label": "LegacyServiceQuotaClassification",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 71,
      "norm_label": "legacyservicequotaclassification",
      "id": "remix_app_api_utils_things_quotalegacycore_legacyservicequotaclassification",
      "community_name": "Community 71"
    },
    {
      "label": "quotaShareId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 71,
      "norm_label": "quotashareid()",
      "id": "remix_app_api_utils_things_quotalegacycore_quotashareid",
      "community_name": "Community 71"
    },
    {
      "label": "validatedServiceQuotaDocumentState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 71,
      "norm_label": "validatedservicequotadocumentstate()",
      "id": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate",
      "community_name": "Community 71"
    },
    {
      "label": "isRecord()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L137",
      "_origin": "ast",
      "community": 71,
      "norm_label": "isrecord()",
      "id": "remix_app_api_utils_things_quotalegacycore_isrecord",
      "community_name": "Community 71"
    },
    {
      "label": "hasOwn()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L139",
      "_origin": "ast",
      "community": 71,
      "norm_label": "hasown()",
      "id": "remix_app_api_utils_things_quotalegacycore_hasown",
      "community_name": "Community 71"
    },
    {
      "label": "hasExactKeys()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 71,
      "norm_label": "hasexactkeys()",
      "id": "remix_app_api_utils_things_quotalegacycore_hasexactkeys",
      "community_name": "Community 71"
    },
    {
      "label": "hasExactStringArray()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L147",
      "_origin": "ast",
      "community": 71,
      "norm_label": "hasexactstringarray()",
      "id": "remix_app_api_utils_things_quotalegacycore_hasexactstringarray",
      "community_name": "Community 71"
    },
    {
      "label": "isValidStoredDate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L150",
      "_origin": "ast",
      "community": 71,
      "norm_label": "isvalidstoreddate()",
      "id": "remix_app_api_utils_things_quotalegacycore_isvalidstoreddate",
      "community_name": "Community 71"
    },
    {
      "label": "hasExactQuotaCrystalEnvelope()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L152",
      "_origin": "ast",
      "community": 71,
      "norm_label": "hasexactquotacrystalenvelope()",
      "id": "remix_app_api_utils_things_quotalegacycore_hasexactquotacrystalenvelope",
      "community_name": "Community 71"
    },
    {
      "label": "validatedCanonicalServiceQuotaDocumentState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L187",
      "_origin": "ast",
      "community": 71,
      "norm_label": "validatedcanonicalservicequotadocumentstate()",
      "id": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate",
      "community_name": "Community 71"
    },
    {
      "label": "requireCanonicalServiceQuotaDocumentState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L216",
      "_origin": "ast",
      "community": 71,
      "norm_label": "requirecanonicalservicequotadocumentstate()",
      "id": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate",
      "community_name": "Community 71"
    },
    {
      "label": "hasExactLegacyServiceQuotaEnvelope()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L224",
      "_origin": "ast",
      "community": 71,
      "norm_label": "hasexactlegacyservicequotaenvelope()",
      "id": "remix_app_api_utils_things_quotalegacycore_hasexactlegacyservicequotaenvelope",
      "community_name": "Community 71"
    },
    {
      "label": "classifyLegacyServiceQuotaThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L246",
      "_origin": "ast",
      "community": 71,
      "norm_label": "classifylegacyservicequotathing()",
      "id": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing",
      "community_name": "Community 71"
    },
    {
      "label": "buildConservativeLegacyServiceQuotaThing()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L288",
      "_origin": "ast",
      "community": 71,
      "norm_label": "buildconservativelegacyservicequotathing()",
      "id": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing",
      "community_name": "Community 71"
    },
    {
      "label": "search.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 254,
      "norm_label": "search.ts",
      "id": "remix_app_api_utils_things_search",
      "community_name": "Community 254"
    },
    {
      "label": "SEARCH_OPERATORS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 254,
      "norm_label": "search_operators",
      "id": "remix_app_api_utils_things_search_search_operators",
      "community_name": "Community 254"
    },
    {
      "label": "SearchOperator",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 254,
      "norm_label": "searchoperator",
      "id": "remix_app_api_utils_things_search_searchoperator",
      "community_name": "Community 254"
    },
    {
      "label": "TYPE_ALIASES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 254,
      "norm_label": "type_aliases",
      "id": "remix_app_api_utils_things_search_type_aliases",
      "community_name": "Community 254"
    },
    {
      "label": "ROOT_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L103",
      "_origin": "ast",
      "community": 254,
      "norm_label": "root_fields",
      "id": "remix_app_api_utils_things_search_root_fields",
      "community_name": "Community 254"
    },
    {
      "label": "DATE_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L104",
      "_origin": "ast",
      "community": 254,
      "norm_label": "date_fields",
      "id": "remix_app_api_utils_things_search_date_fields",
      "community_name": "Community 254"
    },
    {
      "label": "SearchCondition",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 254,
      "norm_label": "searchcondition",
      "id": "remix_app_api_utils_things_search_searchcondition",
      "community_name": "Community 254"
    },
    {
      "label": "SearchGroup",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L116",
      "_origin": "ast",
      "community": 254,
      "norm_label": "searchgroup",
      "id": "remix_app_api_utils_things_search_searchgroup",
      "community_name": "Community 254"
    },
    {
      "label": "SearchQuery",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L121",
      "_origin": "ast",
      "community": 254,
      "norm_label": "searchquery",
      "id": "remix_app_api_utils_things_search_searchquery",
      "community_name": "Community 254"
    },
    {
      "label": "SearchResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L143",
      "_origin": "ast",
      "community": 254,
      "norm_label": "searchresult",
      "id": "remix_app_api_utils_things_search_searchresult",
      "community_name": "Community 254"
    },
    {
      "label": "sanitizeFieldPath()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L156",
      "_origin": "ast",
      "community": 254,
      "norm_label": "sanitizefieldpath()",
      "id": "remix_app_api_utils_things_search_sanitizefieldpath",
      "community_name": "Community 254"
    },
    {
      "label": "Scalar",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L180",
      "_origin": "ast",
      "community": 254,
      "norm_label": "scalar",
      "id": "remix_app_api_utils_things_search_scalar",
      "community_name": "Community 254"
    },
    {
      "label": "sanitizeScalar()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L184",
      "_origin": "ast",
      "community": 254,
      "norm_label": "sanitizescalar()",
      "id": "remix_app_api_utils_things_search_sanitizescalar",
      "community_name": "Community 254"
    },
    {
      "label": "sanitizeOrdered()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L206",
      "_origin": "ast",
      "community": 254,
      "norm_label": "sanitizeordered()",
      "id": "remix_app_api_utils_things_search_sanitizeordered",
      "community_name": "Community 254"
    },
    {
      "label": "buildCondition()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L215",
      "_origin": "ast",
      "community": 254,
      "norm_label": "buildcondition()",
      "id": "remix_app_api_utils_things_search_buildcondition",
      "community_name": "Community 254"
    },
    {
      "label": "isGroup()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L299",
      "_origin": "ast",
      "community": 254,
      "norm_label": "isgroup()",
      "id": "remix_app_api_utils_things_search_isgroup",
      "community_name": "Community 254"
    },
    {
      "label": "buildGroup()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L302",
      "_origin": "ast",
      "community": 254,
      "norm_label": "buildgroup()",
      "id": "remix_app_api_utils_things_search_buildgroup",
      "community_name": "Community 254"
    },
    {
      "label": "csvList()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L322",
      "_origin": "ast",
      "community": 254,
      "norm_label": "csvlist()",
      "id": "remix_app_api_utils_things_search_csvlist",
      "community_name": "Community 254"
    },
    {
      "label": "parseDate()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L334",
      "_origin": "ast",
      "community": 254,
      "norm_label": "parsedate()",
      "id": "remix_app_api_utils_things_search_parsedate",
      "community_name": "Community 254"
    },
    {
      "label": "parseCount()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L344",
      "_origin": "ast",
      "community": 254,
      "norm_label": "parsecount()",
      "id": "remix_app_api_utils_things_search_parsecount",
      "community_name": "Community 254"
    },
    {
      "label": "textLengthExpr()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L353",
      "_origin": "ast",
      "community": 254,
      "norm_label": "textlengthexpr()",
      "id": "remix_app_api_utils_things_search_textlengthexpr",
      "community_name": "Community 254"
    },
    {
      "label": "projectVisiblePage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L363",
      "_origin": "ast",
      "community": 254,
      "norm_label": "projectvisiblepage()",
      "id": "remix_app_api_utils_things_search_projectvisiblepage",
      "community_name": "Community 254"
    },
    {
      "label": "searchThings()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L387",
      "_origin": "ast",
      "community": 254,
      "norm_label": "searchthings()",
      "id": "remix_app_api_utils_things_search_searchthings",
      "community_name": "Community 254"
    },
    {
      "label": "sensitiveReveal.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 241,
      "norm_label": "sensitivereveal.test.ts",
      "id": "remix_app_api_utils_things_sensitivereveal_test",
      "community_name": "Community 241"
    },
    {
      "label": "sensitiveReveal.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 241,
      "norm_label": "sensitivereveal.ts",
      "id": "remix_app_api_utils_things_sensitivereveal",
      "community_name": "Community 241"
    },
    {
      "label": "SensitiveThingReveal",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 241,
      "norm_label": "sensitivethingreveal",
      "id": "remix_app_api_utils_things_sensitivereveal_sensitivethingreveal",
      "community_name": "Community 241"
    },
    {
      "label": "SensitiveRevealProvider",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 241,
      "norm_label": "sensitiverevealprovider",
      "id": "remix_app_api_utils_things_sensitivereveal_sensitiverevealprovider",
      "community_name": "Community 241"
    },
    {
      "label": "SensitiveRevealDependencies",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 241,
      "norm_label": "sensitiverevealdependencies",
      "id": "remix_app_api_utils_things_sensitivereveal_sensitiverevealdependencies",
      "community_name": "Community 241"
    },
    {
      "label": "createSensitiveThingRevealer()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 241,
      "norm_label": "createsensitivethingrevealer()",
      "id": "remix_app_api_utils_things_sensitivereveal_createsensitivethingrevealer",
      "community_name": "Community 241"
    },
    {
      "label": "revealSensitiveThingValue",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 241,
      "norm_label": "revealsensitivethingvalue",
      "id": "remix_app_api_utils_things_sensitivereveal_revealsensitivethingvalue",
      "community_name": "Community 241"
    },
    {
      "label": "views.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "views.test.ts",
      "id": "remix_app_api_utils_things_views_test",
      "community_name": "Community 91"
    },
    {
      "label": "views.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "views.ts",
      "id": "remix_app_api_utils_things_views",
      "community_name": "Community 91"
    },
    {
      "label": "ViewEventInput",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 91,
      "norm_label": "vieweventinput",
      "id": "remix_app_api_utils_things_views_vieweventinput",
      "community_name": "Community 91"
    },
    {
      "label": "CleanEvent",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 91,
      "norm_label": "cleanevent",
      "id": "remix_app_api_utils_things_views_cleanevent",
      "community_name": "Community 91"
    },
    {
      "label": "clamp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 91,
      "norm_label": "clamp()",
      "id": "remix_app_api_utils_things_views_clamp",
      "community_name": "Community 91"
    },
    {
      "label": "sanitizeEvents()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 91,
      "norm_label": "sanitizeevents()",
      "id": "remix_app_api_utils_things_views_sanitizeevents",
      "community_name": "Community 91"
    },
    {
      "label": "viewerKeyFor()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L67",
      "_origin": "ast",
      "community": 91,
      "norm_label": "viewerkeyfor()",
      "id": "remix_app_api_utils_things_views_viewerkeyfor",
      "community_name": "Community 91"
    },
    {
      "label": "viewableByViewer()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 26,
      "norm_label": "viewablebyviewer()",
      "id": "remix_app_api_utils_things_views_viewablebyviewer",
      "community_name": "Community 26"
    },
    {
      "label": "RecordViewsResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L93",
      "_origin": "ast",
      "community": 91,
      "norm_label": "recordviewsresult",
      "id": "remix_app_api_utils_things_views_recordviewsresult",
      "community_name": "Community 91"
    },
    {
      "label": "recordPostViews()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 91,
      "norm_label": "recordpostviews()",
      "id": "remix_app_api_utils_things_views_recordpostviews",
      "community_name": "Community 91"
    },
    {
      "label": "PostViewStats",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L158",
      "_origin": "ast",
      "community": 91,
      "norm_label": "postviewstats",
      "id": "remix_app_api_utils_things_views_postviewstats",
      "community_name": "Community 91"
    },
    {
      "label": "resolveViewStats()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L166",
      "_origin": "ast",
      "community": 91,
      "norm_label": "resolveviewstats()",
      "id": "remix_app_api_utils_things_views_resolveviewstats",
      "community_name": "Community 91"
    },
    {
      "label": "userGenerateJWT.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/userGenerateJWT.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 667,
      "norm_label": "usergeneratejwt.ts",
      "id": "remix_app_api_utils_usergeneratejwt",
      "community_name": "Community 667"
    },
    {
      "label": "userGenerateJWT()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/userGenerateJWT.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 667,
      "norm_label": "usergeneratejwt()",
      "id": "remix_app_api_utils_usergeneratejwt_usergeneratejwt",
      "community_name": "Community 667"
    },
    {
      "label": "social.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 37,
      "norm_label": "social.ts",
      "id": "remix_app_api_utils_users_social",
      "community_name": "Community 37"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 37,
      "norm_label": "fail",
      "id": "remix_app_api_utils_users_social_fail",
      "community_name": "Community 37"
    },
    {
      "label": "FriendState",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friendstate",
      "id": "remix_app_api_utils_users_social_friendstate",
      "community_name": "Community 37"
    },
    {
      "label": "FriendIntent",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friendintent",
      "id": "remix_app_api_utils_users_social_friendintent",
      "community_name": "Community 37"
    },
    {
      "label": "FRIEND_INTENTS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friend_intents",
      "id": "remix_app_api_utils_users_social_friend_intents",
      "community_name": "Community 37"
    },
    {
      "label": "friendKeyOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friendkeyof()",
      "id": "remix_app_api_utils_users_social_friendkeyof",
      "community_name": "Community 37"
    },
    {
      "label": "isDuplicateKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 37,
      "norm_label": "isduplicatekey()",
      "id": "remix_app_api_utils_users_social_isduplicatekey",
      "community_name": "Community 37"
    },
    {
      "label": "resolveSocialTarget()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 23,
      "norm_label": "resolvesocialtarget()",
      "id": "remix_app_api_utils_users_social_resolvesocialtarget",
      "community_name": "Community 23"
    },
    {
      "label": "SetFollowResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 37,
      "norm_label": "setfollowresult",
      "id": "remix_app_api_utils_users_social_setfollowresult",
      "community_name": "Community 37"
    },
    {
      "label": "setFollow()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L58",
      "_origin": "ast",
      "community": 25,
      "norm_label": "setfollow()",
      "id": "remix_app_api_utils_users_social_setfollow",
      "community_name": "Community 25"
    },
    {
      "label": "followerIdsOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L97",
      "_origin": "ast",
      "community": 37,
      "norm_label": "followeridsof()",
      "id": "remix_app_api_utils_users_social_followeridsof",
      "community_name": "Community 37"
    },
    {
      "label": "FriendActionResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L111",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friendactionresult",
      "id": "remix_app_api_utils_users_social_friendactionresult",
      "community_name": "Community 37"
    },
    {
      "label": "friendStateOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friendstateof()",
      "id": "remix_app_api_utils_users_social_friendstateof",
      "community_name": "Community 37"
    },
    {
      "label": "friendAction()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L119",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friendaction()",
      "id": "remix_app_api_utils_users_social_friendaction",
      "community_name": "Community 37"
    },
    {
      "label": "friendIdsOf()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L226",
      "_origin": "ast",
      "community": 23,
      "norm_label": "friendidsof()",
      "id": "remix_app_api_utils_users_social_friendidsof",
      "community_name": "Community 23"
    },
    {
      "label": "RelationshipSummary",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L247",
      "_origin": "ast",
      "community": 37,
      "norm_label": "relationshipsummary",
      "id": "remix_app_api_utils_users_social_relationshipsummary",
      "community_name": "Community 37"
    },
    {
      "label": "loadPublicProfiles()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L302",
      "_origin": "ast",
      "community": 37,
      "norm_label": "loadpublicprofiles()",
      "id": "remix_app_api_utils_users_social_loadpublicprofiles",
      "community_name": "Community 37"
    },
    {
      "label": "ConnectionsType",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L356",
      "_origin": "ast",
      "community": 37,
      "norm_label": "connectionstype",
      "id": "remix_app_api_utils_users_social_connectionstype",
      "community_name": "Community 37"
    },
    {
      "label": "ConnectionsResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L358",
      "_origin": "ast",
      "community": 37,
      "norm_label": "connectionsresult",
      "id": "remix_app_api_utils_users_social_connectionsresult",
      "community_name": "Community 37"
    },
    {
      "label": "listConnections()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L362",
      "_origin": "ast",
      "community": 37,
      "norm_label": "listconnections()",
      "id": "remix_app_api_utils_users_social_listconnections",
      "community_name": "Community 37"
    },
    {
      "label": "waitlist.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "waitlist.ts",
      "id": "remix_app_api_utils_waitlist_waitlist",
      "community_name": "Community 30"
    },
    {
      "label": "firstHeaderIp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 30,
      "norm_label": "firstheaderip()",
      "id": "remix_app_api_utils_waitlist_waitlist_firstheaderip",
      "community_name": "Community 30"
    },
    {
      "label": "getRequestIp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 30,
      "norm_label": "getrequestip()",
      "id": "remix_app_api_utils_waitlist_waitlist_getrequestip",
      "community_name": "Community 30"
    },
    {
      "label": "consumeJoinQuota()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 30,
      "norm_label": "consumejoinquota()",
      "id": "remix_app_api_utils_waitlist_waitlist_consumejoinquota",
      "community_name": "Community 30"
    },
    {
      "label": "JoinResult",
      "file_type": "code",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 30,
      "norm_label": "joinresult",
      "id": "remix_app_api_utils_waitlist_waitlist_joinresult",
      "community_name": "Community 30"
    },
    {
      "label": "waitlistEmailKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 30,
      "norm_label": "waitlistemailkey()",
      "id": "remix_app_api_utils_waitlist_waitlist_waitlistemailkey",
      "community_name": "Community 30"
    },
    {
      "label": "joinWaitlist()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 30,
      "norm_label": "joinwaitlist()",
      "id": "remix_app_api_utils_waitlist_waitlist_joinwaitlist",
      "community_name": "Community 30"
    },
    {
      "label": "Submit.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "submit.tsx",
      "id": "remix_app_components_api_submit",
      "community_name": "Community 28"
    },
    {
      "label": "Submit()",
      "file_type": "code",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 28,
      "norm_label": "submit()",
      "id": "remix_app_components_api_submit_submit",
      "community_name": "Community 28"
    },
    {
      "label": "Test.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "test.tsx",
      "id": "remix_app_components_api_test",
      "community_name": "Community 90"
    },
    {
      "label": "TestAPI()",
      "file_type": "code",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 90,
      "norm_label": "testapi()",
      "id": "remix_app_components_api_test_testapi",
      "community_name": "Community 90"
    },
    {
      "label": "AccountSwitcher.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "accountswitcher.tsx",
      "id": "remix_app_components_account_accountswitcher",
      "community_name": "Community 27"
    },
    {
      "label": "RowAvatar()",
      "file_type": "code",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 29,
      "norm_label": "rowavatar()",
      "id": "remix_app_components_account_accountswitcher_rowavatar",
      "community_name": "Community 29"
    },
    {
      "label": "OwnedAccount",
      "file_type": "code",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L58",
      "_origin": "ast",
      "community": 27,
      "norm_label": "ownedaccount",
      "id": "remix_app_components_account_accountswitcher_ownedaccount",
      "community_name": "Community 27"
    },
    {
      "label": "AccountSwitcher()",
      "file_type": "code",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L69",
      "_origin": "ast",
      "community": 27,
      "norm_label": "accountswitcher()",
      "id": "remix_app_components_account_accountswitcher_accountswitcher",
      "community_name": "Community 27"
    },
    {
      "label": "useAccountSwitcher.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "useaccountswitcher.tsx",
      "id": "remix_app_components_account_useaccountswitcher",
      "community_name": "Community 27"
    },
    {
      "label": "SwitcherAccountUser",
      "file_type": "code",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 27,
      "norm_label": "switcheraccountuser",
      "id": "remix_app_components_account_useaccountswitcher_switcheraccountuser",
      "community_name": "Community 27"
    },
    {
      "label": "SwitcherAccount",
      "file_type": "code",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 27,
      "norm_label": "switcheraccount",
      "id": "remix_app_components_account_useaccountswitcher_switcheraccount",
      "community_name": "Community 27"
    },
    {
      "label": "useAccountSwitcher()",
      "file_type": "code",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 27,
      "norm_label": "useaccountswitcher()",
      "id": "remix_app_components_account_useaccountswitcher_useaccountswitcher",
      "community_name": "Community 27"
    },
    {
      "label": "AdminDashboard.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "admindashboard.tsx",
      "id": "remix_app_components_admin_admindashboard",
      "community_name": "Community 165"
    },
    {
      "label": "UserRow",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 165,
      "norm_label": "userrow",
      "id": "remix_app_components_admin_admindashboard_userrow",
      "community_name": "Community 165"
    },
    {
      "label": "AppRow",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 165,
      "norm_label": "approw",
      "id": "remix_app_components_admin_admindashboard_approw",
      "community_name": "Community 165"
    },
    {
      "label": "formatAdminDate()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L94",
      "_origin": "ast",
      "community": 165,
      "norm_label": "formatadmindate()",
      "id": "remix_app_components_admin_admindashboard_formatadmindate",
      "community_name": "Community 165"
    },
    {
      "label": "StorageUsage()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L100",
      "_origin": "ast",
      "community": 165,
      "norm_label": "storageusage()",
      "id": "remix_app_components_admin_admindashboard_storageusage",
      "community_name": "Community 165"
    },
    {
      "label": "QUOTA_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L129",
      "_origin": "ast",
      "community": 165,
      "norm_label": "quota_fields",
      "id": "remix_app_components_admin_admindashboard_quota_fields",
      "community_name": "Community 165"
    },
    {
      "label": "QUOTA_QUERY_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L130",
      "_origin": "ast",
      "community": 165,
      "norm_label": "quota_query_labels",
      "id": "remix_app_components_admin_admindashboard_quota_query_labels",
      "community_name": "Community 165"
    },
    {
      "label": "subscriptionQueryFields()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L137",
      "_origin": "ast",
      "community": 165,
      "norm_label": "subscriptionqueryfields()",
      "id": "remix_app_components_admin_admindashboard_subscriptionqueryfields",
      "community_name": "Community 165"
    },
    {
      "label": "USER_QUERY_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L187",
      "_origin": "ast",
      "community": 165,
      "norm_label": "user_query_fields",
      "id": "remix_app_components_admin_admindashboard_user_query_fields",
      "community_name": "Community 165"
    },
    {
      "label": "APP_QUERY_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L240",
      "_origin": "ast",
      "community": 165,
      "norm_label": "app_query_fields",
      "id": "remix_app_components_admin_admindashboard_app_query_fields",
      "community_name": "Community 165"
    },
    {
      "label": "userRowId()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L290",
      "_origin": "ast",
      "community": 165,
      "norm_label": "userrowid()",
      "id": "remix_app_components_admin_admindashboard_userrowid",
      "community_name": "Community 165"
    },
    {
      "label": "appRowId()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L291",
      "_origin": "ast",
      "community": 165,
      "norm_label": "approwid()",
      "id": "remix_app_components_admin_admindashboard_approwid",
      "community_name": "Community 165"
    },
    {
      "label": "TierBadge()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L293",
      "_origin": "ast",
      "community": 165,
      "norm_label": "tierbadge()",
      "id": "remix_app_components_admin_admindashboard_tierbadge",
      "community_name": "Community 165"
    },
    {
      "label": "useAdminRows()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L311",
      "_origin": "ast",
      "community": 165,
      "norm_label": "useadminrows()",
      "id": "remix_app_components_admin_admindashboard_useadminrows",
      "community_name": "Community 165"
    },
    {
      "label": "SnapshotErrorNotice()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L345",
      "_origin": "ast",
      "community": 165,
      "norm_label": "snapshoterrornotice()",
      "id": "remix_app_components_admin_admindashboard_snapshoterrornotice",
      "community_name": "Community 165"
    },
    {
      "label": "UsersTab()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L359",
      "_origin": "ast",
      "community": 165,
      "norm_label": "userstab()",
      "id": "remix_app_components_admin_admindashboard_userstab",
      "community_name": "Community 165"
    },
    {
      "label": "AppsTab()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L523",
      "_origin": "ast",
      "community": 165,
      "norm_label": "appstab()",
      "id": "remix_app_components_admin_admindashboard_appstab",
      "community_name": "Community 165"
    },
    {
      "label": "AdminDashboard()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L714",
      "_origin": "ast",
      "community": 165,
      "norm_label": "admindashboard()",
      "id": "remix_app_components_admin_admindashboard_admindashboard",
      "community_name": "Community 165"
    },
    {
      "label": "AdminPanel.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminpanel.tsx",
      "id": "remix_app_components_admin_adminpanel",
      "community_name": "Community 165"
    },
    {
      "label": "Rule",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 165,
      "norm_label": "rule",
      "id": "remix_app_components_admin_adminpanel_rule",
      "community_name": "Community 165"
    },
    {
      "label": "Config",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 165,
      "norm_label": "config",
      "id": "remix_app_components_admin_adminpanel_config",
      "community_name": "Community 165"
    },
    {
      "label": "AdminRow",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminrow",
      "id": "remix_app_components_admin_adminpanel_adminrow",
      "community_name": "Community 165"
    },
    {
      "label": "RateLimitRow",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 165,
      "norm_label": "ratelimitrow",
      "id": "remix_app_components_admin_adminpanel_ratelimitrow",
      "community_name": "Community 165"
    },
    {
      "label": "eyebrow",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 165,
      "norm_label": "eyebrow",
      "id": "remix_app_components_admin_adminpanel_eyebrow",
      "community_name": "Community 165"
    },
    {
      "label": "ENDPOINT_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 165,
      "norm_label": "endpoint_labels",
      "id": "remix_app_components_admin_adminpanel_endpoint_labels",
      "community_name": "Community 165"
    },
    {
      "label": "RATE_LIMIT_QUERY_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 165,
      "norm_label": "rate_limit_query_fields",
      "id": "remix_app_components_admin_adminpanel_rate_limit_query_fields",
      "community_name": "Community 165"
    },
    {
      "label": "ADMIN_QUERY_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L52",
      "_origin": "ast",
      "community": 165,
      "norm_label": "admin_query_fields",
      "id": "remix_app_components_admin_adminpanel_admin_query_fields",
      "community_name": "Community 165"
    },
    {
      "label": "rateLimitQueryRowId()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 165,
      "norm_label": "ratelimitqueryrowid()",
      "id": "remix_app_components_admin_adminpanel_ratelimitqueryrowid",
      "community_name": "Community 165"
    },
    {
      "label": "adminQueryRowId()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L63",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminqueryrowid()",
      "id": "remix_app_components_admin_adminpanel_adminqueryrowid",
      "community_name": "Community 165"
    },
    {
      "label": "RateLimitEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 165,
      "norm_label": "ratelimiteditor()",
      "id": "remix_app_components_admin_adminpanel_ratelimiteditor",
      "community_name": "Community 165"
    },
    {
      "label": "AdminManager()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L217",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminmanager()",
      "id": "remix_app_components_admin_adminpanel_adminmanager",
      "community_name": "Community 165"
    },
    {
      "label": "AdminPanel()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L372",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminpanel()",
      "id": "remix_app_components_admin_adminpanel_adminpanel",
      "community_name": "Community 165"
    },
    {
      "label": "AdminRowQueryControls.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowquerycontrols.tsx",
      "id": "remix_app_components_admin_adminrowquerycontrols",
      "community_name": "Community 83"
    },
    {
      "label": "OPERATOR_IDS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 83,
      "norm_label": "operator_ids",
      "id": "remix_app_components_admin_adminrowquerycontrols_operator_ids",
      "community_name": "Community 83"
    },
    {
      "label": "DEFAULT_OPERATOR",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 83,
      "norm_label": "default_operator",
      "id": "remix_app_components_admin_adminrowquerycontrols_default_operator",
      "community_name": "Community 83"
    },
    {
      "label": "VALUE_TYPE",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 83,
      "norm_label": "value_type",
      "id": "remix_app_components_admin_adminrowquerycontrols_value_type",
      "community_name": "Community 83"
    },
    {
      "label": "DATE_OPERATOR_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 83,
      "norm_label": "date_operator_labels",
      "id": "remix_app_components_admin_adminrowquerycontrols_date_operator_labels",
      "community_name": "Community 83"
    },
    {
      "label": "ACCESSIBLE_OPERATOR_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L64",
      "_origin": "ast",
      "community": 83,
      "norm_label": "accessible_operator_labels",
      "id": "remix_app_components_admin_adminrowquerycontrols_accessible_operator_labels",
      "community_name": "Community 83"
    },
    {
      "label": "operatorsFor()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L73",
      "_origin": "ast",
      "community": 83,
      "norm_label": "operatorsfor()",
      "id": "remix_app_components_admin_adminrowquerycontrols_operatorsfor",
      "community_name": "Community 83"
    },
    {
      "label": "operatorLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L76",
      "_origin": "ast",
      "community": 83,
      "norm_label": "operatorlabel()",
      "id": "remix_app_components_admin_adminrowquerycontrols_operatorlabel",
      "community_name": "Community 83"
    },
    {
      "label": "filterForField()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L79",
      "_origin": "ast",
      "community": 83,
      "norm_label": "filterforfield()",
      "id": "remix_app_components_admin_adminrowquerycontrols_filterforfield",
      "community_name": "Community 83"
    },
    {
      "label": "AdminRowQueryControlsProps",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L91",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowquerycontrolsprops",
      "id": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrolsprops",
      "community_name": "Community 83"
    },
    {
      "label": "AdminRowQueryControls()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L101",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminrowquerycontrols()",
      "id": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrols",
      "community_name": "Community 165"
    },
    {
      "label": "UseAdminRowQueryOptions",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L382",
      "_origin": "ast",
      "community": 83,
      "norm_label": "useadminrowqueryoptions",
      "id": "remix_app_components_admin_adminrowquerycontrols_useadminrowqueryoptions",
      "community_name": "Community 83"
    },
    {
      "label": "useAdminRowQuery()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L389",
      "_origin": "ast",
      "community": 165,
      "norm_label": "useadminrowquery()",
      "id": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery",
      "community_name": "Community 165"
    },
    {
      "label": "CIControlDashboard.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 291,
      "norm_label": "cicontroldashboard.tsx",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "community_name": "Community 291"
    },
    {
      "label": "ACTIVE_STATUSES",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 291,
      "norm_label": "active_statuses",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_active_statuses",
      "community_name": "Community 291"
    },
    {
      "label": "CONFLICT_STATUSES",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 291,
      "norm_label": "conflict_statuses",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_conflict_statuses",
      "community_name": "Community 291"
    },
    {
      "label": "READY_STATUSES",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 291,
      "norm_label": "ready_statuses",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_ready_statuses",
      "community_name": "Community 291"
    },
    {
      "label": "normalizedStatus()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L58",
      "_origin": "ast",
      "community": 291,
      "norm_label": "normalizedstatus()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_normalizedstatus",
      "community_name": "Community 291"
    },
    {
      "label": "statusColor()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 291,
      "norm_label": "statuscolor()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_statuscolor",
      "community_name": "Community 291"
    },
    {
      "label": "StatusBadge()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L69",
      "_origin": "ast",
      "community": 291,
      "norm_label": "statusbadge()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_statusbadge",
      "community_name": "Community 291"
    },
    {
      "label": "parseTime()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L75",
      "_origin": "ast",
      "community": 291,
      "norm_label": "parsetime()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_parsetime",
      "community_name": "Community 291"
    },
    {
      "label": "formatTime()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 291,
      "norm_label": "formattime()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_formattime",
      "community_name": "Community 291"
    },
    {
      "label": "relativeTime()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L85",
      "_origin": "ast",
      "community": 291,
      "norm_label": "relativetime()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_relativetime",
      "community_name": "Community 291"
    },
    {
      "label": "entityTime()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L98",
      "_origin": "ast",
      "community": 291,
      "norm_label": "entitytime()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_entitytime",
      "community_name": "Community 291"
    },
    {
      "label": "matchesEntity()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L101",
      "_origin": "ast",
      "community": 291,
      "norm_label": "matchesentity()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_matchesentity",
      "community_name": "Community 291"
    },
    {
      "label": "selectPrimaryPr()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L111",
      "_origin": "ast",
      "community": 291,
      "norm_label": "selectprimarypr()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_selectprimarypr",
      "community_name": "Community 291"
    },
    {
      "label": "DetailSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L121",
      "_origin": "ast",
      "community": 291,
      "norm_label": "detailsection()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_detailsection",
      "community_name": "Community 291"
    },
    {
      "label": "EmptyLine()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L130",
      "_origin": "ast",
      "community": 291,
      "norm_label": "emptyline()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_emptyline",
      "community_name": "Community 291"
    },
    {
      "label": "DetailProps",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L136",
      "_origin": "ast",
      "community": 291,
      "norm_label": "detailprops",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_detailprops",
      "community_name": "Community 291"
    },
    {
      "label": "FeatureDetail()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L146",
      "_origin": "ast",
      "community": 291,
      "norm_label": "featuredetail()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_featuredetail",
      "community_name": "Community 291"
    },
    {
      "label": "WORKFLOW_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L271",
      "_origin": "ast",
      "community": 291,
      "norm_label": "workflow_labels",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_workflow_labels",
      "community_name": "Community 291"
    },
    {
      "label": "defaultWorkflowRef()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L281",
      "_origin": "ast",
      "community": 291,
      "norm_label": "defaultworkflowref()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_defaultworkflowref",
      "community_name": "Community 291"
    },
    {
      "label": "DispatchModalProps",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L284",
      "_origin": "ast",
      "community": 291,
      "norm_label": "dispatchmodalprops",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_dispatchmodalprops",
      "community_name": "Community 291"
    },
    {
      "label": "DispatchModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L294",
      "_origin": "ast",
      "community": 291,
      "norm_label": "dispatchmodal()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_dispatchmodal",
      "community_name": "Community 291"
    },
    {
      "label": "AutomationProvidersProps",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L393",
      "_origin": "ast",
      "community": 291,
      "norm_label": "automationprovidersprops",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_automationprovidersprops",
      "community_name": "Community 291"
    },
    {
      "label": "AutomationProviders()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L401",
      "_origin": "ast",
      "community": 291,
      "norm_label": "automationproviders()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_automationproviders",
      "community_name": "Community 291"
    },
    {
      "label": "CIControlDashboard()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L484",
      "_origin": "ast",
      "community": 291,
      "norm_label": "cicontroldashboard()",
      "id": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard",
      "community_name": "Community 291"
    },
    {
      "label": "types.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 291,
      "norm_label": "types.ts",
      "id": "remix_app_components_admin_cicontrol_types",
      "community_name": "Community 291"
    },
    {
      "label": "CiEntity",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 291,
      "norm_label": "cientity",
      "id": "remix_app_components_admin_cicontrol_types_cientity",
      "community_name": "Community 291"
    },
    {
      "label": "CiEvent",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 291,
      "norm_label": "cievent",
      "id": "remix_app_components_admin_cicontrol_types_cievent",
      "community_name": "Community 291"
    },
    {
      "label": "CiDashboard",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 291,
      "norm_label": "cidashboard",
      "id": "remix_app_components_admin_cicontrol_types_cidashboard",
      "community_name": "Community 291"
    },
    {
      "label": "CiExecutionProvider",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 291,
      "norm_label": "ciexecutionprovider",
      "id": "remix_app_components_admin_cicontrol_types_ciexecutionprovider",
      "community_name": "Community 291"
    },
    {
      "label": "CiAutomationPolicy",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 291,
      "norm_label": "ciautomationpolicy",
      "id": "remix_app_components_admin_cicontrol_types_ciautomationpolicy",
      "community_name": "Community 291"
    },
    {
      "label": "CiIntegration",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 291,
      "norm_label": "ciintegration",
      "id": "remix_app_components_admin_cicontrol_types_ciintegration",
      "community_name": "Community 291"
    },
    {
      "label": "CiControlResponse",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 291,
      "norm_label": "cicontrolresponse",
      "id": "remix_app_components_admin_cicontrol_types_cicontrolresponse",
      "community_name": "Community 291"
    },
    {
      "label": "CiWorkflowKey",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 291,
      "norm_label": "ciworkflowkey",
      "id": "remix_app_components_admin_cicontrol_types_ciworkflowkey",
      "community_name": "Community 291"
    },
    {
      "label": "LinkManagerModal.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "linkmanagermodal.tsx",
      "id": "remix_app_components_admin_linkmanagermodal",
      "community_name": "Community 27"
    },
    {
      "label": "DecoratedLink",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 27,
      "norm_label": "decoratedlink",
      "id": "remix_app_components_admin_linkmanagermodal_decoratedlink",
      "community_name": "Community 27"
    },
    {
      "label": "SectionHeading()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 27,
      "norm_label": "sectionheading()",
      "id": "remix_app_components_admin_linkmanagermodal_sectionheading",
      "community_name": "Community 27"
    },
    {
      "label": "SearchPicker()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 27,
      "norm_label": "searchpicker()",
      "id": "remix_app_components_admin_linkmanagermodal_searchpicker",
      "community_name": "Community 27"
    },
    {
      "label": "LinkManagerModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L117",
      "_origin": "ast",
      "community": 27,
      "norm_label": "linkmanagermodal()",
      "id": "remix_app_components_admin_linkmanagermodal_linkmanagermodal",
      "community_name": "Community 27"
    },
    {
      "label": "PRConflictResolverModelWaterfallEditor.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "prconflictresolvermodelwaterfalleditor.tsx",
      "id": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "community_name": "Community 27"
    },
    {
      "label": "eyebrow",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 27,
      "norm_label": "eyebrow",
      "id": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_eyebrow",
      "community_name": "Community 27"
    },
    {
      "label": "modelById",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 27,
      "norm_label": "modelbyid",
      "id": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_modelbyid",
      "community_name": "Community 27"
    },
    {
      "label": "sameWaterfall()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 27,
      "norm_label": "samewaterfall()",
      "id": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_samewaterfall",
      "community_name": "Community 27"
    },
    {
      "label": "readCachedWaterfall()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 27,
      "norm_label": "readcachedwaterfall()",
      "id": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_readcachedwaterfall",
      "community_name": "Community 27"
    },
    {
      "label": "PRConflictResolverModelWaterfallEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 27,
      "norm_label": "prconflictresolvermodelwaterfalleditor()",
      "id": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor",
      "community_name": "Community 27"
    },
    {
      "label": "SubscriptionEditorModal.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "subscriptioneditormodal.tsx",
      "id": "remix_app_components_admin_subscriptioneditormodal",
      "community_name": "Community 27"
    },
    {
      "label": "FIELD_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 27,
      "norm_label": "field_labels",
      "id": "remix_app_components_admin_subscriptioneditormodal_field_labels",
      "community_name": "Community 27"
    },
    {
      "label": "OverrideMode",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 27,
      "norm_label": "overridemode",
      "id": "remix_app_components_admin_subscriptioneditormodal_overridemode",
      "community_name": "Community 27"
    },
    {
      "label": "OverrideState",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L46",
      "_origin": "ast",
      "community": 27,
      "norm_label": "overridestate",
      "id": "remix_app_components_admin_subscriptioneditormodal_overridestate",
      "community_name": "Community 27"
    },
    {
      "label": "emptyOverrides()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 27,
      "norm_label": "emptyoverrides()",
      "id": "remix_app_components_admin_subscriptioneditormodal_emptyoverrides",
      "community_name": "Community 27"
    },
    {
      "label": "tierLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 27,
      "norm_label": "tierlabel()",
      "id": "remix_app_components_admin_subscriptioneditormodal_tierlabel",
      "community_name": "Community 27"
    },
    {
      "label": "SubscriptionEditorModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 27,
      "norm_label": "subscriptioneditormodal()",
      "id": "remix_app_components_admin_subscriptioneditormodal_subscriptioneditormodal",
      "community_name": "Community 27"
    },
    {
      "label": "TierManager.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiermanager.tsx",
      "id": "remix_app_components_admin_tiermanager",
      "community_name": "Community 41"
    },
    {
      "label": "PRICE_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 41,
      "norm_label": "price_labels",
      "id": "remix_app_components_admin_tiermanager_price_labels",
      "community_name": "Community 41"
    },
    {
      "label": "QUOTA_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L68",
      "_origin": "ast",
      "community": 41,
      "norm_label": "quota_labels",
      "id": "remix_app_components_admin_tiermanager_quota_labels",
      "community_name": "Community 41"
    },
    {
      "label": "tierInclusionText()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L75",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierinclusiontext()",
      "id": "remix_app_components_admin_tiermanager_tierinclusiontext",
      "community_name": "Community 41"
    },
    {
      "label": "TIER_QUERY_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L87",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tier_query_fields",
      "id": "remix_app_components_admin_tiermanager_tier_query_fields",
      "community_name": "Community 41"
    },
    {
      "label": "tierQueryRowId()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L156",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tierqueryrowid()",
      "id": "remix_app_components_admin_tiermanager_tierqueryrowid",
      "community_name": "Community 41"
    },
    {
      "label": "DiscountInput",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L158",
      "_origin": "ast",
      "community": 41,
      "norm_label": "discountinput",
      "id": "remix_app_components_admin_tiermanager_discountinput",
      "community_name": "Community 41"
    },
    {
      "label": "QuotaInput",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L159",
      "_origin": "ast",
      "community": 41,
      "norm_label": "quotainput",
      "id": "remix_app_components_admin_tiermanager_quotainput",
      "community_name": "Community 41"
    },
    {
      "label": "blankDiscounts()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L161",
      "_origin": "ast",
      "community": 41,
      "norm_label": "blankdiscounts()",
      "id": "remix_app_components_admin_tiermanager_blankdiscounts",
      "community_name": "Community 41"
    },
    {
      "label": "quotasToInput()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L164",
      "_origin": "ast",
      "community": 41,
      "norm_label": "quotastoinput()",
      "id": "remix_app_components_admin_tiermanager_quotastoinput",
      "community_name": "Community 41"
    },
    {
      "label": "pricesToInput()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L178",
      "_origin": "ast",
      "community": 41,
      "norm_label": "pricestoinput()",
      "id": "remix_app_components_admin_tiermanager_pricestoinput",
      "community_name": "Community 41"
    },
    {
      "label": "parsePriceInputs()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L185",
      "_origin": "ast",
      "community": 41,
      "norm_label": "parsepriceinputs()",
      "id": "remix_app_components_admin_tiermanager_parsepriceinputs",
      "community_name": "Community 41"
    },
    {
      "label": "formatDiscount()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L202",
      "_origin": "ast",
      "community": 41,
      "norm_label": "formatdiscount()",
      "id": "remix_app_components_admin_tiermanager_formatdiscount",
      "community_name": "Community 41"
    },
    {
      "label": "TierEditorModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L208",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiereditormodal()",
      "id": "remix_app_components_admin_tiermanager_tiereditormodal",
      "community_name": "Community 41"
    },
    {
      "label": "CatalogSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L652",
      "_origin": "ast",
      "community": 41,
      "norm_label": "catalogsection()",
      "id": "remix_app_components_admin_tiermanager_catalogsection",
      "community_name": "Community 41"
    },
    {
      "label": "TierManager()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L749",
      "_origin": "ast",
      "community": 165,
      "norm_label": "tiermanager()",
      "id": "remix_app_components_admin_tiermanager_tiermanager",
      "community_name": "Community 165"
    },
    {
      "label": "adminDirectoryClient.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "admindirectoryclient.test.ts",
      "id": "remix_app_components_admin_admindirectoryclient_test",
      "community_name": "Community 165"
    },
    {
      "label": "Row",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.test.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 165,
      "norm_label": "row",
      "id": "remix_app_components_admin_admindirectoryclient_test_row",
      "community_name": "Community 165"
    },
    {
      "label": "adminDirectoryClient.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "admindirectoryclient.ts",
      "id": "remix_app_components_admin_admindirectoryclient",
      "community_name": "Community 165"
    },
    {
      "label": "CompleteAdminSnapshot",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "completeadminsnapshot",
      "id": "remix_app_components_admin_admindirectoryclient_completeadminsnapshot",
      "community_name": "Community 165"
    },
    {
      "label": "loadCompleteAdminSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 165,
      "norm_label": "loadcompleteadminsnapshot()",
      "id": "remix_app_components_admin_admindirectoryclient_loadcompleteadminsnapshot",
      "community_name": "Community 165"
    },
    {
      "label": "adminRowQuery.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowquery.test.ts",
      "id": "remix_app_components_admin_adminrowquery_test",
      "community_name": "Community 83"
    },
    {
      "label": "FixtureRow",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 83,
      "norm_label": "fixturerow",
      "id": "remix_app_components_admin_adminrowquery_test_fixturerow",
      "community_name": "Community 83"
    },
    {
      "label": "rows",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 83,
      "norm_label": "rows",
      "id": "remix_app_components_admin_adminrowquery_test_rows",
      "community_name": "Community 83"
    },
    {
      "label": "fields",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 83,
      "norm_label": "fields",
      "id": "remix_app_components_admin_adminrowquery_test_fields",
      "community_name": "Community 83"
    },
    {
      "label": "condition()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 83,
      "norm_label": "condition()",
      "id": "remix_app_components_admin_adminrowquery_test_condition",
      "community_name": "Community 83"
    },
    {
      "label": "ids()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 83,
      "norm_label": "ids()",
      "id": "remix_app_components_admin_adminrowquery_test_ids",
      "community_name": "Community 83"
    },
    {
      "label": "adminRowQuery.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowquery.ts",
      "id": "remix_app_components_admin_adminrowquery",
      "community_name": "Community 83"
    },
    {
      "label": "AdminRowFieldKind",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowfieldkind",
      "id": "remix_app_components_admin_adminrowquery_adminrowfieldkind",
      "community_name": "Community 83"
    },
    {
      "label": "AdminRowFieldOption",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowfieldoption",
      "id": "remix_app_components_admin_adminrowquery_adminrowfieldoption",
      "community_name": "Community 83"
    },
    {
      "label": "AdminRowField",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowfield",
      "id": "remix_app_components_admin_adminrowquery_adminrowfield",
      "community_name": "Community 83"
    },
    {
      "label": "AdminRowSort",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowsort",
      "id": "remix_app_components_admin_adminrowquery_adminrowsort",
      "community_name": "Community 83"
    },
    {
      "label": "AdminRowQuery",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowquery",
      "id": "remix_app_components_admin_adminrowquery_adminrowquery",
      "community_name": "Community 83"
    },
    {
      "label": "ROW_COLLATOR",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 83,
      "norm_label": "row_collator",
      "id": "remix_app_components_admin_adminrowquery_row_collator",
      "community_name": "Community 83"
    },
    {
      "label": "createAdminRowQuery()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 83,
      "norm_label": "createadminrowquery()",
      "id": "remix_app_components_admin_adminrowquery_createadminrowquery",
      "community_name": "Community 83"
    },
    {
      "label": "adminFilterValueForOperatorChange()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminfiltervalueforoperatorchange()",
      "id": "remix_app_components_admin_adminrowquery_adminfiltervalueforoperatorchange",
      "community_name": "Community 83"
    },
    {
      "label": "isRecord()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 83,
      "norm_label": "isrecord()",
      "id": "remix_app_components_admin_adminrowquery_isrecord",
      "community_name": "Community 83"
    },
    {
      "label": "flattenArrays()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 83,
      "norm_label": "flattenarrays()",
      "id": "remix_app_components_admin_adminrowquery_flattenarrays",
      "community_name": "Community 83"
    },
    {
      "label": "readPathValues()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 83,
      "norm_label": "readpathvalues()",
      "id": "remix_app_components_admin_adminrowquery_readpathvalues",
      "community_name": "Community 83"
    },
    {
      "label": "pathExists()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 83,
      "norm_label": "pathexists()",
      "id": "remix_app_components_admin_adminrowquery_pathexists",
      "community_name": "Community 83"
    },
    {
      "label": "fieldPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 83,
      "norm_label": "fieldpath()",
      "id": "remix_app_components_admin_adminrowquery_fieldpath",
      "community_name": "Community 83"
    },
    {
      "label": "readAdminRowFieldValues()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 83,
      "norm_label": "readadminrowfieldvalues()",
      "id": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues",
      "community_name": "Community 83"
    },
    {
      "label": "adminRowFieldExists()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowfieldexists()",
      "id": "remix_app_components_admin_adminrowquery_adminrowfieldexists",
      "community_name": "Community 83"
    },
    {
      "label": "searchText()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchtext()",
      "id": "remix_app_components_admin_adminrowquery_searchtext",
      "community_name": "Community 83"
    },
    {
      "label": "normalizedText()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 83,
      "norm_label": "normalizedtext()",
      "id": "remix_app_components_admin_adminrowquery_normalizedtext",
      "community_name": "Community 83"
    },
    {
      "label": "asNumber()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 83,
      "norm_label": "asnumber()",
      "id": "remix_app_components_admin_adminrowquery_asnumber",
      "community_name": "Community 83"
    },
    {
      "label": "asBoolean()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L119",
      "_origin": "ast",
      "community": 83,
      "norm_label": "asboolean()",
      "id": "remix_app_components_admin_adminrowquery_asboolean",
      "community_name": "Community 83"
    },
    {
      "label": "asDateMs()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L128",
      "_origin": "ast",
      "community": 83,
      "norm_label": "asdatems()",
      "id": "remix_app_components_admin_adminrowquery_asdatems",
      "community_name": "Community 83"
    },
    {
      "label": "dateRange()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L138",
      "_origin": "ast",
      "community": 83,
      "norm_label": "daterange()",
      "id": "remix_app_components_admin_adminrowquery_daterange",
      "community_name": "Community 83"
    },
    {
      "label": "filterIsActive()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L157",
      "_origin": "ast",
      "community": 83,
      "norm_label": "filterisactive()",
      "id": "remix_app_components_admin_adminrowquery_filterisactive",
      "community_name": "Community 83"
    },
    {
      "label": "stringEquals()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L167",
      "_origin": "ast",
      "community": 83,
      "norm_label": "stringequals()",
      "id": "remix_app_components_admin_adminrowquery_stringequals",
      "community_name": "Community 83"
    },
    {
      "label": "scalarEquals()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L169",
      "_origin": "ast",
      "community": 83,
      "norm_label": "scalarequals()",
      "id": "remix_app_components_admin_adminrowquery_scalarequals",
      "community_name": "Community 83"
    },
    {
      "label": "scalarComparison()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L188",
      "_origin": "ast",
      "community": 83,
      "norm_label": "scalarcomparison()",
      "id": "remix_app_components_admin_adminrowquery_scalarcomparison",
      "community_name": "Community 83"
    },
    {
      "label": "matchesDateBoundary()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L202",
      "_origin": "ast",
      "community": 83,
      "norm_label": "matchesdateboundary()",
      "id": "remix_app_components_admin_adminrowquery_matchesdateboundary",
      "community_name": "Community 83"
    },
    {
      "label": "matchesPositiveOperator()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L213",
      "_origin": "ast",
      "community": 83,
      "norm_label": "matchespositiveoperator()",
      "id": "remix_app_components_admin_adminrowquery_matchespositiveoperator",
      "community_name": "Community 83"
    },
    {
      "label": "adminRowMatchesFilter()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L264",
      "_origin": "ast",
      "community": 83,
      "norm_label": "adminrowmatchesfilter()",
      "id": "remix_app_components_admin_adminrowquery_adminrowmatchesfilter",
      "community_name": "Community 83"
    },
    {
      "label": "filterAdminRows()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L290",
      "_origin": "ast",
      "community": 83,
      "norm_label": "filteradminrows()",
      "id": "remix_app_components_admin_adminrowquery_filteradminrows",
      "community_name": "Community 83"
    },
    {
      "label": "sortableValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L320",
      "_origin": "ast",
      "community": 83,
      "norm_label": "sortablevalue()",
      "id": "remix_app_components_admin_adminrowquery_sortablevalue",
      "community_name": "Community 83"
    },
    {
      "label": "compareSortableValues()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L338",
      "_origin": "ast",
      "community": 83,
      "norm_label": "comparesortablevalues()",
      "id": "remix_app_components_admin_adminrowquery_comparesortablevalues",
      "community_name": "Community 83"
    },
    {
      "label": "sortAdminRows()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L352",
      "_origin": "ast",
      "community": 83,
      "norm_label": "sortadminrows()",
      "id": "remix_app_components_admin_adminrowquery_sortadminrows",
      "community_name": "Community 83"
    },
    {
      "label": "applyAdminRowQuery()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L374",
      "_origin": "ast",
      "community": 83,
      "norm_label": "applyadminrowquery()",
      "id": "remix_app_components_admin_adminrowquery_applyadminrowquery",
      "community_name": "Community 83"
    },
    {
      "label": "adminStorageProjection.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminStorageProjection.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminstorageprojection.test.ts",
      "id": "remix_app_components_admin_adminstorageprojection_test",
      "community_name": "Community 165"
    },
    {
      "label": "storage",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminStorageProjection.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 165,
      "norm_label": "storage",
      "id": "remix_app_components_admin_adminstorageprojection_test_storage",
      "community_name": "Community 165"
    },
    {
      "label": "adminStorageProjection.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminstorageprojection.ts",
      "id": "remix_app_components_admin_adminstorageprojection",
      "community_name": "Community 165"
    },
    {
      "label": "AdminStorageProjection",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminstorageprojection",
      "id": "remix_app_components_admin_adminstorageprojection_adminstorageprojection",
      "community_name": "Community 165"
    },
    {
      "label": "exactByteLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 165,
      "norm_label": "exactbytelabel()",
      "id": "remix_app_components_admin_adminstorageprojection_exactbytelabel",
      "community_name": "Community 165"
    },
    {
      "label": "storageStatusPresentation()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 165,
      "norm_label": "storagestatuspresentation()",
      "id": "remix_app_components_admin_adminstorageprojection_storagestatuspresentation",
      "community_name": "Community 165"
    },
    {
      "label": "storageProjectionTitle()",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 165,
      "norm_label": "storageprojectiontitle()",
      "id": "remix_app_components_admin_adminstorageprojection_storageprojectiontitle",
      "community_name": "Community 165"
    },
    {
      "label": "AppStorageManagerPage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appstoragemanagerpage.tsx",
      "id": "remix_app_components_apps_appstoragemanagerpage",
      "community_name": "Community 27"
    },
    {
      "label": "ManagedApp",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 27,
      "norm_label": "managedapp",
      "id": "remix_app_components_apps_appstoragemanagerpage_managedapp",
      "community_name": "Community 27"
    },
    {
      "label": "ManagedUser",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 27,
      "norm_label": "manageduser",
      "id": "remix_app_components_apps_appstoragemanagerpage_manageduser",
      "community_name": "Community 27"
    },
    {
      "label": "ManagedStorage",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 27,
      "norm_label": "managedstorage",
      "id": "remix_app_components_apps_appstoragemanagerpage_managedstorage",
      "community_name": "Community 27"
    },
    {
      "label": "cacheSafeStorage()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L92",
      "_origin": "ast",
      "community": 27,
      "norm_label": "cachesafestorage()",
      "id": "remix_app_components_apps_appstoragemanagerpage_cachesafestorage",
      "community_name": "Community 27"
    },
    {
      "label": "readStorageCache()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L98",
      "_origin": "ast",
      "community": 27,
      "norm_label": "readstoragecache()",
      "id": "remix_app_components_apps_appstoragemanagerpage_readstoragecache",
      "community_name": "Community 27"
    },
    {
      "label": "allowanceLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 27,
      "norm_label": "allowancelabel()",
      "id": "remix_app_components_apps_appstoragemanagerpage_allowancelabel",
      "community_name": "Community 27"
    },
    {
      "label": "userLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L106",
      "_origin": "ast",
      "community": 27,
      "norm_label": "userlabel()",
      "id": "remix_app_components_apps_appstoragemanagerpage_userlabel",
      "community_name": "Community 27"
    },
    {
      "label": "provisionalUsageLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L108",
      "_origin": "ast",
      "community": 27,
      "norm_label": "provisionalusagelabel()",
      "id": "remix_app_components_apps_appstoragemanagerpage_provisionalusagelabel",
      "community_name": "Community 27"
    },
    {
      "label": "AppStorageManagerPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L115",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appstoragemanagerpage()",
      "id": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage",
      "community_name": "Community 27"
    },
    {
      "label": "AppsDataPage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appsdatapage.tsx",
      "id": "remix_app_components_apps_appsdatapage",
      "community_name": "Community 27"
    },
    {
      "label": "PublicThingWire",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 27,
      "norm_label": "publicthingwire",
      "id": "remix_app_components_apps_appsdatapage_publicthingwire",
      "community_name": "Community 27"
    },
    {
      "label": "EntryCard()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 27,
      "norm_label": "entrycard()",
      "id": "remix_app_components_apps_appsdatapage_entrycard",
      "community_name": "Community 27"
    },
    {
      "label": "AppsDataPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L93",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appsdatapage()",
      "id": "remix_app_components_apps_appsdatapage_appsdatapage",
      "community_name": "Community 27"
    },
    {
      "label": "ConnectedAppsSection.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "connectedappssection.tsx",
      "id": "remix_app_components_apps_connectedappssection",
      "community_name": "Community 27"
    },
    {
      "label": "AppGrantRow",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appgrantrow",
      "id": "remix_app_components_apps_connectedappssection_appgrantrow",
      "community_name": "Community 27"
    },
    {
      "label": "AppDataRow",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appdatarow",
      "id": "remix_app_components_apps_connectedappssection_appdatarow",
      "community_name": "Community 27"
    },
    {
      "label": "formatBytes()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 27,
      "norm_label": "formatbytes()",
      "id": "remix_app_components_apps_connectedappssection_formatbytes",
      "community_name": "Community 27"
    },
    {
      "label": "exactByteLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 27,
      "norm_label": "exactbytelabel()",
      "id": "remix_app_components_apps_connectedappssection_exactbytelabel",
      "community_name": "Community 27"
    },
    {
      "label": "formatBytesExact()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 27,
      "norm_label": "formatbytesexact()",
      "id": "remix_app_components_apps_connectedappssection_formatbytesexact",
      "community_name": "Community 27"
    },
    {
      "label": "appDataStorageLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appdatastoragelabel()",
      "id": "remix_app_components_apps_connectedappssection_appdatastoragelabel",
      "community_name": "Community 27"
    },
    {
      "label": "ConnectedAppsCache",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 27,
      "norm_label": "connectedappscache",
      "id": "remix_app_components_apps_connectedappssection_connectedappscache",
      "community_name": "Community 27"
    },
    {
      "label": "ConnectedAppsSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 27,
      "norm_label": "connectedappssection()",
      "id": "remix_app_components_apps_connectedappssection_connectedappssection",
      "community_name": "Community 27"
    },
    {
      "label": "AttachmentComposer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentcomposer.tsx",
      "id": "remix_app_components_attachments_attachmentcomposer",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentComposerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentcomposerprops",
      "id": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerprops",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentComposerHandle",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 29,
      "norm_label": "attachmentcomposerhandle",
      "id": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerhandle",
      "community_name": "Community 29"
    },
    {
      "label": "statusLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 48,
      "norm_label": "statuslabel()",
      "id": "remix_app_components_attachments_attachmentcomposer_statuslabel",
      "community_name": "Community 48"
    },
    {
      "label": "uploadStatusRole()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 48,
      "norm_label": "uploadstatusrole()",
      "id": "remix_app_components_attachments_attachmentcomposer_uploadstatusrole",
      "community_name": "Community 48"
    },
    {
      "label": "UploadVisualPreview()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 48,
      "norm_label": "uploadvisualpreview()",
      "id": "remix_app_components_attachments_attachmentcomposer_uploadvisualpreview",
      "community_name": "Community 48"
    },
    {
      "label": "UploadVisualTile",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L77",
      "_origin": "ast",
      "community": 48,
      "norm_label": "uploadvisualtile",
      "id": "remix_app_components_attachments_attachmentcomposer_uploadvisualtile",
      "community_name": "Community 48"
    },
    {
      "label": "UploadFileRow",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L151",
      "_origin": "ast",
      "community": 48,
      "norm_label": "uploadfilerow",
      "id": "remix_app_components_attachments_attachmentcomposer_uploadfilerow",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentComposerInner",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L237",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentcomposerinner",
      "id": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerinner",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentComposer",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L392",
      "_origin": "ast",
      "community": 29,
      "norm_label": "attachmentcomposer",
      "id": "remix_app_components_attachments_attachmentcomposer_attachmentcomposer",
      "community_name": "Community 29"
    },
    {
      "label": "PostAttachments.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "postattachments.tsx",
      "id": "remix_app_components_attachments_postattachments",
      "community_name": "Community 48"
    },
    {
      "label": "PostAttachments()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postattachments()",
      "id": "remix_app_components_attachments_postattachments_postattachments",
      "community_name": "Community 31"
    },
    {
      "label": "attachmentDraftCleanup.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentdraftcleanup.ts",
      "id": "remix_app_components_attachments_attachmentdraftcleanup",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentDraftCleanup",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentdraftcleanup",
      "id": "remix_app_components_attachments_attachmentdraftcleanup_attachmentdraftcleanup",
      "community_name": "Community 48"
    },
    {
      "label": "cleanups",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 48,
      "norm_label": "cleanups",
      "id": "remix_app_components_attachments_attachmentdraftcleanup_cleanups",
      "community_name": "Community 48"
    },
    {
      "label": "registerAttachmentDraftCleanup()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 48,
      "norm_label": "registerattachmentdraftcleanup()",
      "id": "remix_app_components_attachments_attachmentdraftcleanup_registerattachmentdraftcleanup",
      "community_name": "Community 48"
    },
    {
      "label": "flushAttachmentDraftCleanups()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 48,
      "norm_label": "flushattachmentdraftcleanups()",
      "id": "remix_app_components_attachments_attachmentdraftcleanup_flushattachmentdraftcleanups",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentTypes.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmenttypes.ts",
      "id": "remix_app_components_attachments_attachmenttypes",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentMediaKind",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentmediakind",
      "id": "remix_app_components_attachments_attachmenttypes_attachmentmediakind",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentUploadPurpose",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuploadpurpose",
      "id": "remix_app_components_attachments_attachmenttypes_attachmentuploadpurpose",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentUploadOptions",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuploadoptions",
      "id": "remix_app_components_attachments_attachmenttypes_attachmentuploadoptions",
      "community_name": "Community 48"
    },
    {
      "label": "PublicAttachment",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 48,
      "norm_label": "publicattachment",
      "id": "remix_app_components_attachments_attachmenttypes_publicattachment",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentUploadStatus",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuploadstatus",
      "id": "remix_app_components_attachments_attachmenttypes_attachmentuploadstatus",
      "community_name": "Community 48"
    },
    {
      "label": "ComposerAttachmentUpload",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 48,
      "norm_label": "composerattachmentupload",
      "id": "remix_app_components_attachments_attachmenttypes_composerattachmentupload",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentComposerSnapshot",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentcomposersnapshot",
      "id": "remix_app_components_attachments_attachmenttypes_attachmentcomposersnapshot",
      "community_name": "Community 48"
    },
    {
      "label": "MultipartUploadInit",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 48,
      "norm_label": "multipartuploadinit",
      "id": "remix_app_components_attachments_attachmenttypes_multipartuploadinit",
      "community_name": "Community 48"
    },
    {
      "label": "SignedUploadPart",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 48,
      "norm_label": "signeduploadpart",
      "id": "remix_app_components_attachments_attachmenttypes_signeduploadpart",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentUiCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuicore.test.ts",
      "id": "remix_app_components_attachments_attachmentuicore_test",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentUiCore.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuicore.ts",
      "id": "remix_app_components_attachments_attachmentuicore",
      "community_name": "Community 48"
    },
    {
      "label": "INLINE_IMAGE_TYPES",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 48,
      "norm_label": "inline_image_types",
      "id": "remix_app_components_attachments_attachmentuicore_inline_image_types",
      "community_name": "Community 48"
    },
    {
      "label": "INLINE_VIDEO_TYPES",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 48,
      "norm_label": "inline_video_types",
      "id": "remix_app_components_attachments_attachmentuicore_inline_video_types",
      "community_name": "Community 48"
    },
    {
      "label": "canonicalPostTags()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 31,
      "norm_label": "canonicalposttags()",
      "id": "remix_app_components_attachments_attachmentuicore_canonicalposttags",
      "community_name": "Community 31"
    },
    {
      "label": "safeAttachmentMediaKind()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 48,
      "norm_label": "safeattachmentmediakind()",
      "id": "remix_app_components_attachments_attachmentuicore_safeattachmentmediakind",
      "community_name": "Community 48"
    },
    {
      "label": "localFileMediaKind()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 48,
      "norm_label": "localfilemediakind()",
      "id": "remix_app_components_attachments_attachmentuicore_localfilemediakind",
      "community_name": "Community 48"
    },
    {
      "label": "normalizePublicAttachment()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 48,
      "norm_label": "normalizepublicattachment()",
      "id": "remix_app_components_attachments_attachmentuicore_normalizepublicattachment",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentContentUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentcontenturl()",
      "id": "remix_app_components_attachments_attachmentuicore_attachmentcontenturl",
      "community_name": "Community 48"
    },
    {
      "label": "formatAttachmentBytes()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 48,
      "norm_label": "formatattachmentbytes()",
      "id": "remix_app_components_attachments_attachmentuicore_formatattachmentbytes",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentUploadErrorContext",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuploaderrorcontext",
      "id": "remix_app_components_attachments_attachmentuicore_attachmentuploaderrorcontext",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentUploadError()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuploaderror()",
      "id": "remix_app_components_attachments_attachmentuicore_attachmentuploaderror",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentCompleteRetryPhase()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L129",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentcompleteretryphase()",
      "id": "remix_app_components_attachments_attachmentuicore_attachmentcompleteretryphase",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentUploadFailurePhase()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L135",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentuploadfailurephase()",
      "id": "remix_app_components_attachments_attachmentuicore_attachmentuploadfailurephase",
      "community_name": "Community 48"
    },
    {
      "label": "shouldFreezeAmbiguousPostSubmission()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L138",
      "_origin": "ast",
      "community": 48,
      "norm_label": "shouldfreezeambiguouspostsubmission()",
      "id": "remix_app_components_attachments_attachmentuicore_shouldfreezeambiguouspostsubmission",
      "community_name": "Community 48"
    },
    {
      "label": "attachmentSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentsnapshot()",
      "id": "remix_app_components_attachments_attachmentuicore_attachmentsnapshot",
      "community_name": "Community 48"
    },
    {
      "label": "sameAttachmentSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L151",
      "_origin": "ast",
      "community": 48,
      "norm_label": "sameattachmentsnapshot()",
      "id": "remix_app_components_attachments_attachmentuicore_sameattachmentsnapshot",
      "community_name": "Community 48"
    },
    {
      "label": "AttachmentCleanupAction",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L171",
      "_origin": "ast",
      "community": 48,
      "norm_label": "attachmentcleanupaction",
      "id": "remix_app_components_attachments_attachmentuicore_attachmentcleanupaction",
      "community_name": "Community 48"
    },
    {
      "label": "dedupeSelectedFiles()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 48,
      "norm_label": "dedupeselectedfiles()",
      "id": "remix_app_components_attachments_attachmentuicore_dedupeselectedfiles",
      "community_name": "Community 48"
    },
    {
      "label": "multipartPartRange()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L193",
      "_origin": "ast",
      "community": 48,
      "norm_label": "multipartpartrange()",
      "id": "remix_app_components_attachments_attachmentuicore_multipartpartrange",
      "community_name": "Community 48"
    },
    {
      "label": "CommittedPostExpectation",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L198",
      "_origin": "ast",
      "community": 31,
      "norm_label": "committedpostexpectation",
      "id": "remix_app_components_attachments_attachmentuicore_committedpostexpectation",
      "community_name": "Community 31"
    },
    {
      "label": "recordOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L207",
      "_origin": "ast",
      "community": 48,
      "norm_label": "recordof()",
      "id": "remix_app_components_attachments_attachmentuicore_recordof",
      "community_name": "Community 48"
    },
    {
      "label": "canonicalJson()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L210",
      "_origin": "ast",
      "community": 48,
      "norm_label": "canonicaljson()",
      "id": "remix_app_components_attachments_attachmentuicore_canonicaljson",
      "community_name": "Community 48"
    },
    {
      "label": "sameJson()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L222",
      "_origin": "ast",
      "community": 48,
      "norm_label": "samejson()",
      "id": "remix_app_components_attachments_attachmentuicore_samejson",
      "community_name": "Community 48"
    },
    {
      "label": "exactStringArray()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L224",
      "_origin": "ast",
      "community": 48,
      "norm_label": "exactstringarray()",
      "id": "remix_app_components_attachments_attachmentuicore_exactstringarray",
      "community_name": "Community 48"
    },
    {
      "label": "matchesCommittedPostCreate()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L239",
      "_origin": "ast",
      "community": 48,
      "norm_label": "matchescommittedpostcreate()",
      "id": "remix_app_components_attachments_attachmentuicore_matchescommittedpostcreate",
      "community_name": "Community 48"
    },
    {
      "label": "useAttachmentUploads.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "useattachmentuploads.ts",
      "id": "remix_app_components_attachments_useattachmentuploads",
      "community_name": "Community 48"
    },
    {
      "label": "localUploadId()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 48,
      "norm_label": "localuploadid()",
      "id": "remix_app_components_attachments_useattachmentuploads_localuploadid",
      "community_name": "Community 48"
    },
    {
      "label": "sha256Base64()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 48,
      "norm_label": "sha256base64()",
      "id": "remix_app_components_attachments_useattachmentuploads_sha256base64",
      "community_name": "Community 48"
    },
    {
      "label": "putSignedPart()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 48,
      "norm_label": "putsignedpart()",
      "id": "remix_app_components_attachments_useattachmentuploads_putsignedpart",
      "community_name": "Community 48"
    },
    {
      "label": "QueueEntry",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 48,
      "norm_label": "queueentry",
      "id": "remix_app_components_attachments_useattachmentuploads_queueentry",
      "community_name": "Community 48"
    },
    {
      "label": "UploadPlan",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 48,
      "norm_label": "uploadplan",
      "id": "remix_app_components_attachments_useattachmentuploads_uploadplan",
      "community_name": "Community 48"
    },
    {
      "label": "useAttachmentUploads()",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 48,
      "norm_label": "useattachmentuploads()",
      "id": "remix_app_components_attachments_useattachmentuploads_useattachmentuploads",
      "community_name": "Community 48"
    },
    {
      "label": "Branding.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/Branding.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "branding.tsx",
      "id": "remix_app_components_branding_branding",
      "community_name": "Community 197"
    },
    {
      "label": "Branding()",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/Branding.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 197,
      "norm_label": "branding()",
      "id": "remix_app_components_branding_branding_branding",
      "community_name": "Community 197"
    },
    {
      "label": "Logo.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/Logo.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "logo.tsx",
      "id": "remix_app_components_branding_logo",
      "community_name": "Community 197"
    },
    {
      "label": "Logo()",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/Logo.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 197,
      "norm_label": "logo()",
      "id": "remix_app_components_branding_logo_logo",
      "community_name": "Community 197"
    },
    {
      "label": "LogoOld2.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/LogoOld2.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 0,
      "norm_label": "logoold2.tsx",
      "id": "remix_app_components_branding_logoold2",
      "community_name": "Community 0"
    },
    {
      "label": "LogoOld2()",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/LogoOld2.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 0,
      "norm_label": "logoold2()",
      "id": "remix_app_components_branding_logoold2_logoold2",
      "community_name": "Community 0"
    },
    {
      "label": "LogoOld3.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/LogoOld3.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 0,
      "norm_label": "logoold3.tsx",
      "id": "remix_app_components_branding_logoold3",
      "community_name": "Community 0"
    },
    {
      "label": "Logo()",
      "file_type": "code",
      "source_file": "remix/app/components/Branding/LogoOld3.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 0,
      "norm_label": "logo()",
      "id": "remix_app_components_branding_logoold3_logo",
      "community_name": "Community 0"
    },
    {
      "label": "Attention.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Buttons/Attention.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "attention.tsx",
      "id": "remix_app_components_buttons_attention",
      "community_name": "Community 197"
    },
    {
      "label": "Attention()",
      "file_type": "code",
      "source_file": "remix/app/components/Buttons/Attention.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 197,
      "norm_label": "attention()",
      "id": "remix_app_components_buttons_attention_attention",
      "community_name": "Community 197"
    },
    {
      "label": "Hamburger.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Buttons/Hamburger.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "hamburger.tsx",
      "id": "remix_app_components_buttons_hamburger",
      "community_name": "Community 197"
    },
    {
      "label": "Hamburger()",
      "file_type": "code",
      "source_file": "remix/app/components/Buttons/Hamburger.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 197,
      "norm_label": "hamburger()",
      "id": "remix_app_components_buttons_hamburger_hamburger",
      "community_name": "Community 197"
    },
    {
      "label": "CommanderV1Deprecated.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "commanderv1deprecated.tsx",
      "id": "remix_app_components_commander_commanderv1deprecated",
      "community_name": "Community 28"
    },
    {
      "label": "commanderArgs",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 28,
      "norm_label": "commanderargs",
      "id": "remix_app_components_commander_commanderv1deprecated_commanderargs",
      "community_name": "Community 28"
    },
    {
      "label": "CommanderV1()",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 28,
      "norm_label": "commanderv1()",
      "id": "remix_app_components_commander_commanderv1deprecated_commanderv1",
      "community_name": "Community 28"
    },
    {
      "label": "CommanderV2.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "commanderv2.tsx",
      "id": "remix_app_components_commander_commanderv2",
      "community_name": "Community 86"
    },
    {
      "label": "CommanderV2()",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 86,
      "norm_label": "commanderv2()",
      "id": "remix_app_components_commander_commanderv2_commanderv2",
      "community_name": "Community 86"
    },
    {
      "label": "commanderClickAway.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/commanderClickAway.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "commanderclickaway.test.ts",
      "id": "remix_app_components_commander_commanderclickaway_test",
      "community_name": "Community 86"
    },
    {
      "label": "commanderClickAway.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "commanderclickaway.ts",
      "id": "remix_app_components_commander_commanderclickaway",
      "community_name": "Community 86"
    },
    {
      "label": "COMMANDER_CLICK_AWAY_EVENTS",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 86,
      "norm_label": "commander_click_away_events",
      "id": "remix_app_components_commander_commanderclickaway_commander_click_away_events",
      "community_name": "Community 86"
    },
    {
      "label": "shouldCloseCommanderForTarget()",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 86,
      "norm_label": "shouldclosecommanderfortarget()",
      "id": "remix_app_components_commander_commanderclickaway_shouldclosecommanderfortarget",
      "community_name": "Community 86"
    },
    {
      "label": "CommanderClickAwayBoundary()",
      "file_type": "code",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 86,
      "norm_label": "commanderclickawayboundary()",
      "id": "remix_app_components_commander_commanderclickaway_commanderclickawayboundary",
      "community_name": "Community 86"
    },
    {
      "label": "DevKit.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "devkit.tsx",
      "id": "remix_app_components_devkit_devkit",
      "community_name": "Community 208"
    },
    {
      "label": "spin",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 208,
      "norm_label": "spin",
      "id": "remix_app_components_devkit_devkit_spin",
      "community_name": "Community 208"
    },
    {
      "label": "FixedPosition",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 208,
      "norm_label": "fixedposition",
      "id": "remix_app_components_devkit_devkit_fixedposition",
      "community_name": "Community 208"
    },
    {
      "label": "clamp()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 208,
      "norm_label": "clamp()",
      "id": "remix_app_components_devkit_devkit_clamp",
      "community_name": "Community 208"
    },
    {
      "label": "readRootPixelValue()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 208,
      "norm_label": "readrootpixelvalue()",
      "id": "remix_app_components_devkit_devkit_readrootpixelvalue",
      "community_name": "Community 208"
    },
    {
      "label": "getViewportSize()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 208,
      "norm_label": "getviewportsize()",
      "id": "remix_app_components_devkit_devkit_getviewportsize",
      "community_name": "Community 208"
    },
    {
      "label": "isNativeWebView()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L41",
      "_origin": "ast",
      "community": 208,
      "norm_label": "isnativewebview()",
      "id": "remix_app_components_devkit_devkit_isnativewebview",
      "community_name": "Community 208"
    },
    {
      "label": "getDevKitBottomGuard()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L43",
      "_origin": "ast",
      "community": 208,
      "norm_label": "getdevkitbottomguard()",
      "id": "remix_app_components_devkit_devkit_getdevkitbottomguard",
      "community_name": "Community 208"
    },
    {
      "label": "getDevKitRightGuard()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 208,
      "norm_label": "getdevkitrightguard()",
      "id": "remix_app_components_devkit_devkit_getdevkitrightguard",
      "community_name": "Community 208"
    },
    {
      "label": "clampTriggerPosition()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 208,
      "norm_label": "clamptriggerposition()",
      "id": "remix_app_components_devkit_devkit_clamptriggerposition",
      "community_name": "Community 208"
    },
    {
      "label": "clampPanelPosition()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L70",
      "_origin": "ast",
      "community": 208,
      "norm_label": "clamppanelposition()",
      "id": "remix_app_components_devkit_devkit_clamppanelposition",
      "community_name": "Community 208"
    },
    {
      "label": "panelPositionNearTrigger()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L75",
      "_origin": "ast",
      "community": 208,
      "norm_label": "panelpositionneartrigger()",
      "id": "remix_app_components_devkit_devkit_panelpositionneartrigger",
      "community_name": "Community 208"
    },
    {
      "label": "readStoredTriggerPosition()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L86",
      "_origin": "ast",
      "community": 208,
      "norm_label": "readstoredtriggerposition()",
      "id": "remix_app_components_devkit_devkit_readstoredtriggerposition",
      "community_name": "Community 208"
    },
    {
      "label": "DevAction()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L100",
      "_origin": "ast",
      "community": 208,
      "norm_label": "devaction()",
      "id": "remix_app_components_devkit_devkit_devaction",
      "community_name": "Community 208"
    },
    {
      "label": "DevKit()",
      "file_type": "code",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L118",
      "_origin": "ast",
      "community": 208,
      "norm_label": "devkit()",
      "id": "remix_app_components_devkit_devkit_devkit",
      "community_name": "Community 208"
    },
    {
      "label": "EasterEggs.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "eastereggs.tsx",
      "id": "remix_app_components_eastereggs_eastereggs",
      "community_name": "Community 86"
    },
    {
      "label": "EasterEggs()",
      "file_type": "code",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 86,
      "norm_label": "eastereggs()",
      "id": "remix_app_components_eastereggs_eastereggs_eastereggs",
      "community_name": "Community 86"
    },
    {
      "label": "Editor.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/Editor.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "editor.tsx",
      "id": "remix_app_components_editor_editor",
      "community_name": "Community 90"
    },
    {
      "label": "Editor()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/Editor.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 90,
      "norm_label": "editor()",
      "id": "remix_app_components_editor_editor_editor",
      "community_name": "Community 90"
    },
    {
      "label": "LongTextEditor.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "longtexteditor.tsx",
      "id": "remix_app_components_editor_longtexteditor",
      "community_name": "Community 136"
    },
    {
      "label": "LongTextValue",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 136,
      "norm_label": "longtextvalue",
      "id": "remix_app_components_editor_longtexteditor_longtextvalue",
      "community_name": "Community 136"
    },
    {
      "label": "LongTextBlockType",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 136,
      "norm_label": "longtextblocktype",
      "id": "remix_app_components_editor_longtexteditor_longtextblocktype",
      "community_name": "Community 136"
    },
    {
      "label": "LongTextBlockTypes",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 136,
      "norm_label": "longtextblocktypes",
      "id": "remix_app_components_editor_longtexteditor_longtextblocktypes",
      "community_name": "Community 136"
    },
    {
      "label": "LONG_TEXT_BLOCK_TYPES",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L69",
      "_origin": "ast",
      "community": 136,
      "norm_label": "long_text_block_types",
      "id": "remix_app_components_editor_longtexteditor_long_text_block_types",
      "community_name": "Community 136"
    },
    {
      "label": "escapeInline()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L88",
      "_origin": "ast",
      "community": 136,
      "norm_label": "escapeinline()",
      "id": "remix_app_components_editor_longtexteditor_escapeinline",
      "community_name": "Community 136"
    },
    {
      "label": "splitTableRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 136,
      "norm_label": "splittablerow()",
      "id": "remix_app_components_editor_longtexteditor_splittablerow",
      "community_name": "Community 136"
    },
    {
      "label": "parseChunkLines()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 136,
      "norm_label": "parsechunklines()",
      "id": "remix_app_components_editor_longtexteditor_parsechunklines",
      "community_name": "Community 136"
    },
    {
      "label": "textToBlocks()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L217",
      "_origin": "ast",
      "community": 136,
      "norm_label": "texttoblocks()",
      "id": "remix_app_components_editor_longtexteditor_texttoblocks",
      "community_name": "Community 136"
    },
    {
      "label": "LongTextEditorProps",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L263",
      "_origin": "ast",
      "community": 136,
      "norm_label": "longtexteditorprops",
      "id": "remix_app_components_editor_longtexteditor_longtexteditorprops",
      "community_name": "Community 136"
    },
    {
      "label": "SequencedLongTextValue",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L275",
      "_origin": "ast",
      "community": 136,
      "norm_label": "sequencedlongtextvalue",
      "id": "remix_app_components_editor_longtexteditor_sequencedlongtextvalue",
      "community_name": "Community 136"
    },
    {
      "label": "LongTextEditorInnerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L280",
      "_origin": "ast",
      "community": 136,
      "norm_label": "longtexteditorinnerprops",
      "id": "remix_app_components_editor_longtexteditor_longtexteditorinnerprops",
      "community_name": "Community 136"
    },
    {
      "label": "LongTextEditorInner()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L285",
      "_origin": "ast",
      "community": 136,
      "norm_label": "longtexteditorinner()",
      "id": "remix_app_components_editor_longtexteditor_longtexteditorinner",
      "community_name": "Community 136"
    },
    {
      "label": "EditableLongTextEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L646",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editablelongtexteditor()",
      "id": "remix_app_components_editor_longtexteditor_editablelongtexteditor",
      "community_name": "Community 136"
    },
    {
      "label": "LongTextEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L778",
      "_origin": "ast",
      "community": 28,
      "norm_label": "longtexteditor()",
      "id": "remix_app_components_editor_longtexteditor_longtexteditor",
      "community_name": "Community 28"
    },
    {
      "label": "StyleTune.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 307,
      "norm_label": "styletune.ts",
      "id": "remix_app_components_editor_styletune",
      "community_name": "Community 307"
    },
    {
      "label": "TuneParams",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 307,
      "norm_label": "tuneparams",
      "id": "remix_app_components_editor_styletune_tuneparams",
      "community_name": "Community 307"
    },
    {
      "label": "TUNE_REGISTRY",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 307,
      "norm_label": "tune_registry",
      "id": "remix_app_components_editor_styletune_tune_registry",
      "community_name": "Community 307"
    },
    {
      "label": "bindDelegation()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 307,
      "norm_label": "binddelegation()",
      "id": "remix_app_components_editor_styletune_binddelegation",
      "community_name": "Community 307"
    },
    {
      "label": "paintPanel()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 307,
      "norm_label": "paintpanel()",
      "id": "remix_app_components_editor_styletune_paintpanel",
      "community_name": "Community 307"
    },
    {
      "label": "StyleTune",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 307,
      "norm_label": "styletune",
      "id": "remix_app_components_editor_styletune_styletune",
      "community_name": "Community 307"
    },
    {
      "label": ".isTune()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".istune()",
      "id": "remix_app_components_editor_styletune_styletune_istune",
      "community_name": "Community 307"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".constructor()",
      "id": "remix_app_components_editor_styletune_styletune_constructor",
      "community_name": "Community 307"
    },
    {
      "label": ".blockId()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L128",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".blockid()",
      "id": "remix_app_components_editor_styletune_styletune_blockid",
      "community_name": "Community 307"
    },
    {
      "label": ".save()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L133",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".save()",
      "id": "remix_app_components_editor_styletune_styletune_save",
      "community_name": "Community 307"
    },
    {
      "label": ".wrap()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L139",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".wrap()",
      "id": "remix_app_components_editor_styletune_styletune_wrap",
      "community_name": "Community 307"
    },
    {
      "label": ".applyStyles()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L148",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".applystyles()",
      "id": "remix_app_components_editor_styletune_styletune_applystyles",
      "community_name": "Community 307"
    },
    {
      "label": ".set()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L159",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".set()",
      "id": "remix_app_components_editor_styletune_styletune_set",
      "community_name": "Community 307"
    },
    {
      "label": ".render()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L175",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".render()",
      "id": "remix_app_components_editor_styletune_styletune_render",
      "community_name": "Community 307"
    },
    {
      "label": ".destroy()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L254",
      "_origin": "ast",
      "community": 307,
      "norm_label": ".destroy()",
      "id": "remix_app_components_editor_styletune_styletune_destroy",
      "community_name": "Community 307"
    },
    {
      "label": "editorJsChangeQueue.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjschangequeue.test.ts",
      "id": "remix_app_components_editor_editorjschangequeue_test",
      "community_name": "Community 136"
    },
    {
      "label": "deferred()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 136,
      "norm_label": "deferred()",
      "id": "remix_app_components_editor_editorjschangequeue_test_deferred",
      "community_name": "Community 136"
    },
    {
      "label": "flushMicrotasks()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.test.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 136,
      "norm_label": "flushmicrotasks()",
      "id": "remix_app_components_editor_editorjschangequeue_test_flushmicrotasks",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsChangeQueue.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjschangequeue.ts",
      "id": "remix_app_components_editor_editorjschangequeue",
      "community_name": "Community 136"
    },
    {
      "label": "OrderedEditorJsChangeQueueOptions",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "orderededitorjschangequeueoptions",
      "id": "remix_app_components_editor_editorjschangequeue_orderededitorjschangequeueoptions",
      "community_name": "Community 136"
    },
    {
      "label": "OrderedEditorJsChangeQueue",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 136,
      "norm_label": "orderededitorjschangequeue",
      "id": "remix_app_components_editor_editorjschangequeue_orderededitorjschangequeue",
      "community_name": "Community 136"
    },
    {
      "label": "SaveResult",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 136,
      "norm_label": "saveresult",
      "id": "remix_app_components_editor_editorjschangequeue_saveresult",
      "community_name": "Community 136"
    },
    {
      "label": "createOrderedEditorJsChangeQueue()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 136,
      "norm_label": "createorderededitorjschangequeue()",
      "id": "remix_app_components_editor_editorjschangequeue_createorderededitorjschangequeue",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsChangeReconciliation.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjschangereconciliation.test.ts",
      "id": "remix_app_components_editor_editorjschangereconciliation_test",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsChangeReconciliation.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjschangereconciliation.ts",
      "id": "remix_app_components_editor_editorjschangereconciliation",
      "community_name": "Community 136"
    },
    {
      "label": "EditorJsSourceRevision",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjssourcerevision",
      "id": "remix_app_components_editor_editorjschangereconciliation_editorjssourcerevision",
      "community_name": "Community 136"
    },
    {
      "label": "acknowledgeLatestEditorJsEcho()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 136,
      "norm_label": "acknowledgelatesteditorjsecho()",
      "id": "remix_app_components_editor_editorjschangereconciliation_acknowledgelatesteditorjsecho",
      "community_name": "Community 136"
    },
    {
      "label": "shouldAcceptEditorJsSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 136,
      "norm_label": "shouldaccepteditorjssnapshot()",
      "id": "remix_app_components_editor_editorjschangereconciliation_shouldaccepteditorjssnapshot",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsKeyboard.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 426,
      "norm_label": "editorjskeyboard.test.ts",
      "id": "remix_app_components_editor_editorjskeyboard_test",
      "community_name": "Community 426"
    },
    {
      "label": "targetFor()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 426,
      "norm_label": "targetfor()",
      "id": "remix_app_components_editor_editorjskeyboard_test_targetfor",
      "community_name": "Community 426"
    },
    {
      "label": "eventFor()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 426,
      "norm_label": "eventfor()",
      "id": "remix_app_components_editor_editorjskeyboard_test_eventfor",
      "community_name": "Community 426"
    },
    {
      "label": "editorJsKeyboard.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 426,
      "norm_label": "editorjskeyboard.ts",
      "id": "remix_app_components_editor_editorjskeyboard",
      "community_name": "Community 426"
    },
    {
      "label": "EDITOR_JS_NATIVE_TEXT_FIELD_KEYS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 426,
      "norm_label": "editor_js_native_text_field_keys",
      "id": "remix_app_components_editor_editorjskeyboard_editor_js_native_text_field_keys",
      "community_name": "Community 426"
    },
    {
      "label": "editorJsNativeTextFieldKeys",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 426,
      "norm_label": "editorjsnativetextfieldkeys",
      "id": "remix_app_components_editor_editorjskeyboard_editorjsnativetextfieldkeys",
      "community_name": "Community 426"
    },
    {
      "label": "ClosestEventTarget",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 426,
      "norm_label": "closesteventtarget",
      "id": "remix_app_components_editor_editorjskeyboard_closesteventtarget",
      "community_name": "Community 426"
    },
    {
      "label": "backwardBoundaryKeys",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 426,
      "norm_label": "backwardboundarykeys",
      "id": "remix_app_components_editor_editorjskeyboard_backwardboundarykeys",
      "community_name": "Community 426"
    },
    {
      "label": "getEditorJsTextField()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 426,
      "norm_label": "geteditorjstextfield()",
      "id": "remix_app_components_editor_editorjskeyboard_geteditorjstextfield",
      "community_name": "Community 426"
    },
    {
      "label": "shouldPreserveEditorJsTextFieldKeydown()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 426,
      "norm_label": "shouldpreserveeditorjstextfieldkeydown()",
      "id": "remix_app_components_editor_editorjskeyboard_shouldpreserveeditorjstextfieldkeydown",
      "community_name": "Community 426"
    },
    {
      "label": "nodeBoundaryLength()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 426,
      "norm_label": "nodeboundarylength()",
      "id": "remix_app_components_editor_editorjskeyboard_nodeboundarylength",
      "community_name": "Community 426"
    },
    {
      "label": "isAtTrueTextFieldBoundary()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 426,
      "norm_label": "isattruetextfieldboundary()",
      "id": "remix_app_components_editor_editorjskeyboard_isattruetextfieldboundary",
      "community_name": "Community 426"
    },
    {
      "label": "getEditorJsArrowMovement()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 426,
      "norm_label": "geteditorjsarrowmovement()",
      "id": "remix_app_components_editor_editorjskeyboard_geteditorjsarrowmovement",
      "community_name": "Community 426"
    },
    {
      "label": "preserveEditorJsTextFieldKeydown()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L67",
      "_origin": "ast",
      "community": 426,
      "norm_label": "preserveeditorjstextfieldkeydown()",
      "id": "remix_app_components_editor_editorjskeyboard_preserveeditorjstextfieldkeydown",
      "community_name": "Community 426"
    },
    {
      "label": "watchEditorJsTextFieldKeydowns()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 426,
      "norm_label": "watcheditorjstextfieldkeydowns()",
      "id": "remix_app_components_editor_editorjskeyboard_watcheditorjstextfieldkeydowns",
      "community_name": "Community 426"
    },
    {
      "label": "editorJsPopoverViewport.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 317,
      "norm_label": "editorjspopoverviewport.test.ts",
      "id": "remix_app_components_editor_editorjspopoverviewport_test",
      "community_name": "Community 317"
    },
    {
      "label": "FakeEventTarget",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 317,
      "norm_label": "fakeeventtarget",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget",
      "community_name": "Community 317"
    },
    {
      "label": ".addEventListener()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".addeventlistener()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_addeventlistener",
      "community_name": "Community 317"
    },
    {
      "label": ".removeEventListener()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".removeeventlistener()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_removeeventlistener",
      "community_name": "Community 317"
    },
    {
      "label": ".emit()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".emit()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_emit",
      "community_name": "Community 317"
    },
    {
      "label": ".listenerCount()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".listenercount()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_listenercount",
      "community_name": "Community 317"
    },
    {
      "label": "FakeVisualViewport",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 317,
      "norm_label": "fakevisualviewport",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakevisualviewport",
      "community_name": "Community 317"
    },
    {
      "label": "FakeWindow",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 317,
      "norm_label": "fakewindow",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow",
      "community_name": "Community 317"
    },
    {
      "label": ".requestAnimationFrame()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".requestanimationframe()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_requestanimationframe",
      "community_name": "Community 317"
    },
    {
      "label": ".cancelAnimationFrame()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".cancelanimationframe()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_cancelanimationframe",
      "community_name": "Community 317"
    },
    {
      "label": ".flushAnimationFrames()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".flushanimationframes()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_flushanimationframes",
      "community_name": "Community 317"
    },
    {
      "label": ".queuedFrameCount()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".queuedframecount()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_queuedframecount",
      "community_name": "Community 317"
    },
    {
      "label": "FakeStyle",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 317,
      "norm_label": "fakestyle",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle",
      "community_name": "Community 317"
    },
    {
      "label": ".setProperty()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L67",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".setproperty()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle_setproperty",
      "community_name": "Community 317"
    },
    {
      "label": ".removeProperty()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 317,
      "norm_label": ".removeproperty()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle_removeproperty",
      "community_name": "Community 317"
    },
    {
      "label": "fakeHolder()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 317,
      "norm_label": "fakeholder()",
      "id": "remix_app_components_editor_editorjspopoverviewport_test_fakeholder",
      "community_name": "Community 317"
    },
    {
      "label": "editorJsPopoverViewport.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 317,
      "norm_label": "editorjspopoverviewport.ts",
      "id": "remix_app_components_editor_editorjspopoverviewport",
      "community_name": "Community 317"
    },
    {
      "label": "EDITOR_JS_POPOVER_VIEWPORT_CSS_VARS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 317,
      "norm_label": "editor_js_popover_viewport_css_vars",
      "id": "remix_app_components_editor_editorjspopoverviewport_editor_js_popover_viewport_css_vars",
      "community_name": "Community 317"
    },
    {
      "label": "EditorJsPopoverViewportInput",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 317,
      "norm_label": "editorjspopoverviewportinput",
      "id": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportinput",
      "community_name": "Community 317"
    },
    {
      "label": "EditorJsPopoverViewportMetrics",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 317,
      "norm_label": "editorjspopoverviewportmetrics",
      "id": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportmetrics",
      "community_name": "Community 317"
    },
    {
      "label": "finiteNonNegative()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 317,
      "norm_label": "finitenonnegative()",
      "id": "remix_app_components_editor_editorjspopoverviewport_finitenonnegative",
      "community_name": "Community 317"
    },
    {
      "label": "getEditorJsPopoverViewportMetrics()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 317,
      "norm_label": "geteditorjspopoverviewportmetrics()",
      "id": "remix_app_components_editor_editorjspopoverviewport_geteditorjspopoverviewportmetrics",
      "community_name": "Community 317"
    },
    {
      "label": "EditorJsPopoverViewportHolder",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 317,
      "norm_label": "editorjspopoverviewportholder",
      "id": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportholder",
      "community_name": "Community 317"
    },
    {
      "label": "EditorJsPopoverViewportSubscription",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 317,
      "norm_label": "editorjspopoverviewportsubscription",
      "id": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportsubscription",
      "community_name": "Community 317"
    },
    {
      "label": "subscriptions",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 317,
      "norm_label": "subscriptions",
      "id": "remix_app_components_editor_editorjspopoverviewport_subscriptions",
      "community_name": "Community 317"
    },
    {
      "label": "clearViewportCssVars()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 317,
      "norm_label": "clearviewportcssvars()",
      "id": "remix_app_components_editor_editorjspopoverviewport_clearviewportcssvars",
      "community_name": "Community 317"
    },
    {
      "label": "createViewportSubscription()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L67",
      "_origin": "ast",
      "community": 317,
      "norm_label": "createviewportsubscription()",
      "id": "remix_app_components_editor_editorjspopoverviewport_createviewportsubscription",
      "community_name": "Community 317"
    },
    {
      "label": "watchEditorJsPopoverViewport()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L131",
      "_origin": "ast",
      "community": 317,
      "norm_label": "watcheditorjspopoverviewport()",
      "id": "remix_app_components_editor_editorjspopoverviewport_watcheditorjspopoverviewport",
      "community_name": "Community 317"
    },
    {
      "label": "editorJsToolbox.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsToolbox.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjstoolbox.test.ts",
      "id": "remix_app_components_editor_editorjstoolbox_test",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsToolbox.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsToolbox.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjstoolbox.ts",
      "id": "remix_app_components_editor_editorjstoolbox",
      "community_name": "Community 136"
    },
    {
      "label": "ListV2ToolboxEntry",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsToolbox.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "listv2toolboxentry",
      "id": "remix_app_components_editor_editorjstoolbox_listv2toolboxentry",
      "community_name": "Community 136"
    },
    {
      "label": "isListV2ChecklistToolboxEntry()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsToolbox.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 136,
      "norm_label": "islistv2checklisttoolboxentry()",
      "id": "remix_app_components_editor_editorjstoolbox_islistv2checklisttoolboxentry",
      "community_name": "Community 136"
    },
    {
      "label": "filterListV2ChecklistToolbox()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsToolbox.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 136,
      "norm_label": "filterlistv2checklisttoolbox()",
      "id": "remix_app_components_editor_editorjstoolbox_filterlistv2checklisttoolbox",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsTouchFocus.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjstouchfocus.test.ts",
      "id": "remix_app_components_editor_editorjstouchfocus_test",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsTouchFocus.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjstouchfocus.ts",
      "id": "remix_app_components_editor_editorjstouchfocus",
      "community_name": "Community 136"
    },
    {
      "label": "ClosestEventTarget",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 136,
      "norm_label": "closesteventtarget",
      "id": "remix_app_components_editor_editorjstouchfocus_closesteventtarget",
      "community_name": "Community 136"
    },
    {
      "label": "getEditorJsTouchFocusTarget()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 136,
      "norm_label": "geteditorjstouchfocustarget()",
      "id": "remix_app_components_editor_editorjstouchfocus_geteditorjstouchfocustarget",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsValue.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjsvalue.test.ts",
      "id": "remix_app_components_editor_editorjsvalue_test",
      "community_name": "Community 136"
    },
    {
      "label": "doc",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 136,
      "norm_label": "doc",
      "id": "remix_app_components_editor_editorjsvalue_test_doc",
      "community_name": "Community 136"
    },
    {
      "label": "editorJsValue.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjsvalue.ts",
      "id": "remix_app_components_editor_editorjsvalue",
      "community_name": "Community 136"
    },
    {
      "label": "EditorJsBlock",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjsblock",
      "id": "remix_app_components_editor_editorjsvalue_editorjsblock",
      "community_name": "Community 136"
    },
    {
      "label": "EditorJsDoc",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjsdoc",
      "id": "remix_app_components_editor_editorjsvalue_editorjsdoc",
      "community_name": "Community 136"
    },
    {
      "label": "EDITOR_JS_HEADING_LEVELS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editor_js_heading_levels",
      "id": "remix_app_components_editor_editorjsvalue_editor_js_heading_levels",
      "community_name": "Community 136"
    },
    {
      "label": "EditorJsHeadingLevel",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editorjsheadinglevel",
      "id": "remix_app_components_editor_editorjsvalue_editorjsheadinglevel",
      "community_name": "Community 136"
    },
    {
      "label": "EDITOR_JS_HEADING_FONT_SIZES",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editor_js_heading_font_sizes",
      "id": "remix_app_components_editor_editorjsvalue_editor_js_heading_font_sizes",
      "community_name": "Community 136"
    },
    {
      "label": "normalizeEditorJsHeadingLevel()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 136,
      "norm_label": "normalizeeditorjsheadinglevel()",
      "id": "remix_app_components_editor_editorjsvalue_normalizeeditorjsheadinglevel",
      "community_name": "Community 136"
    },
    {
      "label": "getEditorJsHeadingFontSize()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 136,
      "norm_label": "geteditorjsheadingfontsize()",
      "id": "remix_app_components_editor_editorjsvalue_geteditorjsheadingfontsize",
      "community_name": "Community 136"
    },
    {
      "label": "EDITOR_JS_AUTO_DETECT_LIMITS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 136,
      "norm_label": "editor_js_auto_detect_limits",
      "id": "remix_app_components_editor_editorjsvalue_editor_js_auto_detect_limits",
      "community_name": "Community 136"
    },
    {
      "label": "referenceIds",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 136,
      "norm_label": "referenceids",
      "id": "remix_app_components_editor_editorjsvalue_referenceids",
      "community_name": "Community 136"
    },
    {
      "label": "referenceSignature()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 136,
      "norm_label": "referencesignature()",
      "id": "remix_app_components_editor_editorjsvalue_referencesignature",
      "community_name": "Community 136"
    },
    {
      "label": "structuralSignature()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 136,
      "norm_label": "structuralsignature()",
      "id": "remix_app_components_editor_editorjsvalue_structuralsignature",
      "community_name": "Community 136"
    },
    {
      "label": "getEditorJsValueSignature()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 136,
      "norm_label": "geteditorjsvaluesignature()",
      "id": "remix_app_components_editor_editorjsvalue_geteditorjsvaluesignature",
      "community_name": "Community 136"
    },
    {
      "label": "isRecord()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 136,
      "norm_label": "isrecord()",
      "id": "remix_app_components_editor_editorjsvalue_isrecord",
      "community_name": "Community 136"
    },
    {
      "label": "isEditorJsDocSafeToEdit()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 136,
      "norm_label": "iseditorjsdocsafetoedit()",
      "id": "remix_app_components_editor_editorjsvalue_iseditorjsdocsafetoedit",
      "community_name": "Community 136"
    },
    {
      "label": "isEditorJsDoc()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L148",
      "_origin": "ast",
      "community": 136,
      "norm_label": "iseditorjsdoc()",
      "id": "remix_app_components_editor_editorjsvalue_iseditorjsdoc",
      "community_name": "Community 136"
    },
    {
      "label": "parseEditorJsDocString()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L157",
      "_origin": "ast",
      "community": 136,
      "norm_label": "parseeditorjsdocstring()",
      "id": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring",
      "community_name": "Community 136"
    },
    {
      "label": "getEditorJsDoc()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L173",
      "_origin": "ast",
      "community": 156,
      "norm_label": "geteditorjsdoc()",
      "id": "remix_app_components_editor_editorjsvalue_geteditorjsdoc",
      "community_name": "Community 156"
    },
    {
      "label": "checklistItems()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L184",
      "_origin": "ast",
      "community": 394,
      "norm_label": "checklistitems()",
      "id": "remix_app_components_editor_editorjsvalue_checklistitems",
      "community_name": "Community 394"
    },
    {
      "label": "blocksToText()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L190",
      "_origin": "ast",
      "community": 83,
      "norm_label": "blockstotext()",
      "id": "remix_app_components_editor_editorjsvalue_blockstotext",
      "community_name": "Community 83"
    },
    {
      "label": "inlineHtmlText.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 394,
      "norm_label": "inlinehtmltext.test.ts",
      "id": "remix_app_components_editor_inlinehtmltext_test",
      "community_name": "Community 394"
    },
    {
      "label": "inlineHtmlText.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 394,
      "norm_label": "inlinehtmltext.ts",
      "id": "remix_app_components_editor_inlinehtmltext",
      "community_name": "Community 394"
    },
    {
      "label": "ALLOWED_INLINE_TAGS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 394,
      "norm_label": "allowed_inline_tags",
      "id": "remix_app_components_editor_inlinehtmltext_allowed_inline_tags",
      "community_name": "Community 394"
    },
    {
      "label": "DROPPED_CONTENT_TAGS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 394,
      "norm_label": "dropped_content_tags",
      "id": "remix_app_components_editor_inlinehtmltext_dropped_content_tags",
      "community_name": "Community 394"
    },
    {
      "label": "SAFE_PROTOCOLS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 394,
      "norm_label": "safe_protocols",
      "id": "remix_app_components_editor_inlinehtmltext_safe_protocols",
      "community_name": "Community 394"
    },
    {
      "label": "decodeEntityOnce()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 394,
      "norm_label": "decodeentityonce()",
      "id": "remix_app_components_editor_inlinehtmltext_decodeentityonce",
      "community_name": "Community 394"
    },
    {
      "label": "decodeEntitiesOnce()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 394,
      "norm_label": "decodeentitiesonce()",
      "id": "remix_app_components_editor_inlinehtmltext_decodeentitiesonce",
      "community_name": "Community 394"
    },
    {
      "label": "escapeHtmlText()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 394,
      "norm_label": "escapehtmltext()",
      "id": "remix_app_components_editor_inlinehtmltext_escapehtmltext",
      "community_name": "Community 394"
    },
    {
      "label": "escapeAttribute()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 394,
      "norm_label": "escapeattribute()",
      "id": "remix_app_components_editor_inlinehtmltext_escapeattribute",
      "community_name": "Community 394"
    },
    {
      "label": "readTag()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 394,
      "norm_label": "readtag()",
      "id": "remix_app_components_editor_inlinehtmltext_readtag",
      "community_name": "Community 394"
    },
    {
      "label": "readAttribute()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 394,
      "norm_label": "readattribute()",
      "id": "remix_app_components_editor_inlinehtmltext_readattribute",
      "community_name": "Community 394"
    },
    {
      "label": "safeHref()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L84",
      "_origin": "ast",
      "community": 394,
      "norm_label": "safehref()",
      "id": "remix_app_components_editor_inlinehtmltext_safehref",
      "community_name": "Community 394"
    },
    {
      "label": "OpenInlineTag",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L97",
      "_origin": "ast",
      "community": 394,
      "norm_label": "openinlinetag",
      "id": "remix_app_components_editor_inlinehtmltext_openinlinetag",
      "community_name": "Community 394"
    },
    {
      "label": "parseInlineHtml()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L99",
      "_origin": "ast",
      "community": 394,
      "norm_label": "parseinlinehtml()",
      "id": "remix_app_components_editor_inlinehtmltext_parseinlinehtml",
      "community_name": "Community 394"
    },
    {
      "label": "inlineHtmlToText()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L211",
      "_origin": "ast",
      "community": 394,
      "norm_label": "inlinehtmltotext()",
      "id": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext",
      "community_name": "Community 394"
    },
    {
      "label": "sanitizeEditorJsInlineHtml()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L212",
      "_origin": "ast",
      "community": 394,
      "norm_label": "sanitizeeditorjsinlinehtml()",
      "id": "remix_app_components_editor_inlinehtmltext_sanitizeeditorjsinlinehtml",
      "community_name": "Community 394"
    },
    {
      "label": "styleTokens.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 307,
      "norm_label": "styletokens.ts",
      "id": "remix_app_components_editor_styletokens",
      "community_name": "Community 307"
    },
    {
      "label": "FontKey",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 307,
      "norm_label": "fontkey",
      "id": "remix_app_components_editor_styletokens_fontkey",
      "community_name": "Community 307"
    },
    {
      "label": "AlignKey",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 307,
      "norm_label": "alignkey",
      "id": "remix_app_components_editor_styletokens_alignkey",
      "community_name": "Community 307"
    },
    {
      "label": "TextStyleTokens",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 307,
      "norm_label": "textstyletokens",
      "id": "remix_app_components_editor_styletokens_textstyletokens",
      "community_name": "Community 307"
    },
    {
      "label": "THEME_COLOR_VARS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 307,
      "norm_label": "theme_color_vars",
      "id": "remix_app_components_editor_styletokens_theme_color_vars",
      "community_name": "Community 307"
    },
    {
      "label": "FONT_STACKS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 307,
      "norm_label": "font_stacks",
      "id": "remix_app_components_editor_styletokens_font_stacks",
      "community_name": "Community 307"
    },
    {
      "label": "STYLE_PALETTE",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 307,
      "norm_label": "style_palette",
      "id": "remix_app_components_editor_styletokens_style_palette",
      "community_name": "Community 307"
    },
    {
      "label": "SIZE_PRESETS",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 307,
      "norm_label": "size_presets",
      "id": "remix_app_components_editor_styletokens_size_presets",
      "community_name": "Community 307"
    },
    {
      "label": "sanitizeColor()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 307,
      "norm_label": "sanitizecolor()",
      "id": "remix_app_components_editor_styletokens_sanitizecolor",
      "community_name": "Community 307"
    },
    {
      "label": "sanitizeSize()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 307,
      "norm_label": "sanitizesize()",
      "id": "remix_app_components_editor_styletokens_sanitizesize",
      "community_name": "Community 307"
    },
    {
      "label": "sanitizeFont()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 307,
      "norm_label": "sanitizefont()",
      "id": "remix_app_components_editor_styletokens_sanitizefont",
      "community_name": "Community 307"
    },
    {
      "label": "sanitizeAlign()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 307,
      "norm_label": "sanitizealign()",
      "id": "remix_app_components_editor_styletokens_sanitizealign",
      "community_name": "Community 307"
    },
    {
      "label": "sanitizeStyleTokens()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 307,
      "norm_label": "sanitizestyletokens()",
      "id": "remix_app_components_editor_styletokens_sanitizestyletokens",
      "community_name": "Community 307"
    },
    {
      "label": "styleTokensToCss()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L111",
      "_origin": "ast",
      "community": 307,
      "norm_label": "styletokenstocss()",
      "id": "remix_app_components_editor_styletokens_styletokenstocss",
      "community_name": "Community 307"
    },
    {
      "label": "hasStyleTokens()",
      "file_type": "code",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 307,
      "norm_label": "hasstyletokens()",
      "id": "remix_app_components_editor_styletokens_hasstyletokens",
      "community_name": "Community 307"
    },
    {
      "label": "ElectronBridgeHost.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 347,
      "norm_label": "electronbridgehost.tsx",
      "id": "remix_app_components_electron_electronbridgehost",
      "community_name": "Community 347"
    },
    {
      "label": "hasClearElectronUrlRequest()",
      "file_type": "code",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 347,
      "norm_label": "hasclearelectronurlrequest()",
      "id": "remix_app_components_electron_electronbridgehost_hasclearelectronurlrequest",
      "community_name": "Community 347"
    },
    {
      "label": "clearElectronUrlRequestFromLocation()",
      "file_type": "code",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 347,
      "norm_label": "clearelectronurlrequestfromlocation()",
      "id": "remix_app_components_electron_electronbridgehost_clearelectronurlrequestfromlocation",
      "community_name": "Community 347"
    },
    {
      "label": "ElectronBridgeHost()",
      "file_type": "code",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 347,
      "norm_label": "electronbridgehost()",
      "id": "remix_app_components_electron_electronbridgehost_electronbridgehost",
      "community_name": "Community 347"
    },
    {
      "label": "EmojiPicker.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojipicker.tsx",
      "id": "remix_app_components_emoji_emojipicker",
      "community_name": "Community 82"
    },
    {
      "label": "EmojiPickerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojipickerprops",
      "id": "remix_app_components_emoji_emojipicker_emojipickerprops",
      "community_name": "Community 82"
    },
    {
      "label": "cellSx",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 82,
      "norm_label": "cellsx",
      "id": "remix_app_components_emoji_emojipicker_cellsx",
      "community_name": "Community 82"
    },
    {
      "label": "EmojiCell()",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojicell()",
      "id": "remix_app_components_emoji_emojipicker_emojicell",
      "community_name": "Community 82"
    },
    {
      "label": "SectionLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 82,
      "norm_label": "sectionlabel()",
      "id": "remix_app_components_emoji_emojipicker_sectionlabel",
      "community_name": "Community 82"
    },
    {
      "label": "EmojiPicker()",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L68",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojipicker()",
      "id": "remix_app_components_emoji_emojipicker_emojipicker",
      "community_name": "Community 82"
    },
    {
      "label": "emojiData.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojidata.ts",
      "id": "remix_app_components_emoji_emojidata",
      "community_name": "Community 82"
    },
    {
      "label": "EmojiEntry",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojientry",
      "id": "remix_app_components_emoji_emojidata_emojientry",
      "community_name": "Community 82"
    },
    {
      "label": "EmojiGroup",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojigroup",
      "id": "remix_app_components_emoji_emojidata_emojigroup",
      "community_name": "Community 82"
    },
    {
      "label": "EmojiData",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 82,
      "norm_label": "emojidata",
      "id": "remix_app_components_emoji_emojidata_emojidata",
      "community_name": "Community 82"
    },
    {
      "label": "RawGroup",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 82,
      "norm_label": "rawgroup",
      "id": "remix_app_components_emoji_emojidata_rawgroup",
      "community_name": "Community 82"
    },
    {
      "label": "loadEmojiData()",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 82,
      "norm_label": "loademojidata()",
      "id": "remix_app_components_emoji_emojidata_loademojidata",
      "community_name": "Community 82"
    },
    {
      "label": "searchEmojis()",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 82,
      "norm_label": "searchemojis()",
      "id": "remix_app_components_emoji_emojidata_searchemojis",
      "community_name": "Community 82"
    },
    {
      "label": "GROUP_TAB_EMOJI",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 82,
      "norm_label": "group_tab_emoji",
      "id": "remix_app_components_emoji_emojidata_group_tab_emoji",
      "community_name": "Community 82"
    },
    {
      "label": "useRecentReactions.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "userecentreactions.tsx",
      "id": "remix_app_components_emoji_userecentreactions",
      "community_name": "Community 27"
    },
    {
      "label": "keyFor()",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 27,
      "norm_label": "keyfor()",
      "id": "remix_app_components_emoji_userecentreactions_keyfor",
      "community_name": "Community 27"
    },
    {
      "label": "useRecentReactions()",
      "file_type": "code",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 29,
      "norm_label": "userecentreactions()",
      "id": "remix_app_components_emoji_userecentreactions_userecentreactions",
      "community_name": "Community 29"
    },
    {
      "label": "AdvancedFilters.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "advancedfilters.tsx",
      "id": "remix_app_components_feed_advancedfilters",
      "community_name": "Community 31"
    },
    {
      "label": "AdvancedFiltersState",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 31,
      "norm_label": "advancedfiltersstate",
      "id": "remix_app_components_feed_advancedfilters_advancedfiltersstate",
      "community_name": "Community 31"
    },
    {
      "label": "EMPTY_ADVANCED_FILTERS",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L41",
      "_origin": "ast",
      "community": 31,
      "norm_label": "empty_advanced_filters",
      "id": "remix_app_components_feed_advancedfilters_empty_advanced_filters",
      "community_name": "Community 31"
    },
    {
      "label": "effectiveSort()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 31,
      "norm_label": "effectivesort()",
      "id": "remix_app_components_feed_advancedfilters_effectivesort",
      "community_name": "Community 31"
    },
    {
      "label": "advancedFiltersActive()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 31,
      "norm_label": "advancedfiltersactive()",
      "id": "remix_app_components_feed_advancedfilters_advancedfiltersactive",
      "community_name": "Community 31"
    },
    {
      "label": "advancedSearchBody()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L77",
      "_origin": "ast",
      "community": 31,
      "norm_label": "advancedsearchbody()",
      "id": "remix_app_components_feed_advancedfilters_advancedsearchbody",
      "community_name": "Community 31"
    },
    {
      "label": "searchResponsePosts()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L93",
      "_origin": "ast",
      "community": 31,
      "norm_label": "searchresponseposts()",
      "id": "remix_app_components_feed_advancedfilters_searchresponseposts",
      "community_name": "Community 31"
    },
    {
      "label": "useAdvancedFilters()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L101",
      "_origin": "ast",
      "community": 31,
      "norm_label": "useadvancedfilters()",
      "id": "remix_app_components_feed_advancedfilters_useadvancedfilters",
      "community_name": "Community 31"
    },
    {
      "label": "ShortcutField()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L146",
      "_origin": "ast",
      "community": 31,
      "norm_label": "shortcutfield()",
      "id": "remix_app_components_feed_advancedfilters_shortcutfield",
      "community_name": "Community 31"
    },
    {
      "label": "AdvancedFiltersProps",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L162",
      "_origin": "ast",
      "community": 31,
      "norm_label": "advancedfiltersprops",
      "id": "remix_app_components_feed_advancedfilters_advancedfiltersprops",
      "community_name": "Community 31"
    },
    {
      "label": "AdvancedFilters()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L174",
      "_origin": "ast",
      "community": 31,
      "norm_label": "advancedfilters()",
      "id": "remix_app_components_feed_advancedfilters_advancedfilters",
      "community_name": "Community 31"
    },
    {
      "label": "AlgorithmMenu.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "algorithmmenu.tsx",
      "id": "remix_app_components_feed_algorithmmenu",
      "community_name": "Community 31"
    },
    {
      "label": "AlgorithmMenuProps",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 31,
      "norm_label": "algorithmmenuprops",
      "id": "remix_app_components_feed_algorithmmenu_algorithmmenuprops",
      "community_name": "Community 31"
    },
    {
      "label": "ModalMode",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 31,
      "norm_label": "modalmode",
      "id": "remix_app_components_feed_algorithmmenu_modalmode",
      "community_name": "Community 31"
    },
    {
      "label": "InlineModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L52",
      "_origin": "ast",
      "community": 31,
      "norm_label": "inlinemodal()",
      "id": "remix_app_components_feed_algorithmmenu_inlinemodal",
      "community_name": "Community 31"
    },
    {
      "label": "AlgorithmMenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L187",
      "_origin": "ast",
      "community": 31,
      "norm_label": "algorithmmenu()",
      "id": "remix_app_components_feed_algorithmmenu_algorithmmenu",
      "community_name": "Community 31"
    },
    {
      "label": "Feed.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feed.tsx",
      "id": "remix_app_components_feed_feed",
      "community_name": "Community 31"
    },
    {
      "label": "EMPTY_FILTERS",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 31,
      "norm_label": "empty_filters",
      "id": "remix_app_components_feed_feed_empty_filters",
      "community_name": "Community 31"
    },
    {
      "label": "FeedPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feedpage()",
      "id": "remix_app_components_feed_feed_feedpage",
      "community_name": "Community 31"
    },
    {
      "label": "FeedFilters.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feedfilters.tsx",
      "id": "remix_app_components_feed_feedfilters",
      "community_name": "Community 31"
    },
    {
      "label": "FeedFiltersProps",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feedfiltersprops",
      "id": "remix_app_components_feed_feedfilters_feedfiltersprops",
      "community_name": "Community 31"
    },
    {
      "label": "DatePreset",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 31,
      "norm_label": "datepreset",
      "id": "remix_app_components_feed_feedfilters_datepreset",
      "community_name": "Community 31"
    },
    {
      "label": "presetRange()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L41",
      "_origin": "ast",
      "community": 31,
      "norm_label": "presetrange()",
      "id": "remix_app_components_feed_feedfilters_presetrange",
      "community_name": "Community 31"
    },
    {
      "label": "Eyebrow()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 31,
      "norm_label": "eyebrow()",
      "id": "remix_app_components_feed_feedfilters_eyebrow",
      "community_name": "Community 31"
    },
    {
      "label": "FeedFilters()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L72",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feedfilters()",
      "id": "remix_app_components_feed_feedfilters_feedfilters",
      "community_name": "Community 31"
    },
    {
      "label": "PostCard.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postcard.tsx",
      "id": "remix_app_components_feed_postcard",
      "community_name": "Community 31"
    },
    {
      "label": "applyReactionToggle()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L52",
      "_origin": "ast",
      "community": 31,
      "norm_label": "applyreactiontoggle()",
      "id": "remix_app_components_feed_postcard_applyreactiontoggle",
      "community_name": "Community 31"
    },
    {
      "label": "reconcileReactionToken()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L64",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reconcilereactiontoken()",
      "id": "remix_app_components_feed_postcard_reconcilereactiontoken",
      "community_name": "Community 31"
    },
    {
      "label": "ReactionTruth",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L82",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reactiontruth",
      "id": "remix_app_components_feed_postcard_reactiontruth",
      "community_name": "Community 31"
    },
    {
      "label": "fetchReactionTruth()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 31,
      "norm_label": "fetchreactiontruth()",
      "id": "remix_app_components_feed_postcard_fetchreactiontruth",
      "community_name": "Community 31"
    },
    {
      "label": "CommentChange",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L95",
      "_origin": "ast",
      "community": 31,
      "norm_label": "commentchange",
      "id": "remix_app_components_feed_postcard_commentchange",
      "community_name": "Community 31"
    },
    {
      "label": "applyCommentChange()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 31,
      "norm_label": "applycommentchange()",
      "id": "remix_app_components_feed_postcard_applycommentchange",
      "community_name": "Community 31"
    },
    {
      "label": "reactionDisplayEmojis()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L107",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reactiondisplayemojis()",
      "id": "remix_app_components_feed_postcard_reactiondisplayemojis",
      "community_name": "Community 31"
    },
    {
      "label": "ActionIcon",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L127",
      "_origin": "ast",
      "community": 31,
      "norm_label": "actionicon",
      "id": "remix_app_components_feed_postcard_actionicon",
      "community_name": "Community 31"
    },
    {
      "label": "PostCardProps",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L162",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postcardprops",
      "id": "remix_app_components_feed_postcard_postcardprops",
      "community_name": "Community 31"
    },
    {
      "label": "authorName()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L173",
      "_origin": "ast",
      "community": 31,
      "norm_label": "authorname()",
      "id": "remix_app_components_feed_postcard_authorname",
      "community_name": "Community 31"
    },
    {
      "label": "formatCompactCount()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L177",
      "_origin": "ast",
      "community": 31,
      "norm_label": "formatcompactcount()",
      "id": "remix_app_components_feed_postcard_formatcompactcount",
      "community_name": "Community 31"
    },
    {
      "label": "formatDwell()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L183",
      "_origin": "ast",
      "community": 31,
      "norm_label": "formatdwell()",
      "id": "remix_app_components_feed_postcard_formatdwell",
      "community_name": "Community 31"
    },
    {
      "label": "TimestampLink()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L191",
      "_origin": "ast",
      "community": 31,
      "norm_label": "timestamplink()",
      "id": "remix_app_components_feed_postcard_timestamplink",
      "community_name": "Community 31"
    },
    {
      "label": "AuthorAvatar()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L199",
      "_origin": "ast",
      "community": 31,
      "norm_label": "authoravatar()",
      "id": "remix_app_components_feed_postcard_authoravatar",
      "community_name": "Community 31"
    },
    {
      "label": "formatPrice()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L236",
      "_origin": "ast",
      "community": 31,
      "norm_label": "formatprice()",
      "id": "remix_app_components_feed_postcard_formatprice",
      "community_name": "Community 31"
    },
    {
      "label": "ImageGrid()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L244",
      "_origin": "ast",
      "community": 31,
      "norm_label": "imagegrid()",
      "id": "remix_app_components_feed_postcard_imagegrid",
      "community_name": "Community 31"
    },
    {
      "label": "ListingBlock()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L305",
      "_origin": "ast",
      "community": 31,
      "norm_label": "listingblock()",
      "id": "remix_app_components_feed_postcard_listingblock",
      "community_name": "Community 31"
    },
    {
      "label": "PostBodyShape",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L363",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postbodyshape",
      "id": "remix_app_components_feed_postcard_postbodyshape",
      "community_name": "Community 31"
    },
    {
      "label": "PostBody()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L364",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postbody()",
      "id": "remix_app_components_feed_postcard_postbody",
      "community_name": "Community 31"
    },
    {
      "label": "SharedPostCard()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L386",
      "_origin": "ast",
      "community": 31,
      "norm_label": "sharedpostcard()",
      "id": "remix_app_components_feed_postcard_sharedpostcard",
      "community_name": "Community 31"
    },
    {
      "label": "QuickReactionRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L406",
      "_origin": "ast",
      "community": 31,
      "norm_label": "quickreactionrow()",
      "id": "remix_app_components_feed_postcard_quickreactionrow",
      "community_name": "Community 31"
    },
    {
      "label": "AnchoredEmojiPicker()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L453",
      "_origin": "ast",
      "community": 31,
      "norm_label": "anchoredemojipicker()",
      "id": "remix_app_components_feed_postcard_anchoredemojipicker",
      "community_name": "Community 31"
    },
    {
      "label": "ReplyFocusContext",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L483",
      "_origin": "ast",
      "community": 31,
      "norm_label": "replyfocuscontext",
      "id": "remix_app_components_feed_postcard_replyfocuscontext",
      "community_name": "Community 31"
    },
    {
      "label": "ThreadFocusContext",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L491",
      "_origin": "ast",
      "community": 31,
      "norm_label": "threadfocuscontext",
      "id": "remix_app_components_feed_postcard_threadfocuscontext",
      "community_name": "Community 31"
    },
    {
      "label": "SLIDE_IN_RIGHT",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L498",
      "_origin": "ast",
      "community": 31,
      "norm_label": "slide_in_right",
      "id": "remix_app_components_feed_postcard_slide_in_right",
      "community_name": "Community 31"
    },
    {
      "label": "SLIDE_IN_LEFT",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L502",
      "_origin": "ast",
      "community": 31,
      "norm_label": "slide_in_left",
      "id": "remix_app_components_feed_postcard_slide_in_left",
      "community_name": "Community 31"
    },
    {
      "label": "viewerAsAuthor()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L509",
      "_origin": "ast",
      "community": 31,
      "norm_label": "viewerasauthor()",
      "id": "remix_app_components_feed_postcard_viewerasauthor",
      "community_name": "Community 31"
    },
    {
      "label": "buildPendingComment()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L521",
      "_origin": "ast",
      "community": 31,
      "norm_label": "buildpendingcomment()",
      "id": "remix_app_components_feed_postcard_buildpendingcomment",
      "community_name": "Community 31"
    },
    {
      "label": "isPendingComment()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L539",
      "_origin": "ast",
      "community": 31,
      "norm_label": "ispendingcomment()",
      "id": "remix_app_components_feed_postcard_ispendingcomment",
      "community_name": "Community 31"
    },
    {
      "label": "ReplySkeleton()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L543",
      "_origin": "ast",
      "community": 31,
      "norm_label": "replyskeleton()",
      "id": "remix_app_components_feed_postcard_replyskeleton",
      "community_name": "Community 31"
    },
    {
      "label": "CommentRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L568",
      "_origin": "ast",
      "community": 31,
      "norm_label": "commentrow()",
      "id": "remix_app_components_feed_postcard_commentrow",
      "community_name": "Community 31"
    },
    {
      "label": "PostCard",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L1063",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postcard",
      "id": "remix_app_components_feed_postcard_postcard",
      "community_name": "Community 31"
    },
    {
      "label": "PostComposer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postcomposer.tsx",
      "id": "remix_app_components_feed_postcomposer",
      "community_name": "Community 31"
    },
    {
      "label": "CURRENCIES",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 31,
      "norm_label": "currencies",
      "id": "remix_app_components_feed_postcomposer_currencies",
      "community_name": "Community 31"
    },
    {
      "label": "EMPTY_ATTACHMENT_SNAPSHOT",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 31,
      "norm_label": "empty_attachment_snapshot",
      "id": "remix_app_components_feed_postcomposer_empty_attachment_snapshot",
      "community_name": "Community 31"
    },
    {
      "label": "PendingPostSubmission",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 31,
      "norm_label": "pendingpostsubmission",
      "id": "remix_app_components_feed_postcomposer_pendingpostsubmission",
      "community_name": "Community 31"
    },
    {
      "label": "clonePostJson()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 31,
      "norm_label": "clonepostjson()",
      "id": "remix_app_components_feed_postcomposer_clonepostjson",
      "community_name": "Community 31"
    },
    {
      "label": "thingHasContent()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L89",
      "_origin": "ast",
      "community": 31,
      "norm_label": "thinghascontent()",
      "id": "remix_app_components_feed_postcomposer_thinghascontent",
      "community_name": "Community 31"
    },
    {
      "label": "TEXTAREA_PLACEHOLDERS",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L96",
      "_origin": "ast",
      "community": 31,
      "norm_label": "textarea_placeholders",
      "id": "remix_app_components_feed_postcomposer_textarea_placeholders",
      "community_name": "Community 31"
    },
    {
      "label": "PostComposerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L103",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postcomposerprops",
      "id": "remix_app_components_feed_postcomposer_postcomposerprops",
      "community_name": "Community 31"
    },
    {
      "label": "Eyebrow()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L115",
      "_origin": "ast",
      "community": 31,
      "norm_label": "eyebrow()",
      "id": "remix_app_components_feed_postcomposer_eyebrow",
      "community_name": "Community 31"
    },
    {
      "label": "PostComposer()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L121",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postcomposer()",
      "id": "remix_app_components_feed_postcomposer_postcomposer",
      "community_name": "Community 31"
    },
    {
      "label": "PostList.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postlist.tsx",
      "id": "remix_app_components_feed_postlist",
      "community_name": "Community 31"
    },
    {
      "label": "PostListProps",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postlistprops",
      "id": "remix_app_components_feed_postlist_postlistprops",
      "community_name": "Community 31"
    },
    {
      "label": "SkeletonCard()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 31,
      "norm_label": "skeletoncard()",
      "id": "remix_app_components_feed_postlist_skeletoncard",
      "community_name": "Community 31"
    },
    {
      "label": "PostList()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postlist()",
      "id": "remix_app_components_feed_postlist_postlist",
      "community_name": "Community 31"
    },
    {
      "label": "ReactionControl.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/ReactionControl.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reactioncontrol.tsx",
      "id": "remix_app_components_feed_reactioncontrol",
      "community_name": "Community 31"
    },
    {
      "label": "ReactionControlProps",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/ReactionControl.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reactioncontrolprops",
      "id": "remix_app_components_feed_reactioncontrol_reactioncontrolprops",
      "community_name": "Community 31"
    },
    {
      "label": "ReactionControl()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/ReactionControl.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reactioncontrol()",
      "id": "remix_app_components_feed_reactioncontrol_reactioncontrol",
      "community_name": "Community 31"
    },
    {
      "label": "feedTypes.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feedtypes.ts",
      "id": "remix_app_components_feed_feedtypes",
      "community_name": "Community 31"
    },
    {
      "label": "PublicProfile",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 31,
      "norm_label": "publicprofile",
      "id": "remix_app_components_feed_feedtypes_publicprofile",
      "community_name": "Community 31"
    },
    {
      "label": "FeedAuthor",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feedauthor",
      "id": "remix_app_components_feed_feedtypes_feedauthor",
      "community_name": "Community 31"
    },
    {
      "label": "PostType",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 31,
      "norm_label": "posttype",
      "id": "remix_app_components_feed_feedtypes_posttype",
      "community_name": "Community 31"
    },
    {
      "label": "PostVisibility",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postvisibility",
      "id": "remix_app_components_feed_feedtypes_postvisibility",
      "community_name": "Community 31"
    },
    {
      "label": "MarketplaceCategory",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 31,
      "norm_label": "marketplacecategory",
      "id": "remix_app_components_feed_feedtypes_marketplacecategory",
      "community_name": "Community 31"
    },
    {
      "label": "MarketplaceListing",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 31,
      "norm_label": "marketplacelisting",
      "id": "remix_app_components_feed_feedtypes_marketplacelisting",
      "community_name": "Community 31"
    },
    {
      "label": "PostComment",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postcomment",
      "id": "remix_app_components_feed_feedtypes_postcomment",
      "community_name": "Community 31"
    },
    {
      "label": "PublicPost",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 31,
      "norm_label": "publicpost",
      "id": "remix_app_components_feed_feedtypes_publicpost",
      "community_name": "Community 31"
    },
    {
      "label": "PostChange",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postchange",
      "id": "remix_app_components_feed_feedtypes_postchange",
      "community_name": "Community 31"
    },
    {
      "label": "AlgorithmInterest",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L110",
      "_origin": "ast",
      "community": 31,
      "norm_label": "algorithminterest",
      "id": "remix_app_components_feed_feedtypes_algorithminterest",
      "community_name": "Community 31"
    },
    {
      "label": "PublicAlgorithm",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 31,
      "norm_label": "publicalgorithm",
      "id": "remix_app_components_feed_feedtypes_publicalgorithm",
      "community_name": "Community 31"
    },
    {
      "label": "FeedFiltersState",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L130",
      "_origin": "ast",
      "community": 31,
      "norm_label": "feedfiltersstate",
      "id": "remix_app_components_feed_feedtypes_feedfiltersstate",
      "community_name": "Community 31"
    },
    {
      "label": "EngagementSignal",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L138",
      "_origin": "ast",
      "community": 31,
      "norm_label": "engagementsignal",
      "id": "remix_app_components_feed_feedtypes_engagementsignal",
      "community_name": "Community 31"
    },
    {
      "label": "EngagementEvent",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L140",
      "_origin": "ast",
      "community": 31,
      "norm_label": "engagementevent",
      "id": "remix_app_components_feed_feedtypes_engagementevent",
      "community_name": "Community 31"
    },
    {
      "label": "REACTION_EMOJIS",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L146",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reaction_emojis",
      "id": "remix_app_components_feed_feedtypes_reaction_emojis",
      "community_name": "Community 31"
    },
    {
      "label": "POST_TYPE_META",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L148",
      "_origin": "ast",
      "community": 31,
      "norm_label": "post_type_meta",
      "id": "remix_app_components_feed_feedtypes_post_type_meta",
      "community_name": "Community 31"
    },
    {
      "label": "CIRCLE_META",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L155",
      "_origin": "ast",
      "community": 31,
      "norm_label": "circle_meta",
      "id": "remix_app_components_feed_feedtypes_circle_meta",
      "community_name": "Community 31"
    },
    {
      "label": "MARKETPLACE_CATEGORY_META",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L162",
      "_origin": "ast",
      "community": 31,
      "norm_label": "marketplace_category_meta",
      "id": "remix_app_components_feed_feedtypes_marketplace_category_meta",
      "community_name": "Community 31"
    },
    {
      "label": "timeAgo()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L172",
      "_origin": "ast",
      "community": 31,
      "norm_label": "timeago()",
      "id": "remix_app_components_feed_feedtypes_timeago",
      "community_name": "Community 31"
    },
    {
      "label": "reactionFailure.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionFailure.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "reactionfailure.test.ts",
      "id": "remix_app_components_feed_reactionfailure_test",
      "community_name": "Community 102"
    },
    {
      "label": "reactionFailure.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "reactionfailure.ts",
      "id": "remix_app_components_feed_reactionfailure",
      "community_name": "Community 102"
    },
    {
      "label": "isUnknownReactionFailure()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 102,
      "norm_label": "isunknownreactionfailure()",
      "id": "remix_app_components_feed_reactionfailure_isunknownreactionfailure",
      "community_name": "Community 102"
    },
    {
      "label": "shouldReconcileReactionFailure()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 102,
      "norm_label": "shouldreconcilereactionfailure()",
      "id": "remix_app_components_feed_reactionfailure_shouldreconcilereactionfailure",
      "community_name": "Community 102"
    },
    {
      "label": "reactionFailureMessage()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 102,
      "norm_label": "reactionfailuremessage()",
      "id": "remix_app_components_feed_reactionfailure_reactionfailuremessage",
      "community_name": "Community 102"
    },
    {
      "label": "reactionOverlay.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "reactionoverlay.ts",
      "id": "remix_app_components_feed_reactionoverlay",
      "community_name": "Community 31"
    },
    {
      "label": "OverlayTarget",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 31,
      "norm_label": "overlaytarget",
      "id": "remix_app_components_feed_reactionoverlay_overlaytarget",
      "community_name": "Community 31"
    },
    {
      "label": "OverlayEntry",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 31,
      "norm_label": "overlayentry",
      "id": "remix_app_components_feed_reactionoverlay_overlayentry",
      "community_name": "Community 31"
    },
    {
      "label": "overlays",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 31,
      "norm_label": "overlays",
      "id": "remix_app_components_feed_reactionoverlay_overlays",
      "community_name": "Community 31"
    },
    {
      "label": "noteLocalReactions()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L42",
      "_origin": "ast",
      "community": 31,
      "norm_label": "notelocalreactions()",
      "id": "remix_app_components_feed_reactionoverlay_notelocalreactions",
      "community_name": "Community 31"
    },
    {
      "label": "mergeReactionOverlay()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 31,
      "norm_label": "mergereactionoverlay()",
      "id": "remix_app_components_feed_reactionoverlay_mergereactionoverlay",
      "community_name": "Community 31"
    },
    {
      "label": "mergeReactionOverlays()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 31,
      "norm_label": "mergereactionoverlays()",
      "id": "remix_app_components_feed_reactionoverlay_mergereactionoverlays",
      "community_name": "Community 31"
    },
    {
      "label": "threadCache.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "threadcache.ts",
      "id": "remix_app_components_feed_threadcache",
      "community_name": "Community 31"
    },
    {
      "label": "Entry",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 31,
      "norm_label": "entry",
      "id": "remix_app_components_feed_threadcache_entry",
      "community_name": "Community 31"
    },
    {
      "label": "load()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 31,
      "norm_label": "load()",
      "id": "remix_app_components_feed_threadcache_load",
      "community_name": "Community 31"
    },
    {
      "label": "persist()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 31,
      "norm_label": "persist()",
      "id": "remix_app_components_feed_threadcache_persist",
      "community_name": "Community 31"
    },
    {
      "label": "getCachedThread()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 31,
      "norm_label": "getcachedthread()",
      "id": "remix_app_components_feed_threadcache_getcachedthread",
      "community_name": "Community 31"
    },
    {
      "label": "setCachedThread()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 31,
      "norm_label": "setcachedthread()",
      "id": "remix_app_components_feed_threadcache_setcachedthread",
      "community_name": "Community 31"
    },
    {
      "label": "warmAvatars()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L72",
      "_origin": "ast",
      "community": 31,
      "norm_label": "warmavatars()",
      "id": "remix_app_components_feed_threadcache_warmavatars",
      "community_name": "Community 31"
    },
    {
      "label": "inflight",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 31,
      "norm_label": "inflight",
      "id": "remix_app_components_feed_threadcache_inflight",
      "community_name": "Community 31"
    },
    {
      "label": "fetchThreadInto()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 31,
      "norm_label": "fetchthreadinto()",
      "id": "remix_app_components_feed_threadcache_fetchthreadinto",
      "community_name": "Community 31"
    },
    {
      "label": "prefetchNextDepth()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 31,
      "norm_label": "prefetchnextdepth()",
      "id": "remix_app_components_feed_threadcache_prefetchnextdepth",
      "community_name": "Community 31"
    },
    {
      "label": "useFeedEngagement.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "usefeedengagement.ts",
      "id": "remix_app_components_feed_usefeedengagement",
      "community_name": "Community 31"
    },
    {
      "label": "UseFeedEngagementArgs",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 31,
      "norm_label": "usefeedengagementargs",
      "id": "remix_app_components_feed_usefeedengagement_usefeedengagementargs",
      "community_name": "Community 31"
    },
    {
      "label": "UseFeedEngagementResult",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 31,
      "norm_label": "usefeedengagementresult",
      "id": "remix_app_components_feed_usefeedengagement_usefeedengagementresult",
      "community_name": "Community 31"
    },
    {
      "label": "useFeedEngagement()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 31,
      "norm_label": "usefeedengagement()",
      "id": "remix_app_components_feed_usefeedengagement_usefeedengagement",
      "community_name": "Community 31"
    },
    {
      "label": "useViewTracking.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "useviewtracking.ts",
      "id": "remix_app_components_feed_useviewtracking",
      "community_name": "Community 31"
    },
    {
      "label": "PendingView",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 31,
      "norm_label": "pendingview",
      "id": "remix_app_components_feed_useviewtracking_pendingview",
      "community_name": "Community 31"
    },
    {
      "label": "UseViewTrackingResult",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 31,
      "norm_label": "useviewtrackingresult",
      "id": "remix_app_components_feed_useviewtracking_useviewtrackingresult",
      "community_name": "Community 31"
    },
    {
      "label": "useViewTracking()",
      "file_type": "code",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 31,
      "norm_label": "useviewtracking()",
      "id": "remix_app_components_feed_useviewtracking_useviewtracking",
      "community_name": "Community 31"
    },
    {
      "label": "Icon.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "icon.tsx",
      "id": "remix_app_components_icon_icon",
      "community_name": "Community 58"
    },
    {
      "label": "Icon()",
      "file_type": "code",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 58,
      "norm_label": "icon()",
      "id": "remix_app_components_icon_icon_icon",
      "community_name": "Community 58"
    },
    {
      "label": "ChakraThingRenderer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 114,
      "norm_label": "chakrathingrenderer.tsx",
      "id": "remix_app_components_kinds_chakrathingrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ALLOWED_COMPONENTS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L72",
      "_origin": "ast",
      "community": 114,
      "norm_label": "allowed_components",
      "id": "remix_app_components_kinds_chakrathingrenderer_allowed_components",
      "community_name": "Community 114"
    },
    {
      "label": "CHILDLESS_COMPONENTS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L132",
      "_origin": "ast",
      "community": 114,
      "norm_label": "childless_components",
      "id": "remix_app_components_kinds_chakrathingrenderer_childless_components",
      "community_name": "Community 114"
    },
    {
      "label": "BLOCKED_PROPS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L135",
      "_origin": "ast",
      "community": 114,
      "norm_label": "blocked_props",
      "id": "remix_app_components_kinds_chakrathingrenderer_blocked_props",
      "community_name": "Community 114"
    },
    {
      "label": "URL_PROPS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L137",
      "_origin": "ast",
      "community": 114,
      "norm_label": "url_props",
      "id": "remix_app_components_kinds_chakrathingrenderer_url_props",
      "community_name": "Community 114"
    },
    {
      "label": "POSITION_PROPS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L148",
      "_origin": "ast",
      "community": 114,
      "norm_label": "position_props",
      "id": "remix_app_components_kinds_chakrathingrenderer_position_props",
      "community_name": "Community 114"
    },
    {
      "label": "OUT_OF_FLOW_POSITIONS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L149",
      "_origin": "ast",
      "community": 114,
      "norm_label": "out_of_flow_positions",
      "id": "remix_app_components_kinds_chakrathingrenderer_out_of_flow_positions",
      "community_name": "Community 114"
    },
    {
      "label": "scrubPositionValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L153",
      "_origin": "ast",
      "community": 114,
      "norm_label": "scrubpositionvalue()",
      "id": "remix_app_components_kinds_chakrathingrenderer_scrubpositionvalue",
      "community_name": "Community 114"
    },
    {
      "label": "sanitizeValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L170",
      "_origin": "ast",
      "community": 114,
      "norm_label": "sanitizevalue()",
      "id": "remix_app_components_kinds_chakrathingrenderer_sanitizevalue",
      "community_name": "Community 114"
    },
    {
      "label": "sanitizeProps()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L194",
      "_origin": "ast",
      "community": 114,
      "norm_label": "sanitizeprops()",
      "id": "remix_app_components_kinds_chakrathingrenderer_sanitizeprops",
      "community_name": "Community 114"
    },
    {
      "label": "ChakraThingNode",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L217",
      "_origin": "ast",
      "community": 114,
      "norm_label": "chakrathingnode",
      "id": "remix_app_components_kinds_chakrathingrenderer_chakrathingnode",
      "community_name": "Community 114"
    },
    {
      "label": "isChakraThingNode()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L228",
      "_origin": "ast",
      "community": 82,
      "norm_label": "ischakrathingnode()",
      "id": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode",
      "community_name": "Community 82"
    },
    {
      "label": "RenderState",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L234",
      "_origin": "ast",
      "community": 114,
      "norm_label": "renderstate",
      "id": "remix_app_components_kinds_chakrathingrenderer_renderstate",
      "community_name": "Community 114"
    },
    {
      "label": "renderNode()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L236",
      "_origin": "ast",
      "community": 114,
      "norm_label": "rendernode()",
      "id": "remix_app_components_kinds_chakrathingrenderer_rendernode",
      "community_name": "Community 114"
    },
    {
      "label": "renderChildren()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L272",
      "_origin": "ast",
      "community": 114,
      "norm_label": "renderchildren()",
      "id": "remix_app_components_kinds_chakrathingrenderer_renderchildren",
      "community_name": "Community 114"
    },
    {
      "label": "ChakraThingRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L282",
      "_origin": "ast",
      "community": 114,
      "norm_label": "chakrathingrenderer()",
      "id": "remix_app_components_kinds_chakrathingrenderer_chakrathingrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "HtmlThingRenderer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 114,
      "norm_label": "htmlthingrenderer.tsx",
      "id": "remix_app_components_kinds_htmlthingrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ALLOWED_TAGS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 114,
      "norm_label": "allowed_tags",
      "id": "remix_app_components_kinds_htmlthingrenderer_allowed_tags",
      "community_name": "Community 114"
    },
    {
      "label": "ALLOWED_PROPS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L69",
      "_origin": "ast",
      "community": 114,
      "norm_label": "allowed_props",
      "id": "remix_app_components_kinds_htmlthingrenderer_allowed_props",
      "community_name": "Community 114"
    },
    {
      "label": "VOID_TAGS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L114",
      "_origin": "ast",
      "community": 114,
      "norm_label": "void_tags",
      "id": "remix_app_components_kinds_htmlthingrenderer_void_tags",
      "community_name": "Community 114"
    },
    {
      "label": "sanitizeStyle()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L119",
      "_origin": "ast",
      "community": 114,
      "norm_label": "sanitizestyle()",
      "id": "remix_app_components_kinds_htmlthingrenderer_sanitizestyle",
      "community_name": "Community 114"
    },
    {
      "label": "sanitizeProps()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L132",
      "_origin": "ast",
      "community": 114,
      "norm_label": "sanitizeprops()",
      "id": "remix_app_components_kinds_htmlthingrenderer_sanitizeprops",
      "community_name": "Community 114"
    },
    {
      "label": "HtmlThingNode",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L166",
      "_origin": "ast",
      "community": 114,
      "norm_label": "htmlthingnode",
      "id": "remix_app_components_kinds_htmlthingrenderer_htmlthingnode",
      "community_name": "Community 114"
    },
    {
      "label": "RenderState",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L175",
      "_origin": "ast",
      "community": 114,
      "norm_label": "renderstate",
      "id": "remix_app_components_kinds_htmlthingrenderer_renderstate",
      "community_name": "Community 114"
    },
    {
      "label": "renderNode()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L177",
      "_origin": "ast",
      "community": 114,
      "norm_label": "rendernode()",
      "id": "remix_app_components_kinds_htmlthingrenderer_rendernode",
      "community_name": "Community 114"
    },
    {
      "label": "renderChildren()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L204",
      "_origin": "ast",
      "community": 114,
      "norm_label": "renderchildren()",
      "id": "remix_app_components_kinds_htmlthingrenderer_renderchildren",
      "community_name": "Community 114"
    },
    {
      "label": "HtmlThingRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L210",
      "_origin": "ast",
      "community": 114,
      "norm_label": "htmlthingrenderer()",
      "id": "remix_app_components_kinds_htmlthingrenderer_htmlthingrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "index.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 219,
      "norm_label": "index.ts",
      "id": "remix_app_components_kinds_index",
      "community_name": "Community 219"
    },
    {
      "label": "kindPrimitives.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 88,
      "norm_label": "kindprimitives.tsx",
      "id": "remix_app_components_kinds_kindprimitives",
      "community_name": "Community 88"
    },
    {
      "label": "cardShell",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 88,
      "norm_label": "cardshell",
      "id": "remix_app_components_kinds_kindprimitives_cardshell",
      "community_name": "Community 88"
    },
    {
      "label": "KindCard()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 88,
      "norm_label": "kindcard()",
      "id": "remix_app_components_kinds_kindprimitives_kindcard",
      "community_name": "Community 88"
    },
    {
      "label": "KindBadge()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 88,
      "norm_label": "kindbadge()",
      "id": "remix_app_components_kinds_kindprimitives_kindbadge",
      "community_name": "Community 88"
    },
    {
      "label": "MutedMono()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 88,
      "norm_label": "mutedmono()",
      "id": "remix_app_components_kinds_kindprimitives_mutedmono",
      "community_name": "Community 88"
    },
    {
      "label": "CardTitle()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 88,
      "norm_label": "cardtitle()",
      "id": "remix_app_components_kinds_kindprimitives_cardtitle",
      "community_name": "Community 88"
    },
    {
      "label": "BodyText()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 88,
      "norm_label": "bodytext()",
      "id": "remix_app_components_kinds_kindprimitives_bodytext",
      "community_name": "Community 88"
    },
    {
      "label": "Avatar()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L73",
      "_origin": "ast",
      "community": 88,
      "norm_label": "avatar()",
      "id": "remix_app_components_kinds_kindprimitives_avatar",
      "community_name": "Community 88"
    },
    {
      "label": "CoverArea()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L111",
      "_origin": "ast",
      "community": 88,
      "norm_label": "coverarea()",
      "id": "remix_app_components_kinds_kindprimitives_coverarea",
      "community_name": "Community 88"
    },
    {
      "label": "Sparkline()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L140",
      "_origin": "ast",
      "community": 88,
      "norm_label": "sparkline()",
      "id": "remix_app_components_kinds_kindprimitives_sparkline",
      "community_name": "Community 88"
    },
    {
      "label": "ProgressBar()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L169",
      "_origin": "ast",
      "community": 88,
      "norm_label": "progressbar()",
      "id": "remix_app_components_kinds_kindprimitives_progressbar",
      "community_name": "Community 88"
    },
    {
      "label": "StarRating()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L185",
      "_origin": "ast",
      "community": 88,
      "norm_label": "starrating()",
      "id": "remix_app_components_kinds_kindprimitives_starrating",
      "community_name": "Community 88"
    },
    {
      "label": "DateBlock()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L206",
      "_origin": "ast",
      "community": 88,
      "norm_label": "dateblock()",
      "id": "remix_app_components_kinds_kindprimitives_dateblock",
      "community_name": "Community 88"
    },
    {
      "label": "StatCell()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L236",
      "_origin": "ast",
      "community": 88,
      "norm_label": "statcell()",
      "id": "remix_app_components_kinds_kindprimitives_statcell",
      "community_name": "Community 88"
    },
    {
      "label": "StepTracker()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L248",
      "_origin": "ast",
      "community": 88,
      "norm_label": "steptracker()",
      "id": "remix_app_components_kinds_kindprimitives_steptracker",
      "community_name": "Community 88"
    },
    {
      "label": "toStringOr()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L287",
      "_origin": "ast",
      "community": 88,
      "norm_label": "tostringor()",
      "id": "remix_app_components_kinds_kindprimitives_tostringor",
      "community_name": "Community 88"
    },
    {
      "label": "toNumberOr()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L290",
      "_origin": "ast",
      "community": 88,
      "norm_label": "tonumberor()",
      "id": "remix_app_components_kinds_kindprimitives_tonumberor",
      "community_name": "Community 88"
    },
    {
      "label": "toArray()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L295",
      "_origin": "ast",
      "community": 88,
      "norm_label": "toarray()",
      "id": "remix_app_components_kinds_kindprimitives_toarray",
      "community_name": "Community 88"
    },
    {
      "label": "toStringArray()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L297",
      "_origin": "ast",
      "community": 88,
      "norm_label": "tostringarray()",
      "id": "remix_app_components_kinds_kindprimitives_tostringarray",
      "community_name": "Community 88"
    },
    {
      "label": "maybeTimeAgo()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L302",
      "_origin": "ast",
      "community": 88,
      "norm_label": "maybetimeago()",
      "id": "remix_app_components_kinds_kindprimitives_maybetimeago",
      "community_name": "Community 88"
    },
    {
      "label": "formatPrice()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L309",
      "_origin": "ast",
      "community": 88,
      "norm_label": "formatprice()",
      "id": "remix_app_components_kinds_kindprimitives_formatprice",
      "community_name": "Community 88"
    },
    {
      "label": "formatDateTime()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L318",
      "_origin": "ast",
      "community": 88,
      "norm_label": "formatdatetime()",
      "id": "remix_app_components_kinds_kindprimitives_formatdatetime",
      "community_name": "Community 88"
    },
    {
      "label": "kindRegistry.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 219,
      "norm_label": "kindregistry.tsx",
      "id": "remix_app_components_kinds_kindregistry",
      "community_name": "Community 219"
    },
    {
      "label": "KindRenderContext",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 219,
      "norm_label": "kindrendercontext",
      "id": "remix_app_components_kinds_kindregistry_kindrendercontext",
      "community_name": "Community 219"
    },
    {
      "label": "KindRenderer",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 219,
      "norm_label": "kindrenderer",
      "id": "remix_app_components_kinds_kindregistry_kindrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "registry",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 219,
      "norm_label": "registry",
      "id": "remix_app_components_kinds_kindregistry_registry",
      "community_name": "Community 219"
    },
    {
      "label": "ensureBuiltinKinds()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L66",
      "_origin": "ast",
      "community": 219,
      "norm_label": "ensurebuiltinkinds()",
      "id": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds",
      "community_name": "Community 219"
    },
    {
      "label": "registerKindRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L79",
      "_origin": "ast",
      "community": 219,
      "norm_label": "registerkindrenderer()",
      "id": "remix_app_components_kinds_kindregistry_registerkindrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "getKindRenderers()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L91",
      "_origin": "ast",
      "community": 219,
      "norm_label": "getkindrenderers()",
      "id": "remix_app_components_kinds_kindregistry_getkindrenderers",
      "community_name": "Community 219"
    },
    {
      "label": "getKindRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L96",
      "_origin": "ast",
      "community": 219,
      "norm_label": "getkindrenderer()",
      "id": "remix_app_components_kinds_kindregistry_getkindrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "UNTRUSTED_SAFE_KINDS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L115",
      "_origin": "ast",
      "community": 219,
      "norm_label": "untrusted_safe_kinds",
      "id": "remix_app_components_kinds_kindregistry_untrusted_safe_kinds",
      "community_name": "Community 219"
    },
    {
      "label": "isKindSafeForUntrusted()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L131",
      "_origin": "ast",
      "community": 219,
      "norm_label": "iskindsafeforuntrusted()",
      "id": "remix_app_components_kinds_kindregistry_iskindsafeforuntrusted",
      "community_name": "Community 219"
    },
    {
      "label": "resolutionCandidates()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L137",
      "_origin": "ast",
      "community": 219,
      "norm_label": "resolutioncandidates()",
      "id": "remix_app_components_kinds_kindregistry_resolutioncandidates",
      "community_name": "Community 219"
    },
    {
      "label": "resolveKindRender()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L159",
      "_origin": "ast",
      "community": 219,
      "norm_label": "resolvekindrender()",
      "id": "remix_app_components_kinds_kindregistry_resolvekindrender",
      "community_name": "Community 219"
    },
    {
      "label": "resolveKindRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L176",
      "_origin": "ast",
      "community": 219,
      "norm_label": "resolvekindrenderer()",
      "id": "remix_app_components_kinds_kindregistry_resolvekindrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "RenderThingProps",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L179",
      "_origin": "ast",
      "community": 219,
      "norm_label": "renderthingprops",
      "id": "remix_app_components_kinds_kindregistry_renderthingprops",
      "community_name": "Community 219"
    },
    {
      "label": "RenderThing()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L188",
      "_origin": "ast",
      "community": 219,
      "norm_label": "renderthing()",
      "id": "remix_app_components_kinds_kindregistry_renderthing",
      "community_name": "Community 219"
    },
    {
      "label": "kindRenderers.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 114,
      "norm_label": "kindrenderers.tsx",
      "id": "remix_app_components_kinds_kindrenderers",
      "community_name": "Community 114"
    },
    {
      "label": "PostValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 114,
      "norm_label": "postvalue",
      "id": "remix_app_components_kinds_kindrenderers_postvalue",
      "community_name": "Community 114"
    },
    {
      "label": "PostRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 114,
      "norm_label": "postrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_postrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "VideoValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L79",
      "_origin": "ast",
      "community": 114,
      "norm_label": "videovalue",
      "id": "remix_app_components_kinds_kindrenderers_videovalue",
      "community_name": "Community 114"
    },
    {
      "label": "VideoRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L89",
      "_origin": "ast",
      "community": 114,
      "norm_label": "videorenderer()",
      "id": "remix_app_components_kinds_kindrenderers_videorenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ListingValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L169",
      "_origin": "ast",
      "community": 114,
      "norm_label": "listingvalue",
      "id": "remix_app_components_kinds_kindrenderers_listingvalue",
      "community_name": "Community 114"
    },
    {
      "label": "ListingRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L181",
      "_origin": "ast",
      "community": 114,
      "norm_label": "listingrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_listingrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "DashboardMetric",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L237",
      "_origin": "ast",
      "community": 114,
      "norm_label": "dashboardmetric",
      "id": "remix_app_components_kinds_kindrenderers_dashboardmetric",
      "community_name": "Community 114"
    },
    {
      "label": "DashboardValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L244",
      "_origin": "ast",
      "community": 114,
      "norm_label": "dashboardvalue",
      "id": "remix_app_components_kinds_kindrenderers_dashboardvalue",
      "community_name": "Community 114"
    },
    {
      "label": "DashboardRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L249",
      "_origin": "ast",
      "community": 114,
      "norm_label": "dashboardrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_dashboardrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "PlaceValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L291",
      "_origin": "ast",
      "community": 114,
      "norm_label": "placevalue",
      "id": "remix_app_components_kinds_kindrenderers_placevalue",
      "community_name": "Community 114"
    },
    {
      "label": "PlaceRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L299",
      "_origin": "ast",
      "community": 114,
      "norm_label": "placerenderer()",
      "id": "remix_app_components_kinds_kindrenderers_placerenderer",
      "community_name": "Community 114"
    },
    {
      "label": "NewsClaim",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L368",
      "_origin": "ast",
      "community": 114,
      "norm_label": "newsclaim",
      "id": "remix_app_components_kinds_kindrenderers_newsclaim",
      "community_name": "Community 114"
    },
    {
      "label": "NewsPerspective",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L369",
      "_origin": "ast",
      "community": 114,
      "norm_label": "newsperspective",
      "id": "remix_app_components_kinds_kindrenderers_newsperspective",
      "community_name": "Community 114"
    },
    {
      "label": "NewsValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L371",
      "_origin": "ast",
      "community": 114,
      "norm_label": "newsvalue",
      "id": "remix_app_components_kinds_kindrenderers_newsvalue",
      "community_name": "Community 114"
    },
    {
      "label": "verdictTone()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L381",
      "_origin": "ast",
      "community": 114,
      "norm_label": "verdicttone()",
      "id": "remix_app_components_kinds_kindrenderers_verdicttone",
      "community_name": "Community 114"
    },
    {
      "label": "NewsAnalysisRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L388",
      "_origin": "ast",
      "community": 114,
      "norm_label": "newsanalysisrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_newsanalysisrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ComparisonValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L474",
      "_origin": "ast",
      "community": 114,
      "norm_label": "comparisonvalue",
      "id": "remix_app_components_kinds_kindrenderers_comparisonvalue",
      "community_name": "Community 114"
    },
    {
      "label": "ComparisonRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L480",
      "_origin": "ast",
      "community": 114,
      "norm_label": "comparisonrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_comparisonrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ChartValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L564",
      "_origin": "ast",
      "community": 114,
      "norm_label": "chartvalue",
      "id": "remix_app_components_kinds_kindrenderers_chartvalue",
      "community_name": "Community 114"
    },
    {
      "label": "ChartRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L572",
      "_origin": "ast",
      "community": 114,
      "norm_label": "chartrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_chartrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ProfileValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L628",
      "_origin": "ast",
      "community": 114,
      "norm_label": "profilevalue",
      "id": "remix_app_components_kinds_kindrenderers_profilevalue",
      "community_name": "Community 114"
    },
    {
      "label": "ProfileRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L637",
      "_origin": "ast",
      "community": 114,
      "norm_label": "profilerenderer()",
      "id": "remix_app_components_kinds_kindrenderers_profilerenderer",
      "community_name": "Community 114"
    },
    {
      "label": "RecipeValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L686",
      "_origin": "ast",
      "community": 114,
      "norm_label": "recipevalue",
      "id": "remix_app_components_kinds_kindrenderers_recipevalue",
      "community_name": "Community 114"
    },
    {
      "label": "RecipeRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L694",
      "_origin": "ast",
      "community": 114,
      "norm_label": "reciperenderer()",
      "id": "remix_app_components_kinds_kindrenderers_reciperenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ElementRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L740",
      "_origin": "ast",
      "community": 114,
      "norm_label": "elementrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_elementrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "ChakraKindRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L748",
      "_origin": "ast",
      "community": 114,
      "norm_label": "chakrakindrenderer()",
      "id": "remix_app_components_kinds_kindrenderers_chakrakindrenderer",
      "community_name": "Community 114"
    },
    {
      "label": "registerCoreKinds()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L760",
      "_origin": "ast",
      "community": 114,
      "norm_label": "registercorekinds()",
      "id": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "community_name": "Community 114"
    },
    {
      "label": "kindRenderersCommerce.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 88,
      "norm_label": "kindrendererscommerce.tsx",
      "id": "remix_app_components_kinds_kindrendererscommerce",
      "community_name": "Community 88"
    },
    {
      "label": "ProductValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 88,
      "norm_label": "productvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_productvalue",
      "community_name": "Community 88"
    },
    {
      "label": "ProductRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 88,
      "norm_label": "productrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_productrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "OrderValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L81",
      "_origin": "ast",
      "community": 88,
      "norm_label": "ordervalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_ordervalue",
      "community_name": "Community 88"
    },
    {
      "label": "OrderRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L91",
      "_origin": "ast",
      "community": 88,
      "norm_label": "orderrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_orderrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "ShipmentValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L139",
      "_origin": "ast",
      "community": 88,
      "norm_label": "shipmentvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_shipmentvalue",
      "community_name": "Community 88"
    },
    {
      "label": "ShipmentRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L141",
      "_origin": "ast",
      "community": 88,
      "norm_label": "shipmentrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_shipmentrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "CouponValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L159",
      "_origin": "ast",
      "community": 88,
      "norm_label": "couponvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_couponvalue",
      "community_name": "Community 88"
    },
    {
      "label": "CouponRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L161",
      "_origin": "ast",
      "community": 88,
      "norm_label": "couponrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_couponrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "DonationValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L185",
      "_origin": "ast",
      "community": 88,
      "norm_label": "donationvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_donationvalue",
      "community_name": "Community 88"
    },
    {
      "label": "DonationRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L187",
      "_origin": "ast",
      "community": 88,
      "norm_label": "donationrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_donationrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "SubscriptionValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L214",
      "_origin": "ast",
      "community": 88,
      "norm_label": "subscriptionvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_subscriptionvalue",
      "community_name": "Community 88"
    },
    {
      "label": "SubscriptionRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L216",
      "_origin": "ast",
      "community": 88,
      "norm_label": "subscriptionrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_subscriptionrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "StockValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L257",
      "_origin": "ast",
      "community": 88,
      "norm_label": "stockvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_stockvalue",
      "community_name": "Community 88"
    },
    {
      "label": "StockRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L259",
      "_origin": "ast",
      "community": 88,
      "norm_label": "stockrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_stockrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "BudgetValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L291",
      "_origin": "ast",
      "community": 88,
      "norm_label": "budgetvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_budgetvalue",
      "community_name": "Community 88"
    },
    {
      "label": "BudgetRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L293",
      "_origin": "ast",
      "community": 88,
      "norm_label": "budgetrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_budgetrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "PropertyValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L320",
      "_origin": "ast",
      "community": 88,
      "norm_label": "propertyvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_propertyvalue",
      "community_name": "Community 88"
    },
    {
      "label": "PropertyRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L322",
      "_origin": "ast",
      "community": 88,
      "norm_label": "propertyrenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_propertyrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "MenuValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L349",
      "_origin": "ast",
      "community": 88,
      "norm_label": "menuvalue",
      "id": "remix_app_components_kinds_kindrendererscommerce_menuvalue",
      "community_name": "Community 88"
    },
    {
      "label": "MenuRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L351",
      "_origin": "ast",
      "community": 88,
      "norm_label": "menurenderer()",
      "id": "remix_app_components_kinds_kindrendererscommerce_menurenderer",
      "community_name": "Community 88"
    },
    {
      "label": "registerCommerceKinds()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L394",
      "_origin": "ast",
      "community": 88,
      "norm_label": "registercommercekinds()",
      "id": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "community_name": "Community 88"
    },
    {
      "label": "kindRenderersKnowledge.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 219,
      "norm_label": "kindrenderersknowledge.tsx",
      "id": "remix_app_components_kinds_kindrenderersknowledge",
      "community_name": "Community 219"
    },
    {
      "label": "WEATHER_EMOJI",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 219,
      "norm_label": "weather_emoji",
      "id": "remix_app_components_kinds_kindrenderersknowledge_weather_emoji",
      "community_name": "Community 219"
    },
    {
      "label": "weatherEmoji()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 219,
      "norm_label": "weatheremoji()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_weatheremoji",
      "community_name": "Community 219"
    },
    {
      "label": "WeatherValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 219,
      "norm_label": "weathervalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_weathervalue",
      "community_name": "Community 219"
    },
    {
      "label": "WeatherRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 219,
      "norm_label": "weatherrenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_weatherrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "WorkoutValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L106",
      "_origin": "ast",
      "community": 219,
      "norm_label": "workoutvalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_workoutvalue",
      "community_name": "Community 219"
    },
    {
      "label": "WorkoutRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L108",
      "_origin": "ast",
      "community": 219,
      "norm_label": "workoutrenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_workoutrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "CourseValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L134",
      "_origin": "ast",
      "community": 219,
      "norm_label": "coursevalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_coursevalue",
      "community_name": "Community 219"
    },
    {
      "label": "CourseRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L136",
      "_origin": "ast",
      "community": 219,
      "norm_label": "courserenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_courserenderer",
      "community_name": "Community 219"
    },
    {
      "label": "CertificateValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L170",
      "_origin": "ast",
      "community": 219,
      "norm_label": "certificatevalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_certificatevalue",
      "community_name": "Community 219"
    },
    {
      "label": "CertificateRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L172",
      "_origin": "ast",
      "community": 219,
      "norm_label": "certificaterenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_certificaterenderer",
      "community_name": "Community 219"
    },
    {
      "label": "DefinitionValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L207",
      "_origin": "ast",
      "community": 219,
      "norm_label": "definitionvalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_definitionvalue",
      "community_name": "Community 219"
    },
    {
      "label": "DefinitionRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L209",
      "_origin": "ast",
      "community": 219,
      "norm_label": "definitionrenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_definitionrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "LeaderboardValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L242",
      "_origin": "ast",
      "community": 219,
      "norm_label": "leaderboardvalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_leaderboardvalue",
      "community_name": "Community 219"
    },
    {
      "label": "LeaderboardRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L244",
      "_origin": "ast",
      "community": 219,
      "norm_label": "leaderboardrenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_leaderboardrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "MatchValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L268",
      "_origin": "ast",
      "community": 219,
      "norm_label": "matchvalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_matchvalue",
      "community_name": "Community 219"
    },
    {
      "label": "MatchRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L270",
      "_origin": "ast",
      "community": 219,
      "norm_label": "matchrenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_matchrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "CHANGE_TONES",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L302",
      "_origin": "ast",
      "community": 219,
      "norm_label": "change_tones",
      "id": "remix_app_components_kinds_kindrenderersknowledge_change_tones",
      "community_name": "Community 219"
    },
    {
      "label": "ChangelogValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L312",
      "_origin": "ast",
      "community": 219,
      "norm_label": "changelogvalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_changelogvalue",
      "community_name": "Community 219"
    },
    {
      "label": "ChangelogRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L314",
      "_origin": "ast",
      "community": 219,
      "norm_label": "changelogrenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_changelogrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "PlantValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L335",
      "_origin": "ast",
      "community": 219,
      "norm_label": "plantvalue",
      "id": "remix_app_components_kinds_kindrenderersknowledge_plantvalue",
      "community_name": "Community 219"
    },
    {
      "label": "PlantRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L337",
      "_origin": "ast",
      "community": 219,
      "norm_label": "plantrenderer()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_plantrenderer",
      "community_name": "Community 219"
    },
    {
      "label": "registerKnowledgeKinds()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L368",
      "_origin": "ast",
      "community": 219,
      "norm_label": "registerknowledgekinds()",
      "id": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "community_name": "Community 219"
    },
    {
      "label": "kindRenderersMedia.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 243,
      "norm_label": "kindrenderersmedia.tsx",
      "id": "remix_app_components_kinds_kindrenderersmedia",
      "community_name": "Community 243"
    },
    {
      "label": "ImageValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 243,
      "norm_label": "imagevalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_imagevalue",
      "community_name": "Community 243"
    },
    {
      "label": "ImageRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 243,
      "norm_label": "imagerenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_imagerenderer",
      "community_name": "Community 243"
    },
    {
      "label": "AudioValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L63",
      "_origin": "ast",
      "community": 243,
      "norm_label": "audiovalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_audiovalue",
      "community_name": "Community 243"
    },
    {
      "label": "AudioRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 243,
      "norm_label": "audiorenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_audiorenderer",
      "community_name": "Community 243"
    },
    {
      "label": "PlaylistValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L102",
      "_origin": "ast",
      "community": 243,
      "norm_label": "playlistvalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_playlistvalue",
      "community_name": "Community 243"
    },
    {
      "label": "PlaylistRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 243,
      "norm_label": "playlistrenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_playlistrenderer",
      "community_name": "Community 243"
    },
    {
      "label": "PodcastValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L132",
      "_origin": "ast",
      "community": 243,
      "norm_label": "podcastvalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_podcastvalue",
      "community_name": "Community 243"
    },
    {
      "label": "PodcastRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L134",
      "_origin": "ast",
      "community": 88,
      "norm_label": "podcastrenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_podcastrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "ArticleValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L158",
      "_origin": "ast",
      "community": 243,
      "norm_label": "articlevalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_articlevalue",
      "community_name": "Community 243"
    },
    {
      "label": "ArticleRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L160",
      "_origin": "ast",
      "community": 88,
      "norm_label": "articlerenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_articlerenderer",
      "community_name": "Community 88"
    },
    {
      "label": "QuoteValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L187",
      "_origin": "ast",
      "community": 243,
      "norm_label": "quotevalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_quotevalue",
      "community_name": "Community 243"
    },
    {
      "label": "QuoteRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L189",
      "_origin": "ast",
      "community": 243,
      "norm_label": "quoterenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_quoterenderer",
      "community_name": "Community 243"
    },
    {
      "label": "BookValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L214",
      "_origin": "ast",
      "community": 243,
      "norm_label": "bookvalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_bookvalue",
      "community_name": "Community 243"
    },
    {
      "label": "BookRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L216",
      "_origin": "ast",
      "community": 243,
      "norm_label": "bookrenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_bookrenderer",
      "community_name": "Community 243"
    },
    {
      "label": "MovieValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L257",
      "_origin": "ast",
      "community": 243,
      "norm_label": "movievalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_movievalue",
      "community_name": "Community 243"
    },
    {
      "label": "MovieRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L259",
      "_origin": "ast",
      "community": 243,
      "norm_label": "movierenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_movierenderer",
      "community_name": "Community 243"
    },
    {
      "label": "LinkValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L301",
      "_origin": "ast",
      "community": 243,
      "norm_label": "linkvalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_linkvalue",
      "community_name": "Community 243"
    },
    {
      "label": "LinkRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L303",
      "_origin": "ast",
      "community": 243,
      "norm_label": "linkrenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_linkrenderer",
      "community_name": "Community 243"
    },
    {
      "label": "FILE_EMOJI",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L342",
      "_origin": "ast",
      "community": 243,
      "norm_label": "file_emoji",
      "id": "remix_app_components_kinds_kindrenderersmedia_file_emoji",
      "community_name": "Community 243"
    },
    {
      "label": "FileValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L361",
      "_origin": "ast",
      "community": 243,
      "norm_label": "filevalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_filevalue",
      "community_name": "Community 243"
    },
    {
      "label": "FileRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L363",
      "_origin": "ast",
      "community": 243,
      "norm_label": "filerenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_filerenderer",
      "community_name": "Community 243"
    },
    {
      "label": "CodeValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L388",
      "_origin": "ast",
      "community": 243,
      "norm_label": "codevalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_codevalue",
      "community_name": "Community 243"
    },
    {
      "label": "CodeRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L390",
      "_origin": "ast",
      "community": 243,
      "norm_label": "coderenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_coderenderer",
      "community_name": "Community 243"
    },
    {
      "label": "RepoValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L426",
      "_origin": "ast",
      "community": 243,
      "norm_label": "repovalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_repovalue",
      "community_name": "Community 243"
    },
    {
      "label": "RepositoryRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L428",
      "_origin": "ast",
      "community": 243,
      "norm_label": "repositoryrenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_repositoryrenderer",
      "community_name": "Community 243"
    },
    {
      "label": "RichTextBlock",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L455",
      "_origin": "ast",
      "community": 243,
      "norm_label": "richtextblock",
      "id": "remix_app_components_kinds_kindrenderersmedia_richtextblock",
      "community_name": "Community 243"
    },
    {
      "label": "RichTextValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L456",
      "_origin": "ast",
      "community": 243,
      "norm_label": "richtextvalue",
      "id": "remix_app_components_kinds_kindrenderersmedia_richtextvalue",
      "community_name": "Community 243"
    },
    {
      "label": "RichTextRenderLimits",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L457",
      "_origin": "ast",
      "community": 243,
      "norm_label": "richtextrenderlimits",
      "id": "remix_app_components_kinds_kindrenderersmedia_richtextrenderlimits",
      "community_name": "Community 243"
    },
    {
      "label": "boundedRenderValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L467",
      "_origin": "ast",
      "community": 243,
      "norm_label": "boundedrendervalue()",
      "id": "remix_app_components_kinds_kindrenderersmedia_boundedrendervalue",
      "community_name": "Community 243"
    },
    {
      "label": "inlineText()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L477",
      "_origin": "ast",
      "community": 243,
      "norm_label": "inlinetext()",
      "id": "remix_app_components_kinds_kindrenderersmedia_inlinetext",
      "community_name": "Community 243"
    },
    {
      "label": "sanitizeInlineHtml()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L481",
      "_origin": "ast",
      "community": 243,
      "norm_label": "sanitizeinlinehtml()",
      "id": "remix_app_components_kinds_kindrenderersmedia_sanitizeinlinehtml",
      "community_name": "Community 243"
    },
    {
      "label": "inlineMarkupSx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L485",
      "_origin": "ast",
      "community": 243,
      "norm_label": "inlinemarkupsx",
      "id": "remix_app_components_kinds_kindrenderersmedia_inlinemarkupsx",
      "community_name": "Community 243"
    },
    {
      "label": "NormalizedListItem",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L497",
      "_origin": "ast",
      "community": 243,
      "norm_label": "normalizedlistitem",
      "id": "remix_app_components_kinds_kindrenderersmedia_normalizedlistitem",
      "community_name": "Community 243"
    },
    {
      "label": "normalizeListItems()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L499",
      "_origin": "ast",
      "community": 243,
      "norm_label": "normalizelistitems()",
      "id": "remix_app_components_kinds_kindrenderersmedia_normalizelistitems",
      "community_name": "Community 243"
    },
    {
      "label": "boundedTableContent()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L523",
      "_origin": "ast",
      "community": 243,
      "norm_label": "boundedtablecontent()",
      "id": "remix_app_components_kinds_kindrenderersmedia_boundedtablecontent",
      "community_name": "Community 243"
    },
    {
      "label": "ListLevel()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L545",
      "_origin": "ast",
      "community": 243,
      "norm_label": "listlevel()",
      "id": "remix_app_components_kinds_kindrenderersmedia_listlevel",
      "community_name": "Community 243"
    },
    {
      "label": "RichTextBlocks()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L580",
      "_origin": "ast",
      "community": 243,
      "norm_label": "richtextblocks()",
      "id": "remix_app_components_kinds_kindrenderersmedia_richtextblocks",
      "community_name": "Community 243"
    },
    {
      "label": "RichTextRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L771",
      "_origin": "ast",
      "community": 243,
      "norm_label": "richtextrenderer()",
      "id": "remix_app_components_kinds_kindrenderersmedia_richtextrenderer",
      "community_name": "Community 243"
    },
    {
      "label": "registerMediaKinds()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L781",
      "_origin": "ast",
      "community": 243,
      "norm_label": "registermediakinds()",
      "id": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "community_name": "Community 243"
    },
    {
      "label": "kindRenderersPlanning.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 88,
      "norm_label": "kindrenderersplanning.tsx",
      "id": "remix_app_components_kinds_kindrenderersplanning",
      "community_name": "Community 88"
    },
    {
      "label": "EventValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 88,
      "norm_label": "eventvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_eventvalue",
      "community_name": "Community 88"
    },
    {
      "label": "EventRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 88,
      "norm_label": "eventrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_eventrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "TicketValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L51",
      "_origin": "ast",
      "community": 88,
      "norm_label": "ticketvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_ticketvalue",
      "community_name": "Community 88"
    },
    {
      "label": "TicketRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 88,
      "norm_label": "ticketrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_ticketrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "CalendarValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L95",
      "_origin": "ast",
      "community": 88,
      "norm_label": "calendarvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_calendarvalue",
      "community_name": "Community 88"
    },
    {
      "label": "CalendarRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 88,
      "norm_label": "calendarrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_calendarrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "TaskValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L127",
      "_origin": "ast",
      "community": 88,
      "norm_label": "taskvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_taskvalue",
      "community_name": "Community 88"
    },
    {
      "label": "priorityTone()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L129",
      "_origin": "ast",
      "community": 88,
      "norm_label": "prioritytone()",
      "id": "remix_app_components_kinds_kindrenderersplanning_prioritytone",
      "community_name": "Community 88"
    },
    {
      "label": "TaskRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L136",
      "_origin": "ast",
      "community": 88,
      "norm_label": "taskrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_taskrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "TaskListValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L181",
      "_origin": "ast",
      "community": 88,
      "norm_label": "tasklistvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_tasklistvalue",
      "community_name": "Community 88"
    },
    {
      "label": "TaskListRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L183",
      "_origin": "ast",
      "community": 88,
      "norm_label": "tasklistrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_tasklistrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "TimelineValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L225",
      "_origin": "ast",
      "community": 88,
      "norm_label": "timelinevalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_timelinevalue",
      "community_name": "Community 88"
    },
    {
      "label": "TimelineRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L227",
      "_origin": "ast",
      "community": 88,
      "norm_label": "timelinerenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_timelinerenderer",
      "community_name": "Community 88"
    },
    {
      "label": "MilestoneValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L252",
      "_origin": "ast",
      "community": 88,
      "norm_label": "milestonevalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_milestonevalue",
      "community_name": "Community 88"
    },
    {
      "label": "MilestoneRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L254",
      "_origin": "ast",
      "community": 88,
      "norm_label": "milestonerenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_milestonerenderer",
      "community_name": "Community 88"
    },
    {
      "label": "ItineraryValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L294",
      "_origin": "ast",
      "community": 88,
      "norm_label": "itineraryvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_itineraryvalue",
      "community_name": "Community 88"
    },
    {
      "label": "ItineraryRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L296",
      "_origin": "ast",
      "community": 88,
      "norm_label": "itineraryrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_itineraryrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "BookingValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L323",
      "_origin": "ast",
      "community": 88,
      "norm_label": "bookingvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_bookingvalue",
      "community_name": "Community 88"
    },
    {
      "label": "BookingRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L325",
      "_origin": "ast",
      "community": 88,
      "norm_label": "bookingrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_bookingrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "FlightValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L347",
      "_origin": "ast",
      "community": 88,
      "norm_label": "flightvalue",
      "id": "remix_app_components_kinds_kindrenderersplanning_flightvalue",
      "community_name": "Community 88"
    },
    {
      "label": "FlightRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L349",
      "_origin": "ast",
      "community": 88,
      "norm_label": "flightrenderer()",
      "id": "remix_app_components_kinds_kindrenderersplanning_flightrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "registerPlanningKinds()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L388",
      "_origin": "ast",
      "community": 88,
      "norm_label": "registerplanningkinds()",
      "id": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "community_name": "Community 88"
    },
    {
      "label": "kindRenderersSocial.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 88,
      "norm_label": "kindrendererssocial.tsx",
      "id": "remix_app_components_kinds_kindrendererssocial",
      "community_name": "Community 88"
    },
    {
      "label": "EmailValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 88,
      "norm_label": "emailvalue",
      "id": "remix_app_components_kinds_kindrendererssocial_emailvalue",
      "community_name": "Community 88"
    },
    {
      "label": "EmailRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 88,
      "norm_label": "emailrenderer()",
      "id": "remix_app_components_kinds_kindrendererssocial_emailrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "ChatMessage",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 88,
      "norm_label": "chatmessage",
      "id": "remix_app_components_kinds_kindrendererssocial_chatmessage",
      "community_name": "Community 88"
    },
    {
      "label": "ChatValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 88,
      "norm_label": "chatvalue",
      "id": "remix_app_components_kinds_kindrendererssocial_chatvalue",
      "community_name": "Community 88"
    },
    {
      "label": "ChatRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 88,
      "norm_label": "chatrenderer()",
      "id": "remix_app_components_kinds_kindrendererssocial_chatrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "ContactValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L92",
      "_origin": "ast",
      "community": 88,
      "norm_label": "contactvalue",
      "id": "remix_app_components_kinds_kindrendererssocial_contactvalue",
      "community_name": "Community 88"
    },
    {
      "label": "ContactRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L94",
      "_origin": "ast",
      "community": 88,
      "norm_label": "contactrenderer()",
      "id": "remix_app_components_kinds_kindrendererssocial_contactrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "FaqValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L132",
      "_origin": "ast",
      "community": 88,
      "norm_label": "faqvalue",
      "id": "remix_app_components_kinds_kindrendererssocial_faqvalue",
      "community_name": "Community 88"
    },
    {
      "label": "FaqRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L134",
      "_origin": "ast",
      "community": 88,
      "norm_label": "faqrenderer()",
      "id": "remix_app_components_kinds_kindrendererssocial_faqrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "PollValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L175",
      "_origin": "ast",
      "community": 88,
      "norm_label": "pollvalue",
      "id": "remix_app_components_kinds_kindrendererssocial_pollvalue",
      "community_name": "Community 88"
    },
    {
      "label": "PollRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L177",
      "_origin": "ast",
      "community": 88,
      "norm_label": "pollrenderer()",
      "id": "remix_app_components_kinds_kindrendererssocial_pollrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "ReviewValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L224",
      "_origin": "ast",
      "community": 88,
      "norm_label": "reviewvalue",
      "id": "remix_app_components_kinds_kindrendererssocial_reviewvalue",
      "community_name": "Community 88"
    },
    {
      "label": "ReviewRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L226",
      "_origin": "ast",
      "community": 88,
      "norm_label": "reviewrenderer()",
      "id": "remix_app_components_kinds_kindrendererssocial_reviewrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "JobValue",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L250",
      "_origin": "ast",
      "community": 88,
      "norm_label": "jobvalue",
      "id": "remix_app_components_kinds_kindrendererssocial_jobvalue",
      "community_name": "Community 88"
    },
    {
      "label": "JobRenderer()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L252",
      "_origin": "ast",
      "community": 88,
      "norm_label": "jobrenderer()",
      "id": "remix_app_components_kinds_kindrendererssocial_jobrenderer",
      "community_name": "Community 88"
    },
    {
      "label": "registerSocialKinds()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L282",
      "_origin": "ast",
      "community": 88,
      "norm_label": "registersocialkinds()",
      "id": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "community_name": "Community 88"
    },
    {
      "label": "safeUrl.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 114,
      "norm_label": "safeurl.test.ts",
      "id": "remix_app_components_kinds_safeurl_test",
      "community_name": "Community 114"
    },
    {
      "label": "safeUrl.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 114,
      "norm_label": "safeurl.ts",
      "id": "remix_app_components_kinds_safeurl",
      "community_name": "Community 114"
    },
    {
      "label": "SAFE_PROTOCOLS",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 114,
      "norm_label": "safe_protocols",
      "id": "remix_app_components_kinds_safeurl_safe_protocols",
      "community_name": "Community 114"
    },
    {
      "label": "isSafeUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 114,
      "norm_label": "issafeurl()",
      "id": "remix_app_components_kinds_safeurl_issafeurl",
      "community_name": "Community 114"
    },
    {
      "label": "safeUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 243,
      "norm_label": "safeurl()",
      "id": "remix_app_components_kinds_safeurl_safeurl",
      "community_name": "Community 243"
    },
    {
      "label": "isSafeCssText()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 114,
      "norm_label": "issafecsstext()",
      "id": "remix_app_components_kinds_safeurl_issafecsstext",
      "community_name": "Community 114"
    },
    {
      "label": "isEventHandlerProp()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 114,
      "norm_label": "iseventhandlerprop()",
      "id": "remix_app_components_kinds_safeurl_iseventhandlerprop",
      "community_name": "Community 114"
    },
    {
      "label": "applyNoOpener()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 114,
      "norm_label": "applynoopener()",
      "id": "remix_app_components_kinds_safeurl_applynoopener",
      "community_name": "Community 114"
    },
    {
      "label": "safeCssUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 114,
      "norm_label": "safecssurl()",
      "id": "remix_app_components_kinds_safeurl_safecssurl",
      "community_name": "Community 114"
    },
    {
      "label": "sampleKindThings.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/sampleKindThings.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 219,
      "norm_label": "samplekindthings.ts",
      "id": "remix_app_components_kinds_samplekindthings",
      "community_name": "Community 219"
    },
    {
      "label": "sampleKindThings",
      "file_type": "code",
      "source_file": "remix/app/components/Kinds/sampleKindThings.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 219,
      "norm_label": "samplekindthings",
      "id": "remix_app_components_kinds_samplekindthings_samplekindthings",
      "community_name": "Community 219"
    },
    {
      "label": "BrutalButton.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/BrutalButton.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "brutalbutton.tsx",
      "id": "remix_app_components_landing_brutalbutton",
      "community_name": "Community 197"
    },
    {
      "label": "BrutalVariant",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/BrutalButton.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 197,
      "norm_label": "brutalvariant",
      "id": "remix_app_components_landing_brutalbutton_brutalvariant",
      "community_name": "Community 197"
    },
    {
      "label": "BrutalButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/BrutalButton.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 197,
      "norm_label": "brutalbutton()",
      "id": "remix_app_components_landing_brutalbutton_brutalbutton",
      "community_name": "Community 197"
    },
    {
      "label": "ConfettiCanvas.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "confetticanvas.tsx",
      "id": "remix_app_components_landing_confetticanvas",
      "community_name": "Community 208"
    },
    {
      "label": "CONFETTI_COLORS",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 208,
      "norm_label": "confetti_colors",
      "id": "remix_app_components_landing_confetticanvas_confetti_colors",
      "community_name": "Community 208"
    },
    {
      "label": "Particle",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 208,
      "norm_label": "particle",
      "id": "remix_app_components_landing_confetticanvas_particle",
      "community_name": "Community 208"
    },
    {
      "label": "ConfettiCanvas()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 208,
      "norm_label": "confetticanvas()",
      "id": "remix_app_components_landing_confetticanvas_confetticanvas",
      "community_name": "Community 208"
    },
    {
      "label": "Landing.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "landing.tsx",
      "id": "remix_app_components_landing_landing",
      "community_name": "Community 197"
    },
    {
      "label": "RainbowSpan()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 197,
      "norm_label": "rainbowspan()",
      "id": "remix_app_components_landing_landing_rainbowspan",
      "community_name": "Community 197"
    },
    {
      "label": "Eyebrow()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 197,
      "norm_label": "eyebrow()",
      "id": "remix_app_components_landing_landing_eyebrow",
      "community_name": "Community 197"
    },
    {
      "label": "SectionH2()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 197,
      "norm_label": "sectionh2()",
      "id": "remix_app_components_landing_landing_sectionh2",
      "community_name": "Community 197"
    },
    {
      "label": "ColorDot()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L70",
      "_origin": "ast",
      "community": 197,
      "norm_label": "colordot()",
      "id": "remix_app_components_landing_landing_colordot",
      "community_name": "Community 197"
    },
    {
      "label": "BulletRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L74",
      "_origin": "ast",
      "community": 197,
      "norm_label": "bulletrow()",
      "id": "remix_app_components_landing_landing_bulletrow",
      "community_name": "Community 197"
    },
    {
      "label": "NAV_LINKS",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L85",
      "_origin": "ast",
      "community": 197,
      "norm_label": "nav_links",
      "id": "remix_app_components_landing_landing_nav_links",
      "community_name": "Community 197"
    },
    {
      "label": "LandingNav()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L94",
      "_origin": "ast",
      "community": 197,
      "norm_label": "landingnav()",
      "id": "remix_app_components_landing_landing_landingnav",
      "community_name": "Community 197"
    },
    {
      "label": "PLATFORM_CHIPS",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L149",
      "_origin": "ast",
      "community": 197,
      "norm_label": "platform_chips",
      "id": "remix_app_components_landing_landing_platform_chips",
      "community_name": "Community 197"
    },
    {
      "label": "Hero()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L151",
      "_origin": "ast",
      "community": 197,
      "norm_label": "hero()",
      "id": "remix_app_components_landing_landing_hero",
      "community_name": "Community 197"
    },
    {
      "label": "parseSmartValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L286",
      "_origin": "ast",
      "community": 197,
      "norm_label": "parsesmartvalue()",
      "id": "remix_app_components_landing_landing_parsesmartvalue",
      "community_name": "Community 197"
    },
    {
      "label": "DemoSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L294",
      "_origin": "ast",
      "community": 197,
      "norm_label": "demosection()",
      "id": "remix_app_components_landing_landing_demosection",
      "community_name": "Community 197"
    },
    {
      "label": "USE_CASES",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L380",
      "_origin": "ast",
      "community": 197,
      "norm_label": "use_cases",
      "id": "remix_app_components_landing_landing_use_cases",
      "community_name": "Community 197"
    },
    {
      "label": "UseCasesSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L398",
      "_origin": "ast",
      "community": 197,
      "norm_label": "usecasessection()",
      "id": "remix_app_components_landing_landing_usecasessection",
      "community_name": "Community 197"
    },
    {
      "label": "ECOSYSTEM",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L444",
      "_origin": "ast",
      "community": 197,
      "norm_label": "ecosystem",
      "id": "remix_app_components_landing_landing_ecosystem",
      "community_name": "Community 197"
    },
    {
      "label": "EcosystemSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L452",
      "_origin": "ast",
      "community": 197,
      "norm_label": "ecosystemsection()",
      "id": "remix_app_components_landing_landing_ecosystemsection",
      "community_name": "Community 197"
    },
    {
      "label": "CodeLine()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L511",
      "_origin": "ast",
      "community": 197,
      "norm_label": "codeline()",
      "id": "remix_app_components_landing_landing_codeline",
      "community_name": "Community 197"
    },
    {
      "label": "DevelopersSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L517",
      "_origin": "ast",
      "community": 197,
      "norm_label": "developerssection()",
      "id": "remix_app_components_landing_landing_developerssection",
      "community_name": "Community 197"
    },
    {
      "label": "TIERS",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L744",
      "_origin": "ast",
      "community": 197,
      "norm_label": "tiers",
      "id": "remix_app_components_landing_landing_tiers",
      "community_name": "Community 197"
    },
    {
      "label": "BackSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L750",
      "_origin": "ast",
      "community": 197,
      "norm_label": "backsection()",
      "id": "remix_app_components_landing_landing_backsection",
      "community_name": "Community 197"
    },
    {
      "label": "FAQS",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L849",
      "_origin": "ast",
      "community": 197,
      "norm_label": "faqs",
      "id": "remix_app_components_landing_landing_faqs",
      "community_name": "Community 197"
    },
    {
      "label": "FaqSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L872",
      "_origin": "ast",
      "community": 197,
      "norm_label": "faqsection()",
      "id": "remix_app_components_landing_landing_faqsection",
      "community_name": "Community 197"
    },
    {
      "label": "LandingFooter()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L914",
      "_origin": "ast",
      "community": 197,
      "norm_label": "landingfooter()",
      "id": "remix_app_components_landing_landing_landingfooter",
      "community_name": "Community 197"
    },
    {
      "label": "Landing()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L952",
      "_origin": "ast",
      "community": 197,
      "norm_label": "landing()",
      "id": "remix_app_components_landing_landing_landing",
      "community_name": "Community 197"
    },
    {
      "label": "confetti.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/confetti.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "confetti.ts",
      "id": "remix_app_components_landing_confetti",
      "community_name": "Community 86"
    },
    {
      "label": "burstConfetti()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/confetti.ts",
      "source_location": "L2",
      "_origin": "ast",
      "community": 86,
      "norm_label": "burstconfetti()",
      "id": "remix_app_components_landing_confetti_burstconfetti",
      "community_name": "Community 86"
    },
    {
      "label": "burstAtEvent()",
      "file_type": "code",
      "source_file": "remix/app/components/Landing/confetti.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 86,
      "norm_label": "burstatevent()",
      "id": "remix_app_components_landing_confetti_burstatevent",
      "community_name": "Community 86"
    },
    {
      "label": "Main.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "main.tsx",
      "id": "remix_app_components_layout_main",
      "community_name": "Community 86"
    },
    {
      "label": "FULL_BLEED_PATHS",
      "file_type": "code",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 86,
      "norm_label": "full_bleed_paths",
      "id": "remix_app_components_layout_main_full_bleed_paths",
      "community_name": "Community 86"
    },
    {
      "label": "Main()",
      "file_type": "code",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 86,
      "norm_label": "main()",
      "id": "remix_app_components_layout_main_main",
      "community_name": "Community 86"
    },
    {
      "label": "TopSpacing.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Layout/TopSpacing.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "topspacing.tsx",
      "id": "remix_app_components_layout_topspacing",
      "community_name": "Community 90"
    },
    {
      "label": "TopSpacing()",
      "file_type": "code",
      "source_file": "remix/app/components/Layout/TopSpacing.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 90,
      "norm_label": "topspacing()",
      "id": "remix_app_components_layout_topspacing_topspacing",
      "community_name": "Community 90"
    },
    {
      "label": "Login.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "login.tsx",
      "id": "remix_app_components_login_login",
      "community_name": "Community 27"
    },
    {
      "label": "inputSx",
      "file_type": "code",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 27,
      "norm_label": "inputsx",
      "id": "remix_app_components_login_login_inputsx",
      "community_name": "Community 27"
    },
    {
      "label": "Login()",
      "file_type": "code",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 27,
      "norm_label": "login()",
      "id": "remix_app_components_login_login_login",
      "community_name": "Community 27"
    },
    {
      "label": "Register.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "register.tsx",
      "id": "remix_app_components_login_register",
      "community_name": "Community 27"
    },
    {
      "label": "inputSx",
      "file_type": "code",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 27,
      "norm_label": "inputsx",
      "id": "remix_app_components_login_register_inputsx",
      "community_name": "Community 27"
    },
    {
      "label": "Register()",
      "file_type": "code",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 27,
      "norm_label": "register()",
      "id": "remix_app_components_login_register_register",
      "community_name": "Community 27"
    },
    {
      "label": "lopuMessage.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/lopuMessage.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "lopumessage.test.ts",
      "id": "remix_app_components_lopu_lopumessage_test",
      "community_name": "Community 27"
    },
    {
      "label": "lopuMessage.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "lopumessage.ts",
      "id": "remix_app_components_lopu_lopumessage",
      "community_name": "Community 27"
    },
    {
      "label": "LopuMessageInput",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "lopumessageinput",
      "id": "remix_app_components_lopu_lopumessage_lopumessageinput",
      "community_name": "Community 27"
    },
    {
      "label": "cleanText()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 27,
      "norm_label": "cleantext()",
      "id": "remix_app_components_lopu_lopumessage_cleantext",
      "community_name": "Community 27"
    },
    {
      "label": "normalizeLopuMessage()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 27,
      "norm_label": "normalizelopumessage()",
      "id": "remix_app_components_lopu_lopumessage_normalizelopumessage",
      "community_name": "Community 27"
    },
    {
      "label": "useLopu.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "uselopu.tsx",
      "id": "remix_app_components_lopu_uselopu",
      "community_name": "Community 27"
    },
    {
      "label": "CONTAINER_STYLE",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 27,
      "norm_label": "container_style",
      "id": "remix_app_components_lopu_uselopu_container_style",
      "community_name": "Community 27"
    },
    {
      "label": "drain",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 27,
      "norm_label": "drain",
      "id": "remix_app_components_lopu_uselopu_drain",
      "community_name": "Community 27"
    },
    {
      "label": "CountdownRing()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 27,
      "norm_label": "countdownring()",
      "id": "remix_app_components_lopu_uselopu_countdownring",
      "community_name": "Community 27"
    },
    {
      "label": "LopuStatus",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 27,
      "norm_label": "lopustatus",
      "id": "remix_app_components_lopu_uselopu_lopustatus",
      "community_name": "Community 27"
    },
    {
      "label": "LopuLink",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L69",
      "_origin": "ast",
      "community": 27,
      "norm_label": "lopulink",
      "id": "remix_app_components_lopu_uselopu_lopulink",
      "community_name": "Community 27"
    },
    {
      "label": "LopuArgs",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L71",
      "_origin": "ast",
      "community": 27,
      "norm_label": "lopuargs",
      "id": "remix_app_components_lopu_uselopu_lopuargs",
      "community_name": "Community 27"
    },
    {
      "label": "statusEmoji()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L81",
      "_origin": "ast",
      "community": 27,
      "norm_label": "statusemoji()",
      "id": "remix_app_components_lopu_uselopu_statusemoji",
      "community_name": "Community 27"
    },
    {
      "label": "LopuToast()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L83",
      "_origin": "ast",
      "community": 27,
      "norm_label": "loputoast()",
      "id": "remix_app_components_lopu_uselopu_loputoast",
      "community_name": "Community 27"
    },
    {
      "label": "useLopu()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L200",
      "_origin": "ast",
      "community": 29,
      "norm_label": "uselopu()",
      "id": "remix_app_components_lopu_uselopu_uselopu",
      "community_name": "Community 29"
    },
    {
      "label": "useDismissLopu()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L230",
      "_origin": "ast",
      "community": 102,
      "norm_label": "usedismisslopu()",
      "id": "remix_app_components_lopu_uselopu_usedismisslopu",
      "community_name": "Community 102"
    },
    {
      "label": "sourceLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L235",
      "_origin": "ast",
      "community": 27,
      "norm_label": "sourcelabel()",
      "id": "remix_app_components_lopu_uselopu_sourcelabel",
      "community_name": "Community 27"
    },
    {
      "label": "useLopuStream()",
      "file_type": "code",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L240",
      "_origin": "ast",
      "community": 208,
      "norm_label": "uselopustream()",
      "id": "remix_app_components_lopu_uselopu_uselopustream",
      "community_name": "Community 208"
    },
    {
      "label": "MagicInput.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "magicinput.tsx",
      "id": "remix_app_components_magicinput_magicinput",
      "community_name": "Community 28"
    },
    {
      "label": "MagicInputProps",
      "file_type": "code",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 28,
      "norm_label": "magicinputprops",
      "id": "remix_app_components_magicinput_magicinput_magicinputprops",
      "community_name": "Community 28"
    },
    {
      "label": "MagicInput",
      "file_type": "code",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 28,
      "norm_label": "magicinput",
      "id": "remix_app_components_magicinput_magicinput_magicinput",
      "community_name": "Community 28"
    },
    {
      "label": "LinkedImageGallery.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "linkedimagegallery.tsx",
      "id": "remix_app_components_media_linkedimagegallery",
      "community_name": "Community 48"
    },
    {
      "label": "LinkedImageGalleryProps",
      "file_type": "code",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 48,
      "norm_label": "linkedimagegalleryprops",
      "id": "remix_app_components_media_linkedimagegallery_linkedimagegalleryprops",
      "community_name": "Community 48"
    },
    {
      "label": "LinkedImageGallery",
      "file_type": "code",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 48,
      "norm_label": "linkedimagegallery",
      "id": "remix_app_components_media_linkedimagegallery_linkedimagegallery",
      "community_name": "Community 48"
    },
    {
      "label": "MediaGallery.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediagallery.tsx",
      "id": "remix_app_components_media_mediagallery",
      "community_name": "Community 48"
    },
    {
      "label": "MediaGalleryGridProps",
      "file_type": "code",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediagallerygridprops",
      "id": "remix_app_components_media_mediagallery_mediagallerygridprops",
      "community_name": "Community 48"
    },
    {
      "label": "MediaGalleryGrid()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediagallerygrid()",
      "id": "remix_app_components_media_mediagallery_mediagallerygrid",
      "community_name": "Community 48"
    },
    {
      "label": "MediaGalleryTileProps",
      "file_type": "code",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediagallerytileprops",
      "id": "remix_app_components_media_mediagallery_mediagallerytileprops",
      "community_name": "Community 48"
    },
    {
      "label": "MediaGalleryTile()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediagallerytile()",
      "id": "remix_app_components_media_mediagallery_mediagallerytile",
      "community_name": "Community 48"
    },
    {
      "label": "MediaAddTileProps",
      "file_type": "code",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediaaddtileprops",
      "id": "remix_app_components_media_mediagallery_mediaaddtileprops",
      "community_name": "Community 48"
    },
    {
      "label": "MediaAddTile()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L68",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediaaddtile()",
      "id": "remix_app_components_media_mediagallery_mediaaddtile",
      "community_name": "Community 48"
    },
    {
      "label": "mediaGalleryCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediagallerycore.test.ts",
      "id": "remix_app_components_media_mediagallerycore_test",
      "community_name": "Community 48"
    },
    {
      "label": "mediaGalleryCore.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "mediagallerycore.ts",
      "id": "remix_app_components_media_mediagallerycore",
      "community_name": "Community 48"
    },
    {
      "label": "LinkedImageItem",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 48,
      "norm_label": "linkedimageitem",
      "id": "remix_app_components_media_mediagallerycore_linkedimageitem",
      "community_name": "Community 48"
    },
    {
      "label": "createLocalId()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 48,
      "norm_label": "createlocalid()",
      "id": "remix_app_components_media_mediagallerycore_createlocalid",
      "community_name": "Community 48"
    },
    {
      "label": "isLinkedImageUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 48,
      "norm_label": "islinkedimageurl()",
      "id": "remix_app_components_media_mediagallerycore_islinkedimageurl",
      "community_name": "Community 48"
    },
    {
      "label": "createLinkedImageItem()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 48,
      "norm_label": "createlinkedimageitem()",
      "id": "remix_app_components_media_mediagallerycore_createlinkedimageitem",
      "community_name": "Community 48"
    },
    {
      "label": "canonicalLinkedImageUrls()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 48,
      "norm_label": "canonicallinkedimageurls()",
      "id": "remix_app_components_media_mediagallerycore_canonicallinkedimageurls",
      "community_name": "Community 48"
    },
    {
      "label": "linkedImageItemError()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 48,
      "norm_label": "linkedimageitemerror()",
      "id": "remix_app_components_media_mediagallerycore_linkedimageitemerror",
      "community_name": "Community 48"
    },
    {
      "label": "AppendLinkedImageLinesResult",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 48,
      "norm_label": "appendlinkedimagelinesresult",
      "id": "remix_app_components_media_mediagallerycore_appendlinkedimagelinesresult",
      "community_name": "Community 48"
    },
    {
      "label": "appendLinkedImageLines()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 48,
      "norm_label": "appendlinkedimagelines()",
      "id": "remix_app_components_media_mediagallerycore_appendlinkedimagelines",
      "community_name": "Community 48"
    },
    {
      "label": "linkedImageAddMessage()",
      "file_type": "code",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 48,
      "norm_label": "linkedimageaddmessage()",
      "id": "remix_app_components_media_mediagallerycore_linkedimageaddmessage",
      "community_name": "Community 48"
    },
    {
      "label": "ChatDetailsDrawer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatdetailsdrawer.tsx",
      "id": "remix_app_components_messenger_chatdetailsdrawer",
      "community_name": "Community 29"
    },
    {
      "label": "ChatDetailsDrawer()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatdetailsdrawer()",
      "id": "remix_app_components_messenger_chatdetailsdrawer_chatdetailsdrawer",
      "community_name": "Community 29"
    },
    {
      "label": "ChatView.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatview.tsx",
      "id": "remix_app_components_messenger_chatview",
      "community_name": "Community 29"
    },
    {
      "label": "dedupeNewestFirst()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 29,
      "norm_label": "dedupenewestfirst()",
      "id": "remix_app_components_messenger_chatview_dedupenewestfirst",
      "community_name": "Community 29"
    },
    {
      "label": "ChatViewProps",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatviewprops",
      "id": "remix_app_components_messenger_chatview_chatviewprops",
      "community_name": "Community 29"
    },
    {
      "label": "ChatView()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L52",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatview()",
      "id": "remix_app_components_messenger_chatview_chatview",
      "community_name": "Community 29"
    },
    {
      "label": "ThreadPanel()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L499",
      "_origin": "ast",
      "community": 58,
      "norm_label": "threadpanel()",
      "id": "remix_app_components_messenger_chatview_threadpanel",
      "community_name": "Community 58"
    },
    {
      "label": "Composer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "composer.tsx",
      "id": "remix_app_components_messenger_composer",
      "community_name": "Community 29"
    },
    {
      "label": "ComposerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 29,
      "norm_label": "composerprops",
      "id": "remix_app_components_messenger_composer_composerprops",
      "community_name": "Community 29"
    },
    {
      "label": "EMPTY_ATTACHMENTS",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 29,
      "norm_label": "empty_attachments",
      "id": "remix_app_components_messenger_composer_empty_attachments",
      "community_name": "Community 29"
    },
    {
      "label": "MessageSubmission",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagesubmission",
      "id": "remix_app_components_messenger_composer_messagesubmission",
      "community_name": "Community 29"
    },
    {
      "label": "Composer()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 29,
      "norm_label": "composer()",
      "id": "remix_app_components_messenger_composer_composer",
      "community_name": "Community 29"
    },
    {
      "label": "ContextStrip()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L274",
      "_origin": "ast",
      "community": 29,
      "norm_label": "contextstrip()",
      "id": "remix_app_components_messenger_composer_contextstrip",
      "community_name": "Community 29"
    },
    {
      "label": "CustomEmojiImage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/CustomEmojiImage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "customemojiimage.tsx",
      "id": "remix_app_components_messenger_customemojiimage",
      "community_name": "Community 29"
    },
    {
      "label": "CustomEmojiImage()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/CustomEmojiImage.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 29,
      "norm_label": "customemojiimage()",
      "id": "remix_app_components_messenger_customemojiimage_customemojiimage",
      "community_name": "Community 29"
    },
    {
      "label": "renderTextWithEmojis()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/CustomEmojiImage.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 29,
      "norm_label": "rendertextwithemojis()",
      "id": "remix_app_components_messenger_customemojiimage_rendertextwithemojis",
      "community_name": "Community 29"
    },
    {
      "label": "EmojiUploadModal.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "emojiuploadmodal.tsx",
      "id": "remix_app_components_messenger_emojiuploadmodal",
      "community_name": "Community 29"
    },
    {
      "label": "EMPTY_ATTACHMENTS",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 29,
      "norm_label": "empty_attachments",
      "id": "remix_app_components_messenger_emojiuploadmodal_empty_attachments",
      "community_name": "Community 29"
    },
    {
      "label": "EmojiUploadModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 29,
      "norm_label": "emojiuploadmodal()",
      "id": "remix_app_components_messenger_emojiuploadmodal_emojiuploadmodal",
      "community_name": "Community 29"
    },
    {
      "label": "InboxSidebar.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "inboxsidebar.tsx",
      "id": "remix_app_components_messenger_inboxsidebar",
      "community_name": "Community 29"
    },
    {
      "label": "StackedAvatars()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 29,
      "norm_label": "stackedavatars()",
      "id": "remix_app_components_messenger_inboxsidebar_stackedavatars",
      "community_name": "Community 29"
    },
    {
      "label": "InboxSidebarProps",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L66",
      "_origin": "ast",
      "community": 29,
      "norm_label": "inboxsidebarprops",
      "id": "remix_app_components_messenger_inboxsidebar_inboxsidebarprops",
      "community_name": "Community 29"
    },
    {
      "label": "InboxSidebar()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 29,
      "norm_label": "inboxsidebar()",
      "id": "remix_app_components_messenger_inboxsidebar_inboxsidebar",
      "community_name": "Community 29"
    },
    {
      "label": "MessageList.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagelist.tsx",
      "id": "remix_app_components_messenger_messagelist",
      "community_name": "Community 29"
    },
    {
      "label": "MessageListProps",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagelistprops",
      "id": "remix_app_components_messenger_messagelist_messagelistprops",
      "community_name": "Community 29"
    },
    {
      "label": "MessageList()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagelist()",
      "id": "remix_app_components_messenger_messagelist_messagelist",
      "community_name": "Community 29"
    },
    {
      "label": "MessageRow.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagerow.tsx",
      "id": "remix_app_components_messenger_messagerow",
      "community_name": "Community 29"
    },
    {
      "label": "Avatar()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 29,
      "norm_label": "avatar()",
      "id": "remix_app_components_messenger_messagerow_avatar",
      "community_name": "Community 29"
    },
    {
      "label": "MessageRowProps",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagerowprops",
      "id": "remix_app_components_messenger_messagerow_messagerowprops",
      "community_name": "Community 29"
    },
    {
      "label": "MessageRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L71",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagerow()",
      "id": "remix_app_components_messenger_messagerow_messagerow",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerEmojiPicker.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengeremojipicker.tsx",
      "id": "remix_app_components_messenger_messengeremojipicker",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerEmojiPicker()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengeremojipicker()",
      "id": "remix_app_components_messenger_messengeremojipicker_messengeremojipicker",
      "community_name": "Community 29"
    },
    {
      "label": "CustomEmojiButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L120",
      "_origin": "ast",
      "community": 29,
      "norm_label": "customemojibutton()",
      "id": "remix_app_components_messenger_messengeremojipicker_customemojibutton",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerModals.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengermodals.tsx",
      "id": "remix_app_components_messenger_messengermodals",
      "community_name": "Community 29"
    },
    {
      "label": "shell()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 29,
      "norm_label": "shell()",
      "id": "remix_app_components_messenger_messengermodals_shell",
      "community_name": "Community 29"
    },
    {
      "label": "TtModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 29,
      "norm_label": "ttmodal()",
      "id": "remix_app_components_messenger_messengermodals_ttmodal",
      "community_name": "Community 29"
    },
    {
      "label": "primaryButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 29,
      "norm_label": "primarybutton()",
      "id": "remix_app_components_messenger_messengermodals_primarybutton",
      "community_name": "Community 29"
    },
    {
      "label": "InputModalRequest",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L72",
      "_origin": "ast",
      "community": 29,
      "norm_label": "inputmodalrequest",
      "id": "remix_app_components_messenger_messengermodals_inputmodalrequest",
      "community_name": "Community 29"
    },
    {
      "label": "InputModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L81",
      "_origin": "ast",
      "community": 29,
      "norm_label": "inputmodal()",
      "id": "remix_app_components_messenger_messengermodals_inputmodal",
      "community_name": "Community 29"
    },
    {
      "label": "NewChatModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L114",
      "_origin": "ast",
      "community": 29,
      "norm_label": "newchatmodal()",
      "id": "remix_app_components_messenger_messengermodals_newchatmodal",
      "community_name": "Community 29"
    },
    {
      "label": "CommunityCreateModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L238",
      "_origin": "ast",
      "community": 29,
      "norm_label": "communitycreatemodal()",
      "id": "remix_app_components_messenger_messengermodals_communitycreatemodal",
      "community_name": "Community 29"
    },
    {
      "label": "CommunityJoinModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L281",
      "_origin": "ast",
      "community": 29,
      "norm_label": "communityjoinmodal()",
      "id": "remix_app_components_messenger_messengermodals_communityjoinmodal",
      "community_name": "Community 29"
    },
    {
      "label": "InvitePeopleModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L321",
      "_origin": "ast",
      "community": 29,
      "norm_label": "invitepeoplemodal()",
      "id": "remix_app_components_messenger_messengermodals_invitepeoplemodal",
      "community_name": "Community 29"
    },
    {
      "label": "NewChannelModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L395",
      "_origin": "ast",
      "community": 29,
      "norm_label": "newchannelmodal()",
      "id": "remix_app_components_messenger_messengermodals_newchannelmodal",
      "community_name": "Community 29"
    },
    {
      "label": "BrowseChannelsModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L452",
      "_origin": "ast",
      "community": 29,
      "norm_label": "browsechannelsmodal()",
      "id": "remix_app_components_messenger_messengermodals_browsechannelsmodal",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerNotifications.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengernotifications.tsx",
      "id": "remix_app_components_messenger_messengernotifications",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerNotifications()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengernotifications()",
      "id": "remix_app_components_messenger_messengernotifications_messengernotifications",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerUnreadBadge()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L111",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengerunreadbadge()",
      "id": "remix_app_components_messenger_messengernotifications_messengerunreadbadge",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerPage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengerpage.tsx",
      "id": "remix_app_components_messenger_messengerpage",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L43",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengerpage()",
      "id": "remix_app_components_messenger_messengerpage_messengerpage",
      "community_name": "Community 29"
    },
    {
      "label": "RequestsView.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "requestsview.tsx",
      "id": "remix_app_components_messenger_requestsview",
      "community_name": "Community 29"
    },
    {
      "label": "RequestsView()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 29,
      "norm_label": "requestsview()",
      "id": "remix_app_components_messenger_requestsview_requestsview",
      "community_name": "Community 29"
    },
    {
      "label": "SlackSidebar.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "slacksidebar.tsx",
      "id": "remix_app_components_messenger_slacksidebar",
      "community_name": "Community 29"
    },
    {
      "label": "UnreadBadge()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 29,
      "norm_label": "unreadbadge()",
      "id": "remix_app_components_messenger_slacksidebar_unreadbadge",
      "community_name": "Community 29"
    },
    {
      "label": "RowButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 29,
      "norm_label": "rowbutton()",
      "id": "remix_app_components_messenger_slacksidebar_rowbutton",
      "community_name": "Community 29"
    },
    {
      "label": "SlackSidebarProps",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L113",
      "_origin": "ast",
      "community": 29,
      "norm_label": "slacksidebarprops",
      "id": "remix_app_components_messenger_slacksidebar_slacksidebarprops",
      "community_name": "Community 29"
    },
    {
      "label": "SlackSidebar()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L137",
      "_origin": "ast",
      "community": 29,
      "norm_label": "slacksidebar()",
      "id": "remix_app_components_messenger_slacksidebar_slacksidebar",
      "community_name": "Community 29"
    },
    {
      "label": "messengerCache.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengercache.ts",
      "id": "remix_app_components_messenger_messengercache",
      "community_name": "Community 29"
    },
    {
      "label": "chatListKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatlistkey()",
      "id": "remix_app_components_messenger_messengercache_chatlistkey",
      "community_name": "Community 29"
    },
    {
      "label": "communitiesKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 29,
      "norm_label": "communitieskey()",
      "id": "remix_app_components_messenger_messengercache_communitieskey",
      "community_name": "Community 29"
    },
    {
      "label": "messagesKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messageskey()",
      "id": "remix_app_components_messenger_messengercache_messageskey",
      "community_name": "Community 29"
    },
    {
      "label": "emojiMapKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 29,
      "norm_label": "emojimapkey()",
      "id": "remix_app_components_messenger_messengercache_emojimapkey",
      "community_name": "Community 29"
    },
    {
      "label": "unreadKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 29,
      "norm_label": "unreadkey()",
      "id": "remix_app_components_messenger_messengercache_unreadkey",
      "community_name": "Community 29"
    },
    {
      "label": "modeKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 29,
      "norm_label": "modekey()",
      "id": "remix_app_components_messenger_messengercache_modekey",
      "community_name": "Community 29"
    },
    {
      "label": "customRecentsKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 29,
      "norm_label": "customrecentskey()",
      "id": "remix_app_components_messenger_messengercache_customrecentskey",
      "community_name": "Community 29"
    },
    {
      "label": "readChatList()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 29,
      "norm_label": "readchatlist()",
      "id": "remix_app_components_messenger_messengercache_readchatlist",
      "community_name": "Community 29"
    },
    {
      "label": "writeChatList()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 29,
      "norm_label": "writechatlist()",
      "id": "remix_app_components_messenger_messengercache_writechatlist",
      "community_name": "Community 29"
    },
    {
      "label": "readCommunities()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 29,
      "norm_label": "readcommunities()",
      "id": "remix_app_components_messenger_messengercache_readcommunities",
      "community_name": "Community 29"
    },
    {
      "label": "writeCommunities()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 29,
      "norm_label": "writecommunities()",
      "id": "remix_app_components_messenger_messengercache_writecommunities",
      "community_name": "Community 29"
    },
    {
      "label": "messagesIndexKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagesindexkey()",
      "id": "remix_app_components_messenger_messengercache_messagesindexkey",
      "community_name": "Community 29"
    },
    {
      "label": "readMessages()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 29,
      "norm_label": "readmessages()",
      "id": "remix_app_components_messenger_messengercache_readmessages",
      "community_name": "Community 29"
    },
    {
      "label": "writeMessages()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 29,
      "norm_label": "writemessages()",
      "id": "remix_app_components_messenger_messengercache_writemessages",
      "community_name": "Community 29"
    },
    {
      "label": "readEmojiMap()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 29,
      "norm_label": "reademojimap()",
      "id": "remix_app_components_messenger_messengercache_reademojimap",
      "community_name": "Community 29"
    },
    {
      "label": "mergeEmojiMap()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 29,
      "norm_label": "mergeemojimap()",
      "id": "remix_app_components_messenger_messengercache_mergeemojimap",
      "community_name": "Community 29"
    },
    {
      "label": "readUnread()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L72",
      "_origin": "ast",
      "community": 29,
      "norm_label": "readunread()",
      "id": "remix_app_components_messenger_messengercache_readunread",
      "community_name": "Community 29"
    },
    {
      "label": "writeUnread()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 29,
      "norm_label": "writeunread()",
      "id": "remix_app_components_messenger_messengercache_writeunread",
      "community_name": "Community 29"
    },
    {
      "label": "readCustomRecents()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 29,
      "norm_label": "readcustomrecents()",
      "id": "remix_app_components_messenger_messengercache_readcustomrecents",
      "community_name": "Community 29"
    },
    {
      "label": "pushCustomRecent()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 29,
      "norm_label": "pushcustomrecent()",
      "id": "remix_app_components_messenger_messengercache_pushcustomrecent",
      "community_name": "Community 29"
    },
    {
      "label": "emitMessengerRefresh()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 29,
      "norm_label": "emitmessengerrefresh()",
      "id": "remix_app_components_messenger_messengercache_emitmessengerrefresh",
      "community_name": "Community 29"
    },
    {
      "label": "messengerTypes.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengertypes.ts",
      "id": "remix_app_components_messenger_messengertypes",
      "community_name": "Community 29"
    },
    {
      "label": "ChatType",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chattype",
      "id": "remix_app_components_messenger_messengertypes_chattype",
      "community_name": "Community 29"
    },
    {
      "label": "ChatRole",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatrole",
      "id": "remix_app_components_messenger_messengertypes_chatrole",
      "community_name": "Community 29"
    },
    {
      "label": "MemberState",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 29,
      "norm_label": "memberstate",
      "id": "remix_app_components_messenger_messengertypes_memberstate",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerMode",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengermode",
      "id": "remix_app_components_messenger_messengertypes_messengermode",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerProfile",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengerprofile",
      "id": "remix_app_components_messenger_messengertypes_messengerprofile",
      "community_name": "Community 29"
    },
    {
      "label": "ChatMember",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatmember",
      "id": "remix_app_components_messenger_messengertypes_chatmember",
      "community_name": "Community 29"
    },
    {
      "label": "MessagePreview",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messagepreview",
      "id": "remix_app_components_messenger_messengertypes_messagepreview",
      "community_name": "Community 29"
    },
    {
      "label": "ChatSummary",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatsummary",
      "id": "remix_app_components_messenger_messengertypes_chatsummary",
      "community_name": "Community 29"
    },
    {
      "label": "ChatMessage",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatmessage",
      "id": "remix_app_components_messenger_messengertypes_chatmessage",
      "community_name": "Community 29"
    },
    {
      "label": "CustomEmojiMap",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 29,
      "norm_label": "customemojimap",
      "id": "remix_app_components_messenger_messengertypes_customemojimap",
      "community_name": "Community 29"
    },
    {
      "label": "CustomEmoji",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 29,
      "norm_label": "customemoji",
      "id": "remix_app_components_messenger_messengertypes_customemoji",
      "community_name": "Community 29"
    },
    {
      "label": "Community",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L96",
      "_origin": "ast",
      "community": 29,
      "norm_label": "community",
      "id": "remix_app_components_messenger_messengertypes_community",
      "community_name": "Community 29"
    },
    {
      "label": "CommunityChannel",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L107",
      "_origin": "ast",
      "community": 29,
      "norm_label": "communitychannel",
      "id": "remix_app_components_messenger_messengertypes_communitychannel",
      "community_name": "Community 29"
    },
    {
      "label": "isCustomToken()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 29,
      "norm_label": "iscustomtoken()",
      "id": "remix_app_components_messenger_messengertypes_iscustomtoken",
      "community_name": "Community 29"
    },
    {
      "label": "customTokenId()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L121",
      "_origin": "ast",
      "community": 29,
      "norm_label": "customtokenid()",
      "id": "remix_app_components_messenger_messengertypes_customtokenid",
      "community_name": "Community 29"
    },
    {
      "label": "memberDisplayName()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 29,
      "norm_label": "memberdisplayname()",
      "id": "remix_app_components_messenger_messengertypes_memberdisplayname",
      "community_name": "Community 29"
    },
    {
      "label": "chatDisplayName()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L132",
      "_origin": "ast",
      "community": 29,
      "norm_label": "chatdisplayname()",
      "id": "remix_app_components_messenger_messengertypes_chatdisplayname",
      "community_name": "Community 29"
    },
    {
      "label": "systemMessageText()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 29,
      "norm_label": "systemmessagetext()",
      "id": "remix_app_components_messenger_messengertypes_systemmessagetext",
      "community_name": "Community 29"
    },
    {
      "label": "useMessengerApi.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "usemessengerapi.ts",
      "id": "remix_app_components_messenger_usemessengerapi",
      "community_name": "Community 29"
    },
    {
      "label": "getJson()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 29,
      "norm_label": "getjson()",
      "id": "remix_app_components_messenger_usemessengerapi_getjson",
      "community_name": "Community 29"
    },
    {
      "label": "toQuery()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 29,
      "norm_label": "toquery()",
      "id": "remix_app_components_messenger_usemessengerapi_toquery",
      "community_name": "Community 29"
    },
    {
      "label": "useMessengerApi()",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 29,
      "norm_label": "usemessengerapi()",
      "id": "remix_app_components_messenger_usemessengerapi_usemessengerapi",
      "community_name": "Community 29"
    },
    {
      "label": "MessengerApi",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 29,
      "norm_label": "messengerapi",
      "id": "remix_app_components_messenger_usemessengerapi_messengerapi",
      "community_name": "Community 29"
    },
    {
      "label": "BsonValueEditor.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 509,
      "norm_label": "bsonvalueeditor.tsx",
      "id": "remix_app_components_mongodb_bsonvalueeditor",
      "community_name": "Community 509"
    },
    {
      "label": "Props",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 509,
      "norm_label": "props",
      "id": "remix_app_components_mongodb_bsonvalueeditor_props",
      "community_name": "Community 509"
    },
    {
      "label": "inputStyles",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 509,
      "norm_label": "inputstyles",
      "id": "remix_app_components_mongodb_bsonvalueeditor_inputstyles",
      "community_name": "Community 509"
    },
    {
      "label": "placeholderFor()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 509,
      "norm_label": "placeholderfor()",
      "id": "remix_app_components_mongodb_bsonvalueeditor_placeholderfor",
      "community_name": "Community 509"
    },
    {
      "label": "isLiteralType()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 509,
      "norm_label": "isliteraltype()",
      "id": "remix_app_components_mongodb_bsonvalueeditor_isliteraltype",
      "community_name": "Community 509"
    },
    {
      "label": "BsonValueEditorComponent()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 509,
      "norm_label": "bsonvalueeditorcomponent()",
      "id": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditorcomponent",
      "community_name": "Community 509"
    },
    {
      "label": "BsonValueEditor",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L206",
      "_origin": "ast",
      "community": 315,
      "norm_label": "bsonvalueeditor",
      "id": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditor",
      "community_name": "Community 315"
    },
    {
      "label": "FilterBuilder.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 453,
      "norm_label": "filterbuilder.tsx",
      "id": "remix_app_components_mongodb_filterbuilder",
      "community_name": "Community 453"
    },
    {
      "label": "Props",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 453,
      "norm_label": "props",
      "id": "remix_app_components_mongodb_filterbuilder_props",
      "community_name": "Community 453"
    },
    {
      "label": "inputStyles",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 453,
      "norm_label": "inputstyles",
      "id": "remix_app_components_mongodb_filterbuilder_inputstyles",
      "community_name": "Community 453"
    },
    {
      "label": "ROOT_OPERATORS",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 453,
      "norm_label": "root_operators",
      "id": "remix_app_components_mongodb_filterbuilder_root_operators",
      "community_name": "Community 453"
    },
    {
      "label": "typeForOperator()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 453,
      "norm_label": "typeforoperator()",
      "id": "remix_app_components_mongodb_filterbuilder_typeforoperator",
      "community_name": "Community 453"
    },
    {
      "label": "OperatorSelect()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L41",
      "_origin": "ast",
      "community": 453,
      "norm_label": "operatorselect()",
      "id": "remix_app_components_mongodb_filterbuilder_operatorselect",
      "community_name": "Community 453"
    },
    {
      "label": "RuleEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L64",
      "_origin": "ast",
      "community": 453,
      "norm_label": "ruleeditor()",
      "id": "remix_app_components_mongodb_filterbuilder_ruleeditor",
      "community_name": "Community 453"
    },
    {
      "label": "FilterBuilderComponent()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L118",
      "_origin": "ast",
      "community": 453,
      "norm_label": "filterbuildercomponent()",
      "id": "remix_app_components_mongodb_filterbuilder_filterbuildercomponent",
      "community_name": "Community 453"
    },
    {
      "label": "FilterBuilder",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L221",
      "_origin": "ast",
      "community": 453,
      "norm_label": "filterbuilder",
      "id": "remix_app_components_mongodb_filterbuilder_filterbuilder",
      "community_name": "Community 453"
    },
    {
      "label": "MongoEndpointConfig.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "mongoendpointconfig.tsx",
      "id": "remix_app_components_mongodb_mongoendpointconfig",
      "community_name": "Community 27"
    },
    {
      "label": "ActiveEndpoint",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 27,
      "norm_label": "activeendpoint",
      "id": "remix_app_components_mongodb_mongoendpointconfig_activeendpoint",
      "community_name": "Community 27"
    },
    {
      "label": "SavedEndpoint",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 27,
      "norm_label": "savedendpoint",
      "id": "remix_app_components_mongodb_mongoendpointconfig_savedendpoint",
      "community_name": "Community 27"
    },
    {
      "label": "EndpointCache",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 27,
      "norm_label": "endpointcache",
      "id": "remix_app_components_mongodb_mongoendpointconfig_endpointcache",
      "community_name": "Community 27"
    },
    {
      "label": "DEFAULT_ACTIVE",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 27,
      "norm_label": "default_active",
      "id": "remix_app_components_mongodb_mongoendpointconfig_default_active",
      "community_name": "Community 27"
    },
    {
      "label": "MonoLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 27,
      "norm_label": "monolabel()",
      "id": "remix_app_components_mongodb_mongoendpointconfig_monolabel",
      "community_name": "Community 27"
    },
    {
      "label": "SecretInput()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 27,
      "norm_label": "secretinput()",
      "id": "remix_app_components_mongodb_mongoendpointconfig_secretinput",
      "community_name": "Community 27"
    },
    {
      "label": "EMPTY_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L95",
      "_origin": "ast",
      "community": 27,
      "norm_label": "empty_fields",
      "id": "remix_app_components_mongodb_mongoendpointconfig_empty_fields",
      "community_name": "Community 27"
    },
    {
      "label": "UriFields",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L96",
      "_origin": "ast",
      "community": 27,
      "norm_label": "urifields",
      "id": "remix_app_components_mongodb_mongoendpointconfig_urifields",
      "community_name": "Community 27"
    },
    {
      "label": "MongoScheme",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 27,
      "norm_label": "mongoscheme",
      "id": "remix_app_components_mongodb_mongoendpointconfig_mongoscheme",
      "community_name": "Community 27"
    },
    {
      "label": "composeMongoUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 27,
      "norm_label": "composemongourl()",
      "id": "remix_app_components_mongodb_mongoendpointconfig_composemongourl",
      "community_name": "Community 27"
    },
    {
      "label": "parseMongoUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L117",
      "_origin": "ast",
      "community": 27,
      "norm_label": "parsemongourl()",
      "id": "remix_app_components_mongodb_mongoendpointconfig_parsemongourl",
      "community_name": "Community 27"
    },
    {
      "label": "MongoEndpointConfig()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L148",
      "_origin": "ast",
      "community": 27,
      "norm_label": "mongoendpointconfig()",
      "id": "remix_app_components_mongodb_mongoendpointconfig_mongoendpointconfig",
      "community_name": "Community 27"
    },
    {
      "label": "MongoStatus.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 292,
      "norm_label": "mongostatus.tsx",
      "id": "remix_app_components_mongodb_mongostatus",
      "community_name": "Community 292"
    },
    {
      "label": "STATUS_COLORS",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 292,
      "norm_label": "status_colors",
      "id": "remix_app_components_mongodb_mongostatus_status_colors",
      "community_name": "Community 292"
    },
    {
      "label": "pulse",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 292,
      "norm_label": "pulse",
      "id": "remix_app_components_mongodb_mongostatus_pulse",
      "community_name": "Community 292"
    },
    {
      "label": "MongoStatus()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 292,
      "norm_label": "mongostatus()",
      "id": "remix_app_components_mongodb_mongostatus_mongostatus",
      "community_name": "Community 292"
    },
    {
      "label": "PipelineBuilder.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 315,
      "norm_label": "pipelinebuilder.tsx",
      "id": "remix_app_components_mongodb_pipelinebuilder",
      "community_name": "Community 315"
    },
    {
      "label": "Props",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 315,
      "norm_label": "props",
      "id": "remix_app_components_mongodb_pipelinebuilder_props",
      "community_name": "Community 315"
    },
    {
      "label": "inputStyles",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 315,
      "norm_label": "inputstyles",
      "id": "remix_app_components_mongodb_pipelinebuilder_inputstyles",
      "community_name": "Community 315"
    },
    {
      "label": "PipelineBuilderComponent()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 315,
      "norm_label": "pipelinebuildercomponent()",
      "id": "remix_app_components_mongodb_pipelinebuilder_pipelinebuildercomponent",
      "community_name": "Community 315"
    },
    {
      "label": "PipelineBuilder",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L127",
      "_origin": "ast",
      "community": 315,
      "norm_label": "pipelinebuilder",
      "id": "remix_app_components_mongodb_pipelinebuilder_pipelinebuilder",
      "community_name": "Community 315"
    },
    {
      "label": "Raw.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 315,
      "norm_label": "raw.tsx",
      "id": "remix_app_components_mongodb_raw",
      "community_name": "Community 315"
    },
    {
      "label": "inputStyles",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 315,
      "norm_label": "inputstyles",
      "id": "remix_app_components_mongodb_raw_inputstyles",
      "community_name": "Community 315"
    },
    {
      "label": "sensitiveCollections",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 315,
      "norm_label": "sensitivecollections",
      "id": "remix_app_components_mongodb_raw_sensitivecollections",
      "community_name": "Community 315"
    },
    {
      "label": "explainDisabledOperations",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L51",
      "_origin": "ast",
      "community": 315,
      "norm_label": "explaindisabledoperations",
      "id": "remix_app_components_mongodb_raw_explaindisabledoperations",
      "community_name": "Community 315"
    },
    {
      "label": "SectionCard()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 315,
      "norm_label": "sectioncard()",
      "id": "remix_app_components_mongodb_raw_sectioncard",
      "community_name": "Community 315"
    },
    {
      "label": "ProjectionBuilder()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L95",
      "_origin": "ast",
      "community": 315,
      "norm_label": "projectionbuilder()",
      "id": "remix_app_components_mongodb_raw_projectionbuilder",
      "community_name": "Community 315"
    },
    {
      "label": "SortBuilder()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L151",
      "_origin": "ast",
      "community": 315,
      "norm_label": "sortbuilder()",
      "id": "remix_app_components_mongodb_raw_sortbuilder",
      "community_name": "Community 315"
    },
    {
      "label": "downloadText()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L207",
      "_origin": "ast",
      "community": 315,
      "norm_label": "downloadtext()",
      "id": "remix_app_components_mongodb_raw_downloadtext",
      "community_name": "Community 315"
    },
    {
      "label": "Raw()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L216",
      "_origin": "ast",
      "community": 90,
      "norm_label": "raw()",
      "id": "remix_app_components_mongodb_raw_raw",
      "community_name": "Community 90"
    },
    {
      "label": "RawResults.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 483,
      "norm_label": "rawresults.tsx",
      "id": "remix_app_components_mongodb_rawresults",
      "community_name": "Community 483"
    },
    {
      "label": "Props",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 483,
      "norm_label": "props",
      "id": "remix_app_components_mongodb_rawresults_props",
      "community_name": "Community 483"
    },
    {
      "label": "downloadText()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 483,
      "norm_label": "downloadtext()",
      "id": "remix_app_components_mongodb_rawresults_downloadtext",
      "community_name": "Community 483"
    },
    {
      "label": "RawResults()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 90,
      "norm_label": "rawresults()",
      "id": "remix_app_components_mongodb_rawresults_rawresults",
      "community_name": "Community 90"
    },
    {
      "label": "queryBuilderState.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 368,
      "norm_label": "querybuilderstate.test.ts",
      "id": "remix_app_components_mongodb_querybuilderstate_test",
      "community_name": "Community 368"
    },
    {
      "label": "queryBuilderState.ts",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 368,
      "norm_label": "querybuilderstate.ts",
      "id": "remix_app_components_mongodb_querybuilderstate",
      "community_name": "Community 368"
    },
    {
      "label": "BsonValueNode",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 509,
      "norm_label": "bsonvaluenode",
      "id": "remix_app_components_mongodb_querybuilderstate_bsonvaluenode",
      "community_name": "Community 509"
    },
    {
      "label": "BsonEntry",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 368,
      "norm_label": "bsonentry",
      "id": "remix_app_components_mongodb_querybuilderstate_bsonentry",
      "community_name": "Community 368"
    },
    {
      "label": "FilterRule",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 453,
      "norm_label": "filterrule",
      "id": "remix_app_components_mongodb_querybuilderstate_filterrule",
      "community_name": "Community 453"
    },
    {
      "label": "FilterGroup",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 453,
      "norm_label": "filtergroup",
      "id": "remix_app_components_mongodb_querybuilderstate_filtergroup",
      "community_name": "Community 453"
    },
    {
      "label": "ProjectionRow",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 315,
      "norm_label": "projectionrow",
      "id": "remix_app_components_mongodb_querybuilderstate_projectionrow",
      "community_name": "Community 315"
    },
    {
      "label": "SortRow",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 315,
      "norm_label": "sortrow",
      "id": "remix_app_components_mongodb_querybuilderstate_sortrow",
      "community_name": "Community 315"
    },
    {
      "label": "PipelineStage",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 315,
      "norm_label": "pipelinestage",
      "id": "remix_app_components_mongodb_querybuilderstate_pipelinestage",
      "community_name": "Community 315"
    },
    {
      "label": "MongoWorkbenchState",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 315,
      "norm_label": "mongoworkbenchstate",
      "id": "remix_app_components_mongodb_querybuilderstate_mongoworkbenchstate",
      "community_name": "Community 315"
    },
    {
      "label": "QueryBuilderError",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 368,
      "norm_label": "querybuildererror",
      "id": "remix_app_components_mongodb_querybuilderstate_querybuildererror",
      "community_name": "Community 368"
    },
    {
      "label": "makeBuilderId()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 368,
      "norm_label": "makebuilderid()",
      "id": "remix_app_components_mongodb_querybuilderstate_makebuilderid",
      "community_name": "Community 368"
    },
    {
      "label": "createBsonValue()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 368,
      "norm_label": "createbsonvalue()",
      "id": "remix_app_components_mongodb_querybuilderstate_createbsonvalue",
      "community_name": "Community 368"
    },
    {
      "label": "createBsonEntry()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L84",
      "_origin": "ast",
      "community": 368,
      "norm_label": "createbsonentry()",
      "id": "remix_app_components_mongodb_querybuilderstate_createbsonentry",
      "community_name": "Community 368"
    },
    {
      "label": "createFilterRule()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 368,
      "norm_label": "createfilterrule()",
      "id": "remix_app_components_mongodb_querybuilderstate_createfilterrule",
      "community_name": "Community 368"
    },
    {
      "label": "createFilterGroup()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 368,
      "norm_label": "createfiltergroup()",
      "id": "remix_app_components_mongodb_querybuilderstate_createfiltergroup",
      "community_name": "Community 368"
    },
    {
      "label": "stageDefault()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L105",
      "_origin": "ast",
      "community": 368,
      "norm_label": "stagedefault()",
      "id": "remix_app_components_mongodb_querybuilderstate_stagedefault",
      "community_name": "Community 368"
    },
    {
      "label": "createPipelineStage()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 368,
      "norm_label": "createpipelinestage()",
      "id": "remix_app_components_mongodb_querybuilderstate_createpipelinestage",
      "community_name": "Community 368"
    },
    {
      "label": "createInitialWorkbenchState()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 368,
      "norm_label": "createinitialworkbenchstate()",
      "id": "remix_app_components_mongodb_querybuilderstate_createinitialworkbenchstate",
      "community_name": "Community 368"
    },
    {
      "label": "requireFiniteNumber()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L145",
      "_origin": "ast",
      "community": 368,
      "norm_label": "requirefinitenumber()",
      "id": "remix_app_components_mongodb_querybuilderstate_requirefinitenumber",
      "community_name": "Community 368"
    },
    {
      "label": "requireInteger()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L151",
      "_origin": "ast",
      "community": 368,
      "norm_label": "requireinteger()",
      "id": "remix_app_components_mongodb_querybuilderstate_requireinteger",
      "community_name": "Community 368"
    },
    {
      "label": "uuidToBase64()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L156",
      "_origin": "ast",
      "community": 368,
      "norm_label": "uuidtobase64()",
      "id": "remix_app_components_mongodb_querybuilderstate_uuidtobase64",
      "community_name": "Community 368"
    },
    {
      "label": "compileBsonValue()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L164",
      "_origin": "ast",
      "community": 368,
      "norm_label": "compilebsonvalue()",
      "id": "remix_app_components_mongodb_querybuilderstate_compilebsonvalue",
      "community_name": "Community 368"
    },
    {
      "label": "ROOT_OPERATORS",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L242",
      "_origin": "ast",
      "community": 368,
      "norm_label": "root_operators",
      "id": "remix_app_components_mongodb_querybuilderstate_root_operators",
      "community_name": "Community 368"
    },
    {
      "label": "compileRule()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L244",
      "_origin": "ast",
      "community": 368,
      "norm_label": "compilerule()",
      "id": "remix_app_components_mongodb_querybuilderstate_compilerule",
      "community_name": "Community 368"
    },
    {
      "label": "compileFilterGroup()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L255",
      "_origin": "ast",
      "community": 368,
      "norm_label": "compilefiltergroup()",
      "id": "remix_app_components_mongodb_querybuilderstate_compilefiltergroup",
      "community_name": "Community 368"
    },
    {
      "label": "compileProjection()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L265",
      "_origin": "ast",
      "community": 368,
      "norm_label": "compileprojection()",
      "id": "remix_app_components_mongodb_querybuilderstate_compileprojection",
      "community_name": "Community 368"
    },
    {
      "label": "compileSort()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L283",
      "_origin": "ast",
      "community": 368,
      "norm_label": "compilesort()",
      "id": "remix_app_components_mongodb_querybuilderstate_compilesort",
      "community_name": "Community 368"
    },
    {
      "label": "compilePipeline()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L294",
      "_origin": "ast",
      "community": 368,
      "norm_label": "compilepipeline()",
      "id": "remix_app_components_mongodb_querybuilderstate_compilepipeline",
      "community_name": "Community 368"
    },
    {
      "label": "compileMongoQueryRequest()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L297",
      "_origin": "ast",
      "community": 368,
      "norm_label": "compilemongoqueryrequest()",
      "id": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest",
      "community_name": "Community 368"
    },
    {
      "label": "resultExport.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/resultExport.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 483,
      "norm_label": "resultexport.test.ts",
      "id": "remix_app_components_mongodb_resultexport_test",
      "community_name": "Community 483"
    },
    {
      "label": "resultExport.ts",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 483,
      "norm_label": "resultexport.ts",
      "id": "remix_app_components_mongodb_resultexport",
      "community_name": "Community 483"
    },
    {
      "label": "isMongoResultRecord()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 483,
      "norm_label": "ismongoresultrecord()",
      "id": "remix_app_components_mongodb_resultexport_ismongoresultrecord",
      "community_name": "Community 483"
    },
    {
      "label": "displayMongoResultValue()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 483,
      "norm_label": "displaymongoresultvalue()",
      "id": "remix_app_components_mongodb_resultexport_displaymongoresultvalue",
      "community_name": "Community 483"
    },
    {
      "label": "csvCell()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 483,
      "norm_label": "csvcell()",
      "id": "remix_app_components_mongodb_resultexport_csvcell",
      "community_name": "Community 483"
    },
    {
      "label": "tabulateMongoResults()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 483,
      "norm_label": "tabulatemongoresults()",
      "id": "remix_app_components_mongodb_resultexport_tabulatemongoresults",
      "community_name": "Community 483"
    },
    {
      "label": "serializeMongoResultsCsv()",
      "file_type": "code",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 483,
      "norm_label": "serializemongoresultscsv()",
      "id": "remix_app_components_mongodb_resultexport_serializemongoresultscsv",
      "community_name": "Community 483"
    },
    {
      "label": "NativeBridgeHost.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "nativebridgehost.tsx",
      "id": "remix_app_components_nativebridge_nativebridgehost",
      "community_name": "Community 208"
    },
    {
      "label": "NativeBridgeHost()",
      "file_type": "code",
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 208,
      "norm_label": "nativebridgehost()",
      "id": "remix_app_components_nativebridge_nativebridgehost_nativebridgehost",
      "community_name": "Community 208"
    },
    {
      "label": "DrawerContent.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawercontent.tsx",
      "id": "remix_app_components_nav_drawer_drawercontent",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerContentProps",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawercontentprops",
      "id": "remix_app_components_nav_drawer_drawercontent_drawercontentprops",
      "community_name": "Community 86"
    },
    {
      "label": "UserAvatarCircle()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 86,
      "norm_label": "useravatarcircle()",
      "id": "remix_app_components_nav_drawer_drawercontent_useravatarcircle",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerContent()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawercontent()",
      "id": "remix_app_components_nav_drawer_drawercontent_drawercontent",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerSystem.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawersystem.tsx",
      "id": "remix_app_components_nav_drawer_drawersystem",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerSystemInner()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawersysteminner()",
      "id": "remix_app_components_nav_drawer_drawersystem_drawersysteminner",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerSystem()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L83",
      "_origin": "ast",
      "community": 208,
      "norm_label": "drawersystem()",
      "id": "remix_app_components_nav_drawer_drawersystem_drawersystem",
      "community_name": "Community 208"
    },
    {
      "label": "DrawerTrigger.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawertrigger.tsx",
      "id": "remix_app_components_nav_drawer_drawertrigger",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerTrigger()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawertrigger()",
      "id": "remix_app_components_nav_drawer_drawertrigger_drawertrigger",
      "community_name": "Community 86"
    },
    {
      "label": "EditorDrawerSection.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "editordrawersection.tsx",
      "id": "remix_app_components_nav_drawer_editordrawersection",
      "community_name": "Community 58"
    },
    {
      "label": "LiveWindow",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 58,
      "norm_label": "livewindow",
      "id": "remix_app_components_nav_drawer_editordrawersection_livewindow",
      "community_name": "Community 58"
    },
    {
      "label": "rowStyles",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 58,
      "norm_label": "rowstyles",
      "id": "remix_app_components_nav_drawer_editordrawersection_rowstyles",
      "community_name": "Community 58"
    },
    {
      "label": "rowA11y()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 58,
      "norm_label": "rowa11y()",
      "id": "remix_app_components_nav_drawer_editordrawersection_rowa11y",
      "community_name": "Community 58"
    },
    {
      "label": "rowActionStyles",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 58,
      "norm_label": "rowactionstyles",
      "id": "remix_app_components_nav_drawer_editordrawersection_rowactionstyles",
      "community_name": "Community 58"
    },
    {
      "label": "SectionLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L76",
      "_origin": "ast",
      "community": 58,
      "norm_label": "sectionlabel()",
      "id": "remix_app_components_nav_drawer_editordrawersection_sectionlabel",
      "community_name": "Community 58"
    },
    {
      "label": "EditorDrawerSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L92",
      "_origin": "ast",
      "community": 58,
      "norm_label": "editordrawersection()",
      "id": "remix_app_components_nav_drawer_editordrawersection_editordrawersection",
      "community_name": "Community 58"
    },
    {
      "label": "NavDrawer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "navdrawer.tsx",
      "id": "remix_app_components_nav_drawer_navdrawer",
      "community_name": "Community 86"
    },
    {
      "label": "NavDrawerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 86,
      "norm_label": "navdrawerprops",
      "id": "remix_app_components_nav_drawer_navdrawer_navdrawerprops",
      "community_name": "Community 86"
    },
    {
      "label": "NavDrawer()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 86,
      "norm_label": "navdrawer()",
      "id": "remix_app_components_nav_drawer_navdrawer_navdrawer",
      "community_name": "Community 86"
    },
    {
      "label": "ReorderableList.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "reorderablelist.tsx",
      "id": "remix_app_components_nav_drawer_reorderablelist",
      "community_name": "Community 86"
    },
    {
      "label": "ReorderableEntry",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 86,
      "norm_label": "reorderableentry",
      "id": "remix_app_components_nav_drawer_reorderablelist_reorderableentry",
      "community_name": "Community 86"
    },
    {
      "label": "ReorderableListProps",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 86,
      "norm_label": "reorderablelistprops",
      "id": "remix_app_components_nav_drawer_reorderablelist_reorderablelistprops",
      "community_name": "Community 86"
    },
    {
      "label": "DragRects",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 86,
      "norm_label": "dragrects",
      "id": "remix_app_components_nav_drawer_reorderablelist_dragrects",
      "community_name": "Community 86"
    },
    {
      "label": "DragState",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 86,
      "norm_label": "dragstate",
      "id": "remix_app_components_nav_drawer_reorderablelist_dragstate",
      "community_name": "Community 86"
    },
    {
      "label": "ReorderableList()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 86,
      "norm_label": "reorderablelist()",
      "id": "remix_app_components_nav_drawer_reorderablelist_reorderablelist",
      "community_name": "Community 86"
    },
    {
      "label": "UserSettingsModal.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "usersettingsmodal.tsx",
      "id": "remix_app_components_nav_drawer_usersettingsmodal",
      "community_name": "Community 27"
    },
    {
      "label": "waitForElectronSetting()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 27,
      "norm_label": "waitforelectronsetting()",
      "id": "remix_app_components_nav_drawer_usersettingsmodal_waitforelectronsetting",
      "community_name": "Community 27"
    },
    {
      "label": "UserSettingsModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 86,
      "norm_label": "usersettingsmodal()",
      "id": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "community_name": "Community 86"
    },
    {
      "label": "drawerMenu.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawermenu.tsx",
      "id": "remix_app_components_nav_drawer_drawermenu",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerSubItem",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawersubitem",
      "id": "remix_app_components_nav_drawer_drawermenu_drawersubitem",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerTopItem",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawertopitem",
      "id": "remix_app_components_nav_drawer_drawermenu_drawertopitem",
      "community_name": "Community 86"
    },
    {
      "label": "drawerMenuItems",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawermenuitems",
      "id": "remix_app_components_nav_drawer_drawermenu_drawermenuitems",
      "community_name": "Community 86"
    },
    {
      "label": "DRAWER_KEEP_OPEN_DEFAULT_IDS",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L154",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawer_keep_open_default_ids",
      "id": "remix_app_components_nav_drawer_drawermenu_drawer_keep_open_default_ids",
      "community_name": "Community 86"
    },
    {
      "label": "drawerItemClosesOnClick()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L159",
      "_origin": "ast",
      "community": 86,
      "norm_label": "draweritemclosesonclick()",
      "id": "remix_app_components_nav_drawer_drawermenu_draweritemclosesonclick",
      "community_name": "Community 86"
    },
    {
      "label": "applyDrawerOrdering()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L172",
      "_origin": "ast",
      "community": 86,
      "norm_label": "applydrawerordering()",
      "id": "remix_app_components_nav_drawer_drawermenu_applydrawerordering",
      "community_name": "Community 86"
    },
    {
      "label": "filterDrawerItemsByAuth()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L183",
      "_origin": "ast",
      "community": 86,
      "norm_label": "filterdraweritemsbyauth()",
      "id": "remix_app_components_nav_drawer_drawermenu_filterdraweritemsbyauth",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerSubSection",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L202",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawersubsection",
      "id": "remix_app_components_nav_drawer_drawermenu_drawersubsection",
      "community_name": "Community 86"
    },
    {
      "label": "buildDrawerSubSections()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L209",
      "_origin": "ast",
      "community": 86,
      "norm_label": "builddrawersubsections()",
      "id": "remix_app_components_nav_drawer_drawermenu_builddrawersubsections",
      "community_name": "Community 86"
    },
    {
      "label": "useDrawer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "usedrawer.tsx",
      "id": "remix_app_components_nav_drawer_usedrawer",
      "community_name": "Community 86"
    },
    {
      "label": "DRAWER_TOP_LEVEL_UNLIMITED",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawer_top_level_unlimited",
      "id": "remix_app_components_nav_drawer_usedrawer_drawer_top_level_unlimited",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerTopLevelLimit",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawertoplevellimit",
      "id": "remix_app_components_nav_drawer_usedrawer_drawertoplevellimit",
      "community_name": "Community 86"
    },
    {
      "label": "drawerWidthCss()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawerwidthcss()",
      "id": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss",
      "community_name": "Community 86"
    },
    {
      "label": "clampDrawerWidth()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 86,
      "norm_label": "clampdrawerwidth()",
      "id": "remix_app_components_nav_drawer_usedrawer_clampdrawerwidth",
      "community_name": "Community 86"
    },
    {
      "label": "normalizeDrawerTopLevelLimit()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 86,
      "norm_label": "normalizedrawertoplevellimit()",
      "id": "remix_app_components_nav_drawer_usedrawer_normalizedrawertoplevellimit",
      "community_name": "Community 86"
    },
    {
      "label": "useIsMobileViewport()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L72",
      "_origin": "ast",
      "community": 86,
      "norm_label": "useismobileviewport()",
      "id": "remix_app_components_nav_drawer_usedrawer_useismobileviewport",
      "community_name": "Community 86"
    },
    {
      "label": "dispatchDrawerLiveWidth()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L103",
      "_origin": "ast",
      "community": 86,
      "norm_label": "dispatchdrawerlivewidth()",
      "id": "remix_app_components_nav_drawer_usedrawer_dispatchdrawerlivewidth",
      "community_name": "Community 86"
    },
    {
      "label": "useDrawerLiveWidth()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L111",
      "_origin": "ast",
      "community": 86,
      "norm_label": "usedrawerlivewidth()",
      "id": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth",
      "community_name": "Community 86"
    },
    {
      "label": "AccountModalContext",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L138",
      "_origin": "ast",
      "community": 86,
      "norm_label": "accountmodalcontext",
      "id": "remix_app_components_nav_drawer_usedrawer_accountmodalcontext",
      "community_name": "Community 86"
    },
    {
      "label": "AccountModalProvider()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L145",
      "_origin": "ast",
      "community": 86,
      "norm_label": "accountmodalprovider()",
      "id": "remix_app_components_nav_drawer_usedrawer_accountmodalprovider",
      "community_name": "Community 86"
    },
    {
      "label": "DrawerDirection",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L155",
      "_origin": "ast",
      "community": 86,
      "norm_label": "drawerdirection",
      "id": "remix_app_components_nav_drawer_usedrawer_drawerdirection",
      "community_name": "Community 86"
    },
    {
      "label": "useDrawer()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L157",
      "_origin": "ast",
      "community": 86,
      "norm_label": "usedrawer()",
      "id": "remix_app_components_nav_drawer_usedrawer_usedrawer",
      "community_name": "Community 86"
    },
    {
      "label": "Footer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "footer.tsx",
      "id": "remix_app_components_nav_footer",
      "community_name": "Community 86"
    },
    {
      "label": "Footer()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 86,
      "norm_label": "footer()",
      "id": "remix_app_components_nav_footer_footer",
      "community_name": "Community 86"
    },
    {
      "label": "Nav.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "nav.tsx",
      "id": "remix_app_components_nav_nav",
      "community_name": "Community 86"
    },
    {
      "label": "useUnicornGallop()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 86,
      "norm_label": "useunicorngallop()",
      "id": "remix_app_components_nav_nav_useunicorngallop",
      "community_name": "Community 86"
    },
    {
      "label": "Nav()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 86,
      "norm_label": "nav()",
      "id": "remix_app_components_nav_nav_nav",
      "community_name": "Community 86"
    },
    {
      "label": "NotificationsBell.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "notificationsbell.tsx",
      "id": "remix_app_components_nav_notificationsbell",
      "community_name": "Community 27"
    },
    {
      "label": "BellNotification",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 27,
      "norm_label": "bellnotification",
      "id": "remix_app_components_nav_notificationsbell_bellnotification",
      "community_name": "Community 27"
    },
    {
      "label": "TYPE_EMOJI",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 27,
      "norm_label": "type_emoji",
      "id": "remix_app_components_nav_notificationsbell_type_emoji",
      "community_name": "Community 27"
    },
    {
      "label": "verbOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 27,
      "norm_label": "verbof()",
      "id": "remix_app_components_nav_notificationsbell_verbof",
      "community_name": "Community 27"
    },
    {
      "label": "NotificationsBell()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L73",
      "_origin": "ast",
      "community": 27,
      "norm_label": "notificationsbell()",
      "id": "remix_app_components_nav_notificationsbell_notificationsbell",
      "community_name": "Community 27"
    },
    {
      "label": "ReactiveNav.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "reactivenav.tsx",
      "id": "remix_app_components_nav_reactivenav",
      "community_name": "Community 197"
    },
    {
      "label": "ReactiveNav()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 197,
      "norm_label": "reactivenav()",
      "id": "remix_app_components_nav_reactivenav_reactivenav",
      "community_name": "Community 197"
    },
    {
      "label": "ReactiveRightNav.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/ReactiveRightNav.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "reactiverightnav.tsx",
      "id": "remix_app_components_nav_reactiverightnav",
      "community_name": "Community 197"
    },
    {
      "label": "ReactiveRightNav()",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/ReactiveRightNav.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 197,
      "norm_label": "reactiverightnav()",
      "id": "remix_app_components_nav_reactiverightnav_reactiverightnav",
      "community_name": "Community 197"
    },
    {
      "label": "AuthorizePage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "authorizepage.tsx",
      "id": "remix_app_components_oauth_authorizepage",
      "community_name": "Community 90"
    },
    {
      "label": "EmbedApp",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 90,
      "norm_label": "embedapp",
      "id": "remix_app_components_oauth_authorizepage_embedapp",
      "community_name": "Community 90"
    },
    {
      "label": "EmbedUser",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 90,
      "norm_label": "embeduser",
      "id": "remix_app_components_oauth_authorizepage_embeduser",
      "community_name": "Community 90"
    },
    {
      "label": "ScopeDescriptor",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 90,
      "norm_label": "scopedescriptor",
      "id": "remix_app_components_oauth_authorizepage_scopedescriptor",
      "community_name": "Community 90"
    },
    {
      "label": "PickerThing",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 90,
      "norm_label": "pickerthing",
      "id": "remix_app_components_oauth_authorizepage_pickerthing",
      "community_name": "Community 90"
    },
    {
      "label": "SCOPE_EMOJI",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 90,
      "norm_label": "scope_emoji",
      "id": "remix_app_components_oauth_authorizepage_scope_emoji",
      "community_name": "Community 90"
    },
    {
      "label": "SANDBOX_USER",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 90,
      "norm_label": "sandbox_user",
      "id": "remix_app_components_oauth_authorizepage_sandbox_user",
      "community_name": "Community 90"
    },
    {
      "label": "SANDBOX_THINGS",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 90,
      "norm_label": "sandbox_things",
      "id": "remix_app_components_oauth_authorizepage_sandbox_things",
      "community_name": "Community 90"
    },
    {
      "label": "fetchJson()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L71",
      "_origin": "ast",
      "community": 90,
      "norm_label": "fetchjson()",
      "id": "remix_app_components_oauth_authorizepage_fetchjson",
      "community_name": "Community 90"
    },
    {
      "label": "coversPath()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L87",
      "_origin": "ast",
      "community": 90,
      "norm_label": "coverspath()",
      "id": "remix_app_components_oauth_authorizepage_coverspath",
      "community_name": "Community 90"
    },
    {
      "label": "anyCovers()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L89",
      "_origin": "ast",
      "community": 90,
      "norm_label": "anycovers()",
      "id": "remix_app_components_oauth_authorizepage_anycovers",
      "community_name": "Community 90"
    },
    {
      "label": "parseScopeList()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L92",
      "_origin": "ast",
      "community": 90,
      "norm_label": "parsescopelist()",
      "id": "remix_app_components_oauth_authorizepage_parsescopelist",
      "community_name": "Community 90"
    },
    {
      "label": "cardSx",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L101",
      "_origin": "ast",
      "community": 90,
      "norm_label": "cardsx",
      "id": "remix_app_components_oauth_authorizepage_cardsx",
      "community_name": "Community 90"
    },
    {
      "label": "Kicker()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L113",
      "_origin": "ast",
      "community": 90,
      "norm_label": "kicker()",
      "id": "remix_app_components_oauth_authorizepage_kicker",
      "community_name": "Community 90"
    },
    {
      "label": "SandboxChip()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L126",
      "_origin": "ast",
      "community": 90,
      "norm_label": "sandboxchip()",
      "id": "remix_app_components_oauth_authorizepage_sandboxchip",
      "community_name": "Community 90"
    },
    {
      "label": "ScopeRowProps",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L143",
      "_origin": "ast",
      "community": 90,
      "norm_label": "scoperowprops",
      "id": "remix_app_components_oauth_authorizepage_scoperowprops",
      "community_name": "Community 90"
    },
    {
      "label": "ScopeRow()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L150",
      "_origin": "ast",
      "community": 90,
      "norm_label": "scoperow()",
      "id": "remix_app_components_oauth_authorizepage_scoperow",
      "community_name": "Community 90"
    },
    {
      "label": "AuthorizePage()",
      "file_type": "code",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L184",
      "_origin": "ast",
      "community": 90,
      "norm_label": "authorizepage()",
      "id": "remix_app_components_oauth_authorizepage_authorizepage",
      "community_name": "Community 90"
    },
    {
      "label": "EditProfileModal.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "editprofilemodal.tsx",
      "id": "remix_app_components_profile_editprofilemodal",
      "community_name": "Community 48"
    },
    {
      "label": "EditProfileModalProps",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 48,
      "norm_label": "editprofilemodalprops",
      "id": "remix_app_components_profile_editprofilemodal_editprofilemodalprops",
      "community_name": "Community 48"
    },
    {
      "label": "INPUT_STYLE",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 48,
      "norm_label": "input_style",
      "id": "remix_app_components_profile_editprofilemodal_input_style",
      "community_name": "Community 48"
    },
    {
      "label": "EditProfileModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 48,
      "norm_label": "editprofilemodal()",
      "id": "remix_app_components_profile_editprofilemodal_editprofilemodal",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaField.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediafield.tsx",
      "id": "remix_app_components_profile_profilemediafield",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaIntent",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediaintent",
      "id": "remix_app_components_profile_profilemediafield_profilemediaintent",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaFieldProps",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediafieldprops",
      "id": "remix_app_components_profile_profilemediafield_profilemediafieldprops",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaFieldHandle",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediafieldhandle",
      "id": "remix_app_components_profile_profilemediafield_profilemediafieldhandle",
      "community_name": "Community 48"
    },
    {
      "label": "statusText()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 48,
      "norm_label": "statustext()",
      "id": "remix_app_components_profile_profilemediafield_statustext",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaFieldInner",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediafieldinner",
      "id": "remix_app_components_profile_profilemediafield_profilemediafieldinner",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaField",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L451",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediafield",
      "id": "remix_app_components_profile_profilemediafield_profilemediafield",
      "community_name": "Community 48"
    },
    {
      "label": "ProfilePage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "profilepage.tsx",
      "id": "remix_app_components_profile_profilepage",
      "community_name": "Community 31"
    },
    {
      "label": "ProfilePageProps",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 31,
      "norm_label": "profilepageprops",
      "id": "remix_app_components_profile_profilepage_profilepageprops",
      "community_name": "Community 31"
    },
    {
      "label": "RemoteProfileState",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 31,
      "norm_label": "remoteprofilestate",
      "id": "remix_app_components_profile_profilepage_remoteprofilestate",
      "community_name": "Community 31"
    },
    {
      "label": "formatJoined()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 31,
      "norm_label": "formatjoined()",
      "id": "remix_app_components_profile_profilepage_formatjoined",
      "community_name": "Community 31"
    },
    {
      "label": "ProfileBanner()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilebanner()",
      "id": "remix_app_components_profile_profilepage_profilebanner",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileAvatarCircle()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L76",
      "_origin": "ast",
      "community": 27,
      "norm_label": "profileavatarcircle()",
      "id": "remix_app_components_profile_profilepage_profileavatarcircle",
      "community_name": "Community 27"
    },
    {
      "label": "Eyebrow()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L99",
      "_origin": "ast",
      "community": 31,
      "norm_label": "eyebrow()",
      "id": "remix_app_components_profile_profilepage_eyebrow",
      "community_name": "Community 31"
    },
    {
      "label": "ProfilePage()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L105",
      "_origin": "ast",
      "community": 31,
      "norm_label": "profilepage()",
      "id": "remix_app_components_profile_profilepage_profilepage",
      "community_name": "Community 31"
    },
    {
      "label": "RelationshipControls.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "relationshipcontrols.tsx",
      "id": "remix_app_components_profile_relationshipcontrols",
      "community_name": "Community 27"
    },
    {
      "label": "FriendState",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 27,
      "norm_label": "friendstate",
      "id": "remix_app_components_profile_relationshipcontrols_friendstate",
      "community_name": "Community 27"
    },
    {
      "label": "Summary",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 27,
      "norm_label": "summary",
      "id": "remix_app_components_profile_relationshipcontrols_summary",
      "community_name": "Community 27"
    },
    {
      "label": "cacheKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 27,
      "norm_label": "cachekey()",
      "id": "remix_app_components_profile_relationshipcontrols_cachekey",
      "community_name": "Community 27"
    },
    {
      "label": "RelationshipControlsProps",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 27,
      "norm_label": "relationshipcontrolsprops",
      "id": "remix_app_components_profile_relationshipcontrols_relationshipcontrolsprops",
      "community_name": "Community 27"
    },
    {
      "label": "RelationshipControls()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 27,
      "norm_label": "relationshipcontrols()",
      "id": "remix_app_components_profile_relationshipcontrols_relationshipcontrols",
      "community_name": "Community 27"
    },
    {
      "label": "profileMediaCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediacore.test.ts",
      "id": "remix_app_components_profile_profilemediacore_test",
      "community_name": "Community 48"
    },
    {
      "label": "profileMediaCore.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediacore.ts",
      "id": "remix_app_components_profile_profilemediacore",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaSlot",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediaslot",
      "id": "remix_app_components_profile_profilemediacore_profilemediaslot",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaMutation",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediamutation",
      "id": "remix_app_components_profile_profilemediacore_profilemediamutation",
      "community_name": "Community 48"
    },
    {
      "label": "ProfileMediaFieldSnapshot",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediafieldsnapshot",
      "id": "remix_app_components_profile_profilemediacore_profilemediafieldsnapshot",
      "community_name": "Community 48"
    },
    {
      "label": "PROFILE_MEDIA_CONTENT_TYPES",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profile_media_content_types",
      "id": "remix_app_components_profile_profilemediacore_profile_media_content_types",
      "community_name": "Community 48"
    },
    {
      "label": "PROFILE_MEDIA_CONTENT_TYPE_SET",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profile_media_content_type_set",
      "id": "remix_app_components_profile_profilemediacore_profile_media_content_type_set",
      "community_name": "Community 48"
    },
    {
      "label": "isManagedProfileMediaUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 48,
      "norm_label": "ismanagedprofilemediaurl()",
      "id": "remix_app_components_profile_profilemediacore_ismanagedprofilemediaurl",
      "community_name": "Community 48"
    },
    {
      "label": "isExternalProfileImageUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 48,
      "norm_label": "isexternalprofileimageurl()",
      "id": "remix_app_components_profile_profilemediacore_isexternalprofileimageurl",
      "community_name": "Community 48"
    },
    {
      "label": "initialExternalProfileImageUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 48,
      "norm_label": "initialexternalprofileimageurl()",
      "id": "remix_app_components_profile_profilemediacore_initialexternalprofileimageurl",
      "community_name": "Community 48"
    },
    {
      "label": "preservedProfileMediaSnapshot()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 48,
      "norm_label": "preservedprofilemediasnapshot()",
      "id": "remix_app_components_profile_profilemediacore_preservedprofilemediasnapshot",
      "community_name": "Community 48"
    },
    {
      "label": "profileImageFileError()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L61",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profileimagefileerror()",
      "id": "remix_app_components_profile_profilemediacore_profileimagefileerror",
      "community_name": "Community 48"
    },
    {
      "label": "profileMediaUpdateFields()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L70",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilemediaupdatefields()",
      "id": "remix_app_components_profile_profilemediacore_profilemediaupdatefields",
      "community_name": "Community 48"
    },
    {
      "label": "profileSaveErrorMessage()",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L79",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilesaveerrormessage()",
      "id": "remix_app_components_profile_profilemediacore_profilesaveerrormessage",
      "community_name": "Community 48"
    },
    {
      "label": "Rainbow.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "rainbow.tsx",
      "id": "remix_app_components_rainbow_rainbow",
      "community_name": "Community 58"
    },
    {
      "label": "Rainbow()",
      "file_type": "code",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 58,
      "norm_label": "rainbow()",
      "id": "remix_app_components_rainbow_rainbow_rainbow",
      "community_name": "Community 58"
    },
    {
      "label": "Safe.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Safety/Safe.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "safe.tsx",
      "id": "remix_app_components_safety_safe",
      "community_name": "Community 28"
    },
    {
      "label": "Safe()",
      "file_type": "code",
      "source_file": "remix/app/components/Safety/Safe.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 28,
      "norm_label": "safe()",
      "id": "remix_app_components_safety_safe_safe",
      "community_name": "Community 28"
    },
    {
      "label": "MigrationsPanel.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migrationspanel.tsx",
      "id": "remix_app_components_schemas_migrationspanel",
      "community_name": "Community 102"
    },
    {
      "label": "CollectionCensus",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 102,
      "norm_label": "collectioncensus",
      "id": "remix_app_components_schemas_migrationspanel_collectioncensus",
      "community_name": "Community 102"
    },
    {
      "label": "CollectionGeneration",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 102,
      "norm_label": "collectiongeneration",
      "id": "remix_app_components_schemas_migrationspanel_collectiongeneration",
      "community_name": "Community 102"
    },
    {
      "label": "Migration",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migration",
      "id": "remix_app_components_schemas_migrationspanel_migration",
      "community_name": "Community 102"
    },
    {
      "label": "MigrationReport",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migrationreport",
      "id": "remix_app_components_schemas_migrationspanel_migrationreport",
      "community_name": "Community 102"
    },
    {
      "label": "MigrationsStatus",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migrationsstatus",
      "id": "remix_app_components_schemas_migrationspanel_migrationsstatus",
      "community_name": "Community 102"
    },
    {
      "label": "versionsSummary()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 102,
      "norm_label": "versionssummary()",
      "id": "remix_app_components_schemas_migrationspanel_versionssummary",
      "community_name": "Community 102"
    },
    {
      "label": "reportSummary()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 102,
      "norm_label": "reportsummary()",
      "id": "remix_app_components_schemas_migrationspanel_reportsummary",
      "community_name": "Community 102"
    },
    {
      "label": "MigrationsPanel()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L71",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migrationspanel()",
      "id": "remix_app_components_schemas_migrationspanel_migrationspanel",
      "community_name": "Community 102"
    },
    {
      "label": "SchemaBuilder.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemabuilder.tsx",
      "id": "remix_app_components_schemas_schemabuilder",
      "community_name": "Community 82"
    },
    {
      "label": "BuilderPrefill",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 82,
      "norm_label": "builderprefill",
      "id": "remix_app_components_schemas_schemabuilder_builderprefill",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaBuilderProps",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemabuilderprops",
      "id": "remix_app_components_schemas_schemabuilder_schemabuilderprops",
      "community_name": "Community 82"
    },
    {
      "label": "draftId()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 82,
      "norm_label": "draftid()",
      "id": "remix_app_components_schemas_schemabuilder_draftid",
      "community_name": "Community 82"
    },
    {
      "label": "DraftField",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 82,
      "norm_label": "draftfield",
      "id": "remix_app_components_schemas_schemabuilder_draftfield",
      "community_name": "Community 82"
    },
    {
      "label": "blankField()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 82,
      "norm_label": "blankfield()",
      "id": "remix_app_components_schemas_schemabuilder_blankfield",
      "community_name": "Community 82"
    },
    {
      "label": "draftableSchemaFields()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L81",
      "_origin": "ast",
      "community": 82,
      "norm_label": "draftableschemafields()",
      "id": "remix_app_components_schemas_schemabuilder_draftableschemafields",
      "community_name": "Community 82"
    },
    {
      "label": "fromSchemaField()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 82,
      "norm_label": "fromschemafield()",
      "id": "remix_app_components_schemas_schemabuilder_fromschemafield",
      "community_name": "Community 82"
    },
    {
      "label": "CompileResult",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L102",
      "_origin": "ast",
      "community": 82,
      "norm_label": "compileresult",
      "id": "remix_app_components_schemas_schemabuilder_compileresult",
      "community_name": "Community 82"
    },
    {
      "label": "compileDrafts()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 37,
      "norm_label": "compiledrafts()",
      "id": "remix_app_components_schemas_schemabuilder_compiledrafts",
      "community_name": "Community 37"
    },
    {
      "label": "inputSx",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L221",
      "_origin": "ast",
      "community": 82,
      "norm_label": "inputsx",
      "id": "remix_app_components_schemas_schemabuilder_inputsx",
      "community_name": "Community 82"
    },
    {
      "label": "tinyLabel",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L232",
      "_origin": "ast",
      "community": 82,
      "norm_label": "tinylabel",
      "id": "remix_app_components_schemas_schemabuilder_tinylabel",
      "community_name": "Community 82"
    },
    {
      "label": "FieldEditorProps",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L239",
      "_origin": "ast",
      "community": 82,
      "norm_label": "fieldeditorprops",
      "id": "remix_app_components_schemas_schemabuilder_fieldeditorprops",
      "community_name": "Community 82"
    },
    {
      "label": "FieldEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L247",
      "_origin": "ast",
      "community": 82,
      "norm_label": "fieldeditor()",
      "id": "remix_app_components_schemas_schemabuilder_fieldeditor",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaBuilder()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L393",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemabuilder()",
      "id": "remix_app_components_schemas_schemabuilder_schemabuilder",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaThingForm.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemathingform.tsx",
      "id": "remix_app_components_schemas_schemathingform",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaThingFormProps",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemathingformprops",
      "id": "remix_app_components_schemas_schemathingform_schemathingformprops",
      "community_name": "Community 82"
    },
    {
      "label": "inputSx",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 82,
      "norm_label": "inputsx",
      "id": "remix_app_components_schemas_schemathingform_inputsx",
      "community_name": "Community 82"
    },
    {
      "label": "getPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 82,
      "norm_label": "getpath()",
      "id": "remix_app_components_schemas_schemathingform_getpath",
      "community_name": "Community 82"
    },
    {
      "label": "setPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L59",
      "_origin": "ast",
      "community": 82,
      "norm_label": "setpath()",
      "id": "remix_app_components_schemas_schemathingform_setpath",
      "community_name": "Community 82"
    },
    {
      "label": "LeafInputProps",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L78",
      "_origin": "ast",
      "community": 82,
      "norm_label": "leafinputprops",
      "id": "remix_app_components_schemas_schemathingform_leafinputprops",
      "community_name": "Community 82"
    },
    {
      "label": "LeafInput()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 82,
      "norm_label": "leafinput()",
      "id": "remix_app_components_schemas_schemathingform_leafinput",
      "community_name": "Community 82"
    },
    {
      "label": "FieldRowProps",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L160",
      "_origin": "ast",
      "community": 82,
      "norm_label": "fieldrowprops",
      "id": "remix_app_components_schemas_schemathingform_fieldrowprops",
      "community_name": "Community 82"
    },
    {
      "label": "FieldRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L167",
      "_origin": "ast",
      "community": 82,
      "norm_label": "fieldrow()",
      "id": "remix_app_components_schemas_schemathingform_fieldrow",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaThingForm()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L306",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemathingform()",
      "id": "remix_app_components_schemas_schemathingform_schemathingform",
      "community_name": "Community 82"
    },
    {
      "label": "SchemasBrowsePage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemasbrowsepage.tsx",
      "id": "remix_app_components_schemas_schemasbrowsepage",
      "community_name": "Community 82"
    },
    {
      "label": "cacheKeyFor()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 82,
      "norm_label": "cachekeyfor()",
      "id": "remix_app_components_schemas_schemasbrowsepage_cachekeyfor",
      "community_name": "Community 82"
    },
    {
      "label": "ViewMode",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 82,
      "norm_label": "viewmode",
      "id": "remix_app_components_schemas_schemasbrowsepage_viewmode",
      "community_name": "Community 82"
    },
    {
      "label": "SortMode",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 82,
      "norm_label": "sortmode",
      "id": "remix_app_components_schemas_schemasbrowsepage_sortmode",
      "community_name": "Community 82"
    },
    {
      "label": "ScopeMode",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L58",
      "_origin": "ast",
      "community": 82,
      "norm_label": "scopemode",
      "id": "remix_app_components_schemas_schemasbrowsepage_scopemode",
      "community_name": "Community 82"
    },
    {
      "label": "CachedSchemas",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 82,
      "norm_label": "cachedschemas",
      "id": "remix_app_components_schemas_schemasbrowsepage_cachedschemas",
      "community_name": "Community 82"
    },
    {
      "label": "kindOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L73",
      "_origin": "ast",
      "community": 134,
      "norm_label": "kindof()",
      "id": "remix_app_components_schemas_schemasbrowsepage_kindof",
      "community_name": "Community 134"
    },
    {
      "label": "pillProps()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L75",
      "_origin": "ast",
      "community": 82,
      "norm_label": "pillprops()",
      "id": "remix_app_components_schemas_schemasbrowsepage_pillprops",
      "community_name": "Community 82"
    },
    {
      "label": "monoLabel",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L88",
      "_origin": "ast",
      "community": 82,
      "norm_label": "monolabel",
      "id": "remix_app_components_schemas_schemasbrowsepage_monolabel",
      "community_name": "Community 82"
    },
    {
      "label": "systemThingFields()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L98",
      "_origin": "ast",
      "community": 37,
      "norm_label": "systemthingfields()",
      "id": "remix_app_components_schemas_schemasbrowsepage_systemthingfields",
      "community_name": "Community 37"
    },
    {
      "label": "ShapeChip()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L103",
      "_origin": "ast",
      "community": 82,
      "norm_label": "shapechip()",
      "id": "remix_app_components_schemas_schemasbrowsepage_shapechip",
      "community_name": "Community 82"
    },
    {
      "label": "SamplePreview()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L123",
      "_origin": "ast",
      "community": 82,
      "norm_label": "samplepreview()",
      "id": "remix_app_components_schemas_schemasbrowsepage_samplepreview",
      "community_name": "Community 82"
    },
    {
      "label": "SampleRender()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L155",
      "_origin": "ast",
      "community": 82,
      "norm_label": "samplerender()",
      "id": "remix_app_components_schemas_schemasbrowsepage_samplerender",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaCardProps",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L186",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemacardprops",
      "id": "remix_app_components_schemas_schemasbrowsepage_schemacardprops",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaCard",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L197",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemacard",
      "id": "remix_app_components_schemas_schemasbrowsepage_schemacard",
      "community_name": "Community 82"
    },
    {
      "label": "SchemasBrowsePage()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L480",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemasbrowsepage()",
      "id": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage",
      "community_name": "Community 82"
    },
    {
      "label": "SchemasPage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemaspage.tsx",
      "id": "remix_app_components_schemas_schemaspage",
      "community_name": "Community 90"
    },
    {
      "label": "SchemaSection",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemasection",
      "id": "remix_app_components_schemas_schemaspage_schemasection",
      "community_name": "Community 90"
    },
    {
      "label": "SECTIONS",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 90,
      "norm_label": "sections",
      "id": "remix_app_components_schemas_schemaspage_sections",
      "community_name": "Community 90"
    },
    {
      "label": "schemaAnchor()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L63",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemaanchor()",
      "id": "remix_app_components_schemas_schemaspage_schemaanchor",
      "community_name": "Community 90"
    },
    {
      "label": "fieldConstraints()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 90,
      "norm_label": "fieldconstraints()",
      "id": "remix_app_components_schemas_schemaspage_fieldconstraints",
      "community_name": "Community 90"
    },
    {
      "label": "flattenDocFields()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L89",
      "_origin": "ast",
      "community": 90,
      "norm_label": "flattendocfields()",
      "id": "remix_app_components_schemas_schemaspage_flattendocfields",
      "community_name": "Community 90"
    },
    {
      "label": "CopyValueButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L98",
      "_origin": "ast",
      "community": 90,
      "norm_label": "copyvaluebutton()",
      "id": "remix_app_components_schemas_schemaspage_copyvaluebutton",
      "community_name": "Community 90"
    },
    {
      "label": "SchemaCard()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L136",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemacard()",
      "id": "remix_app_components_schemas_schemaspage_schemacard",
      "community_name": "Community 90"
    },
    {
      "label": "SchemasPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L253",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemaspage()",
      "id": "remix_app_components_schemas_schemaspage_schemaspage",
      "community_name": "Community 90"
    },
    {
      "label": "schemaBrowseTypes.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemabrowsetypes.ts",
      "id": "remix_app_components_schemas_schemabrowsetypes",
      "community_name": "Community 82"
    },
    {
      "label": "BrowseSchemaAuthor",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 82,
      "norm_label": "browseschemaauthor",
      "id": "remix_app_components_schemas_schemabrowsetypes_browseschemaauthor",
      "community_name": "Community 82"
    },
    {
      "label": "BrowseSchemaEntry",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 82,
      "norm_label": "browseschemaentry",
      "id": "remix_app_components_schemas_schemabrowsetypes_browseschemaentry",
      "community_name": "Community 82"
    },
    {
      "label": "BrowseSchemasResponse",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 82,
      "norm_label": "browseschemasresponse",
      "id": "remix_app_components_schemas_schemabrowsetypes_browseschemasresponse",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaCardSource",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L44",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemacardsource",
      "id": "remix_app_components_schemas_schemabrowsetypes_schemacardsource",
      "community_name": "Community 82"
    },
    {
      "label": "entryToCardSource()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 82,
      "norm_label": "entrytocardsource()",
      "id": "remix_app_components_schemas_schemabrowsetypes_entrytocardsource",
      "community_name": "Community 82"
    },
    {
      "label": "SEARCHABLE_CRYSTAL_KINDS",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L83",
      "_origin": "ast",
      "community": 82,
      "norm_label": "searchable_crystal_kinds",
      "id": "remix_app_components_schemas_schemabrowsetypes_searchable_crystal_kinds",
      "community_name": "Community 82"
    },
    {
      "label": "searchableSchemaSource()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 82,
      "norm_label": "searchableschemasource()",
      "id": "remix_app_components_schemas_schemabrowsetypes_searchableschemasource",
      "community_name": "Community 82"
    },
    {
      "label": "registryToCardSource()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 82,
      "norm_label": "registrytocardsource()",
      "id": "remix_app_components_schemas_schemabrowsetypes_registrytocardsource",
      "community_name": "Community 82"
    },
    {
      "label": "seededBuiltinShareIds",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L111",
      "_origin": "ast",
      "community": 82,
      "norm_label": "seededbuiltinshareids",
      "id": "remix_app_components_schemas_schemabrowsetypes_seededbuiltinshareids",
      "community_name": "Community 82"
    },
    {
      "label": "isSeededBuiltinMirror()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L113",
      "_origin": "ast",
      "community": 82,
      "norm_label": "isseededbuiltinmirror()",
      "id": "remix_app_components_schemas_schemabrowsetypes_isseededbuiltinmirror",
      "community_name": "Community 82"
    },
    {
      "label": "toSearchSource()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 82,
      "norm_label": "tosearchsource()",
      "id": "remix_app_components_schemas_schemabrowsetypes_tosearchsource",
      "community_name": "Community 82"
    },
    {
      "label": "entryToSearchSource()",
      "file_type": "code",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L170",
      "_origin": "ast",
      "community": 82,
      "norm_label": "entrytosearchsource()",
      "id": "remix_app_components_schemas_schemabrowsetypes_entrytosearchsource",
      "community_name": "Community 82"
    },
    {
      "label": "SearchPage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchpage.tsx",
      "id": "remix_app_components_search_searchpage",
      "community_name": "Community 83"
    },
    {
      "label": "cacheKeyFor()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 83,
      "norm_label": "cachekeyfor()",
      "id": "remix_app_components_search_searchpage_cachekeyfor",
      "community_name": "Community 83"
    },
    {
      "label": "rowFromSchemaField()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 83,
      "norm_label": "rowfromschemafield()",
      "id": "remix_app_components_search_searchpage_rowfromschemafield",
      "community_name": "Community 83"
    },
    {
      "label": "KIND_OPTION_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L89",
      "_origin": "ast",
      "community": 83,
      "norm_label": "kind_option_labels",
      "id": "remix_app_components_search_searchpage_kind_option_labels",
      "community_name": "Community 83"
    },
    {
      "label": "builtinSearchSources()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L102",
      "_origin": "ast",
      "community": 83,
      "norm_label": "builtinsearchsources()",
      "id": "remix_app_components_search_searchpage_builtinsearchsources",
      "community_name": "Community 83"
    },
    {
      "label": "CachedSearch",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L109",
      "_origin": "ast",
      "community": 83,
      "norm_label": "cachedsearch",
      "id": "remix_app_components_search_searchpage_cachedsearch",
      "community_name": "Community 83"
    },
    {
      "label": "PersonCard()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L124",
      "_origin": "ast",
      "community": 27,
      "norm_label": "personcard()",
      "id": "remix_app_components_search_searchpage_personcard",
      "community_name": "Community 27"
    },
    {
      "label": "richTextPreview()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L173",
      "_origin": "ast",
      "community": 83,
      "norm_label": "richtextpreview()",
      "id": "remix_app_components_search_searchpage_richtextpreview",
      "community_name": "Community 83"
    },
    {
      "label": "previewValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L180",
      "_origin": "ast",
      "community": 83,
      "norm_label": "previewvalue()",
      "id": "remix_app_components_search_searchpage_previewvalue",
      "community_name": "Community 83"
    },
    {
      "label": "CrystalPreview()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L192",
      "_origin": "ast",
      "community": 83,
      "norm_label": "crystalpreview()",
      "id": "remix_app_components_search_searchpage_crystalpreview",
      "community_name": "Community 83"
    },
    {
      "label": "ThingResultCard",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L234",
      "_origin": "ast",
      "community": 83,
      "norm_label": "thingresultcard",
      "id": "remix_app_components_search_searchpage_thingresultcard",
      "community_name": "Community 83"
    },
    {
      "label": "SearchPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L283",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchpage()",
      "id": "remix_app_components_search_searchpage_searchpage",
      "community_name": "Community 83"
    },
    {
      "label": "searchBuilder.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchbuilder.tsx",
      "id": "remix_app_components_search_searchbuilder",
      "community_name": "Community 83"
    },
    {
      "label": "OPERATORS",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 83,
      "norm_label": "operators",
      "id": "remix_app_components_search_searchbuilder_operators",
      "community_name": "Community 83"
    },
    {
      "label": "DATATYPES",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 83,
      "norm_label": "datatypes",
      "id": "remix_app_components_search_searchbuilder_datatypes",
      "community_name": "Community 83"
    },
    {
      "label": "ROOT_FIELD_SUGGESTIONS",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 83,
      "norm_label": "root_field_suggestions",
      "id": "remix_app_components_search_searchbuilder_root_field_suggestions",
      "community_name": "Community 83"
    },
    {
      "label": "opKind()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 83,
      "norm_label": "opkind()",
      "id": "remix_app_components_search_searchbuilder_opkind",
      "community_name": "Community 83"
    },
    {
      "label": "rowId()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 83,
      "norm_label": "rowid()",
      "id": "remix_app_components_search_searchbuilder_rowid",
      "community_name": "Community 83"
    },
    {
      "label": "newRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 83,
      "norm_label": "newrow()",
      "id": "remix_app_components_search_searchbuilder_newrow",
      "community_name": "Community 83"
    },
    {
      "label": "TEXT_ONLY_OPS",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 83,
      "norm_label": "text_only_ops",
      "id": "remix_app_components_search_searchbuilder_text_only_ops",
      "community_name": "Community 83"
    },
    {
      "label": "coerceValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 83,
      "norm_label": "coercevalue()",
      "id": "remix_app_components_search_searchbuilder_coercevalue",
      "community_name": "Community 83"
    },
    {
      "label": "ApiCondition",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 83,
      "norm_label": "apicondition",
      "id": "remix_app_components_search_searchbuilder_apicondition",
      "community_name": "Community 83"
    },
    {
      "label": "invalidNumberField()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 83,
      "norm_label": "invalidnumberfield()",
      "id": "remix_app_components_search_searchbuilder_invalidnumberfield",
      "community_name": "Community 83"
    },
    {
      "label": "compileRows()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L107",
      "_origin": "ast",
      "community": 83,
      "norm_label": "compilerows()",
      "id": "remix_app_components_search_searchbuilder_compilerows",
      "community_name": "Community 83"
    },
    {
      "label": "ConditionRowsEditorProps",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L152",
      "_origin": "ast",
      "community": 83,
      "norm_label": "conditionrowseditorprops",
      "id": "remix_app_components_search_searchbuilder_conditionrowseditorprops",
      "community_name": "Community 83"
    },
    {
      "label": "ConditionRowsEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L168",
      "_origin": "ast",
      "community": 83,
      "norm_label": "conditionrowseditor()",
      "id": "remix_app_components_search_searchbuilder_conditionrowseditor",
      "community_name": "Community 83"
    },
    {
      "label": "searchTypes.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchtypes.ts",
      "id": "remix_app_components_search_searchtypes",
      "community_name": "Community 83"
    },
    {
      "label": "SearchAuthor",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchauthor",
      "id": "remix_app_components_search_searchtypes_searchauthor",
      "community_name": "Community 83"
    },
    {
      "label": "SearchThing",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchthing",
      "id": "remix_app_components_search_searchtypes_searchthing",
      "community_name": "Community 83"
    },
    {
      "label": "SearchPost",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchpost",
      "id": "remix_app_components_search_searchtypes_searchpost",
      "community_name": "Community 83"
    },
    {
      "label": "SearchPerson",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchperson",
      "id": "remix_app_components_search_searchtypes_searchperson",
      "community_name": "Community 83"
    },
    {
      "label": "SearchResponse",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L49",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchresponse",
      "id": "remix_app_components_search_searchtypes_searchresponse",
      "community_name": "Community 83"
    },
    {
      "label": "RowValueType",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 83,
      "norm_label": "rowvaluetype",
      "id": "remix_app_components_search_searchtypes_rowvaluetype",
      "community_name": "Community 83"
    },
    {
      "label": "ConditionRow",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 83,
      "norm_label": "conditionrow",
      "id": "remix_app_components_search_searchtypes_conditionrow",
      "community_name": "Community 83"
    },
    {
      "label": "SchemaSource",
      "file_type": "code",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 83,
      "norm_label": "schemasource",
      "id": "remix_app_components_search_searchtypes_schemasource",
      "community_name": "Community 83"
    },
    {
      "label": "AlgorithmManager.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "algorithmmanager.tsx",
      "id": "remix_app_components_settings_algorithmmanager",
      "community_name": "Community 31"
    },
    {
      "label": "trainedLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 31,
      "norm_label": "trainedlabel()",
      "id": "remix_app_components_settings_algorithmmanager_trainedlabel",
      "community_name": "Community 31"
    },
    {
      "label": "interestLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 31,
      "norm_label": "interestlabel()",
      "id": "remix_app_components_settings_algorithmmanager_interestlabel",
      "community_name": "Community 31"
    },
    {
      "label": "InterestChip()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 31,
      "norm_label": "interestchip()",
      "id": "remix_app_components_settings_algorithmmanager_interestchip",
      "community_name": "Community 31"
    },
    {
      "label": "ActiveBadge()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 31,
      "norm_label": "activebadge()",
      "id": "remix_app_components_settings_algorithmmanager_activebadge",
      "community_name": "Community 31"
    },
    {
      "label": "AlgorithmManager()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 27,
      "norm_label": "algorithmmanager()",
      "id": "remix_app_components_settings_algorithmmanager_algorithmmanager",
      "community_name": "Community 27"
    },
    {
      "label": "NotificationSettings.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "notificationsettings.tsx",
      "id": "remix_app_components_settings_notificationsettings",
      "community_name": "Community 27"
    },
    {
      "label": "PrefRow",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 27,
      "norm_label": "prefrow",
      "id": "remix_app_components_settings_notificationsettings_prefrow",
      "community_name": "Community 27"
    },
    {
      "label": "PREF_ROWS",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 27,
      "norm_label": "pref_rows",
      "id": "remix_app_components_settings_notificationsettings_pref_rows",
      "community_name": "Community 27"
    },
    {
      "label": "Channel",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 27,
      "norm_label": "channel",
      "id": "remix_app_components_settings_notificationsettings_channel",
      "community_name": "Community 27"
    },
    {
      "label": "SwitchCell()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 27,
      "norm_label": "switchcell()",
      "id": "remix_app_components_settings_notificationsettings_switchcell",
      "community_name": "Community 27"
    },
    {
      "label": "RowShell()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L72",
      "_origin": "ast",
      "community": 27,
      "norm_label": "rowshell()",
      "id": "remix_app_components_settings_notificationsettings_rowshell",
      "community_name": "Community 27"
    },
    {
      "label": "NotificationSettingsSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L90",
      "_origin": "ast",
      "community": 27,
      "norm_label": "notificationsettingssection()",
      "id": "remix_app_components_settings_notificationsettings_notificationsettingssection",
      "community_name": "Community 27"
    },
    {
      "label": "SettingsPage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "settingspage.tsx",
      "id": "remix_app_components_settings_settingspage",
      "community_name": "Community 27"
    },
    {
      "label": "formatStorageBytes()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 27,
      "norm_label": "formatstoragebytes()",
      "id": "remix_app_components_settings_settingspage_formatstoragebytes",
      "community_name": "Community 27"
    },
    {
      "label": "AccountStorageSummary()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 27,
      "norm_label": "accountstoragesummary()",
      "id": "remix_app_components_settings_settingspage_accountstoragesummary",
      "community_name": "Community 27"
    },
    {
      "label": "inputStyles",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L106",
      "_origin": "ast",
      "community": 27,
      "norm_label": "inputstyles",
      "id": "remix_app_components_settings_settingspage_inputstyles",
      "community_name": "Community 27"
    },
    {
      "label": "FieldLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L112",
      "_origin": "ast",
      "community": 27,
      "norm_label": "fieldlabel()",
      "id": "remix_app_components_settings_settingspage_fieldlabel",
      "community_name": "Community 27"
    },
    {
      "label": "ProfileSettingsForm()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L120",
      "_origin": "ast",
      "community": 48,
      "norm_label": "profilesettingsform()",
      "id": "remix_app_components_settings_settingspage_profilesettingsform",
      "community_name": "Community 48"
    },
    {
      "label": "SettingsPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L237",
      "_origin": "ast",
      "community": 90,
      "norm_label": "settingspage()",
      "id": "remix_app_components_settings_settingspage_settingspage",
      "community_name": "Community 90"
    },
    {
      "label": "SettingsSection.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "settingssection.tsx",
      "id": "remix_app_components_settings_settingssection",
      "community_name": "Community 27"
    },
    {
      "label": "SettingsSection()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 27,
      "norm_label": "settingssection()",
      "id": "remix_app_components_settings_settingssection_settingssection",
      "community_name": "Community 27"
    },
    {
      "label": "SettingRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 27,
      "norm_label": "settingrow()",
      "id": "remix_app_components_settings_settingssection_settingrow",
      "community_name": "Community 27"
    },
    {
      "label": "RainbowButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 27,
      "norm_label": "rainbowbutton()",
      "id": "remix_app_components_settings_settingssection_rainbowbutton",
      "community_name": "Community 27"
    },
    {
      "label": "TokenMinter.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "tokenminter.tsx",
      "id": "remix_app_components_settings_tokenminter",
      "community_name": "Community 27"
    },
    {
      "label": "inputStyles",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 27,
      "norm_label": "inputstyles",
      "id": "remix_app_components_settings_tokenminter_inputstyles",
      "community_name": "Community 27"
    },
    {
      "label": "FieldLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 27,
      "norm_label": "fieldlabel()",
      "id": "remix_app_components_settings_tokenminter_fieldlabel",
      "community_name": "Community 27"
    },
    {
      "label": "PatTokenRow",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L43",
      "_origin": "ast",
      "community": 27,
      "norm_label": "pattokenrow",
      "id": "remix_app_components_settings_tokenminter_pattokenrow",
      "community_name": "Community 27"
    },
    {
      "label": "msFromSlider()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L64",
      "_origin": "ast",
      "community": 27,
      "norm_label": "msfromslider()",
      "id": "remix_app_components_settings_tokenminter_msfromslider",
      "community_name": "Community 27"
    },
    {
      "label": "sliderFromMs()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L70",
      "_origin": "ast",
      "community": 27,
      "norm_label": "sliderfromms()",
      "id": "remix_app_components_settings_tokenminter_sliderfromms",
      "community_name": "Community 27"
    },
    {
      "label": "DURATION_UNITS",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L76",
      "_origin": "ast",
      "community": 27,
      "norm_label": "duration_units",
      "id": "remix_app_components_settings_tokenminter_duration_units",
      "community_name": "Community 27"
    },
    {
      "label": "formatDuration()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L85",
      "_origin": "ast",
      "community": 27,
      "norm_label": "formatduration()",
      "id": "remix_app_components_settings_tokenminter_formatduration",
      "community_name": "Community 27"
    },
    {
      "label": "relativeTime()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 27,
      "norm_label": "relativetime()",
      "id": "remix_app_components_settings_tokenminter_relativetime",
      "community_name": "Community 27"
    },
    {
      "label": "EXPIRY_PRESETS",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 27,
      "norm_label": "expiry_presets",
      "id": "remix_app_components_settings_tokenminter_expiry_presets",
      "community_name": "Community 27"
    },
    {
      "label": "USES_PRESETS",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L113",
      "_origin": "ast",
      "community": 27,
      "norm_label": "uses_presets",
      "id": "remix_app_components_settings_tokenminter_uses_presets",
      "community_name": "Community 27"
    },
    {
      "label": "SCOPES_BY_ID",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L120",
      "_origin": "ast",
      "community": 27,
      "norm_label": "scopes_by_id",
      "id": "remix_app_components_settings_tokenminter_scopes_by_id",
      "community_name": "Community 27"
    },
    {
      "label": "LEAF_SCOPES",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L121",
      "_origin": "ast",
      "community": 27,
      "norm_label": "leaf_scopes",
      "id": "remix_app_components_settings_tokenminter_leaf_scopes",
      "community_name": "Community 27"
    },
    {
      "label": "summarizeScopes()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L123",
      "_origin": "ast",
      "community": 27,
      "norm_label": "summarizescopes()",
      "id": "remix_app_components_settings_tokenminter_summarizescopes",
      "community_name": "Community 27"
    },
    {
      "label": "STATUS_STYLES",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L133",
      "_origin": "ast",
      "community": 27,
      "norm_label": "status_styles",
      "id": "remix_app_components_settings_tokenminter_status_styles",
      "community_name": "Community 27"
    },
    {
      "label": "chipVariant()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L140",
      "_origin": "ast",
      "community": 27,
      "norm_label": "chipvariant()",
      "id": "remix_app_components_settings_tokenminter_chipvariant",
      "community_name": "Community 27"
    },
    {
      "label": "bestUnitFor()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L143",
      "_origin": "ast",
      "community": 27,
      "norm_label": "bestunitfor()",
      "id": "remix_app_components_settings_tokenminter_bestunitfor",
      "community_name": "Community 27"
    },
    {
      "label": "TokenMinter()",
      "file_type": "code",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L156",
      "_origin": "ast",
      "community": 27,
      "norm_label": "tokenminter()",
      "id": "remix_app_components_settings_tokenminter_tokenminter",
      "community_name": "Community 27"
    },
    {
      "label": "RainbowSkeleton.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Skeleton/RainbowSkeleton.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "rainbowskeleton.tsx",
      "id": "remix_app_components_skeleton_rainbowskeleton",
      "community_name": "Community 197"
    },
    {
      "label": "RainbowSkeleton()",
      "file_type": "code",
      "source_file": "remix/app/components/Skeleton/RainbowSkeleton.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 197,
      "norm_label": "rainbowskeleton()",
      "id": "remix_app_components_skeleton_rainbowskeleton_rainbowskeleton",
      "community_name": "Community 197"
    },
    {
      "label": "Splash.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Splash/Splash.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "splash.tsx",
      "id": "remix_app_components_splash_splash",
      "community_name": "Community 28"
    },
    {
      "label": "Splash()",
      "file_type": "code",
      "source_file": "remix/app/components/Splash/Splash.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 28,
      "norm_label": "splash()",
      "id": "remix_app_components_splash_splash_splash",
      "community_name": "Community 28"
    },
    {
      "label": "FooterStatusPanel.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 292,
      "norm_label": "footerstatuspanel.tsx",
      "id": "remix_app_components_status_footerstatuspanel",
      "community_name": "Community 292"
    },
    {
      "label": "StoredEnvironmentSelection",
      "file_type": "code",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 292,
      "norm_label": "storedenvironmentselection",
      "id": "remix_app_components_status_footerstatuspanel_storedenvironmentselection",
      "community_name": "Community 292"
    },
    {
      "label": "FooterStatusPanel()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 86,
      "norm_label": "footerstatuspanel()",
      "id": "remix_app_components_status_footerstatuspanel_footerstatuspanel",
      "community_name": "Community 86"
    },
    {
      "label": "ServiceStatus.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 292,
      "norm_label": "servicestatus.tsx",
      "id": "remix_app_components_status_servicestatus",
      "community_name": "Community 292"
    },
    {
      "label": "STATUS_COLORS",
      "file_type": "code",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 292,
      "norm_label": "status_colors",
      "id": "remix_app_components_status_servicestatus_status_colors",
      "community_name": "Community 292"
    },
    {
      "label": "pulse",
      "file_type": "code",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 292,
      "norm_label": "pulse",
      "id": "remix_app_components_status_servicestatus_pulse",
      "community_name": "Community 292"
    },
    {
      "label": "ServiceStatus()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 292,
      "norm_label": "servicestatus()",
      "id": "remix_app_components_status_servicestatus_servicestatus",
      "community_name": "Community 292"
    },
    {
      "label": "NitroStatus()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L129",
      "_origin": "ast",
      "community": 292,
      "norm_label": "nitrostatus()",
      "id": "remix_app_components_status_servicestatus_nitrostatus",
      "community_name": "Community 292"
    },
    {
      "label": "FrontendStatus()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L141",
      "_origin": "ast",
      "community": 292,
      "norm_label": "frontendstatus()",
      "id": "remix_app_components_status_servicestatus_frontendstatus",
      "community_name": "Community 292"
    },
    {
      "label": "StatusRefreshButton.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Status/StatusRefreshButton.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 292,
      "norm_label": "statusrefreshbutton.tsx",
      "id": "remix_app_components_status_statusrefreshbutton",
      "community_name": "Community 292"
    },
    {
      "label": "spin",
      "file_type": "code",
      "source_file": "remix/app/components/Status/StatusRefreshButton.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 292,
      "norm_label": "spin",
      "id": "remix_app_components_status_statusrefreshbutton_spin",
      "community_name": "Community 292"
    },
    {
      "label": "StatusRefreshButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/StatusRefreshButton.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 292,
      "norm_label": "statusrefreshbutton()",
      "id": "remix_app_components_status_statusrefreshbutton_statusrefreshbutton",
      "community_name": "Community 292"
    },
    {
      "label": "statusEnvironment.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 292,
      "norm_label": "statusenvironment.ts",
      "id": "remix_app_components_status_statusenvironment",
      "community_name": "Community 292"
    },
    {
      "label": "StatusEnvironmentId",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 292,
      "norm_label": "statusenvironmentid",
      "id": "remix_app_components_status_statusenvironment_statusenvironmentid",
      "community_name": "Community 292"
    },
    {
      "label": "StatusEnvironmentTarget",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 292,
      "norm_label": "statusenvironmenttarget",
      "id": "remix_app_components_status_statusenvironment_statusenvironmenttarget",
      "community_name": "Community 292"
    },
    {
      "label": "normaliseOrigin()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 292,
      "norm_label": "normaliseorigin()",
      "id": "remix_app_components_status_statusenvironment_normaliseorigin",
      "community_name": "Community 292"
    },
    {
      "label": "getFirstOrigin()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getfirstorigin()",
      "id": "remix_app_components_status_statusenvironment_getfirstorigin",
      "community_name": "Community 292"
    },
    {
      "label": "getHostPrefix()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 292,
      "norm_label": "gethostprefix()",
      "id": "remix_app_components_status_statusenvironment_gethostprefix",
      "community_name": "Community 292"
    },
    {
      "label": "getBranchLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L67",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getbranchlabel()",
      "id": "remix_app_components_status_statusenvironment_getbranchlabel",
      "community_name": "Community 292"
    },
    {
      "label": "getStatusEnvironmentTargets()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getstatusenvironmenttargets()",
      "id": "remix_app_components_status_statusenvironment_getstatusenvironmenttargets",
      "community_name": "Community 292"
    },
    {
      "label": "getDefaultStatusEnvironmentId()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L153",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getdefaultstatusenvironmentid()",
      "id": "remix_app_components_status_statusenvironment_getdefaultstatusenvironmentid",
      "community_name": "Community 292"
    },
    {
      "label": "getStatusEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L176",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getstatusendpoint()",
      "id": "remix_app_components_status_statusenvironment_getstatusendpoint",
      "community_name": "Community 292"
    },
    {
      "label": "getStatusHref()",
      "file_type": "code",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L185",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getstatushref()",
      "id": "remix_app_components_status_statusenvironment_getstatushref",
      "community_name": "Community 292"
    },
    {
      "label": "TierCard.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiercard.tsx",
      "id": "remix_app_components_subscriptions_tiercard",
      "community_name": "Community 41"
    },
    {
      "label": "TierCardTier",
      "file_type": "code",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiercardtier",
      "id": "remix_app_components_subscriptions_tiercard_tiercardtier",
      "community_name": "Community 41"
    },
    {
      "label": "PERIOD_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 41,
      "norm_label": "period_labels",
      "id": "remix_app_components_subscriptions_tiercard_period_labels",
      "community_name": "Community 41"
    },
    {
      "label": "formatTierPrice()",
      "file_type": "code",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 41,
      "norm_label": "formattierprice()",
      "id": "remix_app_components_subscriptions_tiercard_formattierprice",
      "community_name": "Community 41"
    },
    {
      "label": "discountLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 41,
      "norm_label": "discountlabel()",
      "id": "remix_app_components_subscriptions_tiercard_discountlabel",
      "community_name": "Community 41"
    },
    {
      "label": "TierCard()",
      "file_type": "code",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L43",
      "_origin": "ast",
      "community": 41,
      "norm_label": "tiercard()",
      "id": "remix_app_components_subscriptions_tiercard_tiercard",
      "community_name": "Community 41"
    },
    {
      "label": "ThemeHost.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 259,
      "norm_label": "themehost.tsx",
      "id": "remix_app_components_themesettings_themehost",
      "community_name": "Community 259"
    },
    {
      "label": "STATIC_FONTS",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 259,
      "norm_label": "static_fonts",
      "id": "remix_app_components_themesettings_themehost_static_fonts",
      "community_name": "Community 259"
    },
    {
      "label": "curatedFontNames",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 259,
      "norm_label": "curatedfontnames",
      "id": "remix_app_components_themesettings_themehost_curatedfontnames",
      "community_name": "Community 259"
    },
    {
      "label": "googleFontsHref()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 259,
      "norm_label": "googlefontshref()",
      "id": "remix_app_components_themesettings_themehost_googlefontshref",
      "community_name": "Community 259"
    },
    {
      "label": "ThemeHost()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 259,
      "norm_label": "themehost()",
      "id": "remix_app_components_themesettings_themehost_themehost",
      "community_name": "Community 259"
    },
    {
      "label": "ThemeStudio.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 259,
      "norm_label": "themestudio.tsx",
      "id": "remix_app_components_themesettings_themestudio",
      "community_name": "Community 259"
    },
    {
      "label": "sectionHeaderStyle",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 259,
      "norm_label": "sectionheaderstyle",
      "id": "remix_app_components_themesettings_themestudio_sectionheaderstyle",
      "community_name": "Community 259"
    },
    {
      "label": "ThemePreviewCard",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 259,
      "norm_label": "themepreviewcard",
      "id": "remix_app_components_themesettings_themestudio_themepreviewcard",
      "community_name": "Community 259"
    },
    {
      "label": "Row()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L82",
      "_origin": "ast",
      "community": 259,
      "norm_label": "row()",
      "id": "remix_app_components_themesettings_themestudio_row",
      "community_name": "Community 259"
    },
    {
      "label": "FontSelect()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L111",
      "_origin": "ast",
      "community": 259,
      "norm_label": "fontselect()",
      "id": "remix_app_components_themesettings_themestudio_fontselect",
      "community_name": "Community 259"
    },
    {
      "label": "StepControl()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L131",
      "_origin": "ast",
      "community": 259,
      "norm_label": "stepcontrol()",
      "id": "remix_app_components_themesettings_themestudio_stepcontrol",
      "community_name": "Community 259"
    },
    {
      "label": "PillButton()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L165",
      "_origin": "ast",
      "community": 259,
      "norm_label": "pillbutton()",
      "id": "remix_app_components_themesettings_themestudio_pillbutton",
      "community_name": "Community 259"
    },
    {
      "label": "ActionButton()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L185",
      "_origin": "ast",
      "community": 259,
      "norm_label": "actionbutton()",
      "id": "remix_app_components_themesettings_themestudio_actionbutton",
      "community_name": "Community 259"
    },
    {
      "label": "COLOR_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L205",
      "_origin": "ast",
      "community": 259,
      "norm_label": "color_fields",
      "id": "remix_app_components_themesettings_themestudio_color_fields",
      "community_name": "Community 259"
    },
    {
      "label": "ThemeStudio()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L223",
      "_origin": "ast",
      "community": 259,
      "norm_label": "themestudio()",
      "id": "remix_app_components_themesettings_themestudio_themestudio",
      "community_name": "Community 259"
    },
    {
      "label": "controls.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 259,
      "norm_label": "controls.tsx",
      "id": "remix_app_components_themesettings_controls",
      "community_name": "Community 259"
    },
    {
      "label": "isHexColor()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 259,
      "norm_label": "ishexcolor()",
      "id": "remix_app_components_themesettings_controls_ishexcolor",
      "community_name": "Community 259"
    },
    {
      "label": "ColorControl()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 259,
      "norm_label": "colorcontrol()",
      "id": "remix_app_components_themesettings_controls_colorcontrol",
      "community_name": "Community 259"
    },
    {
      "label": "THINGS_BADGE_PADDING_OPTIONS",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 259,
      "norm_label": "things_badge_padding_options",
      "id": "remix_app_components_themesettings_controls_things_badge_padding_options",
      "community_name": "Community 259"
    },
    {
      "label": "ThingsBadgePaddingControl()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L64",
      "_origin": "ast",
      "community": 259,
      "norm_label": "thingsbadgepaddingcontrol()",
      "id": "remix_app_components_themesettings_controls_thingsbadgepaddingcontrol",
      "community_name": "Community 259"
    },
    {
      "label": "CustomiseToggle()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L131",
      "_origin": "ast",
      "community": 259,
      "norm_label": "customisetoggle()",
      "id": "remix_app_components_themesettings_controls_customisetoggle",
      "community_name": "Community 259"
    },
    {
      "label": "CustomisePanel()",
      "file_type": "code",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L159",
      "_origin": "ast",
      "community": 259,
      "norm_label": "customisepanel()",
      "id": "remix_app_components_themesettings_controls_customisepanel",
      "community_name": "Community 259"
    },
    {
      "label": "FolderTree.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "foldertree.tsx",
      "id": "remix_app_components_things_foldertree",
      "community_name": "Community 49"
    },
    {
      "label": "FolderTreeDnd",
      "file_type": "code",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 49,
      "norm_label": "foldertreednd",
      "id": "remix_app_components_things_foldertree_foldertreednd",
      "community_name": "Community 49"
    },
    {
      "label": "FolderTreeProps",
      "file_type": "code",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 49,
      "norm_label": "foldertreeprops",
      "id": "remix_app_components_things_foldertree_foldertreeprops",
      "community_name": "Community 49"
    },
    {
      "label": "dndProps()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 49,
      "norm_label": "dndprops()",
      "id": "remix_app_components_things_foldertree_dndprops",
      "community_name": "Community 49"
    },
    {
      "label": "dndHighlight()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 49,
      "norm_label": "dndhighlight()",
      "id": "remix_app_components_things_foldertree_dndhighlight",
      "community_name": "Community 49"
    },
    {
      "label": "TreeNode()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 49,
      "norm_label": "treenode()",
      "id": "remix_app_components_things_foldertree_treenode",
      "community_name": "Community 49"
    },
    {
      "label": "FolderTree()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L123",
      "_origin": "ast",
      "community": 49,
      "norm_label": "foldertree()",
      "id": "remix_app_components_things_foldertree_foldertree",
      "community_name": "Community 49"
    },
    {
      "label": "SensitiveThingReveal.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitivethingreveal.tsx",
      "id": "remix_app_components_things_sensitivethingreveal",
      "community_name": "Community 102"
    },
    {
      "label": "SensitiveThingRevealDescriptor",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitivethingrevealdescriptor",
      "id": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealdescriptor",
      "community_name": "Community 102"
    },
    {
      "label": "RevealedValue",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 102,
      "norm_label": "revealedvalue",
      "id": "remix_app_components_things_sensitivethingreveal_revealedvalue",
      "community_name": "Community 102"
    },
    {
      "label": "SensitiveThingRevealProps",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitivethingrevealprops",
      "id": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealprops",
      "community_name": "Community 102"
    },
    {
      "label": "kindLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L51",
      "_origin": "ast",
      "community": 102,
      "norm_label": "kindlabel()",
      "id": "remix_app_components_things_sensitivethingreveal_kindlabel",
      "community_name": "Community 102"
    },
    {
      "label": "validRevealResponse()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 102,
      "norm_label": "validrevealresponse()",
      "id": "remix_app_components_things_sensitivethingreveal_validrevealresponse",
      "community_name": "Community 102"
    },
    {
      "label": "revealScopeKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L75",
      "_origin": "ast",
      "community": 102,
      "norm_label": "revealscopekey()",
      "id": "remix_app_components_things_sensitivethingreveal_revealscopekey",
      "community_name": "Community 102"
    },
    {
      "label": "SensitiveThingRevealScope()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitivethingrevealscope()",
      "id": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealscope",
      "community_name": "Community 102"
    },
    {
      "label": "SensitiveThingReveal()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L377",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitivethingreveal()",
      "id": "remix_app_components_things_sensitivethingreveal_sensitivethingreveal",
      "community_name": "Community 102"
    },
    {
      "label": "ThingsDialogs.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsdialogs.tsx",
      "id": "remix_app_components_things_thingsdialogs",
      "community_name": "Community 49"
    },
    {
      "label": "modalCard",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L41",
      "_origin": "ast",
      "community": 49,
      "norm_label": "modalcard",
      "id": "remix_app_components_things_thingsdialogs_modalcard",
      "community_name": "Community 49"
    },
    {
      "label": "NewFolderDialog()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 49,
      "norm_label": "newfolderdialog()",
      "id": "remix_app_components_things_thingsdialogs_newfolderdialog",
      "community_name": "Community 49"
    },
    {
      "label": "RenameDialog()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L120",
      "_origin": "ast",
      "community": 49,
      "norm_label": "renamedialog()",
      "id": "remix_app_components_things_thingsdialogs_renamedialog",
      "community_name": "Community 49"
    },
    {
      "label": "MoveDialog()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L178",
      "_origin": "ast",
      "community": 49,
      "norm_label": "movedialog()",
      "id": "remix_app_components_things_thingsdialogs_movedialog",
      "community_name": "Community 49"
    },
    {
      "label": "ShareDialog()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L247",
      "_origin": "ast",
      "community": 49,
      "norm_label": "sharedialog()",
      "id": "remix_app_components_things_thingsdialogs_sharedialog",
      "community_name": "Community 49"
    },
    {
      "label": "DeleteConfirmDialog()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L468",
      "_origin": "ast",
      "community": 49,
      "norm_label": "deleteconfirmdialog()",
      "id": "remix_app_components_things_thingsdialogs_deleteconfirmdialog",
      "community_name": "Community 49"
    },
    {
      "label": "PreviewModal()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L529",
      "_origin": "ast",
      "community": 49,
      "norm_label": "previewmodal()",
      "id": "remix_app_components_things_thingsdialogs_previewmodal",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsPage.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingspage.tsx",
      "id": "remix_app_components_things_thingspage",
      "community_name": "Community 49"
    },
    {
      "label": "HIDDEN_KINDS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 49,
      "norm_label": "hidden_kinds",
      "id": "remix_app_components_things_thingspage_hidden_kinds",
      "community_name": "Community 49"
    },
    {
      "label": "pillProps()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 49,
      "norm_label": "pillprops()",
      "id": "remix_app_components_things_thingspage_pillprops",
      "community_name": "Community 49"
    },
    {
      "label": "monoLabel",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L73",
      "_origin": "ast",
      "community": 49,
      "norm_label": "monolabel",
      "id": "remix_app_components_things_thingspage_monolabel",
      "community_name": "Community 49"
    },
    {
      "label": "ToolbarGroup()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 49,
      "norm_label": "toolbargroup()",
      "id": "remix_app_components_things_thingspage_toolbargroup",
      "community_name": "Community 49"
    },
    {
      "label": "dedupeById()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L87",
      "_origin": "ast",
      "community": 49,
      "norm_label": "dedupebyid()",
      "id": "remix_app_components_things_thingspage_dedupebyid",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsPage()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L96",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingspage()",
      "id": "remix_app_components_things_thingspage_thingspage",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsViews.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsviews.tsx",
      "id": "remix_app_components_things_thingsviews",
      "community_name": "Community 49"
    },
    {
      "label": "previewSourceOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 49,
      "norm_label": "previewsourceof()",
      "id": "remix_app_components_things_thingsviews_previewsourceof",
      "community_name": "Community 49"
    },
    {
      "label": "SchemaRenderLookup",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 49,
      "norm_label": "schemarenderlookup",
      "id": "remix_app_components_things_thingsviews_schemarenderlookup",
      "community_name": "Community 49"
    },
    {
      "label": "ThingPreviewBox()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingpreviewbox()",
      "id": "remix_app_components_things_thingsviews_thingpreviewbox",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsItemAction",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L85",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsitemaction",
      "id": "remix_app_components_things_thingsviews_thingsitemaction",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsItemHandlers",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L96",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsitemhandlers",
      "id": "remix_app_components_things_thingsviews_thingsitemhandlers",
      "community_name": "Community 49"
    },
    {
      "label": "canRename()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L118",
      "_origin": "ast",
      "community": 49,
      "norm_label": "canrename()",
      "id": "remix_app_components_things_thingsviews_canrename",
      "community_name": "Community 49"
    },
    {
      "label": "dragSourceProps()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L126",
      "_origin": "ast",
      "community": 49,
      "norm_label": "dragsourceprops()",
      "id": "remix_app_components_things_thingsviews_dragsourceprops",
      "community_name": "Community 49"
    },
    {
      "label": "dropTargetProps()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L135",
      "_origin": "ast",
      "community": 49,
      "norm_label": "droptargetprops()",
      "id": "remix_app_components_things_thingsviews_droptargetprops",
      "community_name": "Community 49"
    },
    {
      "label": "dropHighlight()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L144",
      "_origin": "ast",
      "community": 49,
      "norm_label": "drophighlight()",
      "id": "remix_app_components_things_thingsviews_drophighlight",
      "community_name": "Community 49"
    },
    {
      "label": "ItemMenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L152",
      "_origin": "ast",
      "community": 49,
      "norm_label": "itemmenu()",
      "id": "remix_app_components_things_thingsviews_itemmenu",
      "community_name": "Community 49"
    },
    {
      "label": "selectionStyles()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L184",
      "_origin": "ast",
      "community": 49,
      "norm_label": "selectionstyles()",
      "id": "remix_app_components_things_thingsviews_selectionstyles",
      "community_name": "Community 49"
    },
    {
      "label": "KindChip()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L193",
      "_origin": "ast",
      "community": 49,
      "norm_label": "kindchip()",
      "id": "remix_app_components_things_thingsviews_kindchip",
      "community_name": "Community 49"
    },
    {
      "label": "VisibilityChip()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L204",
      "_origin": "ast",
      "community": 49,
      "norm_label": "visibilitychip()",
      "id": "remix_app_components_things_thingsviews_visibilitychip",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsGridView()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L216",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsgridview()",
      "id": "remix_app_components_things_thingsviews_thingsgridview",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsListView()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L306",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingslistview()",
      "id": "remix_app_components_things_thingsviews_thingslistview",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsColumnsView()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L435",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingscolumnsview()",
      "id": "remix_app_components_things_thingsviews_thingscolumnsview",
      "community_name": "Community 49"
    },
    {
      "label": "sensitiveRevealError.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Things/sensitiveRevealError.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitiverevealerror.test.ts",
      "id": "remix_app_components_things_sensitiverevealerror_test",
      "community_name": "Community 102"
    },
    {
      "label": "sensitiveRevealError.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitiverevealerror.ts",
      "id": "remix_app_components_things_sensitiverevealerror",
      "community_name": "Community 102"
    },
    {
      "label": "SensitiveRevealRecovery",
      "file_type": "code",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitiverevealrecovery",
      "id": "remix_app_components_things_sensitiverevealerror_sensitiverevealrecovery",
      "community_name": "Community 102"
    },
    {
      "label": "SensitiveRevealFailure",
      "file_type": "code",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitiverevealfailure",
      "id": "remix_app_components_things_sensitiverevealerror_sensitiverevealfailure",
      "community_name": "Community 102"
    },
    {
      "label": "sensitiveRevealErrorMessage()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 102,
      "norm_label": "sensitiverevealerrormessage()",
      "id": "remix_app_components_things_sensitiverevealerror_sensitiverevealerrormessage",
      "community_name": "Community 102"
    },
    {
      "label": "thingIcon.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingicon.test.ts",
      "id": "remix_app_components_things_thingicon_test",
      "community_name": "Community 49"
    },
    {
      "label": "attachment()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.test.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 49,
      "norm_label": "attachment()",
      "id": "remix_app_components_things_thingicon_test_attachment",
      "community_name": "Community 49"
    },
    {
      "label": "thingIcon.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingicon.ts",
      "id": "remix_app_components_things_thingicon",
      "community_name": "Community 49"
    },
    {
      "label": "ThingIconInput",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingiconinput",
      "id": "remix_app_components_things_thingicon_thingiconinput",
      "community_name": "Community 49"
    },
    {
      "label": "FileIconRule",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 49,
      "norm_label": "fileiconrule",
      "id": "remix_app_components_things_thingicon_fileiconrule",
      "community_name": "Community 49"
    },
    {
      "label": "THING_KIND_ICONS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thing_kind_icons",
      "id": "remix_app_components_things_thingicon_thing_kind_icons",
      "community_name": "Community 49"
    },
    {
      "label": "FILE_TYPE_ICON_RULES",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 49,
      "norm_label": "file_type_icon_rules",
      "id": "remix_app_components_things_thingicon_file_type_icon_rules",
      "community_name": "Community 49"
    },
    {
      "label": "PRIMARY_KIND_ORDER",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L190",
      "_origin": "ast",
      "community": 49,
      "norm_label": "primary_kind_order",
      "id": "remix_app_components_things_thingicon_primary_kind_order",
      "community_name": "Community 49"
    },
    {
      "label": "FILE_LIKE_KINDS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L191",
      "_origin": "ast",
      "community": 49,
      "norm_label": "file_like_kinds",
      "id": "remix_app_components_things_thingicon_file_like_kinds",
      "community_name": "Community 49"
    },
    {
      "label": "primaryKindOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L208",
      "_origin": "ast",
      "community": 49,
      "norm_label": "primarykindof()",
      "id": "remix_app_components_things_thingicon_primarykindof",
      "community_name": "Community 49"
    },
    {
      "label": "firstString()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L211",
      "_origin": "ast",
      "community": 49,
      "norm_label": "firststring()",
      "id": "remix_app_components_things_thingicon_firststring",
      "community_name": "Community 49"
    },
    {
      "label": "fileFacts()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L219",
      "_origin": "ast",
      "community": 49,
      "norm_label": "filefacts()",
      "id": "remix_app_components_things_thingicon_filefacts",
      "community_name": "Community 49"
    },
    {
      "label": "fileIconForThing()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L237",
      "_origin": "ast",
      "community": 49,
      "norm_label": "fileiconforthing()",
      "id": "remix_app_components_things_thingicon_fileiconforthing",
      "community_name": "Community 49"
    },
    {
      "label": "hasFileSignals()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L249",
      "_origin": "ast",
      "community": 49,
      "norm_label": "hasfilesignals()",
      "id": "remix_app_components_things_thingicon_hasfilesignals",
      "community_name": "Community 49"
    },
    {
      "label": "thingIcon()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L256",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingicon()",
      "id": "remix_app_components_things_thingicon_thingicon",
      "community_name": "Community 49"
    },
    {
      "label": "thingsCore.test.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingscore.test.ts",
      "id": "remix_app_components_things_thingscore_test",
      "community_name": "Community 49"
    },
    {
      "label": "makeThing()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.test.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 49,
      "norm_label": "makething()",
      "id": "remix_app_components_things_thingscore_test_makething",
      "community_name": "Community 49"
    },
    {
      "label": "thingsCore.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingscore.ts",
      "id": "remix_app_components_things_thingscore",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsAuthor",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsauthor",
      "id": "remix_app_components_things_thingscore_thingsauthor",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsThing",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsthing",
      "id": "remix_app_components_things_thingscore_thingsthing",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsView",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsview",
      "id": "remix_app_components_things_thingscore_thingsview",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsDisplayMode",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsdisplaymode",
      "id": "remix_app_components_things_thingscore_thingsdisplaymode",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsClipboard",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsclipboard",
      "id": "remix_app_components_things_thingscore_thingsclipboard",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsSort",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingssort",
      "id": "remix_app_components_things_thingscore_thingssort",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsGroupBy",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsgroupby",
      "id": "remix_app_components_things_thingscore_thingsgroupby",
      "community_name": "Community 49"
    },
    {
      "label": "THINGS_SORT_OPTIONS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 49,
      "norm_label": "things_sort_options",
      "id": "remix_app_components_things_thingscore_things_sort_options",
      "community_name": "Community 49"
    },
    {
      "label": "THINGS_GROUP_OPTIONS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 49,
      "norm_label": "things_group_options",
      "id": "remix_app_components_things_thingscore_things_group_options",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsCache",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L64",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingscache",
      "id": "remix_app_components_things_thingscore_thingscache",
      "community_name": "Community 49"
    },
    {
      "label": "thingsCacheKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingscachekey()",
      "id": "remix_app_components_things_thingscore_thingscachekey",
      "community_name": "Community 49"
    },
    {
      "label": "folderKeyOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 49,
      "norm_label": "folderkeyof()",
      "id": "remix_app_components_things_thingscore_folderkeyof",
      "community_name": "Community 49"
    },
    {
      "label": "isFolder()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 49,
      "norm_label": "isfolder()",
      "id": "remix_app_components_things_thingscore_isfolder",
      "community_name": "Community 49"
    },
    {
      "label": "THINGS_KIND_FILTERS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 49,
      "norm_label": "things_kind_filters",
      "id": "remix_app_components_things_thingscore_things_kind_filters",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsKindFilter",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L94",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingskindfilter",
      "id": "remix_app_components_things_thingscore_thingskindfilter",
      "community_name": "Community 49"
    },
    {
      "label": "firstLine()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L96",
      "_origin": "ast",
      "community": 49,
      "norm_label": "firstline()",
      "id": "remix_app_components_things_thingscore_firstline",
      "community_name": "Community 49"
    },
    {
      "label": "thingDisplayName()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L104",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingdisplayname()",
      "id": "remix_app_components_things_thingscore_thingdisplayname",
      "community_name": "Community 49"
    },
    {
      "label": "VISIBILITY_META",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L119",
      "_origin": "ast",
      "community": 49,
      "norm_label": "visibility_meta",
      "id": "remix_app_components_things_thingscore_visibility_meta",
      "community_name": "Community 49"
    },
    {
      "label": "CIRCLE_BASE_ACLS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L129",
      "_origin": "ast",
      "community": 49,
      "norm_label": "circle_base_acls",
      "id": "remix_app_components_things_thingscore_circle_base_acls",
      "community_name": "Community 49"
    },
    {
      "label": "personGrantsOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L136",
      "_origin": "ast",
      "community": 49,
      "norm_label": "persongrantsof()",
      "id": "remix_app_components_things_thingscore_persongrantsof",
      "community_name": "Community 49"
    },
    {
      "label": "circleOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 49,
      "norm_label": "circleof()",
      "id": "remix_app_components_things_thingscore_circleof",
      "community_name": "Community 49"
    },
    {
      "label": "composeAcl()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L149",
      "_origin": "ast",
      "community": 49,
      "norm_label": "composeacl()",
      "id": "remix_app_components_things_thingscore_composeacl",
      "community_name": "Community 49"
    },
    {
      "label": "formatWhen()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L155",
      "_origin": "ast",
      "community": 49,
      "norm_label": "formatwhen()",
      "id": "remix_app_components_things_thingscore_formatwhen",
      "community_name": "Community 49"
    },
    {
      "label": "thingLink()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L172",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thinglink()",
      "id": "remix_app_components_things_thingscore_thinglink",
      "community_name": "Community 49"
    },
    {
      "label": "sortThings()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L177",
      "_origin": "ast",
      "community": 49,
      "norm_label": "sortthings()",
      "id": "remix_app_components_things_thingscore_sortthings",
      "community_name": "Community 49"
    },
    {
      "label": "sortForBrowse()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L205",
      "_origin": "ast",
      "community": 49,
      "norm_label": "sortforbrowse()",
      "id": "remix_app_components_things_thingscore_sortforbrowse",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsGroup",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L210",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsgroup",
      "id": "remix_app_components_things_thingscore_thingsgroup",
      "community_name": "Community 49"
    },
    {
      "label": "KIND_GROUP_ORDER",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L213",
      "_origin": "ast",
      "community": 49,
      "norm_label": "kind_group_order",
      "id": "remix_app_components_things_thingscore_kind_group_order",
      "community_name": "Community 49"
    },
    {
      "label": "KIND_GROUP_LABELS",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L214",
      "_origin": "ast",
      "community": 49,
      "norm_label": "kind_group_labels",
      "id": "remix_app_components_things_thingscore_kind_group_labels",
      "community_name": "Community 49"
    },
    {
      "label": "groupThings()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L225",
      "_origin": "ast",
      "community": 49,
      "norm_label": "groupthings()",
      "id": "remix_app_components_things_thingscore_groupthings",
      "community_name": "Community 49"
    },
    {
      "label": "schemaIdOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L249",
      "_origin": "ast",
      "community": 49,
      "norm_label": "schemaidof()",
      "id": "remix_app_components_things_thingscore_schemaidof",
      "community_name": "Community 49"
    },
    {
      "label": "crystalValueAt()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L261",
      "_origin": "ast",
      "community": 49,
      "norm_label": "crystalvalueat()",
      "id": "remix_app_components_things_thingscore_crystalvalueat",
      "community_name": "Community 49"
    },
    {
      "label": "interpolateString()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L270",
      "_origin": "ast",
      "community": 49,
      "norm_label": "interpolatestring()",
      "id": "remix_app_components_things_thingscore_interpolatestring",
      "community_name": "Community 49"
    },
    {
      "label": "interpolateRenderTree()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L284",
      "_origin": "ast",
      "community": 49,
      "norm_label": "interpolaterendertree()",
      "id": "remix_app_components_things_thingscore_interpolaterendertree",
      "community_name": "Community 49"
    },
    {
      "label": "thingsMenuModel.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsmenumodel.ts",
      "id": "remix_app_components_things_thingsmenumodel",
      "community_name": "Community 49"
    },
    {
      "label": "canRename()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 49,
      "norm_label": "canrename()",
      "id": "remix_app_components_things_thingsmenumodel_canrename",
      "community_name": "Community 49"
    },
    {
      "label": "countLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 49,
      "norm_label": "countlabel()",
      "id": "remix_app_components_things_thingsmenumodel_countlabel",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsItemMenuArgs",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsitemmenuargs",
      "id": "remix_app_components_things_thingsmenumodel_thingsitemmenuargs",
      "community_name": "Community 49"
    },
    {
      "label": "buildThingsItemMenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 49,
      "norm_label": "buildthingsitemmenu()",
      "id": "remix_app_components_things_thingsmenumodel_buildthingsitemmenu",
      "community_name": "Community 49"
    },
    {
      "label": "ThingsBackgroundMenuArgs",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L128",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingsbackgroundmenuargs",
      "id": "remix_app_components_things_thingsmenumodel_thingsbackgroundmenuargs",
      "community_name": "Community 49"
    },
    {
      "label": "sortSubmenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L137",
      "_origin": "ast",
      "community": 49,
      "norm_label": "sortsubmenu()",
      "id": "remix_app_components_things_thingsmenumodel_sortsubmenu",
      "community_name": "Community 49"
    },
    {
      "label": "groupSubmenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L156",
      "_origin": "ast",
      "community": 49,
      "norm_label": "groupsubmenu()",
      "id": "remix_app_components_things_thingsmenumodel_groupsubmenu",
      "community_name": "Community 49"
    },
    {
      "label": "viewSubmenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L175",
      "_origin": "ast",
      "community": 49,
      "norm_label": "viewsubmenu()",
      "id": "remix_app_components_things_thingsmenumodel_viewsubmenu",
      "community_name": "Community 49"
    },
    {
      "label": "buildThingsBackgroundMenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L198",
      "_origin": "ast",
      "community": 49,
      "norm_label": "buildthingsbackgroundmenu()",
      "id": "remix_app_components_things_thingsmenumodel_buildthingsbackgroundmenu",
      "community_name": "Community 49"
    },
    {
      "label": "ThingContextMenu.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenu.tsx",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextMenuPresentation",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenupresentation",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenupresentation",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextMenuAction",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenuaction",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuaction",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextMenuProps",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenuprops",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuprops",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextMenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L77",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenu()",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenu",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextMenuTrigger.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenutrigger.tsx",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextMenuTriggerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenutriggerprops",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutriggerprops",
      "community_name": "Community 58"
    },
    {
      "label": "cloneValue()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L63",
      "_origin": "ast",
      "community": 58,
      "norm_label": "clonevalue()",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_clonevalue",
      "community_name": "Community 58"
    },
    {
      "label": "serializeThing()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L75",
      "_origin": "ast",
      "community": 58,
      "norm_label": "serializething()",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_serializething",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextMenuTrigger()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L87",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenutrigger()",
      "id": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger",
      "community_name": "Community 58"
    },
    {
      "label": "contextMenuModel.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "contextmenumodel.ts",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextAction",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextaction",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextaction",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextSection",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextsection",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextsection",
      "community_name": "Community 58"
    },
    {
      "label": "ThingContextSubmenu",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 49,
      "norm_label": "thingcontextsubmenu",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextsubmenu",
      "community_name": "Community 49"
    },
    {
      "label": "ThingContextMenuModel",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenumodel",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextmenumodel",
      "community_name": "Community 58"
    },
    {
      "label": "ThingTypeOption",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingtypeoption",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingtypeoption",
      "community_name": "Community 58"
    },
    {
      "label": "DEFAULT_THING_TYPES",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 58,
      "norm_label": "default_thing_types",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_default_thing_types",
      "community_name": "Community 58"
    },
    {
      "label": "BuildTypesSubmenuOpts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 58,
      "norm_label": "buildtypessubmenuopts",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtypessubmenuopts",
      "community_name": "Community 58"
    },
    {
      "label": "typeAction()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 58,
      "norm_label": "typeaction()",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_typeaction",
      "community_name": "Community 58"
    },
    {
      "label": "buildTypesSubmenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L162",
      "_origin": "ast",
      "community": 58,
      "norm_label": "buildtypessubmenu()",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtypessubmenu",
      "community_name": "Community 58"
    },
    {
      "label": "ThingTemplateOption",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L193",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingtemplateoption",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingtemplateoption",
      "community_name": "Community 58"
    },
    {
      "label": "DEFAULT_THING_TEMPLATES",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L205",
      "_origin": "ast",
      "community": 58,
      "norm_label": "default_thing_templates",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_default_thing_templates",
      "community_name": "Community 58"
    },
    {
      "label": "templateAction()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L265",
      "_origin": "ast",
      "community": 58,
      "norm_label": "templateaction()",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_templateaction",
      "community_name": "Community 58"
    },
    {
      "label": "buildTemplatesSubmenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L296",
      "_origin": "ast",
      "community": 58,
      "norm_label": "buildtemplatessubmenu()",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtemplatessubmenu",
      "community_name": "Community 58"
    },
    {
      "label": "ThingPermissionOption",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L311",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingpermissionoption",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingpermissionoption",
      "community_name": "Community 58"
    },
    {
      "label": "DEFAULT_THING_PERMISSIONS",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L319",
      "_origin": "ast",
      "community": 58,
      "norm_label": "default_thing_permissions",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_default_thing_permissions",
      "community_name": "Community 58"
    },
    {
      "label": "buildPermissionsSubmenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L325",
      "_origin": "ast",
      "community": 58,
      "norm_label": "buildpermissionssubmenu()",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildpermissionssubmenu",
      "community_name": "Community 58"
    },
    {
      "label": "BuildThingContextMenuModelArgs",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L393",
      "_origin": "ast",
      "community": 58,
      "norm_label": "buildthingcontextmenumodelargs",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodelargs",
      "community_name": "Community 58"
    },
    {
      "label": "buildThingContextMenuModel()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L414",
      "_origin": "ast",
      "community": 58,
      "norm_label": "buildthingcontextmenumodel()",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodel",
      "community_name": "Community 58"
    },
    {
      "label": "resolveDrillPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L540",
      "_origin": "ast",
      "community": 58,
      "norm_label": "resolvedrillpath()",
      "id": "remix_app_components_thingtime_contextmenu_contextmenumodel_resolvedrillpath",
      "community_name": "Community 58"
    },
    {
      "label": "useThingContextMenu.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "usethingcontextmenu.tsx",
      "id": "remix_app_components_thingtime_contextmenu_usethingcontextmenu",
      "community_name": "Community 58"
    },
    {
      "label": "UseThingContextMenuOptions",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 58,
      "norm_label": "usethingcontextmenuoptions",
      "id": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenuoptions",
      "community_name": "Community 58"
    },
    {
      "label": "useThingContextMenu()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 58,
      "norm_label": "usethingcontextmenu()",
      "id": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu",
      "community_name": "Community 58"
    },
    {
      "label": "EditorSplit.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorsplit.tsx",
      "id": "remix_app_components_thingtime_editorsplit",
      "community_name": "Community 28"
    },
    {
      "label": "EditorContentMode",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorcontentmode",
      "id": "remix_app_components_thingtime_editorsplit_editorcontentmode",
      "community_name": "Community 28"
    },
    {
      "label": "EditorLeaf",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorleaf",
      "id": "remix_app_components_thingtime_editorsplit_editorleaf",
      "community_name": "Community 28"
    },
    {
      "label": "EditorBranch",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorbranch",
      "id": "remix_app_components_thingtime_editorsplit_editorbranch",
      "community_name": "Community 28"
    },
    {
      "label": "EditorNode",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L59",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editornode",
      "id": "remix_app_components_thingtime_editorsplit_editornode",
      "community_name": "Community 28"
    },
    {
      "label": "FloatingWindow",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 28,
      "norm_label": "floatingwindow",
      "id": "remix_app_components_thingtime_editorsplit_floatingwindow",
      "community_name": "Community 28"
    },
    {
      "label": "EditorLayoutSnapshot",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L71",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorlayoutsnapshot",
      "id": "remix_app_components_thingtime_editorsplit_editorlayoutsnapshot",
      "community_name": "Community 28"
    },
    {
      "label": "DropSide",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L82",
      "_origin": "ast",
      "community": 28,
      "norm_label": "dropside",
      "id": "remix_app_components_thingtime_editorsplit_dropside",
      "community_name": "Community 28"
    },
    {
      "label": "DropTarget",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 28,
      "norm_label": "droptarget",
      "id": "remix_app_components_thingtime_editorsplit_droptarget",
      "community_name": "Community 28"
    },
    {
      "label": "WindowDragState",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L86",
      "_origin": "ast",
      "community": 28,
      "norm_label": "windowdragstate",
      "id": "remix_app_components_thingtime_editorsplit_windowdragstate",
      "community_name": "Community 28"
    },
    {
      "label": "uid()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L117",
      "_origin": "ast",
      "community": 28,
      "norm_label": "uid()",
      "id": "remix_app_components_thingtime_editorsplit_uid",
      "community_name": "Community 28"
    },
    {
      "label": "makeLeaf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L119",
      "_origin": "ast",
      "community": 28,
      "norm_label": "makeleaf()",
      "id": "remix_app_components_thingtime_editorsplit_makeleaf",
      "community_name": "Community 28"
    },
    {
      "label": "updateLeaf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L129",
      "_origin": "ast",
      "community": 28,
      "norm_label": "updateleaf()",
      "id": "remix_app_components_thingtime_editorsplit_updateleaf",
      "community_name": "Community 28"
    },
    {
      "label": "splitLeaf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L141",
      "_origin": "ast",
      "community": 28,
      "norm_label": "splitleaf()",
      "id": "remix_app_components_thingtime_editorsplit_splitleaf",
      "community_name": "Community 28"
    },
    {
      "label": "removeLeaf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L168",
      "_origin": "ast",
      "community": 28,
      "norm_label": "removeleaf()",
      "id": "remix_app_components_thingtime_editorsplit_removeleaf",
      "community_name": "Community 28"
    },
    {
      "label": "setRatio()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L193",
      "_origin": "ast",
      "community": 28,
      "norm_label": "setratio()",
      "id": "remix_app_components_thingtime_editorsplit_setratio",
      "community_name": "Community 28"
    },
    {
      "label": "collectLeaves()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L205",
      "_origin": "ast",
      "community": 28,
      "norm_label": "collectleaves()",
      "id": "remix_app_components_thingtime_editorsplit_collectleaves",
      "community_name": "Community 28"
    },
    {
      "label": "findLeaf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L213",
      "_origin": "ast",
      "community": 28,
      "norm_label": "findleaf()",
      "id": "remix_app_components_thingtime_editorsplit_findleaf",
      "community_name": "Community 28"
    },
    {
      "label": "insertAtLeaf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L219",
      "_origin": "ast",
      "community": 28,
      "norm_label": "insertatleaf()",
      "id": "remix_app_components_thingtime_editorsplit_insertatleaf",
      "community_name": "Community 28"
    },
    {
      "label": "sanitizeLeafData()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L251",
      "_origin": "ast",
      "community": 28,
      "norm_label": "sanitizeleafdata()",
      "id": "remix_app_components_thingtime_editorsplit_sanitizeleafdata",
      "community_name": "Community 28"
    },
    {
      "label": "sanitizeNodeData()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L266",
      "_origin": "ast",
      "community": 28,
      "norm_label": "sanitizenodedata()",
      "id": "remix_app_components_thingtime_editorsplit_sanitizenodedata",
      "community_name": "Community 28"
    },
    {
      "label": "clampFloatingGeometry()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L305",
      "_origin": "ast",
      "community": 28,
      "norm_label": "clampfloatinggeometry()",
      "id": "remix_app_components_thingtime_editorsplit_clampfloatinggeometry",
      "community_name": "Community 28"
    },
    {
      "label": "sanitizeFloatingData()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L313",
      "_origin": "ast",
      "community": 28,
      "norm_label": "sanitizefloatingdata()",
      "id": "remix_app_components_thingtime_editorsplit_sanitizefloatingdata",
      "community_name": "Community 28"
    },
    {
      "label": "startPointerGesture()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L334",
      "_origin": "ast",
      "community": 28,
      "norm_label": "startpointergesture()",
      "id": "remix_app_components_thingtime_editorsplit_startpointergesture",
      "community_name": "Community 28"
    },
    {
      "label": "ResizeGrip()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L367",
      "_origin": "ast",
      "community": 28,
      "norm_label": "resizegrip()",
      "id": "remix_app_components_thingtime_editorsplit_resizegrip",
      "community_name": "Community 28"
    },
    {
      "label": "WindowContext",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L389",
      "_origin": "ast",
      "community": 28,
      "norm_label": "windowcontext",
      "id": "remix_app_components_thingtime_editorsplit_windowcontext",
      "community_name": "Community 28"
    },
    {
      "label": "WindowActions",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L391",
      "_origin": "ast",
      "community": 28,
      "norm_label": "windowactions",
      "id": "remix_app_components_thingtime_editorsplit_windowactions",
      "community_name": "Community 28"
    },
    {
      "label": "toolbarButtonStyles",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L410",
      "_origin": "ast",
      "community": 28,
      "norm_label": "toolbarbuttonstyles",
      "id": "remix_app_components_thingtime_editorsplit_toolbarbuttonstyles",
      "community_name": "Community 28"
    },
    {
      "label": "TrafficLight()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L424",
      "_origin": "ast",
      "community": 28,
      "norm_label": "trafficlight()",
      "id": "remix_app_components_thingtime_editorsplit_trafficlight",
      "community_name": "Community 28"
    },
    {
      "label": "TrafficLights()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L470",
      "_origin": "ast",
      "community": 28,
      "norm_label": "trafficlights()",
      "id": "remix_app_components_thingtime_editorsplit_trafficlights",
      "community_name": "Community 28"
    },
    {
      "label": "ContentModeToggle()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L516",
      "_origin": "ast",
      "community": 28,
      "norm_label": "contentmodetoggle()",
      "id": "remix_app_components_thingtime_editorsplit_contentmodetoggle",
      "community_name": "Community 28"
    },
    {
      "label": "SkeletonWindow()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L558",
      "_origin": "ast",
      "community": 28,
      "norm_label": "skeletonwindow()",
      "id": "remix_app_components_thingtime_editorsplit_skeletonwindow",
      "community_name": "Community 28"
    },
    {
      "label": "EditorWindow()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L613",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorwindow()",
      "id": "remix_app_components_thingtime_editorsplit_editorwindow",
      "community_name": "Community 28"
    },
    {
      "label": "EditorNodeView()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L893",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editornodeview()",
      "id": "remix_app_components_thingtime_editorsplit_editornodeview",
      "community_name": "Community 28"
    },
    {
      "label": "FloatingWindowView()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L959",
      "_origin": "ast",
      "community": 28,
      "norm_label": "floatingwindowview()",
      "id": "remix_app_components_thingtime_editorsplit_floatingwindowview",
      "community_name": "Community 28"
    },
    {
      "label": "defaultTree()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1043",
      "_origin": "ast",
      "community": 28,
      "norm_label": "defaulttree()",
      "id": "remix_app_components_thingtime_editorsplit_defaulttree",
      "community_name": "Community 28"
    },
    {
      "label": "EditorSplitProps",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1052",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorsplitprops",
      "id": "remix_app_components_thingtime_editorsplit_editorsplitprops",
      "community_name": "Community 28"
    },
    {
      "label": "EditorSplit()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1072",
      "_origin": "ast",
      "community": 28,
      "norm_label": "editorsplit()",
      "id": "remix_app_components_thingtime_editorsplit_editorsplit",
      "community_name": "Community 28"
    },
    {
      "label": "ThingView.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingview.tsx",
      "id": "remix_app_components_thingtime_thingview",
      "community_name": "Community 28"
    },
    {
      "label": "cloneTree()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 28,
      "norm_label": "clonetree()",
      "id": "remix_app_components_thingtime_thingview_clonetree",
      "community_name": "Community 28"
    },
    {
      "label": "measureNodeCount()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L52",
      "_origin": "ast",
      "community": 28,
      "norm_label": "measurenodecount()",
      "id": "remix_app_components_thingtime_thingview_measurenodecount",
      "community_name": "Community 28"
    },
    {
      "label": "isEmptyPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 28,
      "norm_label": "isemptypath()",
      "id": "remix_app_components_thingtime_thingview_isemptypath",
      "community_name": "Community 28"
    },
    {
      "label": "isEmptyThing()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L72",
      "_origin": "ast",
      "community": 28,
      "norm_label": "isemptything()",
      "id": "remix_app_components_thingtime_thingview_isemptything",
      "community_name": "Community 28"
    },
    {
      "label": "LocalThingProvider()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L81",
      "_origin": "ast",
      "community": 28,
      "norm_label": "localthingprovider()",
      "id": "remix_app_components_thingtime_thingview_localthingprovider",
      "community_name": "Community 28"
    },
    {
      "label": "SandboxedThingtime()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L158",
      "_origin": "ast",
      "community": 28,
      "norm_label": "sandboxedthingtime()",
      "id": "remix_app_components_thingtime_thingview_sandboxedthingtime",
      "community_name": "Community 28"
    },
    {
      "label": "CornerToggle()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L187",
      "_origin": "ast",
      "community": 28,
      "norm_label": "cornertoggle()",
      "id": "remix_app_components_thingtime_thingview_cornertoggle",
      "community_name": "Community 28"
    },
    {
      "label": "ThingViewProps",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L224",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingviewprops",
      "id": "remix_app_components_thingtime_thingview_thingviewprops",
      "community_name": "Community 28"
    },
    {
      "label": "ThingView()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L233",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingview()",
      "id": "remix_app_components_thingtime_thingview_thingview",
      "community_name": "Community 28"
    },
    {
      "label": "Thingtime.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtime.tsx",
      "id": "remix_app_components_thingtime_thingtime",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeProps",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimeprops",
      "id": "remix_app_components_thingtime_thingtime_thingtimeprops",
      "community_name": "Community 28"
    },
    {
      "label": "CollapseCascadeContext",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 28,
      "norm_label": "collapsecascadecontext",
      "id": "remix_app_components_thingtime_thingtime_collapsecascadecontext",
      "community_name": "Community 28"
    },
    {
      "label": "numberStepButtonStyles",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 28,
      "norm_label": "numberstepbuttonstyles",
      "id": "remix_app_components_thingtime_thingtime_numberstepbuttonstyles",
      "community_name": "Community 28"
    },
    {
      "label": "NumberValueInput()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L63",
      "_origin": "ast",
      "community": 28,
      "norm_label": "numbervalueinput()",
      "id": "remix_app_components_thingtime_thingtime_numbervalueinput",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeComponentProps",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L157",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimecomponentprops",
      "id": "remix_app_components_thingtime_thingtime_thingtimecomponentprops",
      "community_name": "Community 28"
    },
    {
      "label": "Thingtime()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L158",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtime()",
      "id": "remix_app_components_thingtime_thingtime_thingtime",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeDemo.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingtimeDemo.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimedemo.tsx",
      "id": "remix_app_components_thingtime_thingtimedemo",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeDemo()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingtimeDemo.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimedemo()",
      "id": "remix_app_components_thingtime_thingtimedemo_thingtimedemo",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeURL.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimeurl.tsx",
      "id": "remix_app_components_thingtime_thingtimeurl",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeURL()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimeurl()",
      "id": "remix_app_components_thingtime_thingtimeurl_thingtimeurl",
      "community_name": "Community 28"
    },
    {
      "label": "FocusCardsViewer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "focuscardsviewer.tsx",
      "id": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "community_name": "Community 156"
    },
    {
      "label": "FocusCardsViewer()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 156,
      "norm_label": "focuscardsviewer()",
      "id": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "community_name": "Community 156"
    },
    {
      "label": "FormSheetViewer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "formsheetviewer.tsx",
      "id": "remix_app_components_thingtime_concepts_formsheetviewer",
      "community_name": "Community 156"
    },
    {
      "label": "FormSheetViewer()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 156,
      "norm_label": "formsheetviewer()",
      "id": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer",
      "community_name": "Community 156"
    },
    {
      "label": "MillerColumnsViewer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "millercolumnsviewer.tsx",
      "id": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "community_name": "Community 156"
    },
    {
      "label": "ColumnRow()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 156,
      "norm_label": "columnrow()",
      "id": "remix_app_components_thingtime_concepts_millercolumnsviewer_columnrow",
      "community_name": "Community 156"
    },
    {
      "label": "MillerColumnsViewer()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 156,
      "norm_label": "millercolumnsviewer()",
      "id": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer",
      "community_name": "Community 156"
    },
    {
      "label": "OrbitCanvasViewer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "orbitcanvasviewer.tsx",
      "id": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "community_name": "Community 156"
    },
    {
      "label": "OrbitCanvasViewer()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 156,
      "norm_label": "orbitcanvasviewer()",
      "id": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "community_name": "Community 156"
    },
    {
      "label": "OutlineDocViewer.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "outlinedocviewer.tsx",
      "id": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "community_name": "Community 156"
    },
    {
      "label": "sharedTableKeys()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 156,
      "norm_label": "sharedtablekeys()",
      "id": "remix_app_components_thingtime_concepts_outlinedocviewer_sharedtablekeys",
      "community_name": "Community 156"
    },
    {
      "label": "headingSizes",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 156,
      "norm_label": "headingsizes",
      "id": "remix_app_components_thingtime_concepts_outlinedocviewer_headingsizes",
      "community_name": "Community 156"
    },
    {
      "label": "OutlineDocViewer()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L41",
      "_origin": "ast",
      "community": 156,
      "norm_label": "outlinedocviewer()",
      "id": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer",
      "community_name": "Community 156"
    },
    {
      "label": "conceptBits.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "conceptbits.tsx",
      "id": "remix_app_components_thingtime_concepts_conceptbits",
      "community_name": "Community 156"
    },
    {
      "label": "ConceptViewerProps",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 156,
      "norm_label": "conceptviewerprops",
      "id": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops",
      "community_name": "Community 156"
    },
    {
      "label": "useContainerWidth()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 156,
      "norm_label": "usecontainerwidth()",
      "id": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth",
      "community_name": "Community 156"
    },
    {
      "label": "useConceptLayout()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L51",
      "_origin": "ast",
      "community": 156,
      "norm_label": "useconceptlayout()",
      "id": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout",
      "community_name": "Community 156"
    },
    {
      "label": "LeafValueEditor()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 156,
      "norm_label": "leafvalueeditor()",
      "id": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor",
      "community_name": "Community 156"
    },
    {
      "label": "ConceptCrumbs()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L129",
      "_origin": "ast",
      "community": 156,
      "norm_label": "conceptcrumbs()",
      "id": "remix_app_components_thingtime_concepts_conceptbits_conceptcrumbs",
      "community_name": "Community 156"
    },
    {
      "label": "KindFlip()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L183",
      "_origin": "ast",
      "community": 156,
      "norm_label": "kindflip()",
      "id": "remix_app_components_thingtime_concepts_conceptbits_kindflip",
      "community_name": "Community 156"
    },
    {
      "label": "AddChildButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L229",
      "_origin": "ast",
      "community": 156,
      "norm_label": "addchildbutton()",
      "id": "remix_app_components_thingtime_concepts_conceptbits_addchildbutton",
      "community_name": "Community 156"
    },
    {
      "label": "DeleteButton()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L251",
      "_origin": "ast",
      "community": 156,
      "norm_label": "deletebutton()",
      "id": "remix_app_components_thingtime_concepts_conceptbits_deletebutton",
      "community_name": "Community 156"
    },
    {
      "label": "conceptData.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "conceptdata.ts",
      "id": "remix_app_components_thingtime_concepts_conceptdata",
      "community_name": "Community 156"
    },
    {
      "label": "ThingPath",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 156,
      "norm_label": "thingpath",
      "id": "remix_app_components_thingtime_concepts_conceptdata_thingpath",
      "community_name": "Community 156"
    },
    {
      "label": "LeafType",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 156,
      "norm_label": "leaftype",
      "id": "remix_app_components_thingtime_concepts_conceptdata_leaftype",
      "community_name": "Community 156"
    },
    {
      "label": "BranchType",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 156,
      "norm_label": "branchtype",
      "id": "remix_app_components_thingtime_concepts_conceptdata_branchtype",
      "community_name": "Community 156"
    },
    {
      "label": "ThingType",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 156,
      "norm_label": "thingtype",
      "id": "remix_app_components_thingtime_concepts_conceptdata_thingtype",
      "community_name": "Community 156"
    },
    {
      "label": "thingTypeOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 156,
      "norm_label": "thingtypeof()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_thingtypeof",
      "community_name": "Community 156"
    },
    {
      "label": "isBranch()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 156,
      "norm_label": "isbranch()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_isbranch",
      "community_name": "Community 156"
    },
    {
      "label": "thingTypeEmoji",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 156,
      "norm_label": "thingtypeemoji",
      "id": "remix_app_components_thingtime_concepts_conceptdata_thingtypeemoji",
      "community_name": "Community 156"
    },
    {
      "label": "getAtPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 156,
      "norm_label": "getatpath()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_getatpath",
      "community_name": "Community 156"
    },
    {
      "label": "setAtPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 156,
      "norm_label": "setatpath()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_setatpath",
      "community_name": "Community 156"
    },
    {
      "label": "deleteAtPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 156,
      "norm_label": "deleteatpath()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_deleteatpath",
      "community_name": "Community 156"
    },
    {
      "label": "addChildAtPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L85",
      "_origin": "ast",
      "community": 156,
      "norm_label": "addchildatpath()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_addchildatpath",
      "community_name": "Community 156"
    },
    {
      "label": "renameKeyAtPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L106",
      "_origin": "ast",
      "community": 156,
      "norm_label": "renamekeyatpath()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_renamekeyatpath",
      "community_name": "Community 156"
    },
    {
      "label": "childKeysOf()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L128",
      "_origin": "ast",
      "community": 156,
      "norm_label": "childkeysof()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_childkeysof",
      "community_name": "Community 156"
    },
    {
      "label": "summarizeThing()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L135",
      "_origin": "ast",
      "community": 156,
      "norm_label": "summarizething()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_summarizething",
      "community_name": "Community 156"
    },
    {
      "label": "countChildren()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L167",
      "_origin": "ast",
      "community": 156,
      "norm_label": "countchildren()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_countchildren",
      "community_name": "Community 156"
    },
    {
      "label": "childCountLabel()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L169",
      "_origin": "ast",
      "community": 156,
      "norm_label": "childcountlabel()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel",
      "community_name": "Community 156"
    },
    {
      "label": "KEY_EMOJI_RULES",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L176",
      "_origin": "ast",
      "community": 156,
      "norm_label": "key_emoji_rules",
      "id": "remix_app_components_thingtime_concepts_conceptdata_key_emoji_rules",
      "community_name": "Community 156"
    },
    {
      "label": "keyEmoji()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L201",
      "_origin": "ast",
      "community": 156,
      "norm_label": "keyemoji()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_keyemoji",
      "community_name": "Community 156"
    },
    {
      "label": "humanizeKey()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L210",
      "_origin": "ast",
      "community": 156,
      "norm_label": "humanizekey()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_humanizekey",
      "community_name": "Community 156"
    },
    {
      "label": "ThingMutations",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L219",
      "_origin": "ast",
      "community": 156,
      "norm_label": "thingmutations",
      "id": "remix_app_components_thingtime_concepts_conceptdata_thingmutations",
      "community_name": "Community 156"
    },
    {
      "label": "useThingMutations()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L229",
      "_origin": "ast",
      "community": 156,
      "norm_label": "usethingmutations()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations",
      "community_name": "Community 156"
    },
    {
      "label": "ConceptThingApi",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L240",
      "_origin": "ast",
      "community": 156,
      "norm_label": "conceptthingapi",
      "id": "remix_app_components_thingtime_concepts_conceptdata_conceptthingapi",
      "community_name": "Community 156"
    },
    {
      "label": "useConceptThing()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L251",
      "_origin": "ast",
      "community": 156,
      "norm_label": "useconceptthing()",
      "id": "remix_app_components_thingtime_concepts_conceptdata_useconceptthing",
      "community_name": "Community 156"
    },
    {
      "label": "index.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "index.ts",
      "id": "remix_app_components_thingtime_concepts_index",
      "community_name": "Community 156"
    },
    {
      "label": "sampleThings.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/sampleThings.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 156,
      "norm_label": "samplethings.ts",
      "id": "remix_app_components_thingtime_concepts_samplethings",
      "community_name": "Community 156"
    },
    {
      "label": "makeSampleWorld()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/sampleThings.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 156,
      "norm_label": "makesampleworld()",
      "id": "remix_app_components_thingtime_concepts_samplethings_makesampleworld",
      "community_name": "Community 156"
    },
    {
      "label": "makeSampleNote()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/concepts/sampleThings.ts",
      "source_location": "L81",
      "_origin": "ast",
      "community": 156,
      "norm_label": "makesamplenote()",
      "id": "remix_app_components_thingtime_concepts_samplethings_makesamplenote",
      "community_name": "Community 156"
    },
    {
      "label": "jsonValue.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/jsonValue.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 185,
      "norm_label": "jsonvalue.ts",
      "id": "remix_app_components_thingtime_jsonvalue",
      "community_name": "Community 185"
    },
    {
      "label": "sanitizeParsedJson()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/jsonValue.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 185,
      "norm_label": "sanitizeparsedjson()",
      "id": "remix_app_components_thingtime_jsonvalue_sanitizeparsedjson",
      "community_name": "Community 185"
    },
    {
      "label": "thingRoute.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingroute.ts",
      "id": "remix_app_components_thingtime_thingroute",
      "community_name": "Community 58"
    },
    {
      "label": "ThingMode",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 86,
      "norm_label": "thingmode",
      "id": "remix_app_components_thingtime_thingroute_thingmode",
      "community_name": "Community 86"
    },
    {
      "label": "MODE_SEGMENTS",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 58,
      "norm_label": "mode_segments",
      "id": "remix_app_components_thingtime_thingroute_mode_segments",
      "community_name": "Community 58"
    },
    {
      "label": "THING_MODE_PREFIXES",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thing_mode_prefixes",
      "id": "remix_app_components_thingtime_thingroute_thing_mode_prefixes",
      "community_name": "Community 58"
    },
    {
      "label": "splitSegments()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 58,
      "norm_label": "splitsegments()",
      "id": "remix_app_components_thingtime_thingroute_splitsegments",
      "community_name": "Community 58"
    },
    {
      "label": "parseThingMode()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 58,
      "norm_label": "parsethingmode()",
      "id": "remix_app_components_thingtime_thingroute_parsethingmode",
      "community_name": "Community 58"
    },
    {
      "label": "parseThingPath()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 58,
      "norm_label": "parsethingpath()",
      "id": "remix_app_components_thingtime_thingroute_parsethingpath",
      "community_name": "Community 58"
    },
    {
      "label": "buildThingModeUrl()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 58,
      "norm_label": "buildthingmodeurl()",
      "id": "remix_app_components_thingtime_thingroute_buildthingmodeurl",
      "community_name": "Community 58"
    },
    {
      "label": "thingZones.ts",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingzones.ts",
      "id": "remix_app_components_thingtime_thingzones",
      "community_name": "Community 58"
    },
    {
      "label": "ThingZone",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingzone",
      "id": "remix_app_components_thingtime_thingzones_thingzone",
      "community_name": "Community 58"
    },
    {
      "label": "resolveThingZone()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 58,
      "norm_label": "resolvethingzone()",
      "id": "remix_app_components_thingtime_thingzones_resolvethingzone",
      "community_name": "Community 58"
    },
    {
      "label": "ThingZoneBox",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L38",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingzonebox",
      "id": "remix_app_components_thingtime_thingzones_thingzonebox",
      "community_name": "Community 58"
    },
    {
      "label": "ThingZoneBoxes",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingzoneboxes",
      "id": "remix_app_components_thingtime_thingzones_thingzoneboxes",
      "community_name": "Community 58"
    },
    {
      "label": "toBox()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 58,
      "norm_label": "tobox()",
      "id": "remix_app_components_thingtime_thingzones_tobox",
      "community_name": "Community 58"
    },
    {
      "label": "unionBoxes()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L59",
      "_origin": "ast",
      "community": 58,
      "norm_label": "unionboxes()",
      "id": "remix_app_components_thingtime_thingzones_unionboxes",
      "community_name": "Community 58"
    },
    {
      "label": "getThingZoneBoxes()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 58,
      "norm_label": "getthingzoneboxes()",
      "id": "remix_app_components_thingtime_thingzones_getthingzoneboxes",
      "community_name": "Community 58"
    },
    {
      "label": "useThingtime.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "usethingtime.tsx",
      "id": "remix_app_components_thingtime_usethingtime",
      "community_name": "Community 28"
    },
    {
      "label": "useThingtime()",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 28,
      "norm_label": "usethingtime()",
      "id": "remix_app_components_thingtime_usethingtime_usethingtime",
      "community_name": "Community 28"
    },
    {
      "label": "UserCard.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "usercard.tsx",
      "id": "remix_app_components_user_usercard",
      "community_name": "Community 27"
    },
    {
      "label": "UserCard()",
      "file_type": "code",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 27,
      "norm_label": "usercard()",
      "id": "remix_app_components_user_usercard_usercard",
      "community_name": "Community 27"
    },
    {
      "label": "VercelStatus.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 292,
      "norm_label": "vercelstatus.tsx",
      "id": "remix_app_components_vercel_vercelstatus",
      "community_name": "Community 292"
    },
    {
      "label": "STATUS_COLORS",
      "file_type": "code",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 292,
      "norm_label": "status_colors",
      "id": "remix_app_components_vercel_vercelstatus_status_colors",
      "community_name": "Community 292"
    },
    {
      "label": "pulse",
      "file_type": "code",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 292,
      "norm_label": "pulse",
      "id": "remix_app_components_vercel_vercelstatus_pulse",
      "community_name": "Community 292"
    },
    {
      "label": "getStatusText()",
      "file_type": "code",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getstatustext()",
      "id": "remix_app_components_vercel_vercelstatus_getstatustext",
      "community_name": "Community 292"
    },
    {
      "label": "getDisplayPhase()",
      "file_type": "code",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getdisplayphase()",
      "id": "remix_app_components_vercel_vercelstatus_getdisplayphase",
      "community_name": "Community 292"
    },
    {
      "label": "getProgressLeft()",
      "file_type": "code",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L51",
      "_origin": "ast",
      "community": 292,
      "norm_label": "getprogressleft()",
      "id": "remix_app_components_vercel_vercelstatus_getprogressleft",
      "community_name": "Community 292"
    },
    {
      "label": "VercelStatus()",
      "file_type": "code",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 292,
      "norm_label": "vercelstatus()",
      "id": "remix_app_components_vercel_vercelstatus_vercelstatus",
      "community_name": "Community 292"
    },
    {
      "label": "VisualSettingsHost.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "visualsettingshost.tsx",
      "id": "remix_app_components_visualsettings_visualsettingshost",
      "community_name": "Community 28"
    },
    {
      "label": "clampNumber()",
      "file_type": "code",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 28,
      "norm_label": "clampnumber()",
      "id": "remix_app_components_visualsettings_visualsettingshost_clampnumber",
      "community_name": "Community 28"
    },
    {
      "label": "normalizeBottomPadding()",
      "file_type": "code",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 28,
      "norm_label": "normalizebottompadding()",
      "id": "remix_app_components_visualsettings_visualsettingshost_normalizebottompadding",
      "community_name": "Community 28"
    },
    {
      "label": "VisualSettingsHost()",
      "file_type": "code",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 28,
      "norm_label": "visualsettingshost()",
      "id": "remix_app_components_visualsettings_visualsettingshost_visualsettingshost",
      "community_name": "Community 28"
    },
    {
      "label": "rainbowText.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/rainbowText.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "rainbowtext.tsx",
      "id": "remix_app_components_rainbowtext",
      "community_name": "Community 28"
    },
    {
      "label": "RainbowText()",
      "file_type": "code",
      "source_file": "remix/app/components/rainbowText.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 28,
      "norm_label": "rainbowtext()",
      "id": "remix_app_components_rainbowtext_rainbowtext",
      "community_name": "Community 28"
    },
    {
      "label": "textAnimation1.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/textAnimation1.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "textanimation1.tsx",
      "id": "remix_app_components_textanimation1",
      "community_name": "Community 28"
    },
    {
      "label": "TextAnimation1()",
      "file_type": "code",
      "source_file": "remix/app/components/textAnimation1.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 28,
      "norm_label": "textanimation1()",
      "id": "remix_app_components_textanimation1_textanimation1",
      "community_name": "Community 28"
    },
    {
      "label": "Button.tsx",
      "file_type": "code",
      "source_file": "remix/app/components/tt/Button.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "button.tsx",
      "id": "remix_app_components_tt_button",
      "community_name": "Community 28"
    },
    {
      "label": "Button()",
      "file_type": "code",
      "source_file": "remix/app/components/tt/Button.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 28,
      "norm_label": "button()",
      "id": "remix_app_components_tt_button_button",
      "community_name": "Community 28"
    },
    {
      "label": "index.ts",
      "file_type": "code",
      "source_file": "remix/app/components/tt/index.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "index.ts",
      "id": "remix_app_components_tt_index",
      "community_name": "Community 28"
    },
    {
      "label": "cookies.server.ts",
      "file_type": "code",
      "source_file": "remix/app/cookies.server.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "cookies.server.ts",
      "id": "remix_app_cookies_server",
      "community_name": "Community 46"
    },
    {
      "label": "Session",
      "file_type": "code",
      "source_file": "remix/app/cookies.server.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 46,
      "norm_label": "session",
      "id": "remix_app_cookies_server_session",
      "community_name": "Community 46"
    },
    {
      "label": "apiDocs.ts",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apidocs.ts",
      "id": "remix_app_docs_apidocs",
      "community_name": "Community 343"
    },
    {
      "label": "ApiHttpMethod",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 301,
      "norm_label": "apihttpmethod",
      "id": "remix_app_docs_apidocs_apihttpmethod",
      "community_name": "Community 301"
    },
    {
      "label": "ApiAuthMode",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apiauthmode",
      "id": "remix_app_docs_apidocs_apiauthmode",
      "community_name": "Community 343"
    },
    {
      "label": "ApiRequestExample",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apirequestexample",
      "id": "remix_app_docs_apidocs_apirequestexample",
      "community_name": "Community 343"
    },
    {
      "label": "ApiResponseExample",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apiresponseexample",
      "id": "remix_app_docs_apidocs_apiresponseexample",
      "community_name": "Community 343"
    },
    {
      "label": "ApiEndpointDoc",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 510,
      "norm_label": "apiendpointdoc",
      "id": "remix_app_docs_apidocs_apiendpointdoc",
      "community_name": "Community 510"
    },
    {
      "label": "ApiPlatformExamples",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apiplatformexamples",
      "id": "remix_app_docs_apidocs_apiplatformexamples",
      "community_name": "Community 343"
    },
    {
      "label": "SerializedApiEndpointDoc",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 343,
      "norm_label": "serializedapiendpointdoc",
      "id": "remix_app_docs_apidocs_serializedapiendpointdoc",
      "community_name": "Community 343"
    },
    {
      "label": "endpoint()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L51",
      "_origin": "ast",
      "community": 343,
      "norm_label": "endpoint()",
      "id": "remix_app_docs_apidocs_endpoint",
      "community_name": "Community 343"
    },
    {
      "label": "apiEndpointDocs",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 316,
      "norm_label": "apiendpointdocs",
      "id": "remix_app_docs_apidocs_apiendpointdocs",
      "community_name": "Community 316"
    },
    {
      "label": "normaliseApiPath()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7407",
      "_origin": "ast",
      "community": 343,
      "norm_label": "normaliseapipath()",
      "id": "remix_app_docs_apidocs_normaliseapipath",
      "community_name": "Community 343"
    },
    {
      "label": "apiDocMap",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7425",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apidocmap",
      "id": "remix_app_docs_apidocs_apidocmap",
      "community_name": "Community 343"
    },
    {
      "label": "getApiDocByPath()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7427",
      "_origin": "ast",
      "community": 343,
      "norm_label": "getapidocbypath()",
      "id": "remix_app_docs_apidocs_getapidocbypath",
      "community_name": "Community 343"
    },
    {
      "label": "apiV1RouteKeys",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7429",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apiv1routekeys",
      "id": "remix_app_docs_apidocs_apiv1routekeys",
      "community_name": "Community 343"
    },
    {
      "label": "apiV1DocsRouteKeys",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7431",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apiv1docsroutekeys",
      "id": "remix_app_docs_apidocs_apiv1docsroutekeys",
      "community_name": "Community 343"
    },
    {
      "label": "shellQuote()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7433",
      "_origin": "ast",
      "community": 343,
      "norm_label": "shellquote()",
      "id": "remix_app_docs_apidocs_shellquote",
      "community_name": "Community 343"
    },
    {
      "label": "compactJson()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7435",
      "_origin": "ast",
      "community": 343,
      "norm_label": "compactjson()",
      "id": "remix_app_docs_apidocs_compactjson",
      "community_name": "Community 343"
    },
    {
      "label": "prettyJson()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7437",
      "_origin": "ast",
      "community": 343,
      "norm_label": "prettyjson()",
      "id": "remix_app_docs_apidocs_prettyjson",
      "community_name": "Community 343"
    },
    {
      "label": "makeUrl()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7439",
      "_origin": "ast",
      "community": 343,
      "norm_label": "makeurl()",
      "id": "remix_app_docs_apidocs_makeurl",
      "community_name": "Community 343"
    },
    {
      "label": "shouldIncludeAuthHeader()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7451",
      "_origin": "ast",
      "community": 343,
      "norm_label": "shouldincludeauthheader()",
      "id": "remix_app_docs_apidocs_shouldincludeauthheader",
      "community_name": "Community 343"
    },
    {
      "label": "buildHeaders()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7453",
      "_origin": "ast",
      "community": 343,
      "norm_label": "buildheaders()",
      "id": "remix_app_docs_apidocs_buildheaders",
      "community_name": "Community 343"
    },
    {
      "label": "primaryRequestExample()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7469",
      "_origin": "ast",
      "community": 343,
      "norm_label": "primaryrequestexample()",
      "id": "remix_app_docs_apidocs_primaryrequestexample",
      "community_name": "Community 343"
    },
    {
      "label": "buildPlatformExamples()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7476",
      "_origin": "ast",
      "community": 343,
      "norm_label": "buildplatformexamples()",
      "id": "remix_app_docs_apidocs_buildplatformexamples",
      "community_name": "Community 343"
    },
    {
      "label": "serializeApiDoc()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7557",
      "_origin": "ast",
      "community": 343,
      "norm_label": "serializeapidoc()",
      "id": "remix_app_docs_apidocs_serializeapidoc",
      "community_name": "Community 343"
    },
    {
      "label": "createApiDocPayload()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7562",
      "_origin": "ast",
      "community": 343,
      "norm_label": "createapidocpayload()",
      "id": "remix_app_docs_apidocs_createapidocpayload",
      "community_name": "Community 343"
    },
    {
      "label": "apiDocsMarkdown.ts",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 510,
      "norm_label": "apidocsmarkdown.ts",
      "id": "remix_app_docs_apidocsmarkdown",
      "community_name": "Community 510"
    },
    {
      "label": "fence()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 510,
      "norm_label": "fence()",
      "id": "remix_app_docs_apidocsmarkdown_fence",
      "community_name": "Community 510"
    },
    {
      "label": "anchor()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 510,
      "norm_label": "anchor()",
      "id": "remix_app_docs_apidocsmarkdown_anchor",
      "community_name": "Community 510"
    },
    {
      "label": "renderEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 510,
      "norm_label": "renderendpoint()",
      "id": "remix_app_docs_apidocsmarkdown_renderendpoint",
      "community_name": "Community 510"
    },
    {
      "label": "groupOrder()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L58",
      "_origin": "ast",
      "community": 510,
      "norm_label": "grouporder()",
      "id": "remix_app_docs_apidocsmarkdown_grouporder",
      "community_name": "Community 510"
    },
    {
      "label": "renderApiDocsMarkdown()",
      "file_type": "code",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 510,
      "norm_label": "renderapidocsmarkdown()",
      "id": "remix_app_docs_apidocsmarkdown_renderapidocsmarkdown",
      "community_name": "Community 510"
    },
    {
      "label": "consoleEgg.ts",
      "file_type": "code",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "consoleegg.ts",
      "id": "remix_app_eggs_consoleegg",
      "community_name": "Community 86"
    },
    {
      "label": "TtConsoleApi",
      "file_type": "code",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 86,
      "norm_label": "ttconsoleapi",
      "id": "remix_app_eggs_consoleegg_ttconsoleapi",
      "community_name": "Community 86"
    },
    {
      "label": "RAINBOW_STOPS",
      "file_type": "code",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 86,
      "norm_label": "rainbow_stops",
      "id": "remix_app_eggs_consoleegg_rainbow_stops",
      "community_name": "Community 86"
    },
    {
      "label": "printBanner()",
      "file_type": "code",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 86,
      "norm_label": "printbanner()",
      "id": "remix_app_eggs_consoleegg_printbanner",
      "community_name": "Community 86"
    },
    {
      "label": "printHelp()",
      "file_type": "code",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 86,
      "norm_label": "printhelp()",
      "id": "remix_app_eggs_consoleegg_printhelp",
      "community_name": "Community 86"
    },
    {
      "label": "installConsoleEgg()",
      "file_type": "code",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 86,
      "norm_label": "installconsoleegg()",
      "id": "remix_app_eggs_consoleegg_installconsoleegg",
      "community_name": "Community 86"
    },
    {
      "label": "eggs.ts",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "eggs.ts",
      "id": "remix_app_eggs_eggs",
      "community_name": "Community 86"
    },
    {
      "label": "motionOK()",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 86,
      "norm_label": "motionok()",
      "id": "remix_app_eggs_eggs_motionok",
      "community_name": "Community 86"
    },
    {
      "label": "partyConfetti()",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 86,
      "norm_label": "partyconfetti()",
      "id": "remix_app_eggs_eggs_partyconfetti",
      "community_name": "Community 86"
    },
    {
      "label": "rainbowFlash()",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 86,
      "norm_label": "rainbowflash()",
      "id": "remix_app_eggs_eggs_rainbowflash",
      "community_name": "Community 86"
    },
    {
      "label": "partyMode()",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 86,
      "norm_label": "partymode()",
      "id": "remix_app_eggs_eggs_partymode",
      "community_name": "Community 86"
    },
    {
      "label": "KONAMI",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 86,
      "norm_label": "konami",
      "id": "remix_app_eggs_eggs_konami",
      "community_name": "Community 86"
    },
    {
      "label": "installKonami()",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L97",
      "_origin": "ast",
      "community": 86,
      "norm_label": "installkonami()",
      "id": "remix_app_eggs_eggs_installkonami",
      "community_name": "Community 86"
    },
    {
      "label": "INCANTATIONS",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L114",
      "_origin": "ast",
      "community": 86,
      "norm_label": "incantations",
      "id": "remix_app_eggs_eggs_incantations",
      "community_name": "Community 86"
    },
    {
      "label": "pickIncantation()",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L124",
      "_origin": "ast",
      "community": 86,
      "norm_label": "pickincantation()",
      "id": "remix_app_eggs_eggs_pickincantation",
      "community_name": "Community 86"
    },
    {
      "label": "SecretWord",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L132",
      "_origin": "ast",
      "community": 86,
      "norm_label": "secretword",
      "id": "remix_app_eggs_eggs_secretword",
      "community_name": "Community 86"
    },
    {
      "label": "SECRET_WORDS",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 86,
      "norm_label": "secret_words",
      "id": "remix_app_eggs_eggs_secret_words",
      "community_name": "Community 86"
    },
    {
      "label": "SPARKLE_LINES",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L144",
      "_origin": "ast",
      "community": 86,
      "norm_label": "sparkle_lines",
      "id": "remix_app_eggs_eggs_sparkle_lines",
      "community_name": "Community 86"
    },
    {
      "label": "pickSparkle()",
      "file_type": "code",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L152",
      "_origin": "ast",
      "community": 86,
      "norm_label": "picksparkle()",
      "id": "remix_app_eggs_eggs_picksparkle",
      "community_name": "Community 86"
    },
    {
      "label": "entry.client.tsx",
      "file_type": "code",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 427,
      "norm_label": "entry.client.tsx",
      "id": "remix_app_entry_client",
      "community_name": "Community 427"
    },
    {
      "label": "ClientCacheProvider()",
      "file_type": "code",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 427,
      "norm_label": "clientcacheprovider()",
      "id": "remix_app_entry_client_clientcacheprovider",
      "community_name": "Community 427"
    },
    {
      "label": "root",
      "file_type": "code",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 427,
      "norm_label": "root",
      "id": "remix_app_entry_client_root",
      "community_name": "Community 427"
    },
    {
      "label": "safe.tsx",
      "file_type": "code",
      "source_file": "remix/app/functions/safe.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "safe.tsx",
      "id": "remix_app_functions_safe",
      "community_name": "Community 28"
    },
    {
      "label": "safe()",
      "file_type": "code",
      "source_file": "remix/app/functions/safe.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "safe()",
      "id": "remix_app_functions_safe_safe",
      "community_name": "Community 28"
    },
    {
      "label": "getMeta()",
      "file_type": "code",
      "source_file": "remix/app/functions/safe.tsx",
      "source_location": "L54",
      "_origin": "ast",
      "community": 28,
      "norm_label": "getmeta()",
      "id": "remix_app_functions_safe_getmeta",
      "community_name": "Community 28"
    },
    {
      "label": "sanitise.tsx",
      "file_type": "code",
      "source_file": "remix/app/functions/sanitise.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "sanitise.tsx",
      "id": "remix_app_functions_sanitise",
      "community_name": "Community 28"
    },
    {
      "label": "sanitise()",
      "file_type": "code",
      "source_file": "remix/app/functions/sanitise.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "sanitise()",
      "id": "remix_app_functions_sanitise_sanitise",
      "community_name": "Community 28"
    },
    {
      "label": "global-types.d.ts",
      "file_type": "code",
      "source_file": "remix/app/global-types.d.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 658,
      "norm_label": "global-types.d.ts",
      "id": "remix_app_global_types_d",
      "community_name": "Community 658"
    },
    {
      "label": "Window",
      "file_type": "code",
      "source_file": "remix/app/global-types.d.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 658,
      "norm_label": "window",
      "id": "remix_app_global_types_d_window",
      "community_name": "Community 658"
    },
    {
      "label": "ForwardRefRenderFunction",
      "file_type": "code",
      "source_file": "remix/app/global-types.d.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 658,
      "norm_label": "forwardrefrenderfunction",
      "id": "remix_app_global_types_d_forwardrefrenderfunction",
      "community_name": "Community 658"
    },
    {
      "label": "GlobalStyles.tsx",
      "file_type": "code",
      "source_file": "remix/app/globals/GlobalStyles.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "globalstyles.tsx",
      "id": "remix_app_globals_globalstyles",
      "community_name": "Community 208"
    },
    {
      "label": "ttThemeDefaults",
      "file_type": "code",
      "source_file": "remix/app/globals/GlobalStyles.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 208,
      "norm_label": "ttthemedefaults",
      "id": "remix_app_globals_globalstyles_ttthemedefaults",
      "community_name": "Community 208"
    },
    {
      "label": "GlobalStyles()",
      "file_type": "code",
      "source_file": "remix/app/globals/GlobalStyles.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 208,
      "norm_label": "globalstyles()",
      "id": "remix_app_globals_globalstyles_globalstyles",
      "community_name": "Community 208"
    },
    {
      "label": "GradientPath.js",
      "file_type": "code",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "gradientpath.js",
      "id": "remix_app_gp_gradientpath",
      "community_name": "Community 369"
    },
    {
      "label": "constructor()",
      "file_type": "code",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L6",
      "_origin": "ast",
      "community": 369,
      "norm_label": "constructor()",
      "id": "remix_app_gp_gradientpath_constructor",
      "community_name": "Community 369"
    },
    {
      "label": "remove()",
      "file_type": "code",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L39",
      "_origin": "ast",
      "community": 369,
      "norm_label": "remove()",
      "id": "remix_app_gp_gradientpath_remove",
      "community_name": "Community 369"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L43",
      "_origin": "ast",
      "community": 369,
      "norm_label": "render()",
      "id": "remix_app_gp_gradientpath_render",
      "community_name": "Community 369"
    },
    {
      "label": "Sample.js",
      "file_type": "code",
      "source_file": "remix/app/gp/Sample.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "sample.js",
      "id": "remix_app_gp_sample",
      "community_name": "Community 369"
    },
    {
      "label": "Sample",
      "file_type": "code",
      "source_file": "remix/app/gp/Sample.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "sample",
      "id": "remix_app_gp_sample_sample",
      "community_name": "Community 369"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/gp/Sample.js",
      "source_location": "L2",
      "_origin": "ast",
      "community": 369,
      "norm_label": ".constructor()",
      "id": "remix_app_gp_sample_sample_constructor",
      "community_name": "Community 369"
    },
    {
      "label": "Segment.js",
      "file_type": "code",
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "segment.js",
      "id": "remix_app_gp_segment",
      "community_name": "Community 369"
    },
    {
      "label": "Segment",
      "file_type": "code",
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L3",
      "_origin": "ast",
      "community": 369,
      "norm_label": "segment",
      "id": "remix_app_gp_segment_segment",
      "community_name": "Community 369"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L4",
      "_origin": "ast",
      "community": 369,
      "norm_label": ".constructor()",
      "id": "remix_app_gp_segment_segment_constructor",
      "community_name": "Community 369"
    },
    {
      "label": "_constants.js",
      "file_type": "code",
      "source_file": "remix/app/gp/_constants.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "_constants.js",
      "id": "remix_app_gp_constants",
      "community_name": "Community 369"
    },
    {
      "label": "_data.js",
      "file_type": "code",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "_data.js",
      "id": "remix_app_gp_data",
      "community_name": "Community 369"
    },
    {
      "label": "getData()",
      "file_type": "code",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L10",
      "_origin": "ast",
      "community": 369,
      "norm_label": "getdata()",
      "id": "remix_app_gp_data_getdata",
      "community_name": "Community 369"
    },
    {
      "label": "strokeToFill()",
      "file_type": "code",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L70",
      "_origin": "ast",
      "community": 369,
      "norm_label": "stroketofill()",
      "id": "remix_app_gp_data_stroketofill",
      "community_name": "Community 369"
    },
    {
      "label": "outlineStrokes()",
      "file_type": "code",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L82",
      "_origin": "ast",
      "community": 369,
      "norm_label": "outlinestrokes()",
      "id": "remix_app_gp_data_outlinestrokes",
      "community_name": "Community 369"
    },
    {
      "label": "averageSegmentJoins()",
      "file_type": "code",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L155",
      "_origin": "ast",
      "community": 369,
      "norm_label": "averagesegmentjoins()",
      "id": "remix_app_gp_data_averagesegmentjoins",
      "community_name": "Community 369"
    },
    {
      "label": "_utils.js",
      "file_type": "code",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "_utils.js",
      "id": "remix_app_gp_utils",
      "community_name": "Community 369"
    },
    {
      "label": "svgElem()",
      "file_type": "code",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L4",
      "_origin": "ast",
      "community": 369,
      "norm_label": "svgelem()",
      "id": "remix_app_gp_utils_svgelem",
      "community_name": "Community 369"
    },
    {
      "label": "styleAttrs()",
      "file_type": "code",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L18",
      "_origin": "ast",
      "community": 369,
      "norm_label": "styleattrs()",
      "id": "remix_app_gp_utils_styleattrs",
      "community_name": "Community 369"
    },
    {
      "label": "segmentToD()",
      "file_type": "code",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L50",
      "_origin": "ast",
      "community": 369,
      "norm_label": "segmenttod()",
      "id": "remix_app_gp_utils_segmenttod",
      "community_name": "Community 369"
    },
    {
      "label": "getMiddleSample()",
      "file_type": "code",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L76",
      "_origin": "ast",
      "community": 369,
      "norm_label": "getmiddlesample()",
      "id": "remix_app_gp_utils_getmiddlesample",
      "community_name": "Community 369"
    },
    {
      "label": "convertPathToNode()",
      "file_type": "code",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L83",
      "_origin": "ast",
      "community": 369,
      "norm_label": "convertpathtonode()",
      "id": "remix_app_gp_utils_convertpathtonode",
      "community_name": "Community 369"
    },
    {
      "label": "index.js",
      "file_type": "code",
      "source_file": "remix/app/gp/index.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 369,
      "norm_label": "index.js",
      "id": "remix_app_gp_index",
      "community_name": "Community 369"
    },
    {
      "label": "apiFailure.test.ts",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apifailure.test.ts",
      "id": "remix_app_hooks_apifailure_test",
      "community_name": "Community 102"
    },
    {
      "label": "apiFailure.ts",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apifailure.ts",
      "id": "remix_app_hooks_apifailure",
      "community_name": "Community 102"
    },
    {
      "label": "ApiFailureOutcome",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apifailureoutcome",
      "id": "remix_app_hooks_apifailure_apifailureoutcome",
      "community_name": "Community 102"
    },
    {
      "label": "ApiFailureOptions",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apifailureoptions",
      "id": "remix_app_hooks_apifailure_apifailureoptions",
      "community_name": "Community 102"
    },
    {
      "label": "AttachmentRetryCode",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 102,
      "norm_label": "attachmentretrycode",
      "id": "remix_app_hooks_apifailure_attachmentretrycode",
      "community_name": "Community 102"
    },
    {
      "label": "ApiFailureInput",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apifailureinput",
      "id": "remix_app_hooks_apifailure_apifailureinput",
      "community_name": "Community 102"
    },
    {
      "label": "ThingtimeApiError",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 102,
      "norm_label": "thingtimeapierror",
      "id": "remix_app_hooks_apifailure_thingtimeapierror",
      "community_name": "Community 102"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L52",
      "_origin": "ast",
      "community": 102,
      "norm_label": ".constructor()",
      "id": "remix_app_hooks_apifailure_thingtimeapierror_constructor",
      "community_name": "Community 102"
    },
    {
      "label": "cleanAction()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 102,
      "norm_label": "cleanaction()",
      "id": "remix_app_hooks_apifailure_cleanaction",
      "community_name": "Community 102"
    },
    {
      "label": "payloadRecord()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 102,
      "norm_label": "payloadrecord()",
      "id": "remix_app_hooks_apifailure_payloadrecord",
      "community_name": "Community 102"
    },
    {
      "label": "ATTACHMENT_RETRY_CODES",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 102,
      "norm_label": "attachment_retry_codes",
      "id": "remix_app_hooks_apifailure_attachment_retry_codes",
      "community_name": "Community 102"
    },
    {
      "label": "attachmentRetryMetadata()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 102,
      "norm_label": "attachmentretrymetadata()",
      "id": "remix_app_hooks_apifailure_attachmentretrymetadata",
      "community_name": "Community 102"
    },
    {
      "label": "diagnosticMetadata()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L99",
      "_origin": "ast",
      "community": 102,
      "norm_label": "diagnosticmetadata()",
      "id": "remix_app_hooks_apifailure_diagnosticmetadata",
      "community_name": "Community 102"
    },
    {
      "label": "authoredError()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 102,
      "norm_label": "authorederror()",
      "id": "remix_app_hooks_apifailure_authorederror",
      "community_name": "Community 102"
    },
    {
      "label": "parseRetryAfter()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L118",
      "_origin": "ast",
      "community": 102,
      "norm_label": "parseretryafter()",
      "id": "remix_app_hooks_apifailure_parseretryafter",
      "community_name": "Community 102"
    },
    {
      "label": "mutationOutcome()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L127",
      "_origin": "ast",
      "community": 102,
      "norm_label": "mutationoutcome()",
      "id": "remix_app_hooks_apifailure_mutationoutcome",
      "community_name": "Community 102"
    },
    {
      "label": "payloadOutcome()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L133",
      "_origin": "ast",
      "community": 102,
      "norm_label": "payloadoutcome()",
      "id": "remix_app_hooks_apifailure_payloadoutcome",
      "community_name": "Community 102"
    },
    {
      "label": "fallbackMessage()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L138",
      "_origin": "ast",
      "community": 102,
      "norm_label": "fallbackmessage()",
      "id": "remix_app_hooks_apifailure_fallbackmessage",
      "community_name": "Community 102"
    },
    {
      "label": "createApiFailure()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L160",
      "_origin": "ast",
      "community": 102,
      "norm_label": "createapifailure()",
      "id": "remix_app_hooks_apifailure_createapifailure",
      "community_name": "Community 102"
    },
    {
      "label": "mutates()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L188",
      "_origin": "ast",
      "community": 102,
      "norm_label": "mutates()",
      "id": "remix_app_hooks_apifailure_mutates",
      "community_name": "Community 102"
    },
    {
      "label": "readApiResponsePayload()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L193",
      "_origin": "ast",
      "community": 102,
      "norm_label": "readapiresponsepayload()",
      "id": "remix_app_hooks_apifailure_readapiresponsepayload",
      "community_name": "Community 102"
    },
    {
      "label": "apiErrorMessage()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L212",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apierrormessage()",
      "id": "remix_app_hooks_apifailure_apierrormessage",
      "community_name": "Community 102"
    },
    {
      "label": "hasUnknownMutationOutcome()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L219",
      "_origin": "ast",
      "community": 102,
      "norm_label": "hasunknownmutationoutcome()",
      "id": "remix_app_hooks_apifailure_hasunknownmutationoutcome",
      "community_name": "Community 102"
    },
    {
      "label": "apiAdminErrorDetail()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L221",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apiadminerrordetail()",
      "id": "remix_app_hooks_apifailure_apiadminerrordetail",
      "community_name": "Community 102"
    },
    {
      "label": "apiDiagnosticThingId()",
      "file_type": "code",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L224",
      "_origin": "ast",
      "community": 102,
      "norm_label": "apidiagnosticthingid()",
      "id": "remix_app_hooks_apifailure_apidiagnosticthingid",
      "community_name": "Community 102"
    },
    {
      "label": "localCache.ts",
      "file_type": "code",
      "source_file": "remix/app/hooks/localCache.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "localcache.ts",
      "id": "remix_app_hooks_localcache",
      "community_name": "Community 27"
    },
    {
      "label": "readLocalCache()",
      "file_type": "code",
      "source_file": "remix/app/hooks/localCache.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 27,
      "norm_label": "readlocalcache()",
      "id": "remix_app_hooks_localcache_readlocalcache",
      "community_name": "Community 27"
    },
    {
      "label": "writeLocalCache()",
      "file_type": "code",
      "source_file": "remix/app/hooks/localCache.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 27,
      "norm_label": "writelocalcache()",
      "id": "remix_app_hooks_localcache_writelocalcache",
      "community_name": "Community 27"
    },
    {
      "label": "clearLocalCache()",
      "file_type": "code",
      "source_file": "remix/app/hooks/localCache.ts",
      "source_location": "L29",
      "_origin": "ast",
      "community": 27,
      "norm_label": "clearlocalcache()",
      "id": "remix_app_hooks_localcache_clearlocalcache",
      "community_name": "Community 27"
    },
    {
      "label": "useApi.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "useapi.tsx",
      "id": "remix_app_hooks_useapi",
      "community_name": "Community 27"
    },
    {
      "label": "refreshRootData()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 27,
      "norm_label": "refreshrootdata()",
      "id": "remix_app_hooks_useapi_refreshrootdata",
      "community_name": "Community 27"
    },
    {
      "label": "getJson()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 102,
      "norm_label": "getjson()",
      "id": "remix_app_hooks_useapi_getjson",
      "community_name": "Community 102"
    },
    {
      "label": "toQuery()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 27,
      "norm_label": "toquery()",
      "id": "remix_app_hooks_useapi_toquery",
      "community_name": "Community 27"
    },
    {
      "label": "useApi()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 27,
      "norm_label": "useapi()",
      "id": "remix_app_hooks_useapi_useapi",
      "community_name": "Community 27"
    },
    {
      "label": "useAsyncFetcher.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useAsyncFetcher.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "useasyncfetcher.tsx",
      "id": "remix_app_hooks_useasyncfetcher",
      "community_name": "Community 102"
    },
    {
      "label": "useAsyncFetcher()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useAsyncFetcher.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 28,
      "norm_label": "useasyncfetcher()",
      "id": "remix_app_hooks_useasyncfetcher_useasyncfetcher",
      "community_name": "Community 28"
    },
    {
      "label": "useCommentDraft.ts",
      "file_type": "code",
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "usecommentdraft.ts",
      "id": "remix_app_hooks_usecommentdraft",
      "community_name": "Community 31"
    },
    {
      "label": "draftKey()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L12",
      "_origin": "ast",
      "community": 31,
      "norm_label": "draftkey()",
      "id": "remix_app_hooks_usecommentdraft_draftkey",
      "community_name": "Community 31"
    },
    {
      "label": "useCommentDraft()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 31,
      "norm_label": "usecommentdraft()",
      "id": "remix_app_hooks_usecommentdraft_usecommentdraft",
      "community_name": "Community 31"
    },
    {
      "label": "useCurrentUser.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useCurrentUser.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "usecurrentuser.tsx",
      "id": "remix_app_hooks_usecurrentuser",
      "community_name": "Community 27"
    },
    {
      "label": "CurrentUser",
      "file_type": "code",
      "source_file": "remix/app/hooks/useCurrentUser.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 27,
      "norm_label": "currentuser",
      "id": "remix_app_hooks_usecurrentuser_currentuser",
      "community_name": "Community 27"
    },
    {
      "label": "useCurrentUser()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useCurrentUser.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 29,
      "norm_label": "usecurrentuser()",
      "id": "remix_app_hooks_usecurrentuser_usecurrentuser",
      "community_name": "Community 29"
    },
    {
      "label": "useIcons.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useIcons.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "useicons.tsx",
      "id": "remix_app_hooks_useicons",
      "community_name": "Community 208"
    },
    {
      "label": "useIcons()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useIcons.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 208,
      "norm_label": "useicons()",
      "id": "remix_app_hooks_useicons_useicons",
      "community_name": "Community 208"
    },
    {
      "label": "useOutsideTapClose.ts",
      "file_type": "code",
      "source_file": "remix/app/hooks/useOutsideTapClose.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "useoutsidetapclose.ts",
      "id": "remix_app_hooks_useoutsidetapclose",
      "community_name": "Community 31"
    },
    {
      "label": "useOutsideTapClose()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useOutsideTapClose.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 31,
      "norm_label": "useoutsidetapclose()",
      "id": "remix_app_hooks_useoutsidetapclose_useoutsidetapclose",
      "community_name": "Community 31"
    },
    {
      "label": "usePath.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/usePath.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 86,
      "norm_label": "usepath.tsx",
      "id": "remix_app_hooks_usepath",
      "community_name": "Community 86"
    },
    {
      "label": "usePath()",
      "file_type": "code",
      "source_file": "remix/app/hooks/usePath.tsx",
      "source_location": "L4",
      "_origin": "ast",
      "community": 86,
      "norm_label": "usepath()",
      "id": "remix_app_hooks_usepath_usepath",
      "community_name": "Community 86"
    },
    {
      "label": "useProps.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useProps.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "useprops.tsx",
      "id": "remix_app_hooks_useprops",
      "community_name": "Community 58"
    },
    {
      "label": "useProps()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useProps.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 58,
      "norm_label": "useprops()",
      "id": "remix_app_hooks_useprops_useprops",
      "community_name": "Community 58"
    },
    {
      "label": "useThings.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThings.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "usethings.tsx",
      "id": "remix_app_hooks_usethings",
      "community_name": "Community 28"
    },
    {
      "label": "useThings()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThings.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 28,
      "norm_label": "usethings()",
      "id": "remix_app_hooks_usethings_usethings",
      "community_name": "Community 28"
    },
    {
      "label": "useThingtimeMachine.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "usethingtimemachine.tsx",
      "id": "remix_app_hooks_usethingtimemachine",
      "community_name": "Community 28"
    },
    {
      "label": "PathArray",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 28,
      "norm_label": "patharray",
      "id": "remix_app_hooks_usethingtimemachine_patharray",
      "community_name": "Community 28"
    },
    {
      "label": "TimelineEvent",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 28,
      "norm_label": "timelineevent",
      "id": "remix_app_hooks_usethingtimemachine_timelineevent",
      "community_name": "Community 28"
    },
    {
      "label": "useThingtimeLine()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 28,
      "norm_label": "usethingtimeline()",
      "id": "remix_app_hooks_usethingtimemachine_usethingtimeline",
      "community_name": "Community 28"
    },
    {
      "label": "Timeline",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L287",
      "_origin": "ast",
      "community": 28,
      "norm_label": "timeline",
      "id": "remix_app_hooks_usethingtimemachine_timeline",
      "community_name": "Community 28"
    },
    {
      "label": "TimelineScaffold",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L296",
      "_origin": "ast",
      "community": 28,
      "norm_label": "timelinescaffold",
      "id": "remix_app_hooks_usethingtimemachine_timelinescaffold",
      "community_name": "Community 28"
    },
    {
      "label": "newTimeline()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L305",
      "_origin": "ast",
      "community": 28,
      "norm_label": "newtimeline()",
      "id": "remix_app_hooks_usethingtimemachine_newtimeline",
      "community_name": "Community 28"
    },
    {
      "label": "Timemachine",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L360",
      "_origin": "ast",
      "community": 28,
      "norm_label": "timemachine",
      "id": "remix_app_hooks_usethingtimemachine_timemachine",
      "community_name": "Community 28"
    },
    {
      "label": "TimemachineScaffold",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L367",
      "_origin": "ast",
      "community": 28,
      "norm_label": "timemachinescaffold",
      "id": "remix_app_hooks_usethingtimemachine_timemachinescaffold",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeLine()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L373",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimeline()",
      "id": "remix_app_hooks_usethingtimemachine_thingtimeline",
      "community_name": "Community 28"
    },
    {
      "label": "useTrace.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useTrace.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "usetrace.tsx",
      "id": "remix_app_hooks_usetrace",
      "community_name": "Community 58"
    },
    {
      "label": "useTrace()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useTrace.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 58,
      "norm_label": "usetrace()",
      "id": "remix_app_hooks_usetrace_usetrace",
      "community_name": "Community 58"
    },
    {
      "label": "useTtTheme.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 259,
      "norm_label": "usetttheme.tsx",
      "id": "remix_app_hooks_usetttheme",
      "community_name": "Community 259"
    },
    {
      "label": "TtThemeSettings",
      "file_type": "code",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 259,
      "norm_label": "ttthemesettings",
      "id": "remix_app_hooks_usetttheme_ttthemesettings",
      "community_name": "Community 259"
    },
    {
      "label": "useTtTheme()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 259,
      "norm_label": "usetttheme()",
      "id": "remix_app_hooks_usetttheme_usetttheme",
      "community_name": "Community 259"
    },
    {
      "label": "useTtCustomClasses()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L172",
      "_origin": "ast",
      "community": 28,
      "norm_label": "usettcustomclasses()",
      "id": "remix_app_hooks_usetttheme_usettcustomclasses",
      "community_name": "Community 28"
    },
    {
      "label": "useTtIconStyle()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L184",
      "_origin": "ast",
      "community": 58,
      "norm_label": "usetticonstyle()",
      "id": "remix_app_hooks_usetttheme_usetticonstyle",
      "community_name": "Community 58"
    },
    {
      "label": "useUuid.tsx",
      "file_type": "code",
      "source_file": "remix/app/hooks/useUuid.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "useuuid.tsx",
      "id": "remix_app_hooks_useuuid",
      "community_name": "Community 58"
    },
    {
      "label": "useUuid()",
      "file_type": "code",
      "source_file": "remix/app/hooks/useUuid.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 58,
      "norm_label": "useuuid()",
      "id": "remix_app_hooks_useuuid_useuuid",
      "community_name": "Community 58"
    },
    {
      "label": "root.tsx",
      "file_type": "code",
      "source_file": "remix/app/root.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "root.tsx",
      "id": "remix_app_root",
      "community_name": "Community 208"
    },
    {
      "label": "setThingtime()",
      "file_type": "code",
      "source_file": "remix/app/root.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 208,
      "norm_label": "setthingtime()",
      "id": "remix_app_root_setthingtime",
      "community_name": "Community 208"
    },
    {
      "label": "App()",
      "file_type": "code",
      "source_file": "remix/app/root.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 208,
      "norm_label": "app()",
      "id": "remix_app_root_app",
      "community_name": "Community 208"
    },
    {
      "label": "routes.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "routes.tsx",
      "id": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "community_name": "Community 90"
    },
    {
      "label": "fetchJson()",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 90,
      "norm_label": "fetchjson()",
      "id": "remix_app_routes_fetchjson",
      "community_name": "Community 90"
    },
    {
      "label": "rootLoader()",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L64",
      "_origin": "ast",
      "community": 90,
      "norm_label": "rootloader()",
      "id": "remix_app_routes_rootloader",
      "community_name": "Community 90"
    },
    {
      "label": "currentUserLoader()",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L83",
      "_origin": "ast",
      "community": 90,
      "norm_label": "currentuserloader()",
      "id": "remix_app_routes_currentuserloader",
      "community_name": "Community 90"
    },
    {
      "label": "requireGuest()",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L88",
      "_origin": "ast",
      "community": 90,
      "norm_label": "requireguest()",
      "id": "remix_app_routes_requireguest",
      "community_name": "Community 90"
    },
    {
      "label": "requireUser()",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 90,
      "norm_label": "requireuser()",
      "id": "remix_app_routes_requireuser",
      "community_name": "Community 90"
    },
    {
      "label": "vercelDeploymentsLoader()",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L105",
      "_origin": "ast",
      "community": 90,
      "norm_label": "verceldeploymentsloader()",
      "id": "remix_app_routes_verceldeploymentsloader",
      "community_name": "Community 90"
    },
    {
      "label": "router",
      "file_type": "code",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L110",
      "_origin": "ast",
      "community": 427,
      "norm_label": "router",
      "id": "remix_app_routes_router",
      "community_name": "Community 427"
    },
    {
      "label": "$.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "$.tsx",
      "id": "remix_app_routes_tsx_remix_app_routes_69924d",
      "community_name": "Community 28"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 28,
      "norm_label": "index()",
      "id": "remix_app_routes_tsx_remix_app_routes_index",
      "community_name": "Community 28"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 28,
      "norm_label": "action()",
      "id": "remix_app_routes_action",
      "community_name": "Community 28"
    },
    {
      "label": "_index.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/_index.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 197,
      "norm_label": "_index.tsx",
      "id": "remix_app_routes_index_tsx_remix_app_routes_index",
      "community_name": "Community 197"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/_index.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 197,
      "norm_label": "index()",
      "id": "remix_app_routes_index_index",
      "community_name": "Community 197"
    },
    {
      "label": "admin.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/admin.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 165,
      "norm_label": "admin.tsx",
      "id": "remix_app_routes_admin",
      "community_name": "Community 165"
    },
    {
      "label": "AdminRoute()",
      "file_type": "code",
      "source_file": "remix/app/routes/admin.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 165,
      "norm_label": "adminroute()",
      "id": "remix_app_routes_admin_adminroute",
      "community_name": "Community 165"
    },
    {
      "label": "_apps.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "_apps.tsx",
      "id": "remix_app_routes_api_v1_admin_apps_apps",
      "community_name": "Community 44"
    },
    {
      "label": "privateHeaders",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 44,
      "norm_label": "privateheaders",
      "id": "remix_app_routes_api_v1_admin_apps_apps_privateheaders",
      "community_name": "Community 44"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 44,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_apps_apps_loader",
      "community_name": "Community 44"
    },
    {
      "label": "_revoke.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "_revoke.tsx",
      "id": "remix_app_routes_api_v1_admin_apps_revoke_revoke",
      "community_name": "Community 75"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 75,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_apps_revoke_revoke_action",
      "community_name": "Community 75"
    },
    {
      "label": "_ci.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 289,
      "norm_label": "_ci.tsx",
      "id": "remix_app_routes_api_v1_admin_ci_ci",
      "community_name": "Community 289"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_ci_ci_loader",
      "community_name": "Community 81"
    },
    {
      "label": "_automations.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 289,
      "norm_label": "_automations.tsx",
      "id": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "community_name": "Community 289"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_ci_automations_automations_action",
      "community_name": "Community 81"
    },
    {
      "label": "_dispatch.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 290,
      "norm_label": "_dispatch.tsx",
      "id": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "community_name": "Community 290"
    },
    {
      "label": "WORKFLOWS",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 290,
      "norm_label": "workflows",
      "id": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch_workflows",
      "community_name": "Community 290"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch_action",
      "community_name": "Community 81"
    },
    {
      "label": "_reconcile.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_reconcile.tsx",
      "id": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "community_name": "Community 81"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile_action",
      "community_name": "Community 81"
    },
    {
      "label": "_links.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_links.tsx",
      "id": "remix_app_routes_api_v1_admin_links_links",
      "community_name": "Community 81"
    },
    {
      "label": "decorate()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 81,
      "norm_label": "decorate()",
      "id": "remix_app_routes_api_v1_admin_links_links_decorate",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_links_links_loader",
      "community_name": "Community 81"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L51",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_links_links_action",
      "community_name": "Community 81"
    },
    {
      "label": "_migrations.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_migrations.tsx",
      "id": "remix_app_routes_api_v1_admin_migrations_migrations",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_migrations_migrations_loader",
      "community_name": "Community 81"
    },
    {
      "label": "_diagnostic.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_diagnostic.tsx",
      "id": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic_loader",
      "community_name": "Community 81"
    },
    {
      "label": "_run.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_run.tsx",
      "id": "remix_app_routes_api_v1_admin_migrations_run_run",
      "community_name": "Community 81"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_migrations_run_run_action",
      "community_name": "Community 81"
    },
    {
      "label": "_rate-limits.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_rate-limits.tsx",
      "id": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_rate_limits_rate_limits_loader",
      "community_name": "Community 81"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_rate_limits_rate_limits_action",
      "community_name": "Community 81"
    },
    {
      "label": "_set-admin.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "_set-admin.tsx",
      "id": "remix_app_routes_api_v1_admin_set_admin_set_admin",
      "community_name": "Community 44"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 44,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_set_admin_set_admin_action",
      "community_name": "Community 44"
    },
    {
      "label": "_subscriptions.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_subscriptions.tsx",
      "id": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "community_name": "Community 81"
    },
    {
      "label": "parseSubject()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 81,
      "norm_label": "parsesubject()",
      "id": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_parsesubject",
      "community_name": "Community 81"
    },
    {
      "label": "resolveSubjectOwner()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 81,
      "norm_label": "resolvesubjectowner()",
      "id": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_resolvesubjectowner",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L40",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_loader",
      "community_name": "Community 81"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_action",
      "community_name": "Community 81"
    },
    {
      "label": "_tiers.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "_tiers.tsx",
      "id": "remix_app_routes_api_v1_admin_tiers_tiers",
      "community_name": "Community 41"
    },
    {
      "label": "groupedCatalog()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 41,
      "norm_label": "groupedcatalog()",
      "id": "remix_app_routes_api_v1_admin_tiers_tiers_groupedcatalog",
      "community_name": "Community 41"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_tiers_tiers_loader",
      "community_name": "Community 81"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_admin_tiers_tiers_action",
      "community_name": "Community 81"
    },
    {
      "label": "_users.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_users.tsx",
      "id": "remix_app_routes_api_v1_admin_users_users",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_users_users_loader",
      "community_name": "Community 81"
    },
    {
      "label": "_overview.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "_overview.tsx",
      "id": "remix_app_routes_api_v1_admin_users_overview_overview",
      "community_name": "Community 44"
    },
    {
      "label": "privateHeaders",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 44,
      "norm_label": "privateheaders",
      "id": "remix_app_routes_api_v1_admin_users_overview_overview_privateheaders",
      "community_name": "Community 44"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 44,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_admin_users_overview_overview_loader",
      "community_name": "Community 44"
    },
    {
      "label": "_algorithms.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_algorithms.tsx",
      "id": "remix_app_routes_api_v1_algorithms_algorithms",
      "community_name": "Community 47"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 47,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_algorithms_algorithms_loader",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_algorithms_algorithms_action",
      "community_name": "Community 47"
    },
    {
      "label": "_active.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_active.tsx",
      "id": "remix_app_routes_api_v1_algorithms_active_active",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_algorithms_active_active_action",
      "community_name": "Community 47"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_algorithms_delete_delete",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_algorithms_delete_delete_action",
      "community_name": "Community 47"
    },
    {
      "label": "_track.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/track/_track.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_track.tsx",
      "id": "remix_app_routes_api_v1_algorithms_track_track",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/track/_track.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_algorithms_track_track_action",
      "community_name": "Community 47"
    },
    {
      "label": "_update.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_update.tsx",
      "id": "remix_app_routes_api_v1_algorithms_update_update",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_algorithms_update_update_action",
      "community_name": "Community 47"
    },
    {
      "label": "_app-data.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_app-data.tsx",
      "id": "remix_app_routes_api_v1_app_data_app_data",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_app_data_app_data_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L63",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_app_data_app_data_action",
      "community_name": "Community 23"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_app_data_delete_delete",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_app_data_delete_delete_action",
      "community_name": "Community 23"
    },
    {
      "label": "_shared.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_shared.tsx",
      "id": "remix_app_routes_api_v1_app_data_shared_shared",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_app_data_shared_shared_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_app_data_shared_shared_action",
      "community_name": "Community 23"
    },
    {
      "label": "_usage.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_usage.tsx",
      "id": "remix_app_routes_api_v1_app_data_usage_usage",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_app_data_usage_usage_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_app_data_usage_usage_action",
      "community_name": "Community 23"
    },
    {
      "label": "_apps.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_apps.tsx",
      "id": "remix_app_routes_api_v1_apps_apps",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_apps_apps_loader",
      "community_name": "Community 81"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_apps_apps_action",
      "community_name": "Community 23"
    },
    {
      "label": "_data-summary.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_data-summary.tsx",
      "id": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_apps_data_summary_data_summary_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_delete-all.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_delete-all.tsx",
      "id": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_apps_data_delete_all_delete_all_action",
      "community_name": "Community 23"
    },
    {
      "label": "_shared.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_shared.tsx",
      "id": "remix_app_routes_api_v1_apps_data_shared_shared",
      "community_name": "Community 23"
    },
    {
      "label": "csv()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 23,
      "norm_label": "csv()",
      "id": "remix_app_routes_api_v1_apps_data_shared_shared_csv",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_apps_data_shared_shared_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_apps_delete_delete",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_apps_delete_delete_action",
      "community_name": "Community 23"
    },
    {
      "label": "_public.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "_public.tsx",
      "id": "remix_app_routes_api_v1_apps_public_public",
      "community_name": "Community 75"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 75,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_apps_public_public_loader",
      "community_name": "Community 75"
    },
    {
      "label": "_storage.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "_storage.tsx",
      "id": "remix_app_routes_api_v1_apps_storage_storage",
      "community_name": "Community 34"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 34,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_apps_storage_storage_loader",
      "community_name": "Community 34"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 34,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_apps_storage_storage_action",
      "community_name": "Community 34"
    },
    {
      "label": "_update.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_update.tsx",
      "id": "remix_app_routes_api_v1_apps_update_update",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_apps_update_update_action",
      "community_name": "Community 23"
    },
    {
      "label": "attachmentsRoutes.test.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "attachmentsroutes.test.ts",
      "id": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "community_name": "Community 23"
    },
    {
      "label": "allowed()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 23,
      "norm_label": "allowed()",
      "id": "remix_app_routes_api_v1_attachments_attachmentsroutes_test_allowed",
      "community_name": "Community 23"
    },
    {
      "label": "user",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 23,
      "norm_label": "user",
      "id": "remix_app_routes_api_v1_attachments_attachmentsroutes_test_user",
      "community_name": "Community 23"
    },
    {
      "label": "post()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 23,
      "norm_label": "post()",
      "id": "remix_app_routes_api_v1_attachments_attachmentsroutes_test_post",
      "community_name": "Community 23"
    },
    {
      "label": "_cleanup.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_cleanup.tsx",
      "id": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "community_name": "Community 23"
    },
    {
      "label": "CleanupDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 23,
      "norm_label": "cleanupdependencies",
      "id": "remix_app_routes_api_v1_attachments_cleanup_cleanup_cleanupdependencies",
      "community_name": "Community 23"
    },
    {
      "label": "defaultDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "defaultdependencies",
      "id": "remix_app_routes_api_v1_attachments_cleanup_cleanup_defaultdependencies",
      "community_name": "Community 23"
    },
    {
      "label": "exactSecretHeader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 23,
      "norm_label": "exactsecretheader()",
      "id": "remix_app_routes_api_v1_attachments_cleanup_cleanup_exactsecretheader",
      "community_name": "Community 23"
    },
    {
      "label": "createAttachmentCleanupLoader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 23,
      "norm_label": "createattachmentcleanuploader()",
      "id": "remix_app_routes_api_v1_attachments_cleanup_cleanup_createattachmentcleanuploader",
      "community_name": "Community 23"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L43",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_attachments_cleanup_cleanup_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_attachments_cleanup_cleanup_action",
      "community_name": "Community 23"
    },
    {
      "label": "_content.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_content.tsx",
      "id": "remix_app_routes_api_v1_attachments_content_content",
      "community_name": "Community 23"
    },
    {
      "label": "ContentDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 23,
      "norm_label": "contentdependencies",
      "id": "remix_app_routes_api_v1_attachments_content_content_contentdependencies",
      "community_name": "Community 23"
    },
    {
      "label": "defaultDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 23,
      "norm_label": "defaultdependencies",
      "id": "remix_app_routes_api_v1_attachments_content_content_defaultdependencies",
      "community_name": "Community 23"
    },
    {
      "label": "createAttachmentContentLoader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 23,
      "norm_label": "createattachmentcontentloader()",
      "id": "remix_app_routes_api_v1_attachments_content_content_createattachmentcontentloader",
      "community_name": "Community 23"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_attachments_content_content_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_attachments_content_content_action",
      "community_name": "Community 23"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_attachments_delete_delete",
      "community_name": "Community 26"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 26,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_attachments_delete_delete_action",
      "community_name": "Community 26"
    },
    {
      "label": "_uploads.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "_uploads.tsx",
      "id": "remix_app_routes_api_v1_attachments_uploads_uploads",
      "community_name": "Community 26"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 26,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_attachments_uploads_uploads_action",
      "community_name": "Community 26"
    },
    {
      "label": "_abort.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "_abort.tsx",
      "id": "remix_app_routes_api_v1_attachments_uploads_abort_abort",
      "community_name": "Community 26"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 26,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_attachments_uploads_abort_abort_action",
      "community_name": "Community 26"
    },
    {
      "label": "_complete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "_complete.tsx",
      "id": "remix_app_routes_api_v1_attachments_uploads_complete_complete",
      "community_name": "Community 26"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 26,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_attachments_uploads_complete_complete_action",
      "community_name": "Community 26"
    },
    {
      "label": "_parts.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 26,
      "norm_label": "_parts.tsx",
      "id": "remix_app_routes_api_v1_attachments_uploads_parts_parts",
      "community_name": "Community 26"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 26,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_attachments_uploads_parts_parts_action",
      "community_name": "Community 26"
    },
    {
      "label": "_accounts.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_accounts.tsx",
      "id": "remix_app_routes_api_v1_auth_accounts_accounts",
      "community_name": "Community 46"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 46,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_auth_accounts_accounts_loader",
      "community_name": "Community 46"
    },
    {
      "label": "_assume.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_assume.tsx",
      "id": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "community_name": "Community 46"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 46,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "community_name": "Community 46"
    },
    {
      "label": "_owned.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_owned.tsx",
      "id": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_auth_accounts_owned_owned_loader",
      "community_name": "Community 81"
    },
    {
      "label": "_remove.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_remove.tsx",
      "id": "remix_app_routes_api_v1_auth_accounts_remove_remove",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_accounts_remove_remove_action",
      "community_name": "Community 23"
    },
    {
      "label": "_switch.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_switch.tsx",
      "id": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "community_name": "Community 46"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 46,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_accounts_switch_switch_action",
      "community_name": "Community 46"
    },
    {
      "label": "_jwks.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/jwks/_jwks.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 669,
      "norm_label": "_jwks.tsx",
      "id": "remix_app_routes_api_v1_auth_jwks_jwks",
      "community_name": "Community 669"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/jwks/_jwks.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 669,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_auth_jwks_jwks_loader",
      "community_name": "Community 669"
    },
    {
      "label": "_logout.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_logout.tsx",
      "id": "remix_app_routes_api_v1_auth_logout_logout",
      "community_name": "Community 46"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 46,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_logout_logout_action",
      "community_name": "Community 46"
    },
    {
      "label": "_me.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/me/_me.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_me.tsx",
      "id": "remix_app_routes_api_v1_auth_me_me",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/me/_me.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_auth_me_me_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_confirm.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_confirm.tsx",
      "id": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "community_name": "Community 23"
    },
    {
      "label": "RESET_ERRORS",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 23,
      "norm_label": "reset_errors",
      "id": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_reset_errors",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_action",
      "community_name": "Community 23"
    },
    {
      "label": "_resend-verification.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "_resend-verification.tsx",
      "id": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "community_name": "Community 40"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 40,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "community_name": "Community 40"
    },
    {
      "label": "_temporary.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_temporary.tsx",
      "id": "remix_app_routes_api_v1_auth_temporary_temporary",
      "community_name": "Community 46"
    },
    {
      "label": "firstForwardedValue()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 46,
      "norm_label": "firstforwardedvalue()",
      "id": "remix_app_routes_api_v1_auth_temporary_temporary_firstforwardedvalue",
      "community_name": "Community 46"
    },
    {
      "label": "isSameOriginPost()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 46,
      "norm_label": "issameoriginpost()",
      "id": "remix_app_routes_api_v1_auth_temporary_temporary_issameoriginpost",
      "community_name": "Community 46"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 46,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_temporary_temporary_action",
      "community_name": "Community 46"
    },
    {
      "label": "_two-factor.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "_two-factor.tsx",
      "id": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "community_name": "Community 44"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 44,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_auth_two_factor_two_factor_loader",
      "community_name": "Community 44"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 44,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_two_factor_two_factor_action",
      "community_name": "Community 44"
    },
    {
      "label": "_verify-email.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "_verify-email.tsx",
      "id": "remix_app_routes_api_v1_auth_verify_email_verify_email",
      "community_name": "Community 30"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 30,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_auth_verify_email_verify_email_loader",
      "community_name": "Community 30"
    },
    {
      "label": "_chats.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_chats.tsx",
      "id": "remix_app_routes_api_v1_chats_chats",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_chats_chats_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_chats_action",
      "community_name": "Community 23"
    },
    {
      "label": "_get.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/get/_get.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "_get.tsx",
      "id": "remix_app_routes_api_v1_chats_get_get",
      "community_name": "Community 25"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/get/_get.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_chats_get_get_loader",
      "community_name": "Community 25"
    },
    {
      "label": "_leave.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_leave.tsx",
      "id": "remix_app_routes_api_v1_chats_leave_leave",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_leave_leave_action",
      "community_name": "Community 23"
    },
    {
      "label": "_members.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_members.tsx",
      "id": "remix_app_routes_api_v1_chats_members_members",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_members_members_action",
      "community_name": "Community 23"
    },
    {
      "label": "_messages.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_messages.tsx",
      "id": "remix_app_routes_api_v1_chats_messages_messages",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_chats_messages_messages_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_messages_messages_action",
      "community_name": "Community 23"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_messages_delete_delete_action",
      "community_name": "Community 23"
    },
    {
      "label": "_edit.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_edit.tsx",
      "id": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_messages_edit_edit_action",
      "community_name": "Community 23"
    },
    {
      "label": "_react.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_react.tsx",
      "id": "remix_app_routes_api_v1_chats_react_react",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_react_react_action",
      "community_name": "Community 23"
    },
    {
      "label": "_read.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_read.tsx",
      "id": "remix_app_routes_api_v1_chats_read_read",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_read_read_action",
      "community_name": "Community 23"
    },
    {
      "label": "_requests.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_requests.tsx",
      "id": "remix_app_routes_api_v1_chats_requests_requests",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_chats_requests_requests_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_requests_requests_action",
      "community_name": "Community 23"
    },
    {
      "label": "_settings.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_settings.tsx",
      "id": "remix_app_routes_api_v1_chats_settings_settings",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_chats_settings_settings_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_settings_settings_action",
      "community_name": "Community 23"
    },
    {
      "label": "_update.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_update.tsx",
      "id": "remix_app_routes_api_v1_chats_update_update",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_chats_update_update_action",
      "community_name": "Community 23"
    },
    {
      "label": "_updates.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/updates/_updates.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "_updates.tsx",
      "id": "remix_app_routes_api_v1_chats_updates_updates",
      "community_name": "Community 25"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/chats/updates/_updates.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_chats_updates_updates_loader",
      "community_name": "Community 25"
    },
    {
      "label": "_communities.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_communities.tsx",
      "id": "remix_app_routes_api_v1_communities_communities",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_communities_communities_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_communities_communities_action",
      "community_name": "Community 23"
    },
    {
      "label": "_get.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "_get.tsx",
      "id": "remix_app_routes_api_v1_communities_get_get",
      "community_name": "Community 25"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_communities_get_get_loader",
      "community_name": "Community 25"
    },
    {
      "label": "_invites.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_invites.tsx",
      "id": "remix_app_routes_api_v1_communities_invites_invites",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_communities_invites_invites_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_communities_invites_invites_action",
      "community_name": "Community 23"
    },
    {
      "label": "_join.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_join.tsx",
      "id": "remix_app_routes_api_v1_communities_join_join",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_communities_join_join_action",
      "community_name": "Community 23"
    },
    {
      "label": "_members.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_members.tsx",
      "id": "remix_app_routes_api_v1_communities_members_members",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_communities_members_members_action",
      "community_name": "Community 23"
    },
    {
      "label": "_sections.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_sections.tsx",
      "id": "remix_app_routes_api_v1_communities_sections_sections",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_communities_sections_sections_action",
      "community_name": "Community 23"
    },
    {
      "label": "_update.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_update.tsx",
      "id": "remix_app_routes_api_v1_communities_update_update",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_communities_update_update_action",
      "community_name": "Community 23"
    },
    {
      "label": "_crypto.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 242,
      "norm_label": "_crypto.tsx",
      "id": "remix_app_routes_api_v1_crypto_crypto",
      "community_name": "Community 242"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 242,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_crypto_crypto_loader",
      "community_name": "Community 242"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 242,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_crypto_crypto_action",
      "community_name": "Community 242"
    },
    {
      "label": "_config.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "_config.tsx",
      "id": "remix_app_routes_api_v1_email_config_config",
      "community_name": "Community 40"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 40,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_email_config_config_loader",
      "community_name": "Community 40"
    },
    {
      "label": "_test-otp.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "_test-otp.tsx",
      "id": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "community_name": "Community 40"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 40,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_email_test_otp_test_otp_action",
      "community_name": "Community 40"
    },
    {
      "label": "_emojis.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_emojis.tsx",
      "id": "remix_app_routes_api_v1_emojis_emojis",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_emojis_emojis_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_emojis_emojis_action",
      "community_name": "Community 23"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_emojis_delete_delete",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_emojis_delete_delete_action",
      "community_name": "Community 23"
    },
    {
      "label": "_frontend.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_frontend.tsx",
      "id": "remix_app_routes_api_v1_health_frontend_frontend",
      "community_name": "Community 91"
    },
    {
      "label": "getFrontendStatus()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getfrontendstatus()",
      "id": "remix_app_routes_api_v1_health_frontend_frontend_getfrontendstatus",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_health_frontend_frontend_loader",
      "community_name": "Community 91"
    },
    {
      "label": "_mongodb.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_mongodb.tsx",
      "id": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "community_name": "Community 91"
    },
    {
      "label": "unavailableMongoStatus()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 91,
      "norm_label": "unavailablemongostatus()",
      "id": "remix_app_routes_api_v1_health_mongodb_mongodb_unavailablemongostatus",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_health_mongodb_mongodb_loader",
      "community_name": "Community 91"
    },
    {
      "label": "_nitro.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_nitro.tsx",
      "id": "remix_app_routes_api_v1_health_nitro_nitro",
      "community_name": "Community 91"
    },
    {
      "label": "getLocalNitroStatus()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getlocalnitrostatus()",
      "id": "remix_app_routes_api_v1_health_nitro_nitro_getlocalnitrostatus",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_health_nitro_nitro_loader",
      "community_name": "Community 91"
    },
    {
      "label": "_vercel.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_vercel.tsx",
      "id": "remix_app_routes_api_v1_health_vercel_vercel",
      "community_name": "Community 91"
    },
    {
      "label": "unavailableVercelStatus()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 91,
      "norm_label": "unavailablevercelstatus()",
      "id": "remix_app_routes_api_v1_health_vercel_vercel_unavailablevercelstatus",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_health_vercel_vercel_loader",
      "community_name": "Community 91"
    },
    {
      "label": "_route.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 290,
      "norm_label": "_route.tsx",
      "id": "remix_app_routes_api_v1_integrations_ci_route_route",
      "community_name": "Community 290"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 290,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_integrations_ci_route_route_action",
      "community_name": "Community 290"
    },
    {
      "label": "_webhook.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 373,
      "norm_label": "_webhook.tsx",
      "id": "remix_app_routes_api_v1_integrations_github_webhook_webhook",
      "community_name": "Community 373"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 373,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_integrations_github_webhook_webhook_action",
      "community_name": "Community 373"
    },
    {
      "label": "_webhook.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 373,
      "norm_label": "_webhook.tsx",
      "id": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook",
      "community_name": "Community 373"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 373,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook_action",
      "community_name": "Community 373"
    },
    {
      "label": "_login.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_login.tsx",
      "id": "remix_app_routes_api_v1_login_login",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_login_login_action",
      "community_name": "Community 23"
    },
    {
      "label": "_musing.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 494,
      "norm_label": "_musing.tsx",
      "id": "remix_app_routes_api_v1_lopu_musing_musing",
      "community_name": "Community 494"
    },
    {
      "label": "formatLocalTime()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 494,
      "norm_label": "formatlocaltime()",
      "id": "remix_app_routes_api_v1_lopu_musing_musing_formatlocaltime",
      "community_name": "Community 494"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 494,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_lopu_musing_musing_loader",
      "community_name": "Community 494"
    },
    {
      "label": "_endpoint.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_endpoint.tsx",
      "id": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "community_name": "Community 91"
    },
    {
      "label": "getDefaultHost()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 91,
      "norm_label": "getdefaulthost()",
      "id": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_getdefaulthost",
      "community_name": "Community 91"
    },
    {
      "label": "toActiveEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 91,
      "norm_label": "toactiveendpoint()",
      "id": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_toactiveendpoint",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_loader",
      "community_name": "Community 91"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 91,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "community_name": "Community 91"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L131",
      "_origin": "ast",
      "community": 91,
      "norm_label": "index()",
      "id": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_index",
      "community_name": "Community 91"
    },
    {
      "label": "_endpoints.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_endpoints.tsx",
      "id": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "community_name": "Community 91"
    },
    {
      "label": "toPublicEndpoint()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 91,
      "norm_label": "topublicendpoint()",
      "id": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_topublicendpoint",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_loader",
      "community_name": "Community 91"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 91,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "community_name": "Community 91"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L128",
      "_origin": "ast",
      "community": 91,
      "norm_label": "index()",
      "id": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_index",
      "community_name": "Community 91"
    },
    {
      "label": "_get-connection.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_get-connection.tsx",
      "id": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "community_name": "Community 91"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 91,
      "norm_label": "index()",
      "id": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_index",
      "community_name": "Community 91"
    },
    {
      "label": "actionExport()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 91,
      "norm_label": "actionexport()",
      "id": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_actionexport",
      "community_name": "Community 91"
    },
    {
      "label": "earlyReturn()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 91,
      "norm_label": "earlyreturn()",
      "id": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_earlyreturn",
      "community_name": "Community 91"
    },
    {
      "label": "_status-data.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/status-data/_status-data.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_status-data.tsx",
      "id": "remix_app_routes_api_v1_mongodb_status_data_status_data",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/status-data/_status-data.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_mongodb_status_data_status_data_loader",
      "community_name": "Community 91"
    },
    {
      "label": "_status.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 91,
      "norm_label": "_status.tsx",
      "id": "remix_app_routes_api_v1_mongodb_status_status",
      "community_name": "Community 91"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 91,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_mongodb_status_status_loader",
      "community_name": "Community 91"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 91,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_mongodb_status_status_action",
      "community_name": "Community 91"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 91,
      "norm_label": "index()",
      "id": "remix_app_routes_api_v1_mongodb_status_status_index",
      "community_name": "Community 91"
    },
    {
      "label": "_notifications.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_notifications.tsx",
      "id": "remix_app_routes_api_v1_notifications_notifications",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_notifications_notifications_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_unsubscribe.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "_unsubscribe.tsx",
      "id": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "community_name": "Community 40"
    },
    {
      "label": "page()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 40,
      "norm_label": "page()",
      "id": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_page",
      "community_name": "Community 40"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 40,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_loader",
      "community_name": "Community 40"
    },
    {
      "label": "_weekly-summary.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "_weekly-summary.tsx",
      "id": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "community_name": "Community 40"
    },
    {
      "label": "hasCronSecret()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 40,
      "norm_label": "hascronsecret()",
      "id": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_hascronsecret",
      "community_name": "Community 40"
    },
    {
      "label": "authorize()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 40,
      "norm_label": "authorize()",
      "id": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_authorize",
      "community_name": "Community 40"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 40,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_loader",
      "community_name": "Community 40"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 40,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_action",
      "community_name": "Community 40"
    },
    {
      "label": "_read.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_read.tsx",
      "id": "remix_app_routes_api_v1_notifications_read_read",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_notifications_read_read_action",
      "community_name": "Community 23"
    },
    {
      "label": "_settings.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 40,
      "norm_label": "_settings.tsx",
      "id": "remix_app_routes_api_v1_notifications_settings_settings",
      "community_name": "Community 40"
    },
    {
      "label": "fullPrefs()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 40,
      "norm_label": "fullprefs()",
      "id": "remix_app_routes_api_v1_notifications_settings_settings_fullprefs",
      "community_name": "Community 40"
    },
    {
      "label": "MASTER_KEYS",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 40,
      "norm_label": "master_keys",
      "id": "remix_app_routes_api_v1_notifications_settings_settings_master_keys",
      "community_name": "Community 40"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 40,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_notifications_settings_settings_loader",
      "community_name": "Community 40"
    },
    {
      "label": "ChannelPatch",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 40,
      "norm_label": "channelpatch",
      "id": "remix_app_routes_api_v1_notifications_settings_settings_channelpatch",
      "community_name": "Community 40"
    },
    {
      "label": "parseChannelPatch()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 40,
      "norm_label": "parsechannelpatch()",
      "id": "remix_app_routes_api_v1_notifications_settings_settings_parsechannelpatch",
      "community_name": "Community 40"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 40,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "community_name": "Community 40"
    },
    {
      "label": "_authorize.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "_authorize.tsx",
      "id": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "community_name": "Community 75"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 75,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "community_name": "Community 75"
    },
    {
      "label": "_grants.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_grants.tsx",
      "id": "remix_app_routes_api_v1_oauth_grants_grants",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_oauth_grants_grants_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_revoke.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "_revoke.tsx",
      "id": "remix_app_routes_api_v1_oauth_grants_revoke_revoke",
      "community_name": "Community 75"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 75,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_oauth_grants_revoke_revoke_action",
      "community_name": "Community 75"
    },
    {
      "label": "_sandbox.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "_sandbox.tsx",
      "id": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "community_name": "Community 75"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 75,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "community_name": "Community 75"
    },
    {
      "label": "_scopes.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/scopes/_scopes.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 75,
      "norm_label": "_scopes.tsx",
      "id": "remix_app_routes_api_v1_oauth_scopes_scopes",
      "community_name": "Community 75"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/scopes/_scopes.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 75,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_oauth_scopes_scopes_loader",
      "community_name": "Community 75"
    },
    {
      "label": "_shared.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_shared.tsx",
      "id": "remix_app_routes_api_v1_oauth_shared_shared",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_oauth_shared_shared_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_oauth_shared_shared_action",
      "community_name": "Community 23"
    },
    {
      "label": "_userinfo.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_userinfo.tsx",
      "id": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_oauth_userinfo_userinfo_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L66",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_oauth_userinfo_userinfo_action",
      "community_name": "Community 23"
    },
    {
      "label": "_schemas.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 37,
      "norm_label": "_schemas.tsx",
      "id": "remix_app_routes_api_v1_schemas_schemas",
      "community_name": "Community 37"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 37,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_schemas_schemas_loader",
      "community_name": "Community 37"
    },
    {
      "label": "_browse.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_browse.tsx",
      "id": "remix_app_routes_api_v1_schemas_browse_browse",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_schemas_browse_browse_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_pr-conflict-auto-resolver-model-waterfall.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 495,
      "norm_label": "_pr-conflict-auto-resolver-model-waterfall.tsx",
      "id": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "community_name": "Community 495"
    },
    {
      "label": "NO_STORE_HEADERS",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 495,
      "norm_label": "no_store_headers",
      "id": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_no_store_headers",
      "community_name": "Community 495"
    },
    {
      "label": "responseBody()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 495,
      "norm_label": "responsebody()",
      "id": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_responsebody",
      "community_name": "Community 495"
    },
    {
      "label": "HandlerDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 495,
      "norm_label": "handlerdependencies",
      "id": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_handlerdependencies",
      "community_name": "Community 495"
    },
    {
      "label": "createPrConflictResolverModelWaterfallHandlers()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 495,
      "norm_label": "createprconflictresolvermodelwaterfallhandlers()",
      "id": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_createprconflictresolvermodelwaterfallhandlers",
      "community_name": "Community 495"
    },
    {
      "label": "handlers",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L81",
      "_origin": "ast",
      "community": 495,
      "norm_label": "handlers",
      "id": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_handlers",
      "community_name": "Community 495"
    },
    {
      "label": "_teapot.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/teapot/_teapot.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 642,
      "norm_label": "_teapot.tsx",
      "id": "remix_app_routes_api_v1_teapot_teapot",
      "community_name": "Community 642"
    },
    {
      "label": "teapotPayload",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/teapot/_teapot.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 642,
      "norm_label": "teapotpayload",
      "id": "remix_app_routes_api_v1_teapot_teapot_teapotpayload",
      "community_name": "Community 642"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/teapot/_teapot.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 642,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_teapot_teapot_loader",
      "community_name": "Community 642"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/teapot/_teapot.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 642,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_teapot_teapot_action",
      "community_name": "Community 642"
    },
    {
      "label": "_template.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "_template.tsx",
      "id": "remix_app_routes_api_v1_template_template",
      "community_name": "Community 90"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 90,
      "norm_label": "index()",
      "id": "remix_app_routes_api_v1_template_template_index",
      "community_name": "Community 90"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L15",
      "_origin": "ast",
      "community": 90,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_template_template_action",
      "community_name": "Community 90"
    },
    {
      "label": "earlyReturn()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 90,
      "norm_label": "earlyreturn()",
      "id": "remix_app_routes_api_v1_template_template_earlyreturn",
      "community_name": "Community 90"
    },
    {
      "label": "_themes.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_themes.tsx",
      "id": "remix_app_routes_api_v1_themes_themes",
      "community_name": "Community 47"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 47,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_themes_themes_loader",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_themes_themes_action",
      "community_name": "Community 47"
    },
    {
      "label": "_active.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_active.tsx",
      "id": "remix_app_routes_api_v1_themes_active_active",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_themes_active_active_action",
      "community_name": "Community 47"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_themes_delete_delete",
      "community_name": "Community 47"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/delete/_delete.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 47,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_themes_delete_delete_action",
      "community_name": "Community 47"
    },
    {
      "label": "_shared.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 47,
      "norm_label": "_shared.tsx",
      "id": "remix_app_routes_api_v1_themes_shared_shared",
      "community_name": "Community 47"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 47,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_themes_shared_shared_loader",
      "community_name": "Community 47"
    },
    {
      "label": "_things.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_things.tsx",
      "id": "remix_app_routes_api_v1_things_things",
      "community_name": "Community 23"
    },
    {
      "label": "rateLimitKeyFor()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 23,
      "norm_label": "ratelimitkeyfor()",
      "id": "remix_app_routes_api_v1_things_things_ratelimitkeyfor",
      "community_name": "Community 23"
    },
    {
      "label": "patScopeFor()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 23,
      "norm_label": "patscopefor()",
      "id": "remix_app_routes_api_v1_things_things_patscopefor",
      "community_name": "Community 23"
    },
    {
      "label": "csv()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L69",
      "_origin": "ast",
      "community": 23,
      "norm_label": "csv()",
      "id": "remix_app_routes_api_v1_things_things_csv",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L87",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_things_things_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L158",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_things_action",
      "community_name": "Community 23"
    },
    {
      "label": "_bulk.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_bulk.tsx",
      "id": "remix_app_routes_api_v1_things_bulk_bulk",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_bulk_bulk_action",
      "community_name": "Community 23"
    },
    {
      "label": "_comment.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_comment.tsx",
      "id": "remix_app_routes_api_v1_things_comment_comment",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_comment_comment_action",
      "community_name": "Community 23"
    },
    {
      "label": "_delete.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_delete.tsx",
      "id": "remix_app_routes_api_v1_things_delete_delete",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_delete_delete_action",
      "community_name": "Community 23"
    },
    {
      "label": "_feed.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_feed.tsx",
      "id": "remix_app_routes_api_v1_things_feed_feed",
      "community_name": "Community 46"
    },
    {
      "label": "csv()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 46,
      "norm_label": "csv()",
      "id": "remix_app_routes_api_v1_things_feed_feed_csv",
      "community_name": "Community 46"
    },
    {
      "label": "isoDate()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 46,
      "norm_label": "isodate()",
      "id": "remix_app_routes_api_v1_things_feed_feed_isodate",
      "community_name": "Community 46"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 46,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_things_feed_feed_loader",
      "community_name": "Community 46"
    },
    {
      "label": "_quota.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 71,
      "norm_label": "_quota.tsx",
      "id": "remix_app_routes_api_v1_things_quota_quota",
      "community_name": "Community 71"
    },
    {
      "label": "withQuotaErrors()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 71,
      "norm_label": "withquotaerrors()",
      "id": "remix_app_routes_api_v1_things_quota_quota_withquotaerrors",
      "community_name": "Community 71"
    },
    {
      "label": "authenticate()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 71,
      "norm_label": "authenticate()",
      "id": "remix_app_routes_api_v1_things_quota_quota_authenticate",
      "community_name": "Community 71"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 71,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_things_quota_quota_loader",
      "community_name": "Community 71"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 71,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_quota_quota_action",
      "community_name": "Community 71"
    },
    {
      "label": "_react.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_react.tsx",
      "id": "remix_app_routes_api_v1_things_react_react",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_react_react_action",
      "community_name": "Community 23"
    },
    {
      "label": "_reactions-recent.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_reactions-recent.tsx",
      "id": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent",
      "community_name": "Community 46"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 46,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent_loader",
      "community_name": "Community 46"
    },
    {
      "label": "_reveal.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "_reveal.tsx",
      "id": "remix_app_routes_api_v1_things_reveal_reveal",
      "community_name": "Community 81"
    },
    {
      "label": "REVEAL_LIMIT",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 81,
      "norm_label": "reveal_limit",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_reveal_limit",
      "community_name": "Community 81"
    },
    {
      "label": "BODY_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 81,
      "norm_label": "body_fields",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_body_fields",
      "community_name": "Community 81"
    },
    {
      "label": "SensitiveRevealDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 81,
      "norm_label": "sensitiverevealdependencies",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_sensitiverevealdependencies",
      "community_name": "Community 81"
    },
    {
      "label": "defaultDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 81,
      "norm_label": "defaultdependencies",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_defaultdependencies",
      "community_name": "Community 81"
    },
    {
      "label": "isSameOriginRequest()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 81,
      "norm_label": "issameoriginrequest()",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_issameoriginrequest",
      "community_name": "Community 81"
    },
    {
      "label": "createSensitiveRevealAction()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 81,
      "norm_label": "createsensitiverevealaction()",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_createsensitiverevealaction",
      "community_name": "Community 81"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L105",
      "_origin": "ast",
      "community": 81,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_action",
      "community_name": "Community 81"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L109",
      "_origin": "ast",
      "community": 81,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_loader",
      "community_name": "Community 81"
    },
    {
      "label": "reveal.test.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 81,
      "norm_label": "reveal.test.ts",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "community_name": "Community 81"
    },
    {
      "label": "post()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 81,
      "norm_label": "post()",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_test_post",
      "community_name": "Community 81"
    },
    {
      "label": "admin",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 81,
      "norm_label": "admin",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_test_admin",
      "community_name": "Community 81"
    },
    {
      "label": "testAction()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 81,
      "norm_label": "testaction()",
      "id": "remix_app_routes_api_v1_things_reveal_reveal_test_testaction",
      "community_name": "Community 81"
    },
    {
      "label": "_save.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_save.tsx",
      "id": "remix_app_routes_api_v1_things_save_save",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_save_save_action",
      "community_name": "Community 23"
    },
    {
      "label": "_search.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_search.tsx",
      "id": "remix_app_routes_api_v1_things_search_search",
      "community_name": "Community 23"
    },
    {
      "label": "respond()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 23,
      "norm_label": "respond()",
      "id": "remix_app_routes_api_v1_things_search_search_respond",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_things_search_search_loader",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L106",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_search_search_action",
      "community_name": "Community 23"
    },
    {
      "label": "_share.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_share.tsx",
      "id": "remix_app_routes_api_v1_things_share_share",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_share_share_action",
      "community_name": "Community 23"
    },
    {
      "label": "_update.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_update.tsx",
      "id": "remix_app_routes_api_v1_things_update_update",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_update_update_action",
      "community_name": "Community 23"
    },
    {
      "label": "_user.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/user/_user.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_user.tsx",
      "id": "remix_app_routes_api_v1_things_user_user",
      "community_name": "Community 46"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/user/_user.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 46,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_things_user_user_loader",
      "community_name": "Community 46"
    },
    {
      "label": "_views.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_views.tsx",
      "id": "remix_app_routes_api_v1_things_views_views",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_things_views_views_action",
      "community_name": "Community 23"
    },
    {
      "label": "_tiers.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/tiers/_tiers.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 41,
      "norm_label": "_tiers.tsx",
      "id": "remix_app_routes_api_v1_tiers_tiers",
      "community_name": "Community 41"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/tiers/_tiers.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 41,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_tiers_tiers_loader",
      "community_name": "Community 41"
    },
    {
      "label": "_revoke.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_revoke.tsx",
      "id": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_tokens_revoke_revoke_action",
      "community_name": "Community 23"
    },
    {
      "label": "_self.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/tokens/self/_self.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 46,
      "norm_label": "_self.tsx",
      "id": "remix_app_routes_api_v1_tokens_self_self",
      "community_name": "Community 46"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/tokens/self/_self.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 46,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_tokens_self_self_loader",
      "community_name": "Community 46"
    },
    {
      "label": "_connections.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_connections.tsx",
      "id": "remix_app_routes_api_v1_users_connections_connections",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_users_connections_connections_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_follow.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_follow.tsx",
      "id": "remix_app_routes_api_v1_users_follow_follow",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_users_follow_follow_loader",
      "community_name": "Community 25"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_users_follow_follow_action",
      "community_name": "Community 23"
    },
    {
      "label": "_friend.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_friend.tsx",
      "id": "remix_app_routes_api_v1_users_friend_friend",
      "community_name": "Community 23"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_users_friend_friend_action",
      "community_name": "Community 23"
    },
    {
      "label": "_profile.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "_profile.tsx",
      "id": "remix_app_routes_api_v1_users_profile_profile",
      "community_name": "Community 25"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 25,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_users_profile_profile_loader",
      "community_name": "Community 25"
    },
    {
      "label": "ProfileActionDependencies",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 25,
      "norm_label": "profileactiondependencies",
      "id": "remix_app_routes_api_v1_users_profile_profile_profileactiondependencies",
      "community_name": "Community 25"
    },
    {
      "label": "createProfileAction()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 25,
      "norm_label": "createprofileaction()",
      "id": "remix_app_routes_api_v1_users_profile_profile_createprofileaction",
      "community_name": "Community 25"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L70",
      "_origin": "ast",
      "community": 25,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_users_profile_profile_action",
      "community_name": "Community 25"
    },
    {
      "label": "profileRoute.test.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/profile/profileRoute.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "profileroute.test.ts",
      "id": "remix_app_routes_api_v1_users_profile_profileroute_test",
      "community_name": "Community 25"
    },
    {
      "label": "request()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/profile/profileRoute.test.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 25,
      "norm_label": "request()",
      "id": "remix_app_routes_api_v1_users_profile_profileroute_test_request",
      "community_name": "Community 25"
    },
    {
      "label": "_relationships.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_relationships.tsx",
      "id": "remix_app_routes_api_v1_users_relationships_relationships",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L11",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_users_relationships_relationships_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_search.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 23,
      "norm_label": "_search.tsx",
      "id": "remix_app_routes_api_v1_users_search_search",
      "community_name": "Community 23"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 23,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_users_search_search_loader",
      "community_name": "Community 23"
    },
    {
      "label": "_deployments.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 484,
      "norm_label": "_deployments.tsx",
      "id": "remix_app_routes_api_v1_vercel_deployments_deployments",
      "community_name": "Community 484"
    },
    {
      "label": "getBranchLimitFromRequest()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getbranchlimitfromrequest()",
      "id": "remix_app_routes_api_v1_vercel_deployments_deployments_getbranchlimitfromrequest",
      "community_name": "Community 484"
    },
    {
      "label": "getDeployments()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getdeployments()",
      "id": "remix_app_routes_api_v1_vercel_deployments_deployments_getdeployments",
      "community_name": "Community 484"
    },
    {
      "label": "_status-data.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 184,
      "norm_label": "_status-data.tsx",
      "id": "remix_app_routes_api_v1_vercel_status_data_status_data",
      "community_name": "Community 184"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 184,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_vercel_status_data_status_data_loader",
      "community_name": "Community 184"
    },
    {
      "label": "_status.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 184,
      "norm_label": "_status.tsx",
      "id": "remix_app_routes_api_v1_vercel_status_status",
      "community_name": "Community 184"
    },
    {
      "label": "loader()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 184,
      "norm_label": "loader()",
      "id": "remix_app_routes_api_v1_vercel_status_status_loader",
      "community_name": "Community 184"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 184,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_vercel_status_status_action",
      "community_name": "Community 184"
    },
    {
      "label": "_waitlist.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/waitlist/_waitlist.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "_waitlist.tsx",
      "id": "remix_app_routes_api_v1_waitlist_waitlist",
      "community_name": "Community 30"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/waitlist/_waitlist.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 30,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_waitlist_waitlist_action",
      "community_name": "Community 30"
    },
    {
      "label": "apps-manage.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/apps-manage.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "apps-manage.tsx",
      "id": "remix_app_routes_apps_manage",
      "community_name": "Community 90"
    },
    {
      "label": "AppsManageRoute()",
      "file_type": "code",
      "source_file": "remix/app/routes/apps-manage.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 90,
      "norm_label": "appsmanageroute()",
      "id": "remix_app_routes_apps_manage_appsmanageroute",
      "community_name": "Community 90"
    },
    {
      "label": "apps.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/apps.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "apps.tsx",
      "id": "remix_app_routes_apps",
      "community_name": "Community 27"
    },
    {
      "label": "AppsRoute()",
      "file_type": "code",
      "source_file": "remix/app/routes/apps.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 27,
      "norm_label": "appsroute()",
      "id": "remix_app_routes_apps_appsroute",
      "community_name": "Community 27"
    },
    {
      "label": "authorize.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/authorize.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "authorize.tsx",
      "id": "remix_app_routes_authorize",
      "community_name": "Community 90"
    },
    {
      "label": "Authorize()",
      "file_type": "code",
      "source_file": "remix/app/routes/authorize.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 90,
      "norm_label": "authorize()",
      "id": "remix_app_routes_authorize_authorize",
      "community_name": "Community 90"
    },
    {
      "label": "_index.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "_index.tsx",
      "id": "remix_app_routes_branding_index",
      "community_name": "Community 28"
    },
    {
      "label": "Branding()",
      "file_type": "code",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 28,
      "norm_label": "branding()",
      "id": "remix_app_routes_branding_index_branding",
      "community_name": "Community 28"
    },
    {
      "label": "all.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/branding/assets/all.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "all.ts",
      "id": "remix_app_routes_branding_assets_all",
      "community_name": "Community 28"
    },
    {
      "label": "assets",
      "file_type": "code",
      "source_file": "remix/app/routes/branding/assets/all.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "assets",
      "id": "remix_app_routes_branding_assets_all_assets",
      "community_name": "Community 28"
    },
    {
      "label": "branding_old.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "branding_old.tsx",
      "id": "remix_app_routes_branding_old",
      "community_name": "Community 90"
    },
    {
      "label": "branding()",
      "file_type": "code",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 90,
      "norm_label": "branding()",
      "id": "remix_app_routes_branding_old_branding",
      "community_name": "Community 90"
    },
    {
      "label": "crypto.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 380,
      "norm_label": "crypto.tsx",
      "id": "remix_app_routes_crypto",
      "community_name": "Community 380"
    },
    {
      "label": "CryptoStandard",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 380,
      "norm_label": "cryptostandard",
      "id": "remix_app_routes_crypto_cryptostandard",
      "community_name": "Community 380"
    },
    {
      "label": "KeyEncoding",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 380,
      "norm_label": "keyencoding",
      "id": "remix_app_routes_crypto_keyencoding",
      "community_name": "Community 380"
    },
    {
      "label": "OutputEncoding",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 380,
      "norm_label": "outputencoding",
      "id": "remix_app_routes_crypto_outputencoding",
      "community_name": "Community 380"
    },
    {
      "label": "TextEncoding",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 380,
      "norm_label": "textencoding",
      "id": "remix_app_routes_crypto_textencoding",
      "community_name": "Community 380"
    },
    {
      "label": "ApiResponse",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 380,
      "norm_label": "apiresponse",
      "id": "remix_app_routes_crypto_apiresponse",
      "community_name": "Community 380"
    },
    {
      "label": "standards",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 380,
      "norm_label": "standards",
      "id": "remix_app_routes_crypto_standards",
      "community_name": "Community 380"
    },
    {
      "label": "keyEncodingOptions",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 380,
      "norm_label": "keyencodingoptions",
      "id": "remix_app_routes_crypto_keyencodingoptions",
      "community_name": "Community 380"
    },
    {
      "label": "outputEncodingOptions",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 380,
      "norm_label": "outputencodingoptions",
      "id": "remix_app_routes_crypto_outputencodingoptions",
      "community_name": "Community 380"
    },
    {
      "label": "textEncodingOptions",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 380,
      "norm_label": "textencodingoptions",
      "id": "remix_app_routes_crypto_textencodingoptions",
      "community_name": "Community 380"
    },
    {
      "label": "postCrypto()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L58",
      "_origin": "ast",
      "community": 380,
      "norm_label": "postcrypto()",
      "id": "remix_app_routes_crypto_postcrypto",
      "community_name": "Community 380"
    },
    {
      "label": "formatJson()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L69",
      "_origin": "ast",
      "community": 380,
      "norm_label": "formatjson()",
      "id": "remix_app_routes_crypto_formatjson",
      "community_name": "Community 380"
    },
    {
      "label": "encodingLabel()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L71",
      "_origin": "ast",
      "community": 380,
      "norm_label": "encodinglabel()",
      "id": "remix_app_routes_crypto_encodinglabel",
      "community_name": "Community 380"
    },
    {
      "label": "generatedKeyValue()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L74",
      "_origin": "ast",
      "community": 380,
      "norm_label": "generatedkeyvalue()",
      "id": "remix_app_routes_crypto_generatedkeyvalue",
      "community_name": "Community 380"
    },
    {
      "label": "generatedEnvValue()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 380,
      "norm_label": "generatedenvvalue()",
      "id": "remix_app_routes_crypto_generatedenvvalue",
      "community_name": "Community 380"
    },
    {
      "label": "CopyButton()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L93",
      "_origin": "ast",
      "community": 380,
      "norm_label": "copybutton()",
      "id": "remix_app_routes_crypto_copybutton",
      "community_name": "Community 380"
    },
    {
      "label": "ToolPanel()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L109",
      "_origin": "ast",
      "community": 380,
      "norm_label": "toolpanel()",
      "id": "remix_app_routes_crypto_toolpanel",
      "community_name": "Community 380"
    },
    {
      "label": "OutputTextarea()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L141",
      "_origin": "ast",
      "community": 380,
      "norm_label": "outputtextarea()",
      "id": "remix_app_routes_crypto_outputtextarea",
      "community_name": "Community 380"
    },
    {
      "label": "JsonOutput()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L153",
      "_origin": "ast",
      "community": 380,
      "norm_label": "jsonoutput()",
      "id": "remix_app_routes_crypto_jsonoutput",
      "community_name": "Community 380"
    },
    {
      "label": "CryptoPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L157",
      "_origin": "ast",
      "community": 380,
      "norm_label": "cryptopage()",
      "id": "remix_app_routes_crypto_cryptopage",
      "community_name": "Community 380"
    },
    {
      "label": "DesignWorkspace.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designworkspace.tsx",
      "id": "remix_app_routes_docs_designworkspace",
      "community_name": "Community 391"
    },
    {
      "label": "frameWidthPresets",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 391,
      "norm_label": "framewidthpresets",
      "id": "remix_app_routes_docs_designworkspace_framewidthpresets",
      "community_name": "Community 391"
    },
    {
      "label": "FrameWidthKey",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 391,
      "norm_label": "framewidthkey",
      "id": "remix_app_routes_docs_designworkspace_framewidthkey",
      "community_name": "Community 391"
    },
    {
      "label": "DesignWorkspaceProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designworkspaceprops",
      "id": "remix_app_routes_docs_designworkspace_designworkspaceprops",
      "community_name": "Community 391"
    },
    {
      "label": "DesignWorkspace()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designworkspace()",
      "id": "remix_app_routes_docs_designworkspace_designworkspace",
      "community_name": "Community 391"
    },
    {
      "label": "DocsLayout.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 371,
      "norm_label": "docslayout.tsx",
      "id": "remix_app_routes_docs_docslayout",
      "community_name": "Community 371"
    },
    {
      "label": "docsNav",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 371,
      "norm_label": "docsnav",
      "id": "remix_app_routes_docs_docslayout_docsnav",
      "community_name": "Community 371"
    },
    {
      "label": "DocsOutletContext",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L75",
      "_origin": "ast",
      "community": 391,
      "norm_label": "docsoutletcontext",
      "id": "remix_app_routes_docs_docslayout_docsoutletcontext",
      "community_name": "Community 391"
    },
    {
      "label": "isActivePath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 371,
      "norm_label": "isactivepath()",
      "id": "remix_app_routes_docs_docslayout_isactivepath",
      "community_name": "Community 371"
    },
    {
      "label": "isDesignPath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L88",
      "_origin": "ast",
      "community": 371,
      "norm_label": "isdesignpath()",
      "id": "remix_app_routes_docs_docslayout_isdesignpath",
      "community_name": "Community 371"
    },
    {
      "label": "isDesignSystemPath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L91",
      "_origin": "ast",
      "community": 371,
      "norm_label": "isdesignsystempath()",
      "id": "remix_app_routes_docs_docslayout_isdesignsystempath",
      "community_name": "Community 371"
    },
    {
      "label": "isApiPath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L94",
      "_origin": "ast",
      "community": 371,
      "norm_label": "isapipath()",
      "id": "remix_app_routes_docs_docslayout_isapipath",
      "community_name": "Community 371"
    },
    {
      "label": "isConceptsPath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 371,
      "norm_label": "isconceptspath()",
      "id": "remix_app_routes_docs_docslayout_isconceptspath",
      "community_name": "Community 371"
    },
    {
      "label": "clampDrawerWidth()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L100",
      "_origin": "ast",
      "community": 371,
      "norm_label": "clampdrawerwidth()",
      "id": "remix_app_routes_docs_docslayout_clampdrawerwidth",
      "community_name": "Community 371"
    },
    {
      "label": "groupLabel()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L103",
      "_origin": "ast",
      "community": 371,
      "norm_label": "grouplabel()",
      "id": "remix_app_routes_docs_docslayout_grouplabel",
      "community_name": "Community 371"
    },
    {
      "label": "apiGroupPath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 371,
      "norm_label": "apigrouppath()",
      "id": "remix_app_routes_docs_docslayout_apigrouppath",
      "community_name": "Community 371"
    },
    {
      "label": "apiDocPath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L105",
      "_origin": "ast",
      "community": 371,
      "norm_label": "apidocpath()",
      "id": "remix_app_routes_docs_docslayout_apidocpath",
      "community_name": "Community 371"
    },
    {
      "label": "groupedApiDocs",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L107",
      "_origin": "ast",
      "community": 371,
      "norm_label": "groupedapidocs",
      "id": "remix_app_routes_docs_docslayout_groupedapidocs",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerDesignEntryListProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L122",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerdesignentrylistprops",
      "id": "remix_app_routes_docs_docslayout_drawerdesignentrylistprops",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerDesignEntryList",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L126",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerdesignentrylist",
      "id": "remix_app_routes_docs_docslayout_drawerdesignentrylist",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerApiEndpointListProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L249",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerapiendpointlistprops",
      "id": "remix_app_routes_docs_docslayout_drawerapiendpointlistprops",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerApiEndpointList",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L253",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerapiendpointlist",
      "id": "remix_app_routes_docs_docslayout_drawerapiendpointlist",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerDesignSystemListProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L320",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerdesignsystemlistprops",
      "id": "remix_app_routes_docs_docslayout_drawerdesignsystemlistprops",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerDesignSystemList",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L324",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerdesignsystemlist",
      "id": "remix_app_routes_docs_docslayout_drawerdesignsystemlist",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerConceptListProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L402",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerconceptlistprops",
      "id": "remix_app_routes_docs_docslayout_drawerconceptlistprops",
      "community_name": "Community 371"
    },
    {
      "label": "DrawerConceptList",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L406",
      "_origin": "ast",
      "community": 371,
      "norm_label": "drawerconceptlist",
      "id": "remix_app_routes_docs_docslayout_drawerconceptlist",
      "community_name": "Community 371"
    },
    {
      "label": "DocsDrawerContentProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L484",
      "_origin": "ast",
      "community": 371,
      "norm_label": "docsdrawercontentprops",
      "id": "remix_app_routes_docs_docslayout_docsdrawercontentprops",
      "community_name": "Community 371"
    },
    {
      "label": "DocsDrawerContent()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L491",
      "_origin": "ast",
      "community": 371,
      "norm_label": "docsdrawercontent()",
      "id": "remix_app_routes_docs_docslayout_docsdrawercontent",
      "community_name": "Community 371"
    },
    {
      "label": "DocsLayout()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L686",
      "_origin": "ast",
      "community": 371,
      "norm_label": "docslayout()",
      "id": "remix_app_routes_docs_docslayout_docslayout",
      "community_name": "Community 371"
    },
    {
      "label": "DocsSearch.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearch.tsx",
      "id": "remix_app_routes_docs_docssearch",
      "community_name": "Community 344"
    },
    {
      "label": "escapeRegExp()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 344,
      "norm_label": "escaperegexp()",
      "id": "remix_app_routes_docs_docssearch_escaperegexp",
      "community_name": "Community 344"
    },
    {
      "label": "withSearchQueryParam()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L12",
      "_origin": "ast",
      "community": 344,
      "norm_label": "withsearchqueryparam()",
      "id": "remix_app_routes_docs_docssearch_withsearchqueryparam",
      "community_name": "Community 344"
    },
    {
      "label": "highlightTerms()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 344,
      "norm_label": "highlightterms()",
      "id": "remix_app_routes_docs_docssearch_highlightterms",
      "community_name": "Community 344"
    },
    {
      "label": "DocsSearchProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearchprops",
      "id": "remix_app_routes_docs_docssearch_docssearchprops",
      "community_name": "Community 344"
    },
    {
      "label": "DocsSearch()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearch()",
      "id": "remix_app_routes_docs_docssearch_docssearch",
      "community_name": "Community 344"
    },
    {
      "label": "api.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 301,
      "norm_label": "api.tsx",
      "id": "remix_app_routes_docs_api",
      "community_name": "Community 301"
    },
    {
      "label": "METHOD_COLORS",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 301,
      "norm_label": "method_colors",
      "id": "remix_app_routes_docs_api_method_colors",
      "community_name": "Community 301"
    },
    {
      "label": "methodColor()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L44",
      "_origin": "ast",
      "community": 301,
      "norm_label": "methodcolor()",
      "id": "remix_app_routes_docs_api_methodcolor",
      "community_name": "Community 301"
    },
    {
      "label": "groupLabel()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 301,
      "norm_label": "grouplabel()",
      "id": "remix_app_routes_docs_api_grouplabel",
      "community_name": "Community 301"
    },
    {
      "label": "groupPagePath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L46",
      "_origin": "ast",
      "community": 301,
      "norm_label": "grouppagepath()",
      "id": "remix_app_routes_docs_api_grouppagepath",
      "community_name": "Community 301"
    },
    {
      "label": "docPagePath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 301,
      "norm_label": "docpagepath()",
      "id": "remix_app_routes_docs_api_docpagepath",
      "community_name": "Community 301"
    },
    {
      "label": "docHashPath()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 301,
      "norm_label": "dochashpath()",
      "id": "remix_app_routes_docs_api_dochashpath",
      "community_name": "Community 301"
    },
    {
      "label": "DocsPathLink",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 301,
      "norm_label": "docspathlink",
      "id": "remix_app_routes_docs_api_docspathlink",
      "community_name": "Community 301"
    },
    {
      "label": "formatJson()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 301,
      "norm_label": "formatjson()",
      "id": "remix_app_routes_docs_api_formatjson",
      "community_name": "Community 301"
    },
    {
      "label": "endpointMatches()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L62",
      "_origin": "ast",
      "community": 301,
      "norm_label": "endpointmatches()",
      "id": "remix_app_routes_docs_api_endpointmatches",
      "community_name": "Community 301"
    },
    {
      "label": "groupApiDocs()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L84",
      "_origin": "ast",
      "community": 301,
      "norm_label": "groupapidocs()",
      "id": "remix_app_routes_docs_api_groupapidocs",
      "community_name": "Community 301"
    },
    {
      "label": "languageForPlatform()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 301,
      "norm_label": "languageforplatform()",
      "id": "remix_app_routes_docs_api_languageforplatform",
      "community_name": "Community 301"
    },
    {
      "label": "platformLabel()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L105",
      "_origin": "ast",
      "community": 301,
      "norm_label": "platformlabel()",
      "id": "remix_app_routes_docs_api_platformlabel",
      "community_name": "Community 301"
    },
    {
      "label": "CopyDocLinkButton()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L114",
      "_origin": "ast",
      "community": 90,
      "norm_label": "copydoclinkbutton()",
      "id": "remix_app_routes_docs_api_copydoclinkbutton",
      "community_name": "Community 90"
    },
    {
      "label": "DocsPathLinks()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L157",
      "_origin": "ast",
      "community": 301,
      "norm_label": "docspathlinks()",
      "id": "remix_app_routes_docs_api_docspathlinks",
      "community_name": "Community 301"
    },
    {
      "label": "PlatformExamples()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L188",
      "_origin": "ast",
      "community": 301,
      "norm_label": "platformexamples()",
      "id": "remix_app_routes_docs_api_platformexamples",
      "community_name": "Community 301"
    },
    {
      "label": "EndpointDocs()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L243",
      "_origin": "ast",
      "community": 301,
      "norm_label": "endpointdocs()",
      "id": "remix_app_routes_docs_api_endpointdocs",
      "community_name": "Community 301"
    },
    {
      "label": "DocsApi()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L453",
      "_origin": "ast",
      "community": 301,
      "norm_label": "docsapi()",
      "id": "remix_app_routes_docs_api_docsapi",
      "community_name": "Community 301"
    },
    {
      "label": "ConceptStories.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptstories.tsx",
      "id": "remix_app_routes_docs_concepts_conceptstories",
      "community_name": "Community 185"
    },
    {
      "label": "ConceptStoryArgs",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptstoryargs",
      "id": "remix_app_routes_docs_concepts_conceptstories_conceptstoryargs",
      "community_name": "Community 185"
    },
    {
      "label": "ConceptStory",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptstory",
      "id": "remix_app_routes_docs_concepts_conceptstories_conceptstory",
      "community_name": "Community 185"
    },
    {
      "label": "TogglePill()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 185,
      "norm_label": "togglepill()",
      "id": "remix_app_routes_docs_concepts_conceptstories_togglepill",
      "community_name": "Community 185"
    },
    {
      "label": "DeviceFrame()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 185,
      "norm_label": "deviceframe()",
      "id": "remix_app_routes_docs_concepts_conceptstories_deviceframe",
      "community_name": "Community 185"
    },
    {
      "label": "useWorld()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L111",
      "_origin": "ast",
      "community": 185,
      "norm_label": "useworld()",
      "id": "remix_app_routes_docs_concepts_conceptstories_useworld",
      "community_name": "Community 185"
    },
    {
      "label": "ColumnsStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L118",
      "_origin": "ast",
      "community": 185,
      "norm_label": "columnsstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_columnsstory",
      "community_name": "Community 185"
    },
    {
      "label": "FocusStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L123",
      "_origin": "ast",
      "community": 185,
      "norm_label": "focusstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_focusstory",
      "community_name": "Community 185"
    },
    {
      "label": "DocumentStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L128",
      "_origin": "ast",
      "community": 185,
      "norm_label": "documentstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_documentstory",
      "community_name": "Community 185"
    },
    {
      "label": "FormStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L133",
      "_origin": "ast",
      "community": 185,
      "norm_label": "formstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_formstory",
      "community_name": "Community 185"
    },
    {
      "label": "GalaxyStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L138",
      "_origin": "ast",
      "community": 185,
      "norm_label": "galaxystory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_galaxystory",
      "community_name": "Community 185"
    },
    {
      "label": "columnsStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L143",
      "_origin": "ast",
      "community": 185,
      "norm_label": "columnsstories",
      "id": "remix_app_routes_docs_concepts_conceptstories_columnsstories",
      "community_name": "Community 185"
    },
    {
      "label": "focusStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L154",
      "_origin": "ast",
      "community": 185,
      "norm_label": "focusstories",
      "id": "remix_app_routes_docs_concepts_conceptstories_focusstories",
      "community_name": "Community 185"
    },
    {
      "label": "documentStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L165",
      "_origin": "ast",
      "community": 185,
      "norm_label": "documentstories",
      "id": "remix_app_routes_docs_concepts_conceptstories_documentstories",
      "community_name": "Community 185"
    },
    {
      "label": "formStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L176",
      "_origin": "ast",
      "community": 185,
      "norm_label": "formstories",
      "id": "remix_app_routes_docs_concepts_conceptstories_formstories",
      "community_name": "Community 185"
    },
    {
      "label": "galaxyStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L188",
      "_origin": "ast",
      "community": 185,
      "norm_label": "galaxystories",
      "id": "remix_app_routes_docs_concepts_conceptstories_galaxystories",
      "community_name": "Community 185"
    },
    {
      "label": "GALLERY_CATEGORY_ORDER",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L201",
      "_origin": "ast",
      "community": 185,
      "norm_label": "gallery_category_order",
      "id": "remix_app_routes_docs_concepts_conceptstories_gallery_category_order",
      "community_name": "Community 185"
    },
    {
      "label": "KindGalleryStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L203",
      "_origin": "ast",
      "community": 185,
      "norm_label": "kindgallerystory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_kindgallerystory",
      "community_name": "Community 185"
    },
    {
      "label": "PolymorphismStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L251",
      "_origin": "ast",
      "community": 185,
      "norm_label": "polymorphismstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_polymorphismstory",
      "community_name": "Community 185"
    },
    {
      "label": "kindGalleryStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L282",
      "_origin": "ast",
      "community": 185,
      "norm_label": "kindgallerystories",
      "id": "remix_app_routes_docs_concepts_conceptstories_kindgallerystories",
      "community_name": "Community 185"
    },
    {
      "label": "LongTextStringStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L326",
      "_origin": "ast",
      "community": 185,
      "norm_label": "longtextstringstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_longtextstringstory",
      "community_name": "Community 185"
    },
    {
      "label": "RICH_TEXT_SEED",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L362",
      "_origin": "ast",
      "community": 185,
      "norm_label": "rich_text_seed",
      "id": "remix_app_routes_docs_concepts_conceptstories_rich_text_seed",
      "community_name": "Community 185"
    },
    {
      "label": "RichTextThingStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L371",
      "_origin": "ast",
      "community": 185,
      "norm_label": "richtextthingstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_richtextthingstory",
      "community_name": "Community 185"
    },
    {
      "label": "BLOCK_TYPE_META",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L392",
      "_origin": "ast",
      "community": 185,
      "norm_label": "block_type_meta",
      "id": "remix_app_routes_docs_concepts_conceptstories_block_type_meta",
      "community_name": "Community 185"
    },
    {
      "label": "BlockPickerStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L424",
      "_origin": "ast",
      "community": 185,
      "norm_label": "blockpickerstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_blockpickerstory",
      "community_name": "Community 185"
    },
    {
      "label": "STYLED_SEED",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L468",
      "_origin": "ast",
      "community": 185,
      "norm_label": "styled_seed",
      "id": "remix_app_routes_docs_concepts_conceptstories_styled_seed",
      "community_name": "Community 185"
    },
    {
      "label": "StyledTextStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L486",
      "_origin": "ast",
      "community": 185,
      "norm_label": "styledtextstory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_styledtextstory",
      "community_name": "Community 185"
    },
    {
      "label": "longTextStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L507",
      "_origin": "ast",
      "community": 185,
      "norm_label": "longtextstories",
      "id": "remix_app_routes_docs_concepts_conceptstories_longtextstories",
      "community_name": "Community 185"
    },
    {
      "label": "elementStarter",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L548",
      "_origin": "ast",
      "community": 185,
      "norm_label": "elementstarter",
      "id": "remix_app_routes_docs_concepts_conceptstories_elementstarter",
      "community_name": "Community 185"
    },
    {
      "label": "JsonToPageStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L550",
      "_origin": "ast",
      "community": 185,
      "norm_label": "jsontopagestory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_jsontopagestory",
      "community_name": "Community 185"
    },
    {
      "label": "RegistryStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L620",
      "_origin": "ast",
      "community": 185,
      "norm_label": "registrystory()",
      "id": "remix_app_routes_docs_concepts_conceptstories_registrystory",
      "community_name": "Community 185"
    },
    {
      "label": "pipelineStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L664",
      "_origin": "ast",
      "community": 185,
      "norm_label": "pipelinestories",
      "id": "remix_app_routes_docs_concepts_conceptstories_pipelinestories",
      "community_name": "Community 185"
    },
    {
      "label": "entries.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 185,
      "norm_label": "entries.tsx",
      "id": "remix_app_routes_docs_concepts_entries",
      "community_name": "Community 185"
    },
    {
      "label": "ConceptEntryStatus",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptentrystatus",
      "id": "remix_app_routes_docs_concepts_entries_conceptentrystatus",
      "community_name": "Community 185"
    },
    {
      "label": "ConceptEntry",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptentry",
      "id": "remix_app_routes_docs_concepts_entries_conceptentry",
      "community_name": "Community 185"
    },
    {
      "label": "conceptStatusColors",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptstatuscolors",
      "id": "remix_app_routes_docs_concepts_entries_conceptstatuscolors",
      "community_name": "Community 185"
    },
    {
      "label": "conceptEntries",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L46",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptentries",
      "id": "remix_app_routes_docs_concepts_entries_conceptentries",
      "community_name": "Community 185"
    },
    {
      "label": "getConceptEntryBySlug()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L275",
      "_origin": "ast",
      "community": 185,
      "norm_label": "getconceptentrybyslug()",
      "id": "remix_app_routes_docs_concepts_entries_getconceptentrybyslug",
      "community_name": "Community 185"
    },
    {
      "label": "index.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 185,
      "norm_label": "index.tsx",
      "id": "remix_app_routes_docs_concepts_index",
      "community_name": "Community 185"
    },
    {
      "label": "monoLabelProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L14",
      "_origin": "ast",
      "community": 185,
      "norm_label": "monolabelprops",
      "id": "remix_app_routes_docs_concepts_index_monolabelprops",
      "community_name": "Community 185"
    },
    {
      "label": "SectionCard()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 185,
      "norm_label": "sectioncard()",
      "id": "remix_app_routes_docs_concepts_index_sectioncard",
      "community_name": "Community 185"
    },
    {
      "label": "NoteList()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 185,
      "norm_label": "notelist()",
      "id": "remix_app_routes_docs_concepts_index_notelist",
      "community_name": "Community 185"
    },
    {
      "label": "ConceptStoriesSection()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 185,
      "norm_label": "conceptstoriessection()",
      "id": "remix_app_routes_docs_concepts_index_conceptstoriessection",
      "community_name": "Community 185"
    },
    {
      "label": "DocsConcepts()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L92",
      "_origin": "ast",
      "community": 185,
      "norm_label": "docsconcepts()",
      "id": "remix_app_routes_docs_concepts_index_docsconcepts",
      "community_name": "Community 185"
    },
    {
      "label": "ThingContextMenuStories.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "thingcontextmenustories.tsx",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "community_name": "Community 58"
    },
    {
      "label": "formatAction()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L16",
      "_origin": "ast",
      "community": 58,
      "norm_label": "formataction()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_formataction",
      "community_name": "Community 58"
    },
    {
      "label": "StoryActionLog()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L21",
      "_origin": "ast",
      "community": 58,
      "norm_label": "storyactionlog()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_storyactionlog",
      "community_name": "Community 58"
    },
    {
      "label": "FakeThingRow()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 58,
      "norm_label": "fakethingrow()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_fakethingrow",
      "community_name": "Community 58"
    },
    {
      "label": "HoverTriggerStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 58,
      "norm_label": "hovertriggerstory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_hovertriggerstory",
      "community_name": "Community 58"
    },
    {
      "label": "RightClickStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L80",
      "_origin": "ast",
      "community": 58,
      "norm_label": "rightclickstory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_rightclickstory",
      "community_name": "Community 58"
    },
    {
      "label": "ZONE_COLORS",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L112",
      "_origin": "ast",
      "community": 58,
      "norm_label": "zone_colors",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_zone_colors",
      "community_name": "Community 58"
    },
    {
      "label": "ZonesStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L118",
      "_origin": "ast",
      "community": 58,
      "norm_label": "zonesstory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_zonesstory",
      "community_name": "Community 58"
    },
    {
      "label": "ModalStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L234",
      "_origin": "ast",
      "community": 58,
      "norm_label": "modalstory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_modalstory",
      "community_name": "Community 58"
    },
    {
      "label": "StaticMenu()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L260",
      "_origin": "ast",
      "community": 58,
      "norm_label": "staticmenu()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_staticmenu",
      "community_name": "Community 58"
    },
    {
      "label": "DrilldownStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L301",
      "_origin": "ast",
      "community": 58,
      "norm_label": "drilldownstory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_drilldownstory",
      "community_name": "Community 58"
    },
    {
      "label": "TypesSubmenuStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L312",
      "_origin": "ast",
      "community": 58,
      "norm_label": "typessubmenustory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_typessubmenustory",
      "community_name": "Community 58"
    },
    {
      "label": "PermissionsStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L323",
      "_origin": "ast",
      "community": 58,
      "norm_label": "permissionsstory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_permissionsstory",
      "community_name": "Community 58"
    },
    {
      "label": "DragResizeStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L339",
      "_origin": "ast",
      "community": 58,
      "norm_label": "dragresizestory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_dragresizestory",
      "community_name": "Community 58"
    },
    {
      "label": "ReadonlyStory()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L350",
      "_origin": "ast",
      "community": 58,
      "norm_label": "readonlystory()",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_readonlystory",
      "community_name": "Community 58"
    },
    {
      "label": "DesignSystemStory",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L361",
      "_origin": "ast",
      "community": 316,
      "norm_label": "designsystemstory",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_designsystemstory",
      "community_name": "Community 316"
    },
    {
      "label": "thingContextMenuStories",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L369",
      "_origin": "ast",
      "community": 316,
      "norm_label": "thingcontextmenustories",
      "id": "remix_app_routes_docs_design_system_thingcontextmenustories_thingcontextmenustories",
      "community_name": "Community 316"
    },
    {
      "label": "entries.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 316,
      "norm_label": "entries.tsx",
      "id": "remix_app_routes_docs_design_system_entries",
      "community_name": "Community 316"
    },
    {
      "label": "DesignSystemStatus",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 316,
      "norm_label": "designsystemstatus",
      "id": "remix_app_routes_docs_design_system_entries_designsystemstatus",
      "community_name": "Community 316"
    },
    {
      "label": "PropRow",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 316,
      "norm_label": "proprow",
      "id": "remix_app_routes_docs_design_system_entries_proprow",
      "community_name": "Community 316"
    },
    {
      "label": "PropTable",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L17",
      "_origin": "ast",
      "community": 316,
      "norm_label": "proptable",
      "id": "remix_app_routes_docs_design_system_entries_proptable",
      "community_name": "Community 316"
    },
    {
      "label": "KeyboardRow",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 316,
      "norm_label": "keyboardrow",
      "id": "remix_app_routes_docs_design_system_entries_keyboardrow",
      "community_name": "Community 316"
    },
    {
      "label": "TokenRow",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 316,
      "norm_label": "tokenrow",
      "id": "remix_app_routes_docs_design_system_entries_tokenrow",
      "community_name": "Community 316"
    },
    {
      "label": "DesignSystemEntry",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 316,
      "norm_label": "designsystementry",
      "id": "remix_app_routes_docs_design_system_entries_designsystementry",
      "community_name": "Community 316"
    },
    {
      "label": "designSystemStatusColors",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 316,
      "norm_label": "designsystemstatuscolors",
      "id": "remix_app_routes_docs_design_system_entries_designsystemstatuscolors",
      "community_name": "Community 316"
    },
    {
      "label": "designSystemEntries",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L61",
      "_origin": "ast",
      "community": 316,
      "norm_label": "designsystementries",
      "id": "remix_app_routes_docs_design_system_entries_designsystementries",
      "community_name": "Community 316"
    },
    {
      "label": "getDesignSystemEntryBySlug()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L211",
      "_origin": "ast",
      "community": 316,
      "norm_label": "getdesignsystementrybyslug()",
      "id": "remix_app_routes_docs_design_system_entries_getdesignsystementrybyslug",
      "community_name": "Community 316"
    },
    {
      "label": "index.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 316,
      "norm_label": "index.tsx",
      "id": "remix_app_routes_docs_design_system_index",
      "community_name": "Community 316"
    },
    {
      "label": "TAB_KEYS",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 316,
      "norm_label": "tab_keys",
      "id": "remix_app_routes_docs_design_system_index_tab_keys",
      "community_name": "Community 316"
    },
    {
      "label": "TabKey",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L24",
      "_origin": "ast",
      "community": 316,
      "norm_label": "tabkey",
      "id": "remix_app_routes_docs_design_system_index_tabkey",
      "community_name": "Community 316"
    },
    {
      "label": "tabLabels",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 316,
      "norm_label": "tablabels",
      "id": "remix_app_routes_docs_design_system_index_tablabels",
      "community_name": "Community 316"
    },
    {
      "label": "monoLabelProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 316,
      "norm_label": "monolabelprops",
      "id": "remix_app_routes_docs_design_system_index_monolabelprops",
      "community_name": "Community 316"
    },
    {
      "label": "SectionCard()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L43",
      "_origin": "ast",
      "community": 316,
      "norm_label": "sectioncard()",
      "id": "remix_app_routes_docs_design_system_index_sectioncard",
      "community_name": "Community 316"
    },
    {
      "label": "StoriesTab()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L57",
      "_origin": "ast",
      "community": 316,
      "norm_label": "storiestab()",
      "id": "remix_app_routes_docs_design_system_index_storiestab",
      "community_name": "Community 316"
    },
    {
      "label": "PropTableCard()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L96",
      "_origin": "ast",
      "community": 316,
      "norm_label": "proptablecard()",
      "id": "remix_app_routes_docs_design_system_index_proptablecard",
      "community_name": "Community 316"
    },
    {
      "label": "GuidelinesTab()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L135",
      "_origin": "ast",
      "community": 316,
      "norm_label": "guidelinestab()",
      "id": "remix_app_routes_docs_design_system_index_guidelinestab",
      "community_name": "Community 316"
    },
    {
      "label": "AccessibilityTab()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L205",
      "_origin": "ast",
      "community": 316,
      "norm_label": "accessibilitytab()",
      "id": "remix_app_routes_docs_design_system_index_accessibilitytab",
      "community_name": "Community 316"
    },
    {
      "label": "TokenPreview()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L254",
      "_origin": "ast",
      "community": 316,
      "norm_label": "tokenpreview()",
      "id": "remix_app_routes_docs_design_system_index_tokenpreview",
      "community_name": "Community 316"
    },
    {
      "label": "TokensTab()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L307",
      "_origin": "ast",
      "community": 316,
      "norm_label": "tokenstab()",
      "id": "remix_app_routes_docs_design_system_index_tokenstab",
      "community_name": "Community 316"
    },
    {
      "label": "DocsDesignSystem()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L342",
      "_origin": "ast",
      "community": 316,
      "norm_label": "docsdesignsystem()",
      "id": "remix_app_routes_docs_design_system_index_docsdesignsystem",
      "community_name": "Community 316"
    },
    {
      "label": "design.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 391,
      "norm_label": "design.tsx",
      "id": "remix_app_routes_docs_design",
      "community_name": "Community 391"
    },
    {
      "label": "DocsDesign()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/design.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 391,
      "norm_label": "docsdesign()",
      "id": "remix_app_routes_docs_design_docsdesign",
      "community_name": "Community 391"
    },
    {
      "label": "designEntries.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designentries.ts",
      "id": "remix_app_routes_docs_designentries",
      "community_name": "Community 391"
    },
    {
      "label": "DesignEntryKind",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designentrykind",
      "id": "remix_app_routes_docs_designentries_designentrykind",
      "community_name": "Community 391"
    },
    {
      "label": "DesignEntry",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designentry",
      "id": "remix_app_routes_docs_designentries_designentry",
      "community_name": "Community 391"
    },
    {
      "label": "designKindColors",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designkindcolors",
      "id": "remix_app_routes_docs_designentries_designkindcolors",
      "community_name": "Community 391"
    },
    {
      "label": "designEntries",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L23",
      "_origin": "ast",
      "community": 391,
      "norm_label": "designentries",
      "id": "remix_app_routes_docs_designentries_designentries",
      "community_name": "Community 391"
    },
    {
      "label": "getDesignEntryBySlug()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L131",
      "_origin": "ast",
      "community": 391,
      "norm_label": "getdesignentrybyslug()",
      "id": "remix_app_routes_docs_designentries_getdesignentrybyslug",
      "community_name": "Community 391"
    },
    {
      "label": "getDesignEntryPreviewSrc()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 391,
      "norm_label": "getdesignentrypreviewsrc()",
      "id": "remix_app_routes_docs_designentries_getdesignentrypreviewsrc",
      "community_name": "Community 391"
    },
    {
      "label": "docsCode.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 301,
      "norm_label": "docscode.tsx",
      "id": "remix_app_routes_docs_docscode",
      "community_name": "Community 301"
    },
    {
      "label": "CodeLanguage",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L18",
      "_origin": "ast",
      "community": 301,
      "norm_label": "codelanguage",
      "id": "remix_app_routes_docs_docscode_codelanguage",
      "community_name": "Community 301"
    },
    {
      "label": "copyToClipboard()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 90,
      "norm_label": "copytoclipboard()",
      "id": "remix_app_routes_docs_docscode_copytoclipboard",
      "community_name": "Community 90"
    },
    {
      "label": "KEYWORD_TEST",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 301,
      "norm_label": "keyword_test",
      "id": "remix_app_routes_docs_docscode_keyword_test",
      "community_name": "Community 301"
    },
    {
      "label": "tokenColor()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L55",
      "_origin": "ast",
      "community": 301,
      "norm_label": "tokencolor()",
      "id": "remix_app_routes_docs_docscode_tokencolor",
      "community_name": "Community 301"
    },
    {
      "label": "tokenPatternSource()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L82",
      "_origin": "ast",
      "community": 301,
      "norm_label": "tokenpatternsource()",
      "id": "remix_app_routes_docs_docscode_tokenpatternsource",
      "community_name": "Community 301"
    },
    {
      "label": "buildTokenPattern()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L89",
      "_origin": "ast",
      "community": 301,
      "norm_label": "buildtokenpattern()",
      "id": "remix_app_routes_docs_docscode_buildtokenpattern",
      "community_name": "Community 301"
    },
    {
      "label": "TOKEN_PATTERN",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L97",
      "_origin": "ast",
      "community": 301,
      "norm_label": "token_pattern",
      "id": "remix_app_routes_docs_docscode_token_pattern",
      "community_name": "Community 301"
    },
    {
      "label": "HTML_TOKEN_PATTERN",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L100",
      "_origin": "ast",
      "community": 301,
      "norm_label": "html_token_pattern",
      "id": "remix_app_routes_docs_docscode_html_token_pattern",
      "community_name": "Community 301"
    },
    {
      "label": "tokenPatternFor()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L102",
      "_origin": "ast",
      "community": 301,
      "norm_label": "tokenpatternfor()",
      "id": "remix_app_routes_docs_docscode_tokenpatternfor",
      "community_name": "Community 301"
    },
    {
      "label": "highlightLine()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L104",
      "_origin": "ast",
      "community": 301,
      "norm_label": "highlightline()",
      "id": "remix_app_routes_docs_docscode_highlightline",
      "community_name": "Community 301"
    },
    {
      "label": "lineLanguages()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L133",
      "_origin": "ast",
      "community": 301,
      "norm_label": "linelanguages()",
      "id": "remix_app_routes_docs_docscode_linelanguages",
      "community_name": "Community 301"
    },
    {
      "label": "CopyCodeButton()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L151",
      "_origin": "ast",
      "community": 301,
      "norm_label": "copycodebutton()",
      "id": "remix_app_routes_docs_docscode_copycodebutton",
      "community_name": "Community 301"
    },
    {
      "label": "CodeBlock()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L182",
      "_origin": "ast",
      "community": 301,
      "norm_label": "codeblock()",
      "id": "remix_app_routes_docs_docscode_codeblock",
      "community_name": "Community 301"
    },
    {
      "label": "WindowTrafficLights()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L246",
      "_origin": "ast",
      "community": 301,
      "norm_label": "windowtrafficlights()",
      "id": "remix_app_routes_docs_docscode_windowtrafficlights",
      "community_name": "Community 301"
    },
    {
      "label": "CodeWindow()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L258",
      "_origin": "ast",
      "community": 392,
      "norm_label": "codewindow()",
      "id": "remix_app_routes_docs_docscode_codewindow",
      "community_name": "Community 392"
    },
    {
      "label": "docsSearchIndex.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearchindex.ts",
      "id": "remix_app_routes_docs_docssearchindex",
      "community_name": "Community 344"
    },
    {
      "label": "DocsSearchArea",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearcharea",
      "id": "remix_app_routes_docs_docssearchindex_docssearcharea",
      "community_name": "Community 344"
    },
    {
      "label": "DocsSearchDoc",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearchdoc",
      "id": "remix_app_routes_docs_docssearchindex_docssearchdoc",
      "community_name": "Community 344"
    },
    {
      "label": "DocsSearchSnippet",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearchsnippet",
      "id": "remix_app_routes_docs_docssearchindex_docssearchsnippet",
      "community_name": "Community 344"
    },
    {
      "label": "DocsSearchResult",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearchresult",
      "id": "remix_app_routes_docs_docssearchindex_docssearchresult",
      "community_name": "Community 344"
    },
    {
      "label": "docsSearchAreaColors",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 344,
      "norm_label": "docssearchareacolors",
      "id": "remix_app_routes_docs_docssearchindex_docssearchareacolors",
      "community_name": "Community 344"
    },
    {
      "label": "overviewSections",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L54",
      "_origin": "ast",
      "community": 344,
      "norm_label": "overviewsections",
      "id": "remix_app_routes_docs_docssearchindex_overviewsections",
      "community_name": "Community 344"
    },
    {
      "label": "joinText()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 344,
      "norm_label": "jointext()",
      "id": "remix_app_routes_docs_docssearchindex_jointext",
      "community_name": "Community 344"
    },
    {
      "label": "apiDocContent()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L91",
      "_origin": "ast",
      "community": 344,
      "norm_label": "apidoccontent()",
      "id": "remix_app_routes_docs_docssearchindex_apidoccontent",
      "community_name": "Community 344"
    },
    {
      "label": "buildDocs()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L102",
      "_origin": "ast",
      "community": 344,
      "norm_label": "builddocs()",
      "id": "remix_app_routes_docs_docssearchindex_builddocs",
      "community_name": "Community 344"
    },
    {
      "label": "IndexedDoc",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L290",
      "_origin": "ast",
      "community": 344,
      "norm_label": "indexeddoc",
      "id": "remix_app_routes_docs_docssearchindex_indexeddoc",
      "community_name": "Community 344"
    },
    {
      "label": "indexedDocs",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L299",
      "_origin": "ast",
      "community": 344,
      "norm_label": "indexeddocs",
      "id": "remix_app_routes_docs_docssearchindex_indexeddocs",
      "community_name": "Community 344"
    },
    {
      "label": "tokenizeDocsQuery()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L314",
      "_origin": "ast",
      "community": 344,
      "norm_label": "tokenizedocsquery()",
      "id": "remix_app_routes_docs_docssearchindex_tokenizedocsquery",
      "community_name": "Community 344"
    },
    {
      "label": "escapeRegExp()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L317",
      "_origin": "ast",
      "community": 344,
      "norm_label": "escaperegexp()",
      "id": "remix_app_routes_docs_docssearchindex_escaperegexp",
      "community_name": "Community 344"
    },
    {
      "label": "wordStartPattern()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L319",
      "_origin": "ast",
      "community": 344,
      "norm_label": "wordstartpattern()",
      "id": "remix_app_routes_docs_docssearchindex_wordstartpattern",
      "community_name": "Community 344"
    },
    {
      "label": "countOccurrences()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L321",
      "_origin": "ast",
      "community": 344,
      "norm_label": "countoccurrences()",
      "id": "remix_app_routes_docs_docssearchindex_countoccurrences",
      "community_name": "Community 344"
    },
    {
      "label": "scoreTitleLike()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L333",
      "_origin": "ast",
      "community": 344,
      "norm_label": "scoretitlelike()",
      "id": "remix_app_routes_docs_docssearchindex_scoretitlelike",
      "community_name": "Community 344"
    },
    {
      "label": "excerptAround()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L341",
      "_origin": "ast",
      "community": 344,
      "norm_label": "excerptaround()",
      "id": "remix_app_routes_docs_docssearchindex_excerptaround",
      "community_name": "Community 344"
    },
    {
      "label": "buildSnippet()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L351",
      "_origin": "ast",
      "community": 344,
      "norm_label": "buildsnippet()",
      "id": "remix_app_routes_docs_docssearchindex_buildsnippet",
      "community_name": "Community 344"
    },
    {
      "label": "searchDocsIndex()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L375",
      "_origin": "ast",
      "community": 344,
      "norm_label": "searchdocsindex()",
      "id": "remix_app_routes_docs_docssearchindex_searchdocsindex",
      "community_name": "Community 344"
    },
    {
      "label": "embed.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 392,
      "norm_label": "embed.tsx",
      "id": "remix_app_routes_docs_embed",
      "community_name": "Community 392"
    },
    {
      "label": "GuideHeading()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 392,
      "norm_label": "guideheading()",
      "id": "remix_app_routes_docs_embed_guideheading",
      "community_name": "Community 392"
    },
    {
      "label": "SCOPE_ROWS",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L100",
      "_origin": "ast",
      "community": 392,
      "norm_label": "scope_rows",
      "id": "remix_app_routes_docs_embed_scope_rows",
      "community_name": "Community 392"
    },
    {
      "label": "SandboxSession",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L140",
      "_origin": "ast",
      "community": 392,
      "norm_label": "sandboxsession",
      "id": "remix_app_routes_docs_embed_sandboxsession",
      "community_name": "Community 392"
    },
    {
      "label": "ThingtimeSdk",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L148",
      "_origin": "ast",
      "community": 392,
      "norm_label": "thingtimesdk",
      "id": "remix_app_routes_docs_embed_thingtimesdk",
      "community_name": "Community 392"
    },
    {
      "label": "getSdk()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L152",
      "_origin": "ast",
      "community": 392,
      "norm_label": "getsdk()",
      "id": "remix_app_routes_docs_embed_getsdk",
      "community_name": "Community 392"
    },
    {
      "label": "SdkState",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L157",
      "_origin": "ast",
      "community": 392,
      "norm_label": "sdkstate",
      "id": "remix_app_routes_docs_embed_sdkstate",
      "community_name": "Community 392"
    },
    {
      "label": "useThingtimeSdk()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L159",
      "_origin": "ast",
      "community": 392,
      "norm_label": "usethingtimesdk()",
      "id": "remix_app_routes_docs_embed_usethingtimesdk",
      "community_name": "Community 392"
    },
    {
      "label": "BUTTON_THEMES",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L203",
      "_origin": "ast",
      "community": 392,
      "norm_label": "button_themes",
      "id": "remix_app_routes_docs_embed_button_themes",
      "community_name": "Community 392"
    },
    {
      "label": "BUTTON_SIZES",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L204",
      "_origin": "ast",
      "community": 392,
      "norm_label": "button_sizes",
      "id": "remix_app_routes_docs_embed_button_sizes",
      "community_name": "Community 392"
    },
    {
      "label": "LoginButtonPreview()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L209",
      "_origin": "ast",
      "community": 392,
      "norm_label": "loginbuttonpreview()",
      "id": "remix_app_routes_docs_embed_loginbuttonpreview",
      "community_name": "Community 392"
    },
    {
      "label": "DocsEmbed()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L362",
      "_origin": "ast",
      "community": 392,
      "norm_label": "docsembed()",
      "id": "remix_app_routes_docs_embed_docsembed",
      "community_name": "Community 392"
    },
    {
      "label": "embedSections.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embedSections.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 392,
      "norm_label": "embedsections.ts",
      "id": "remix_app_routes_docs_embedsections",
      "community_name": "Community 392"
    },
    {
      "label": "EmbedGuideSection",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embedSections.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 392,
      "norm_label": "embedguidesection",
      "id": "remix_app_routes_docs_embedsections_embedguidesection",
      "community_name": "Community 392"
    },
    {
      "label": "embedGuideSections",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/embedSections.ts",
      "source_location": "L90",
      "_origin": "ast",
      "community": 392,
      "norm_label": "embedguidesections",
      "id": "remix_app_routes_docs_embedsections_embedguidesections",
      "community_name": "Community 392"
    },
    {
      "label": "index.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 316,
      "norm_label": "index.tsx",
      "id": "remix_app_routes_docs_index",
      "community_name": "Community 316"
    },
    {
      "label": "referenceLinks",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 316,
      "norm_label": "referencelinks",
      "id": "remix_app_routes_docs_index_referencelinks",
      "community_name": "Community 316"
    },
    {
      "label": "DocsIndex()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L34",
      "_origin": "ast",
      "community": 316,
      "norm_label": "docsindex()",
      "id": "remix_app_routes_docs_index_docsindex",
      "community_name": "Community 316"
    },
    {
      "label": "schemas.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/schemas.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemas.tsx",
      "id": "remix_app_routes_docs_schemas",
      "community_name": "Community 90"
    },
    {
      "label": "DocsSchemas()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/schemas.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 90,
      "norm_label": "docsschemas()",
      "id": "remix_app_routes_docs_schemas_docsschemas",
      "community_name": "Community 90"
    },
    {
      "label": "useDocsAnchorScroll.ts",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/useDocsAnchorScroll.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 392,
      "norm_label": "usedocsanchorscroll.ts",
      "id": "remix_app_routes_docs_usedocsanchorscroll",
      "community_name": "Community 392"
    },
    {
      "label": "useDocsAnchorScroll()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/useDocsAnchorScroll.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 392,
      "norm_label": "usedocsanchorscroll()",
      "id": "remix_app_routes_docs_usedocsanchorscroll_usedocsanchorscroll",
      "community_name": "Community 392"
    },
    {
      "label": "feed.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/feed.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "feed.tsx",
      "id": "remix_app_routes_feed",
      "community_name": "Community 90"
    },
    {
      "label": "Feed()",
      "file_type": "code",
      "source_file": "remix/app/routes/feed.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 90,
      "norm_label": "feed()",
      "id": "remix_app_routes_feed_feed",
      "community_name": "Community 90"
    },
    {
      "label": "login.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/login.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "login.tsx",
      "id": "remix_app_routes_login",
      "community_name": "Community 90"
    },
    {
      "label": "login()",
      "file_type": "code",
      "source_file": "remix/app/routes/login.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 90,
      "norm_label": "login()",
      "id": "remix_app_routes_login_login",
      "community_name": "Community 90"
    },
    {
      "label": "messages.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/messages.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "messages.tsx",
      "id": "remix_app_routes_messages",
      "community_name": "Community 90"
    },
    {
      "label": "Messages()",
      "file_type": "code",
      "source_file": "remix/app/routes/messages.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 90,
      "norm_label": "messages()",
      "id": "remix_app_routes_messages_messages",
      "community_name": "Community 90"
    },
    {
      "label": "migrations.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migrations.tsx",
      "id": "remix_app_routes_migrations",
      "community_name": "Community 102"
    },
    {
      "label": "MigrationsRoute()",
      "file_type": "code",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migrationsroute()",
      "id": "remix_app_routes_migrations_migrationsroute",
      "community_name": "Community 102"
    },
    {
      "label": "mongodb-status.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "mongodb-status.tsx",
      "id": "remix_app_routes_mongodb_status",
      "community_name": "Community 27"
    },
    {
      "label": "Row()",
      "file_type": "code",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 27,
      "norm_label": "row()",
      "id": "remix_app_routes_mongodb_status_row",
      "community_name": "Community 27"
    },
    {
      "label": "MongoStatusPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 27,
      "norm_label": "mongostatuspage()",
      "id": "remix_app_routes_mongodb_status_mongostatuspage",
      "community_name": "Community 27"
    },
    {
      "label": "ode.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "ode.tsx",
      "id": "remix_app_routes_ode",
      "community_name": "Community 28"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 28,
      "norm_label": "index()",
      "id": "remix_app_routes_ode_index",
      "community_name": "Community 28"
    },
    {
      "label": "post.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 31,
      "norm_label": "post.tsx",
      "id": "remix_app_routes_post",
      "community_name": "Community 31"
    },
    {
      "label": "ThingResponse",
      "file_type": "code",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 31,
      "norm_label": "thingresponse",
      "id": "remix_app_routes_post_thingresponse",
      "community_name": "Community 31"
    },
    {
      "label": "PostPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 31,
      "norm_label": "postpage()",
      "id": "remix_app_routes_post_postpage",
      "community_name": "Community 31"
    },
    {
      "label": "profile.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/profile.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "profile.tsx",
      "id": "remix_app_routes_profile",
      "community_name": "Community 90"
    },
    {
      "label": "Profile()",
      "file_type": "code",
      "source_file": "remix/app/routes/profile.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 90,
      "norm_label": "profile()",
      "id": "remix_app_routes_profile_profile",
      "community_name": "Community 90"
    },
    {
      "label": "rainbow.$.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "rainbow.$.tsx",
      "id": "remix_app_routes_rainbow",
      "community_name": "Community 28"
    },
    {
      "label": "Index()",
      "file_type": "code",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 28,
      "norm_label": "index()",
      "id": "remix_app_routes_rainbow_index",
      "community_name": "Community 28"
    },
    {
      "label": "raw.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "raw.tsx",
      "id": "remix_app_routes_raw",
      "community_name": "Community 90"
    },
    {
      "label": "RawPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 90,
      "norm_label": "rawpage()",
      "id": "remix_app_routes_raw_rawpage",
      "community_name": "Community 90"
    },
    {
      "label": "register.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/register.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "register.tsx",
      "id": "remix_app_routes_register",
      "community_name": "Community 90"
    },
    {
      "label": "register()",
      "file_type": "code",
      "source_file": "remix/app/routes/register.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 90,
      "norm_label": "register()",
      "id": "remix_app_routes_register_register",
      "community_name": "Community 90"
    },
    {
      "label": "schemas.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/schemas.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemas.tsx",
      "id": "remix_app_routes_schemas",
      "community_name": "Community 90"
    },
    {
      "label": "Schemas()",
      "file_type": "code",
      "source_file": "remix/app/routes/schemas.tsx",
      "source_location": "L5",
      "_origin": "ast",
      "community": 90,
      "norm_label": "schemas()",
      "id": "remix_app_routes_schemas_schemas",
      "community_name": "Community 90"
    },
    {
      "label": "search.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/search.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "search.tsx",
      "id": "remix_app_routes_search",
      "community_name": "Community 90"
    },
    {
      "label": "Search()",
      "file_type": "code",
      "source_file": "remix/app/routes/search.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 90,
      "norm_label": "search()",
      "id": "remix_app_routes_search_search",
      "community_name": "Community 90"
    },
    {
      "label": "settings.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/settings.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "settings.tsx",
      "id": "remix_app_routes_settings",
      "community_name": "Community 90"
    },
    {
      "label": "SettingsRoute()",
      "file_type": "code",
      "source_file": "remix/app/routes/settings.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 90,
      "norm_label": "settingsroute()",
      "id": "remix_app_routes_settings_settingsroute",
      "community_name": "Community 90"
    },
    {
      "label": "status.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 641,
      "norm_label": "status.tsx",
      "id": "remix_app_routes_status",
      "community_name": "Community 641"
    },
    {
      "label": "value()",
      "file_type": "code",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L6",
      "_origin": "ast",
      "community": 641,
      "norm_label": "value()",
      "id": "remix_app_routes_status_value",
      "community_name": "Community 641"
    },
    {
      "label": "StatusPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L8",
      "_origin": "ast",
      "community": 641,
      "norm_label": "statuspage()",
      "id": "remix_app_routes_status_statuspage",
      "community_name": "Community 641"
    },
    {
      "label": "tests.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 188,
      "norm_label": "tests.tsx",
      "id": "remix_app_routes_tests",
      "community_name": "Community 188"
    },
    {
      "label": "ResultMap",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L30",
      "_origin": "ast",
      "community": 188,
      "norm_label": "resultmap",
      "id": "remix_app_routes_tests_resultmap",
      "community_name": "Community 188"
    },
    {
      "label": "RunOptions",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 188,
      "norm_label": "runoptions",
      "id": "remix_app_routes_tests_runoptions",
      "community_name": "Community 188"
    },
    {
      "label": "groupLabel()",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L37",
      "_origin": "ast",
      "community": 188,
      "norm_label": "grouplabel()",
      "id": "remix_app_routes_tests_grouplabel",
      "community_name": "Community 188"
    },
    {
      "label": "statusColor()",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 188,
      "norm_label": "statuscolor()",
      "id": "remix_app_routes_tests_statuscolor",
      "community_name": "Community 188"
    },
    {
      "label": "testMatches()",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L45",
      "_origin": "ast",
      "community": 188,
      "norm_label": "testmatches()",
      "id": "remix_app_routes_tests_testmatches",
      "community_name": "Community 188"
    },
    {
      "label": "EmailTestConfig",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L58",
      "_origin": "ast",
      "community": 188,
      "norm_label": "emailtestconfig",
      "id": "remix_app_routes_tests_emailtestconfig",
      "community_name": "Community 188"
    },
    {
      "label": "createApiTestContext()",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 188,
      "norm_label": "createapitestcontext()",
      "id": "remix_app_routes_tests_createapitestcontext",
      "community_name": "Community 188"
    },
    {
      "label": "createPayloadTexts()",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 188,
      "norm_label": "createpayloadtexts()",
      "id": "remix_app_routes_tests_createpayloadtexts",
      "community_name": "Community 188"
    },
    {
      "label": "createPayloadParseResult()",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L73",
      "_origin": "ast",
      "community": 188,
      "norm_label": "createpayloadparseresult()",
      "id": "remix_app_routes_tests_createpayloadparseresult",
      "community_name": "Community 188"
    },
    {
      "label": "TestsPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L82",
      "_origin": "ast",
      "community": 188,
      "norm_label": "testspage()",
      "id": "remix_app_routes_tests_testspage",
      "community_name": "Community 188"
    },
    {
      "label": "themes.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/themes.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 259,
      "norm_label": "themes.tsx",
      "id": "remix_app_routes_themes",
      "community_name": "Community 259"
    },
    {
      "label": "Themes()",
      "file_type": "code",
      "source_file": "remix/app/routes/themes.tsx",
      "source_location": "L7",
      "_origin": "ast",
      "community": 259,
      "norm_label": "themes()",
      "id": "remix_app_routes_themes_themes",
      "community_name": "Community 259"
    },
    {
      "label": "thing.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "thing.tsx",
      "id": "remix_app_routes_thing",
      "community_name": "Community 102"
    },
    {
      "label": "MigrationDiagnostic",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L19",
      "_origin": "ast",
      "community": 102,
      "norm_label": "migrationdiagnostic",
      "id": "remix_app_routes_thing_migrationdiagnostic",
      "community_name": "Community 102"
    },
    {
      "label": "ThingViewData",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L33",
      "_origin": "ast",
      "community": 102,
      "norm_label": "thingviewdata",
      "id": "remix_app_routes_thing_thingviewdata",
      "community_name": "Community 102"
    },
    {
      "label": "ThingLoadState",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 102,
      "norm_label": "thingloadstate",
      "id": "remix_app_routes_thing_thingloadstate",
      "community_name": "Community 102"
    },
    {
      "label": "diagnosticFromResponse()",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 102,
      "norm_label": "diagnosticfromresponse()",
      "id": "remix_app_routes_thing_diagnosticfromresponse",
      "community_name": "Community 102"
    },
    {
      "label": "thingFromResponse()",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L82",
      "_origin": "ast",
      "community": 102,
      "norm_label": "thingfromresponse()",
      "id": "remix_app_routes_thing_thingfromresponse",
      "community_name": "Community 102"
    },
    {
      "label": "readableDate()",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L90",
      "_origin": "ast",
      "community": 102,
      "norm_label": "readabledate()",
      "id": "remix_app_routes_thing_readabledate",
      "community_name": "Community 102"
    },
    {
      "label": "ThingPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L98",
      "_origin": "ast",
      "community": 102,
      "norm_label": "thingpage()",
      "id": "remix_app_routes_thing_thingpage",
      "community_name": "Community 102"
    },
    {
      "label": "things.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/things.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "things.tsx",
      "id": "remix_app_routes_things",
      "community_name": "Community 90"
    },
    {
      "label": "Things()",
      "file_type": "code",
      "source_file": "remix/app/routes/things.tsx",
      "source_location": "L3",
      "_origin": "ast",
      "community": 90,
      "norm_label": "things()",
      "id": "remix_app_routes_things_things",
      "community_name": "Community 90"
    },
    {
      "label": "vercel.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 376,
      "norm_label": "vercel.tsx",
      "id": "remix_app_routes_vercel",
      "community_name": "Community 376"
    },
    {
      "label": "DeploymentSort",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L26",
      "_origin": "ast",
      "community": 376,
      "norm_label": "deploymentsort",
      "id": "remix_app_routes_vercel_deploymentsort",
      "community_name": "Community 376"
    },
    {
      "label": "DeploymentState",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L27",
      "_origin": "ast",
      "community": 376,
      "norm_label": "deploymentstate",
      "id": "remix_app_routes_vercel_deploymentstate",
      "community_name": "Community 376"
    },
    {
      "label": "STATUS_OPTIONS",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L29",
      "_origin": "ast",
      "community": 376,
      "norm_label": "status_options",
      "id": "remix_app_routes_vercel_status_options",
      "community_name": "Community 376"
    },
    {
      "label": "SORT_OPTIONS",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L39",
      "_origin": "ast",
      "community": 376,
      "norm_label": "sort_options",
      "id": "remix_app_routes_vercel_sort_options",
      "community_name": "Community 376"
    },
    {
      "label": "BRANCH_LIMIT_OPTIONS",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L47",
      "_origin": "ast",
      "community": 376,
      "norm_label": "branch_limit_options",
      "id": "remix_app_routes_vercel_branch_limit_options",
      "community_name": "Community 376"
    },
    {
      "label": "statusScheme()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L56",
      "_origin": "ast",
      "community": 376,
      "norm_label": "statusscheme()",
      "id": "remix_app_routes_vercel_statusscheme",
      "community_name": "Community 376"
    },
    {
      "label": "statusDot()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L63",
      "_origin": "ast",
      "community": 376,
      "norm_label": "statusdot()",
      "id": "remix_app_routes_vercel_statusdot",
      "community_name": "Community 376"
    },
    {
      "label": "shortCommit()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L72",
      "_origin": "ast",
      "community": 376,
      "norm_label": "shortcommit()",
      "id": "remix_app_routes_vercel_shortcommit",
      "community_name": "Community 376"
    },
    {
      "label": "dateLabel()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L74",
      "_origin": "ast",
      "community": 376,
      "norm_label": "datelabel()",
      "id": "remix_app_routes_vercel_datelabel",
      "community_name": "Community 376"
    },
    {
      "label": "timestampMs()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L79",
      "_origin": "ast",
      "community": 376,
      "norm_label": "timestampms()",
      "id": "remix_app_routes_vercel_timestampms",
      "community_name": "Community 376"
    },
    {
      "label": "stateRank",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L86",
      "_origin": "ast",
      "community": 376,
      "norm_label": "staterank",
      "id": "remix_app_routes_vercel_staterank",
      "community_name": "Community 376"
    },
    {
      "label": "statusLabel()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L98",
      "_origin": "ast",
      "community": 376,
      "norm_label": "statuslabel()",
      "id": "remix_app_routes_vercel_statuslabel",
      "community_name": "Community 376"
    },
    {
      "label": "buildStatusOptions()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L102",
      "_origin": "ast",
      "community": 376,
      "norm_label": "buildstatusoptions()",
      "id": "remix_app_routes_vercel_buildstatusoptions",
      "community_name": "Community 376"
    },
    {
      "label": "buildDefaultSelectedStates()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L119",
      "_origin": "ast",
      "community": 376,
      "norm_label": "builddefaultselectedstates()",
      "id": "remix_app_routes_vercel_builddefaultselectedstates",
      "community_name": "Community 376"
    },
    {
      "label": "matchesSearch()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L127",
      "_origin": "ast",
      "community": 376,
      "norm_label": "matchessearch()",
      "id": "remix_app_routes_vercel_matchessearch",
      "community_name": "Community 376"
    },
    {
      "label": "sortDeployments()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L143",
      "_origin": "ast",
      "community": 376,
      "norm_label": "sortdeployments()",
      "id": "remix_app_routes_vercel_sortdeployments",
      "community_name": "Community 376"
    },
    {
      "label": "DeploymentRow()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L165",
      "_origin": "ast",
      "community": 376,
      "norm_label": "deploymentrow()",
      "id": "remix_app_routes_vercel_deploymentrow",
      "community_name": "Community 376"
    },
    {
      "label": "VercelPage()",
      "file_type": "code",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L297",
      "_origin": "ast",
      "community": 376,
      "norm_label": "vercelpage()",
      "id": "remix_app_routes_vercel_vercelpage",
      "community_name": "Community 376"
    },
    {
      "label": "verify-email.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "verify-email.tsx",
      "id": "remix_app_routes_verify_email",
      "community_name": "Community 27"
    },
    {
      "label": "inputSx",
      "file_type": "code",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 27,
      "norm_label": "inputsx",
      "id": "remix_app_routes_verify_email_inputsx",
      "community_name": "Community 27"
    },
    {
      "label": "COPY",
      "file_type": "code",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L28",
      "_origin": "ast",
      "community": 27,
      "norm_label": "copy",
      "id": "remix_app_routes_verify_email_copy",
      "community_name": "Community 27"
    },
    {
      "label": "VerifyEmail()",
      "file_type": "code",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L67",
      "_origin": "ast",
      "community": 27,
      "norm_label": "verifyemail()",
      "id": "remix_app_routes_verify_email_verifyemail",
      "community_name": "Community 27"
    },
    {
      "label": "welcome.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "welcome.tsx",
      "id": "remix_app_routes_welcome",
      "community_name": "Community 27"
    },
    {
      "label": "Welcome()",
      "file_type": "code",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L9",
      "_origin": "ast",
      "community": 27,
      "norm_label": "welcome()",
      "id": "remix_app_routes_welcome_welcome",
      "community_name": "Community 27"
    },
    {
      "label": "builtinSchemaProjection.test.ts",
      "file_type": "code",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 37,
      "norm_label": "builtinschemaprojection.test.ts",
      "id": "remix_app_schemas_builtinschemaprojection_test",
      "community_name": "Community 37"
    },
    {
      "label": "crystalSchemas",
      "file_type": "code",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 37,
      "norm_label": "crystalschemas",
      "id": "remix_app_schemas_builtinschemaprojection_test_crystalschemas",
      "community_name": "Community 37"
    },
    {
      "label": "fieldNames()",
      "file_type": "code",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 37,
      "norm_label": "fieldnames()",
      "id": "remix_app_schemas_builtinschemaprojection_test_fieldnames",
      "community_name": "Community 37"
    },
    {
      "label": "EXPECTED_PROJECTED_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 37,
      "norm_label": "expected_projected_fields",
      "id": "remix_app_schemas_builtinschemaprojection_test_expected_projected_fields",
      "community_name": "Community 37"
    },
    {
      "label": "registry.ts",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 37,
      "norm_label": "registry.ts",
      "id": "remix_app_schemas_registry",
      "community_name": "Community 37"
    },
    {
      "label": "ThingtimeFieldType",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L30",
      "_origin": "ast",
      "community": 37,
      "norm_label": "thingtimefieldtype",
      "id": "remix_app_schemas_registry_thingtimefieldtype",
      "community_name": "Community 37"
    },
    {
      "label": "ThingtimeSchemaField",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L32",
      "_origin": "ast",
      "community": 90,
      "norm_label": "thingtimeschemafield",
      "id": "remix_app_schemas_registry_thingtimeschemafield",
      "community_name": "Community 90"
    },
    {
      "label": "ThingtimeSchemaKind",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L58",
      "_origin": "ast",
      "community": 90,
      "norm_label": "thingtimeschemakind",
      "id": "remix_app_schemas_registry_thingtimeschemakind",
      "community_name": "Community 90"
    },
    {
      "label": "ThingtimeSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 90,
      "norm_label": "thingtimeschema",
      "id": "remix_app_schemas_registry_thingtimeschema",
      "community_name": "Community 90"
    },
    {
      "label": "THING_VISIBILITIES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L79",
      "_origin": "ast",
      "community": 37,
      "norm_label": "thing_visibilities",
      "id": "remix_app_schemas_registry_thing_visibilities",
      "community_name": "Community 37"
    },
    {
      "label": "ThingVisibility",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L80",
      "_origin": "ast",
      "community": 26,
      "norm_label": "thingvisibility",
      "id": "remix_app_schemas_registry_thingvisibility",
      "community_name": "Community 26"
    },
    {
      "label": "CI_CONTROL_THINGTIME",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L89",
      "_origin": "ast",
      "community": 37,
      "norm_label": "ci_control_thingtime",
      "id": "remix_app_schemas_registry_ci_control_thingtime",
      "community_name": "Community 37"
    },
    {
      "label": "LEGACY_VISIBILITY_ACLS",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L147",
      "_origin": "ast",
      "community": 37,
      "norm_label": "legacy_visibility_acls",
      "id": "remix_app_schemas_registry_legacy_visibility_acls",
      "community_name": "Community 37"
    },
    {
      "label": "aclFromVisibility()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L155",
      "_origin": "ast",
      "community": 26,
      "norm_label": "aclfromvisibility()",
      "id": "remix_app_schemas_registry_aclfromvisibility",
      "community_name": "Community 26"
    },
    {
      "label": "visibilityFromAcl()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L158",
      "_origin": "ast",
      "community": 37,
      "norm_label": "visibilityfromacl()",
      "id": "remix_app_schemas_registry_visibilityfromacl",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeAcl()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L166",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeacl()",
      "id": "remix_app_schemas_registry_sanitizeacl",
      "community_name": "Community 37"
    },
    {
      "label": "AclViewer",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L190",
      "_origin": "ast",
      "community": 91,
      "norm_label": "aclviewer",
      "id": "remix_app_schemas_registry_aclviewer",
      "community_name": "Community 91"
    },
    {
      "label": "aclSpecificity()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L192",
      "_origin": "ast",
      "community": 26,
      "norm_label": "aclspecificity()",
      "id": "remix_app_schemas_registry_aclspecificity",
      "community_name": "Community 26"
    },
    {
      "label": "aclEntryMatches()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L199",
      "_origin": "ast",
      "community": 26,
      "norm_label": "aclentrymatches()",
      "id": "remix_app_schemas_registry_aclentrymatches",
      "community_name": "Community 26"
    },
    {
      "label": "aclAllows()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L218",
      "_origin": "ast",
      "community": 26,
      "norm_label": "aclallows()",
      "id": "remix_app_schemas_registry_aclallows",
      "community_name": "Community 26"
    },
    {
      "label": "REACTION_EMOJIS",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L239",
      "_origin": "ast",
      "community": 37,
      "norm_label": "reaction_emojis",
      "id": "remix_app_schemas_registry_reaction_emojis",
      "community_name": "Community 37"
    },
    {
      "label": "POST_TYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L240",
      "_origin": "ast",
      "community": 37,
      "norm_label": "post_types",
      "id": "remix_app_schemas_registry_post_types",
      "community_name": "Community 37"
    },
    {
      "label": "MARKETPLACE_CATEGORIES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L241",
      "_origin": "ast",
      "community": 37,
      "norm_label": "marketplace_categories",
      "id": "remix_app_schemas_registry_marketplace_categories",
      "community_name": "Community 37"
    },
    {
      "label": "COLLECTION_SCHEMA_VERSIONS",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L328",
      "_origin": "ast",
      "community": 30,
      "norm_label": "collection_schema_versions",
      "id": "remix_app_schemas_registry_collection_schema_versions",
      "community_name": "Community 30"
    },
    {
      "label": "rootThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L359",
      "_origin": "ast",
      "community": 37,
      "norm_label": "rootthingschema",
      "id": "remix_app_schemas_registry_rootthingschema",
      "community_name": "Community 37"
    },
    {
      "label": "postSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L591",
      "_origin": "ast",
      "community": 37,
      "norm_label": "postschema",
      "id": "remix_app_schemas_registry_postschema",
      "community_name": "Community 37"
    },
    {
      "label": "attachmentSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L654",
      "_origin": "ast",
      "community": 37,
      "norm_label": "attachmentschema",
      "id": "remix_app_schemas_registry_attachmentschema",
      "community_name": "Community 37"
    },
    {
      "label": "commentSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L702",
      "_origin": "ast",
      "community": 37,
      "norm_label": "commentschema",
      "id": "remix_app_schemas_registry_commentschema",
      "community_name": "Community 37"
    },
    {
      "label": "reactionSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L721",
      "_origin": "ast",
      "community": 37,
      "norm_label": "reactionschema",
      "id": "remix_app_schemas_registry_reactionschema",
      "community_name": "Community 37"
    },
    {
      "label": "shareSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L750",
      "_origin": "ast",
      "community": 37,
      "norm_label": "shareschema",
      "id": "remix_app_schemas_registry_shareschema",
      "community_name": "Community 37"
    },
    {
      "label": "dataSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L794",
      "_origin": "ast",
      "community": 37,
      "norm_label": "dataschema",
      "id": "remix_app_schemas_registry_dataschema",
      "community_name": "Community 37"
    },
    {
      "label": "SCHEMA_FIELD_TYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L861",
      "_origin": "ast",
      "community": 37,
      "norm_label": "schema_field_types",
      "id": "remix_app_schemas_registry_schema_field_types",
      "community_name": "Community 37"
    },
    {
      "label": "SchemaFieldType",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L862",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemafieldtype",
      "id": "remix_app_schemas_registry_schemafieldtype",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaItemSpec",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L865",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemaitemspec",
      "id": "remix_app_schemas_registry_schemaitemspec",
      "community_name": "Community 82"
    },
    {
      "label": "SchemaThingField",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L867",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemathingfield",
      "id": "remix_app_schemas_registry_schemathingfield",
      "community_name": "Community 82"
    },
    {
      "label": "schemaThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L883",
      "_origin": "ast",
      "community": 37,
      "norm_label": "schemathingschema",
      "id": "remix_app_schemas_registry_schemathingschema",
      "community_name": "Community 37"
    },
    {
      "label": "saveThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L961",
      "_origin": "ast",
      "community": 37,
      "norm_label": "savethingschema",
      "id": "remix_app_schemas_registry_savethingschema",
      "community_name": "Community 37"
    },
    {
      "label": "subscriptionSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L979",
      "_origin": "ast",
      "community": 37,
      "norm_label": "subscriptionschema",
      "id": "remix_app_schemas_registry_subscriptionschema",
      "community_name": "Community 37"
    },
    {
      "label": "subscriptionTierSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1055",
      "_origin": "ast",
      "community": 37,
      "norm_label": "subscriptiontierschema",
      "id": "remix_app_schemas_registry_subscriptiontierschema",
      "community_name": "Community 37"
    },
    {
      "label": "appStorageLedgerSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1126",
      "_origin": "ast",
      "community": 37,
      "norm_label": "appstorageledgerschema",
      "id": "remix_app_schemas_registry_appstorageledgerschema",
      "community_name": "Community 37"
    },
    {
      "label": "serviceQuotaSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1154",
      "_origin": "ast",
      "community": 37,
      "norm_label": "servicequotaschema",
      "id": "remix_app_schemas_registry_servicequotaschema",
      "community_name": "Community 37"
    },
    {
      "label": "migrationDiagnosticSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1194",
      "_origin": "ast",
      "community": 37,
      "norm_label": "migrationdiagnosticschema",
      "id": "remix_app_schemas_registry_migrationdiagnosticschema",
      "community_name": "Community 37"
    },
    {
      "label": "ciEntitySchema()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1232",
      "_origin": "ast",
      "community": 37,
      "norm_label": "cientityschema()",
      "id": "remix_app_schemas_registry_cientityschema",
      "community_name": "Community 37"
    },
    {
      "label": "ciControlSchemas",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1267",
      "_origin": "ast",
      "community": 37,
      "norm_label": "cicontrolschemas",
      "id": "remix_app_schemas_registry_cicontrolschemas",
      "community_name": "Community 37"
    },
    {
      "label": "accountLinkSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1316",
      "_origin": "ast",
      "community": 37,
      "norm_label": "accountlinkschema",
      "id": "remix_app_schemas_registry_accountlinkschema",
      "community_name": "Community 37"
    },
    {
      "label": "followThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1353",
      "_origin": "ast",
      "community": 37,
      "norm_label": "followthingschema",
      "id": "remix_app_schemas_registry_followthingschema",
      "community_name": "Community 37"
    },
    {
      "label": "friendThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1375",
      "_origin": "ast",
      "community": 37,
      "norm_label": "friendthingschema",
      "id": "remix_app_schemas_registry_friendthingschema",
      "community_name": "Community 37"
    },
    {
      "label": "NOTIFICATION_TYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1400",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notification_types",
      "id": "remix_app_schemas_registry_notification_types",
      "community_name": "Community 40"
    },
    {
      "label": "NotificationType",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1412",
      "_origin": "ast",
      "community": 40,
      "norm_label": "notificationtype",
      "id": "remix_app_schemas_registry_notificationtype",
      "community_name": "Community 40"
    },
    {
      "label": "EMAIL_ONLY_NOTIFICATION_TYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1416",
      "_origin": "ast",
      "community": 37,
      "norm_label": "email_only_notification_types",
      "id": "remix_app_schemas_registry_email_only_notification_types",
      "community_name": "Community 37"
    },
    {
      "label": "EMAIL_NOTIFICATION_TYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1417",
      "_origin": "ast",
      "community": 40,
      "norm_label": "email_notification_types",
      "id": "remix_app_schemas_registry_email_notification_types",
      "community_name": "Community 40"
    },
    {
      "label": "EmailNotificationType",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1418",
      "_origin": "ast",
      "community": 37,
      "norm_label": "emailnotificationtype",
      "id": "remix_app_schemas_registry_emailnotificationtype",
      "community_name": "Community 37"
    },
    {
      "label": "EMAIL_DEFAULT_OFF_TYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1422",
      "_origin": "ast",
      "community": 40,
      "norm_label": "email_default_off_types",
      "id": "remix_app_schemas_registry_email_default_off_types",
      "community_name": "Community 40"
    },
    {
      "label": "NotificationChannelMasters",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1424",
      "_origin": "ast",
      "community": 37,
      "norm_label": "notificationchannelmasters",
      "id": "remix_app_schemas_registry_notificationchannelmasters",
      "community_name": "Community 37"
    },
    {
      "label": "NormalizedNotificationPrefs",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1425",
      "_origin": "ast",
      "community": 37,
      "norm_label": "normalizednotificationprefs",
      "id": "remix_app_schemas_registry_normalizednotificationprefs",
      "community_name": "Community 37"
    },
    {
      "label": "normalizeNotificationPrefs()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1440",
      "_origin": "ast",
      "community": 40,
      "norm_label": "normalizenotificationprefs()",
      "id": "remix_app_schemas_registry_normalizenotificationprefs",
      "community_name": "Community 40"
    },
    {
      "label": "notificationThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1458",
      "_origin": "ast",
      "community": 37,
      "norm_label": "notificationthingschema",
      "id": "remix_app_schemas_registry_notificationthingschema",
      "community_name": "Community 37"
    },
    {
      "label": "folderSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1495",
      "_origin": "ast",
      "community": 37,
      "norm_label": "folderschema",
      "id": "remix_app_schemas_registry_folderschema",
      "community_name": "Community 37"
    },
    {
      "label": "sessionSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1517",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sessionschema",
      "id": "remix_app_schemas_registry_sessionschema",
      "community_name": "Community 37"
    },
    {
      "label": "emailVerificationSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1545",
      "_origin": "ast",
      "community": 37,
      "norm_label": "emailverificationschema",
      "id": "remix_app_schemas_registry_emailverificationschema",
      "community_name": "Community 37"
    },
    {
      "label": "passwordResetSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1565",
      "_origin": "ast",
      "community": 37,
      "norm_label": "passwordresetschema",
      "id": "remix_app_schemas_registry_passwordresetschema",
      "community_name": "Community 37"
    },
    {
      "label": "authOtpSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1588",
      "_origin": "ast",
      "community": 37,
      "norm_label": "authotpschema",
      "id": "remix_app_schemas_registry_authotpschema",
      "community_name": "Community 37"
    },
    {
      "label": "emailMessageSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1613",
      "_origin": "ast",
      "community": 37,
      "norm_label": "emailmessageschema",
      "id": "remix_app_schemas_registry_emailmessageschema",
      "community_name": "Community 37"
    },
    {
      "label": "rateLimitSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1675",
      "_origin": "ast",
      "community": 37,
      "norm_label": "ratelimitschema",
      "id": "remix_app_schemas_registry_ratelimitschema",
      "community_name": "Community 37"
    },
    {
      "label": "appSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1695",
      "_origin": "ast",
      "community": 37,
      "norm_label": "appschema",
      "id": "remix_app_schemas_registry_appschema",
      "community_name": "Community 37"
    },
    {
      "label": "appDataSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1770",
      "_origin": "ast",
      "community": 37,
      "norm_label": "appdataschema",
      "id": "remix_app_schemas_registry_appdataschema",
      "community_name": "Community 37"
    },
    {
      "label": "communitySchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1808",
      "_origin": "ast",
      "community": 37,
      "norm_label": "communityschema",
      "id": "remix_app_schemas_registry_communityschema",
      "community_name": "Community 37"
    },
    {
      "label": "communityMemberSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1828",
      "_origin": "ast",
      "community": 37,
      "norm_label": "communitymemberschema",
      "id": "remix_app_schemas_registry_communitymemberschema",
      "community_name": "Community 37"
    },
    {
      "label": "communityInviteSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1847",
      "_origin": "ast",
      "community": 37,
      "norm_label": "communityinviteschema",
      "id": "remix_app_schemas_registry_communityinviteschema",
      "community_name": "Community 37"
    },
    {
      "label": "chatSectionSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1869",
      "_origin": "ast",
      "community": 37,
      "norm_label": "chatsectionschema",
      "id": "remix_app_schemas_registry_chatsectionschema",
      "community_name": "Community 37"
    },
    {
      "label": "chatSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1885",
      "_origin": "ast",
      "community": 37,
      "norm_label": "chatschema",
      "id": "remix_app_schemas_registry_chatschema",
      "community_name": "Community 37"
    },
    {
      "label": "chatMemberSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1923",
      "_origin": "ast",
      "community": 37,
      "norm_label": "chatmemberschema",
      "id": "remix_app_schemas_registry_chatmemberschema",
      "community_name": "Community 37"
    },
    {
      "label": "chatMessageSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1956",
      "_origin": "ast",
      "community": 37,
      "norm_label": "chatmessageschema",
      "id": "remix_app_schemas_registry_chatmessageschema",
      "community_name": "Community 37"
    },
    {
      "label": "customEmojiSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1995",
      "_origin": "ast",
      "community": 37,
      "norm_label": "customemojischema",
      "id": "remix_app_schemas_registry_customemojischema",
      "community_name": "Community 37"
    },
    {
      "label": "followSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2019",
      "_origin": "ast",
      "community": 37,
      "norm_label": "followschema",
      "id": "remix_app_schemas_registry_followschema",
      "community_name": "Community 37"
    },
    {
      "label": "PROTECTED_THINGTIME",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2060",
      "_origin": "ast",
      "community": 37,
      "norm_label": "protected_thingtime",
      "id": "remix_app_schemas_registry_protected_thingtime",
      "community_name": "Community 37"
    },
    {
      "label": "isProtectedThingtime()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2078",
      "_origin": "ast",
      "community": 37,
      "norm_label": "isprotectedthingtime()",
      "id": "remix_app_schemas_registry_isprotectedthingtime",
      "community_name": "Community 37"
    },
    {
      "label": "MESSENGER_THINGTIME",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2084",
      "_origin": "ast",
      "community": 47,
      "norm_label": "messenger_thingtime",
      "id": "remix_app_schemas_registry_messenger_thingtime",
      "community_name": "Community 47"
    },
    {
      "label": "userThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2096",
      "_origin": "ast",
      "community": 37,
      "norm_label": "userthingschema",
      "id": "remix_app_schemas_registry_userthingschema",
      "community_name": "Community 37"
    },
    {
      "label": "themeThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2125",
      "_origin": "ast",
      "community": 37,
      "norm_label": "themethingschema",
      "id": "remix_app_schemas_registry_themethingschema",
      "community_name": "Community 37"
    },
    {
      "label": "feedAlgorithmThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2146",
      "_origin": "ast",
      "community": 37,
      "norm_label": "feedalgorithmthingschema",
      "id": "remix_app_schemas_registry_feedalgorithmthingschema",
      "community_name": "Community 37"
    },
    {
      "label": "waitlistThingSchema",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2175",
      "_origin": "ast",
      "community": 37,
      "norm_label": "waitlistthingschema",
      "id": "remix_app_schemas_registry_waitlistthingschema",
      "community_name": "Community 37"
    },
    {
      "label": "thingtimeSchemas",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2193",
      "_origin": "ast",
      "community": 90,
      "norm_label": "thingtimeschemas",
      "id": "remix_app_schemas_registry_thingtimeschemas",
      "community_name": "Community 90"
    },
    {
      "label": "getThingtimeSchema()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2244",
      "_origin": "ast",
      "community": 37,
      "norm_label": "getthingtimeschema()",
      "id": "remix_app_schemas_registry_getthingtimeschema",
      "community_name": "Community 37"
    },
    {
      "label": "crystalSchemas()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2246",
      "_origin": "ast",
      "community": 82,
      "norm_label": "crystalschemas()",
      "id": "remix_app_schemas_registry_crystalschemas",
      "community_name": "Community 82"
    },
    {
      "label": "Fail",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2252",
      "_origin": "ast",
      "community": 37,
      "norm_label": "fail",
      "id": "remix_app_schemas_registry_fail",
      "community_name": "Community 37"
    },
    {
      "label": "isFail()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2254",
      "_origin": "ast",
      "community": 37,
      "norm_label": "isfail()",
      "id": "remix_app_schemas_registry_isfail",
      "community_name": "Community 37"
    },
    {
      "label": "isHttpUrl()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2257",
      "_origin": "ast",
      "community": 37,
      "norm_label": "ishttpurl()",
      "id": "remix_app_schemas_registry_ishttpurl",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeAttachmentCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2267",
      "_origin": "ast",
      "community": 26,
      "norm_label": "sanitizeattachmentcrystal()",
      "id": "remix_app_schemas_registry_sanitizeattachmentcrystal",
      "community_name": "Community 26"
    },
    {
      "label": "ThingtimeCrystalValidationOptions",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2273",
      "_origin": "ast",
      "community": 37,
      "norm_label": "thingtimecrystalvalidationoptions",
      "id": "remix_app_schemas_registry_thingtimecrystalvalidationoptions",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizePostCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2280",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizepostcrystal()",
      "id": "remix_app_schemas_registry_sanitizepostcrystal",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeCommentCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2368",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizecommentcrystal()",
      "id": "remix_app_schemas_registry_sanitizecommentcrystal",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeReactionCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2379",
      "_origin": "ast",
      "community": 25,
      "norm_label": "sanitizereactioncrystal()",
      "id": "remix_app_schemas_registry_sanitizereactioncrystal",
      "community_name": "Community 25"
    },
    {
      "label": "SEARCHABLE_ROOT_FIELDS",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2395",
      "_origin": "ast",
      "community": 83,
      "norm_label": "searchable_root_fields",
      "id": "remix_app_schemas_registry_searchable_root_fields",
      "community_name": "Community 83"
    },
    {
      "label": "SEARCH_DATATYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2398",
      "_origin": "ast",
      "community": 83,
      "norm_label": "search_datatypes",
      "id": "remix_app_schemas_registry_search_datatypes",
      "community_name": "Community 83"
    },
    {
      "label": "PROTOTYPE_POLLUTION_KEYS",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2408",
      "_origin": "ast",
      "community": 37,
      "norm_label": "prototype_pollution_keys",
      "id": "remix_app_schemas_registry_prototype_pollution_keys",
      "community_name": "Community 37"
    },
    {
      "label": "DataWalkItem",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2415",
      "_origin": "ast",
      "community": 37,
      "norm_label": "datawalkitem",
      "id": "remix_app_schemas_registry_datawalkitem",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeDataValue()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2423",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizedatavalue()",
      "id": "remix_app_schemas_registry_sanitizedatavalue",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeDataCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2522",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizedatacrystal()",
      "id": "remix_app_schemas_registry_sanitizedatacrystal",
      "community_name": "Community 37"
    },
    {
      "label": "checkExtendedKeys()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2545",
      "_origin": "ast",
      "community": 37,
      "norm_label": "checkextendedkeys()",
      "id": "remix_app_schemas_registry_checkextendedkeys",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeExtended()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2580",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeextended()",
      "id": "remix_app_schemas_registry_sanitizeextended",
      "community_name": "Community 37"
    },
    {
      "label": "SCHEMA_RESERVED_TOP_LEVEL_FIELD_NAMES",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2625",
      "_origin": "ast",
      "community": 37,
      "norm_label": "schema_reserved_top_level_field_names",
      "id": "remix_app_schemas_registry_schema_reserved_top_level_field_names",
      "community_name": "Community 37"
    },
    {
      "label": "projectBuiltinField()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2648",
      "_origin": "ast",
      "community": 37,
      "norm_label": "projectbuiltinfield()",
      "id": "remix_app_schemas_registry_projectbuiltinfield",
      "community_name": "Community 37"
    },
    {
      "label": "projectBuiltinSchemaCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2678",
      "_origin": "ast",
      "community": 37,
      "norm_label": "projectbuiltinschemacrystal()",
      "id": "remix_app_schemas_registry_projectbuiltinschemacrystal",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeCountConstraint()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2685",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizecountconstraint()",
      "id": "remix_app_schemas_registry_sanitizecountconstraint",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeSchemaField()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2697",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeschemafield()",
      "id": "remix_app_schemas_registry_sanitizeschemafield",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeSchemaFieldList()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2811",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeschemafieldlist()",
      "id": "remix_app_schemas_registry_sanitizeschemafieldlist",
      "community_name": "Community 37"
    },
    {
      "label": "checkSchemaRenderTree()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2847",
      "_origin": "ast",
      "community": 37,
      "norm_label": "checkschemarendertree()",
      "id": "remix_app_schemas_registry_checkschemarendertree",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeSchemaRender()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2874",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeschemarender()",
      "id": "remix_app_schemas_registry_sanitizeschemarender",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeSchemaCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2906",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeschemacrystal()",
      "id": "remix_app_schemas_registry_sanitizeschemacrystal",
      "community_name": "Community 37"
    },
    {
      "label": "SchemaValueIssue",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2943",
      "_origin": "ast",
      "community": 37,
      "norm_label": "schemavalueissue",
      "id": "remix_app_schemas_registry_schemavalueissue",
      "community_name": "Community 37"
    },
    {
      "label": "valueAtPath()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2945",
      "_origin": "ast",
      "community": 37,
      "norm_label": "valueatpath()",
      "id": "remix_app_schemas_registry_valueatpath",
      "community_name": "Community 37"
    },
    {
      "label": "checkSchemaValue()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2954",
      "_origin": "ast",
      "community": 37,
      "norm_label": "checkschemavalue()",
      "id": "remix_app_schemas_registry_checkschemavalue",
      "community_name": "Community 37"
    },
    {
      "label": "validateValueAgainstFields()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3043",
      "_origin": "ast",
      "community": 37,
      "norm_label": "validatevalueagainstfields()",
      "id": "remix_app_schemas_registry_validatevalueagainstfields",
      "community_name": "Community 37"
    },
    {
      "label": "boundedString()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3063",
      "_origin": "ast",
      "community": 37,
      "norm_label": "boundedstring()",
      "id": "remix_app_schemas_registry_boundedstring",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeUserCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3065",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizeusercrystal()",
      "id": "remix_app_schemas_registry_sanitizeusercrystal",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeThemeCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3081",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizethemecrystal()",
      "id": "remix_app_schemas_registry_sanitizethemecrystal",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeFeedAlgorithmCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3090",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizefeedalgorithmcrystal()",
      "id": "remix_app_schemas_registry_sanitizefeedalgorithmcrystal",
      "community_name": "Community 37"
    },
    {
      "label": "sanitizeFolderCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3111",
      "_origin": "ast",
      "community": 37,
      "norm_label": "sanitizefoldercrystal()",
      "id": "remix_app_schemas_registry_sanitizefoldercrystal",
      "community_name": "Community 37"
    },
    {
      "label": "crystalSanitizers",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3131",
      "_origin": "ast",
      "community": 37,
      "norm_label": "crystalsanitizers",
      "id": "remix_app_schemas_registry_crystalsanitizers",
      "community_name": "Community 37"
    },
    {
      "label": "ValidatedCrystal",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3154",
      "_origin": "ast",
      "community": 37,
      "norm_label": "validatedcrystal",
      "id": "remix_app_schemas_registry_validatedcrystal",
      "community_name": "Community 37"
    },
    {
      "label": "validateThingtimeCrystal()",
      "file_type": "code",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3166",
      "_origin": "ast",
      "community": 37,
      "norm_label": "validatethingtimecrystal()",
      "id": "remix_app_schemas_registry_validatethingtimecrystal",
      "community_name": "Community 37"
    },
    {
      "label": "tools.ts",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "tools.ts",
      "id": "remix_app_schemas_tools",
      "community_name": "Community 82"
    },
    {
      "label": "FlatSchemaField",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L7",
      "_origin": "ast",
      "community": 82,
      "norm_label": "flatschemafield",
      "id": "remix_app_schemas_tools_flatschemafield",
      "community_name": "Community 82"
    },
    {
      "label": "SEARCHABLE_LEAF_TYPES",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 82,
      "norm_label": "searchable_leaf_types",
      "id": "remix_app_schemas_tools_searchable_leaf_types",
      "community_name": "Community 82"
    },
    {
      "label": "walkSchemaFields()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 82,
      "norm_label": "walkschemafields()",
      "id": "remix_app_schemas_tools_walkschemafields",
      "community_name": "Community 82"
    },
    {
      "label": "flattenSchemaFields()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 82,
      "norm_label": "flattenschemafields()",
      "id": "remix_app_schemas_tools_flattenschemafields",
      "community_name": "Community 82"
    },
    {
      "label": "flattenSchemaFieldsForDisplay()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L97",
      "_origin": "ast",
      "community": 82,
      "norm_label": "flattenschemafieldsfordisplay()",
      "id": "remix_app_schemas_tools_flattenschemafieldsfordisplay",
      "community_name": "Community 82"
    },
    {
      "label": "describeSchemaField()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L106",
      "_origin": "ast",
      "community": 82,
      "norm_label": "describeschemafield()",
      "id": "remix_app_schemas_tools_describeschemafield",
      "community_name": "Community 82"
    },
    {
      "label": "sampleScalar()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L150",
      "_origin": "ast",
      "community": 82,
      "norm_label": "samplescalar()",
      "id": "remix_app_schemas_tools_samplescalar",
      "community_name": "Community 82"
    },
    {
      "label": "sampleForField()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L173",
      "_origin": "ast",
      "community": 82,
      "norm_label": "sampleforfield()",
      "id": "remix_app_schemas_tools_sampleforfield",
      "community_name": "Community 82"
    },
    {
      "label": "setAtPath()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L201",
      "_origin": "ast",
      "community": 82,
      "norm_label": "setatpath()",
      "id": "remix_app_schemas_tools_setatpath",
      "community_name": "Community 82"
    },
    {
      "label": "generateSampleFromFields()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L211",
      "_origin": "ast",
      "community": 82,
      "norm_label": "generatesamplefromfields()",
      "id": "remix_app_schemas_tools_generatesamplefromfields",
      "community_name": "Community 82"
    },
    {
      "label": "countSchemaFieldNodes()",
      "file_type": "code",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L221",
      "_origin": "ast",
      "community": 82,
      "norm_label": "countschemafieldnodes()",
      "id": "remix_app_schemas_tools_countschemafieldnodes",
      "community_name": "Community 82"
    },
    {
      "label": "feed.ts",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 396,
      "norm_label": "feed.ts",
      "id": "remix_app_scripts_mongodb_data_feed",
      "community_name": "Community 396"
    },
    {
      "label": "SeedProfile",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 396,
      "norm_label": "seedprofile",
      "id": "remix_app_scripts_mongodb_data_feed_seedprofile",
      "community_name": "Community 396"
    },
    {
      "label": "SeedPost",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 396,
      "norm_label": "seedpost",
      "id": "remix_app_scripts_mongodb_data_feed_seedpost",
      "community_name": "Community 396"
    },
    {
      "label": "SeedReaction",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 396,
      "norm_label": "seedreaction",
      "id": "remix_app_scripts_mongodb_data_feed_seedreaction",
      "community_name": "Community 396"
    },
    {
      "label": "SeedComment",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 396,
      "norm_label": "seedcomment",
      "id": "remix_app_scripts_mongodb_data_feed_seedcomment",
      "community_name": "Community 396"
    },
    {
      "label": "SeedAlgorithm",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 396,
      "norm_label": "seedalgorithm",
      "id": "remix_app_scripts_mongodb_data_feed_seedalgorithm",
      "community_name": "Community 396"
    },
    {
      "label": "img()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 396,
      "norm_label": "img()",
      "id": "remix_app_scripts_mongodb_data_feed_img",
      "community_name": "Community 396"
    },
    {
      "label": "avatar()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 396,
      "norm_label": "avatar()",
      "id": "remix_app_scripts_mongodb_data_feed_avatar",
      "community_name": "Community 396"
    },
    {
      "label": "getFeedUsers()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L48",
      "_origin": "ast",
      "community": 396,
      "norm_label": "getfeedusers()",
      "id": "remix_app_scripts_mongodb_data_feed_getfeedusers",
      "community_name": "Community 396"
    },
    {
      "label": "getProfiles()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 396,
      "norm_label": "getprofiles()",
      "id": "remix_app_scripts_mongodb_data_feed_getprofiles",
      "community_name": "Community 396"
    },
    {
      "label": "getPosts()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 396,
      "norm_label": "getposts()",
      "id": "remix_app_scripts_mongodb_data_feed_getposts",
      "community_name": "Community 396"
    },
    {
      "label": "getReactions()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L384",
      "_origin": "ast",
      "community": 396,
      "norm_label": "getreactions()",
      "id": "remix_app_scripts_mongodb_data_feed_getreactions",
      "community_name": "Community 396"
    },
    {
      "label": "getComments()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L405",
      "_origin": "ast",
      "community": 396,
      "norm_label": "getcomments()",
      "id": "remix_app_scripts_mongodb_data_feed_getcomments",
      "community_name": "Community 396"
    },
    {
      "label": "getAlgorithms()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L421",
      "_origin": "ast",
      "community": 396,
      "norm_label": "getalgorithms()",
      "id": "remix_app_scripts_mongodb_data_feed_getalgorithms",
      "community_name": "Community 396"
    },
    {
      "label": "schemas.ts",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemas.ts",
      "id": "remix_app_scripts_mongodb_data_schemas",
      "community_name": "Community 82"
    },
    {
      "label": "SeedSchema",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 82,
      "norm_label": "seedschema",
      "id": "remix_app_scripts_mongodb_data_schemas_seedschema",
      "community_name": "Community 82"
    },
    {
      "label": "getSampleSchemas()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 82,
      "norm_label": "getsampleschemas()",
      "id": "remix_app_scripts_mongodb_data_schemas_getsampleschemas",
      "community_name": "Community 82"
    },
    {
      "label": "schemasCore.ts",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/schemasCore.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemascore.ts",
      "id": "remix_app_scripts_mongodb_data_schemascore",
      "community_name": "Community 82"
    },
    {
      "label": "getCoreSchemas()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/schemasCore.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 82,
      "norm_label": "getcoreschemas()",
      "id": "remix_app_scripts_mongodb_data_schemascore_getcoreschemas",
      "community_name": "Community 82"
    },
    {
      "label": "schemasShowcase.ts",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/schemasShowcase.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 82,
      "norm_label": "schemasshowcase.ts",
      "id": "remix_app_scripts_mongodb_data_schemasshowcase",
      "community_name": "Community 82"
    },
    {
      "label": "getShowcaseSchemas()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/schemasShowcase.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 82,
      "norm_label": "getshowcaseschemas()",
      "id": "remix_app_scripts_mongodb_data_schemasshowcase_getshowcaseschemas",
      "community_name": "Community 82"
    },
    {
      "label": "users.ts",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/users.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 396,
      "norm_label": "users.ts",
      "id": "remix_app_scripts_mongodb_data_users",
      "community_name": "Community 396"
    },
    {
      "label": "SeedUser",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/users.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 396,
      "norm_label": "seeduser",
      "id": "remix_app_scripts_mongodb_data_users_seeduser",
      "community_name": "Community 396"
    },
    {
      "label": "getUsers()",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/data/users.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 396,
      "norm_label": "getusers()",
      "id": "remix_app_scripts_mongodb_data_users_getusers",
      "community_name": "Community 396"
    },
    {
      "label": "sessions.ts",
      "file_type": "code",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 586,
      "norm_label": "sessions.ts",
      "id": "remix_app_sessions",
      "community_name": "Community 586"
    },
    {
      "label": "SessionData",
      "file_type": "code",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 586,
      "norm_label": "sessiondata",
      "id": "remix_app_sessions_sessiondata",
      "community_name": "Community 586"
    },
    {
      "label": "SessionFlashData",
      "file_type": "code",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 586,
      "norm_label": "sessionflashdata",
      "id": "remix_app_sessions_sessionflashdata",
      "community_name": "Community 586"
    },
    {
      "label": "getSession()",
      "file_type": "code",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L9",
      "_origin": "ast",
      "community": 586,
      "norm_label": "getsession()",
      "id": "remix_app_sessions_getsession",
      "community_name": "Community 586"
    },
    {
      "label": "commitSession()",
      "file_type": "code",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 586,
      "norm_label": "commitsession()",
      "id": "remix_app_sessions_commitsession",
      "community_name": "Community 586"
    },
    {
      "label": "destroySession()",
      "file_type": "code",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 586,
      "norm_label": "destroysession()",
      "id": "remix_app_sessions_destroysession",
      "community_name": "Community 586"
    },
    {
      "label": "index.tsx",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 273,
      "norm_label": "index.tsx",
      "id": "remix_app_smarts_index",
      "community_name": "Community 273"
    },
    {
      "label": "objList",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L22",
      "_origin": "ast",
      "community": 273,
      "norm_label": "objlist",
      "id": "remix_app_smarts_index_objlist",
      "community_name": "Community 273"
    },
    {
      "label": "stringList",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 273,
      "norm_label": "stringlist",
      "id": "remix_app_smarts_index_stringlist",
      "community_name": "Community 273"
    },
    {
      "label": "babel()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L41",
      "_origin": "ast",
      "community": 273,
      "norm_label": "babel()",
      "id": "remix_app_smarts_index_babel",
      "community_name": "Community 273"
    },
    {
      "label": "local",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L42",
      "_origin": "ast",
      "community": 273,
      "norm_label": "local",
      "id": "remix_app_smarts_index_local",
      "community_name": "Community 273"
    },
    {
      "label": "t()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L43",
      "_origin": "ast",
      "community": 273,
      "norm_label": "t()",
      "id": "remix_app_smarts_index_t",
      "community_name": "Community 273"
    },
    {
      "label": "getBabel()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L46",
      "_origin": "ast",
      "community": 273,
      "norm_label": "getbabel()",
      "id": "remix_app_smarts_index_getbabel",
      "community_name": "Community 273"
    },
    {
      "label": "pause()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L50",
      "_origin": "ast",
      "community": 530,
      "norm_label": "pause()",
      "id": "remix_app_smarts_index_pause",
      "community_name": "Community 530"
    },
    {
      "label": "save()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 530,
      "norm_label": "save()",
      "id": "remix_app_smarts_index_save",
      "community_name": "Community 530"
    },
    {
      "label": "getParentPath()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L59",
      "_origin": "ast",
      "community": 28,
      "norm_label": "getparentpath()",
      "id": "remix_app_smarts_index_getparentpath",
      "community_name": "Community 28"
    },
    {
      "label": "toJavascript()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L65",
      "_origin": "ast",
      "community": 273,
      "norm_label": "tojavascript()",
      "id": "remix_app_smarts_index_tojavascript",
      "community_name": "Community 273"
    },
    {
      "label": "toJavascriptAux()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L138",
      "_origin": "ast",
      "community": 273,
      "norm_label": "tojavascriptaux()",
      "id": "remix_app_smarts_index_tojavascriptaux",
      "community_name": "Community 273"
    },
    {
      "label": "createObjectProperties()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L161",
      "_origin": "ast",
      "community": 273,
      "norm_label": "createobjectproperties()",
      "id": "remix_app_smarts_index_createobjectproperties",
      "community_name": "Community 273"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L197",
      "_origin": "ast",
      "community": 530,
      "norm_label": "serialize()",
      "id": "remix_app_smarts_index_serialize",
      "community_name": "Community 530"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L202",
      "_origin": "ast",
      "community": 530,
      "norm_label": "stringify()",
      "id": "remix_app_smarts_index_stringify",
      "community_name": "Community 530"
    },
    {
      "label": "replacer()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L252",
      "_origin": "ast",
      "community": 530,
      "norm_label": "replacer()",
      "id": "remix_app_smarts_index_replacer",
      "community_name": "Community 530"
    },
    {
      "label": "setKnown()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L277",
      "_origin": "ast",
      "community": 530,
      "norm_label": "setknown()",
      "id": "remix_app_smarts_index_setknown",
      "community_name": "Community 530"
    },
    {
      "label": "stringifier()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L282",
      "_origin": "ast",
      "community": 530,
      "norm_label": "stringifier()",
      "id": "remix_app_smarts_index_stringifier",
      "community_name": "Community 530"
    },
    {
      "label": "primitives()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L335",
      "_origin": "ast",
      "community": 511,
      "norm_label": "primitives()",
      "id": "remix_app_smarts_index_primitives",
      "community_name": "Community 511"
    },
    {
      "label": "play()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L341",
      "_origin": "ast",
      "community": 511,
      "norm_label": "play()",
      "id": "remix_app_smarts_index_play",
      "community_name": "Community 511"
    },
    {
      "label": "load()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L344",
      "_origin": "ast",
      "community": 511,
      "norm_label": "load()",
      "id": "remix_app_smarts_index_load",
      "community_name": "Community 511"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L348",
      "_origin": "ast",
      "community": 511,
      "norm_label": "parse()",
      "id": "remix_app_smarts_index_parse",
      "community_name": "Community 511"
    },
    {
      "label": "parser()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L378",
      "_origin": "ast",
      "community": 511,
      "norm_label": "parser()",
      "id": "remix_app_smarts_index_parser",
      "community_name": "Community 511"
    },
    {
      "label": "revive()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L444",
      "_origin": "ast",
      "community": 511,
      "norm_label": "revive()",
      "id": "remix_app_smarts_index_revive",
      "community_name": "Community 511"
    },
    {
      "label": "createScopedEval()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L486",
      "_origin": "ast",
      "community": 511,
      "norm_label": "createscopedeval()",
      "id": "remix_app_smarts_index_createscopedeval",
      "community_name": "Community 511"
    },
    {
      "label": "defineVariable()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L595",
      "_origin": "ast",
      "community": 273,
      "norm_label": "definevariable()",
      "id": "remix_app_smarts_index_definevariable",
      "community_name": "Community 273"
    },
    {
      "label": "scopedEval()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L613",
      "_origin": "ast",
      "community": 511,
      "norm_label": "scopedeval()",
      "id": "remix_app_smarts_index_scopedeval",
      "community_name": "Community 511"
    },
    {
      "label": "jsUUID()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L653",
      "_origin": "ast",
      "community": 444,
      "norm_label": "jsuuid()",
      "id": "remix_app_smarts_index_jsuuid",
      "community_name": "Community 444"
    },
    {
      "label": "context()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L656",
      "_origin": "ast",
      "community": 444,
      "norm_label": "context()",
      "id": "remix_app_smarts_index_context",
      "community_name": "Community 444"
    },
    {
      "label": "contextObject()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L667",
      "_origin": "ast",
      "community": 444,
      "norm_label": "contextobject()",
      "id": "remix_app_smarts_index_contextobject",
      "community_name": "Community 444"
    },
    {
      "label": "createContext()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L762",
      "_origin": "ast",
      "community": 444,
      "norm_label": "createcontext()",
      "id": "remix_app_smarts_index_createcontext",
      "community_name": "Community 444"
    },
    {
      "label": "createInlineContext()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L833",
      "_origin": "ast",
      "community": 444,
      "norm_label": "createinlinecontext()",
      "id": "remix_app_smarts_index_createinlinecontext",
      "community_name": "Community 444"
    },
    {
      "label": "addBindingsToContext()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L846",
      "_origin": "ast",
      "community": 444,
      "norm_label": "addbindingstocontext()",
      "id": "remix_app_smarts_index_addbindingstocontext",
      "community_name": "Community 444"
    },
    {
      "label": "scopeVarCode()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L859",
      "_origin": "ast",
      "community": 444,
      "norm_label": "scopevarcode()",
      "id": "remix_app_smarts_index_scopevarcode",
      "community_name": "Community 444"
    },
    {
      "label": "scopeVarInlineCode()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L878",
      "_origin": "ast",
      "community": 444,
      "norm_label": "scopevarinlinecode()",
      "id": "remix_app_smarts_index_scopevarinlinecode",
      "community_name": "Community 444"
    },
    {
      "label": "scopeVar()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L886",
      "_origin": "ast",
      "community": 444,
      "norm_label": "scopevar()",
      "id": "remix_app_smarts_index_scopevar",
      "community_name": "Community 444"
    },
    {
      "label": "functionWrapper()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L912",
      "_origin": "ast",
      "community": 273,
      "norm_label": "functionwrapper()",
      "id": "remix_app_smarts_index_functionwrapper",
      "community_name": "Community 273"
    },
    {
      "label": "bodyInsert()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L919",
      "_origin": "ast",
      "community": 273,
      "norm_label": "bodyinsert()",
      "id": "remix_app_smarts_index_bodyinsert",
      "community_name": "Community 273"
    },
    {
      "label": "initBlock()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L923",
      "_origin": "ast",
      "community": 444,
      "norm_label": "initblock()",
      "id": "remix_app_smarts_index_initblock",
      "community_name": "Community 444"
    },
    {
      "label": "getNodeUUID()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L931",
      "_origin": "ast",
      "community": 444,
      "norm_label": "getnodeuuid()",
      "id": "remix_app_smarts_index_getnodeuuid",
      "community_name": "Community 444"
    },
    {
      "label": "getPathUUID()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L939",
      "_origin": "ast",
      "community": 444,
      "norm_label": "getpathuuid()",
      "id": "remix_app_smarts_index_getpathuuid",
      "community_name": "Community 444"
    },
    {
      "label": "babelPlugin()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L947",
      "_origin": "ast",
      "community": 273,
      "norm_label": "babelplugin()",
      "id": "remix_app_smarts_index_babelplugin",
      "community_name": "Community 273"
    },
    {
      "label": "transform()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1123",
      "_origin": "ast",
      "community": 273,
      "norm_label": "transform()",
      "id": "remix_app_smarts_index_transform",
      "community_name": "Community 273"
    },
    {
      "label": "stripUuids()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1130",
      "_origin": "ast",
      "community": 273,
      "norm_label": "stripuuids()",
      "id": "remix_app_smarts_index_stripuuids",
      "community_name": "Community 273"
    },
    {
      "label": "dupe()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1148",
      "_origin": "ast",
      "community": 454,
      "norm_label": "dupe()",
      "id": "remix_app_smarts_index_dupe",
      "community_name": "Community 454"
    },
    {
      "label": "clone()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1151",
      "_origin": "ast",
      "community": 454,
      "norm_label": "clone()",
      "id": "remix_app_smarts_index_clone",
      "community_name": "Community 454"
    },
    {
      "label": "schema()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1154",
      "_origin": "ast",
      "community": 454,
      "norm_label": "schema()",
      "id": "remix_app_smarts_index_schema",
      "community_name": "Community 454"
    },
    {
      "label": "create()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1163",
      "_origin": "ast",
      "community": 454,
      "norm_label": "create()",
      "id": "remix_app_smarts_index_create",
      "community_name": "Community 454"
    },
    {
      "label": "merge()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1172",
      "_origin": "ast",
      "community": 454,
      "norm_label": "merge()",
      "id": "remix_app_smarts_index_merge",
      "community_name": "Community 454"
    },
    {
      "label": "basic()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1257",
      "_origin": "ast",
      "community": 454,
      "norm_label": "basic()",
      "id": "remix_app_smarts_index_basic",
      "community_name": "Community 454"
    },
    {
      "label": "mod()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1262",
      "_origin": "ast",
      "community": 273,
      "norm_label": "mod()",
      "id": "remix_app_smarts_index_mod",
      "community_name": "Community 273"
    },
    {
      "label": "deepForEach()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1268",
      "_origin": "ast",
      "community": 273,
      "norm_label": "deepforeach()",
      "id": "remix_app_smarts_index_deepforeach",
      "community_name": "Community 273"
    },
    {
      "label": "forEachObject()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1285",
      "_origin": "ast",
      "community": 273,
      "norm_label": "foreachobject()",
      "id": "remix_app_smarts_index_foreachobject",
      "community_name": "Community 273"
    },
    {
      "label": "forEachArray()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1301",
      "_origin": "ast",
      "community": 273,
      "norm_label": "foreacharray()",
      "id": "remix_app_smarts_index_foreacharray",
      "community_name": "Community 273"
    },
    {
      "label": "setThing()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1318",
      "_origin": "ast",
      "community": 529,
      "norm_label": "setthing()",
      "id": "remix_app_smarts_index_setthing",
      "community_name": "Community 529"
    },
    {
      "label": "setThings()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1385",
      "_origin": "ast",
      "community": 529,
      "norm_label": "setthings()",
      "id": "remix_app_smarts_index_setthings",
      "community_name": "Community 529"
    },
    {
      "label": "optIn()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1422",
      "_origin": "ast",
      "community": 423,
      "norm_label": "optin()",
      "id": "remix_app_smarts_index_optin",
      "community_name": "Community 423"
    },
    {
      "label": "thingIn()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1474",
      "_origin": "ast",
      "community": 529,
      "norm_label": "thingin()",
      "id": "remix_app_smarts_index_thingin",
      "community_name": "Community 529"
    },
    {
      "label": "optsIn()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1558",
      "_origin": "ast",
      "community": 423,
      "norm_label": "optsin()",
      "id": "remix_app_smarts_index_optsin",
      "community_name": "Community 423"
    },
    {
      "label": "thingsIn()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1579",
      "_origin": "ast",
      "community": 423,
      "norm_label": "thingsin()",
      "id": "remix_app_smarts_index_thingsin",
      "community_name": "Community 423"
    },
    {
      "label": "anyOptsIn()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1600",
      "_origin": "ast",
      "community": 423,
      "norm_label": "anyoptsin()",
      "id": "remix_app_smarts_index_anyoptsin",
      "community_name": "Community 423"
    },
    {
      "label": "anyThingsIn()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1619",
      "_origin": "ast",
      "community": 423,
      "norm_label": "anythingsin()",
      "id": "remix_app_smarts_index_anythingsin",
      "community_name": "Community 423"
    },
    {
      "label": "optIndex()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1638",
      "_origin": "ast",
      "community": 423,
      "norm_label": "optindex()",
      "id": "remix_app_smarts_index_optindex",
      "community_name": "Community 423"
    },
    {
      "label": "thingIndex()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1655",
      "_origin": "ast",
      "community": 529,
      "norm_label": "thingindex()",
      "id": "remix_app_smarts_index_thingindex",
      "community_name": "Community 529"
    },
    {
      "label": "pushOpt()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1677",
      "_origin": "ast",
      "community": 423,
      "norm_label": "pushopt()",
      "id": "remix_app_smarts_index_pushopt",
      "community_name": "Community 423"
    },
    {
      "label": "addOpt()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1691",
      "_origin": "ast",
      "community": 423,
      "norm_label": "addopt()",
      "id": "remix_app_smarts_index_addopt",
      "community_name": "Community 423"
    },
    {
      "label": "pushThing()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1705",
      "_origin": "ast",
      "community": 529,
      "norm_label": "pushthing()",
      "id": "remix_app_smarts_index_pushthing",
      "community_name": "Community 529"
    },
    {
      "label": "pushOpts()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1717",
      "_origin": "ast",
      "community": 423,
      "norm_label": "pushopts()",
      "id": "remix_app_smarts_index_pushopts",
      "community_name": "Community 423"
    },
    {
      "label": "pushThings()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1723",
      "_origin": "ast",
      "community": 529,
      "norm_label": "pushthings()",
      "id": "remix_app_smarts_index_pushthings",
      "community_name": "Community 529"
    },
    {
      "label": "popOpt()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1729",
      "_origin": "ast",
      "community": 423,
      "norm_label": "popopt()",
      "id": "remix_app_smarts_index_popopt",
      "community_name": "Community 423"
    },
    {
      "label": "popThing()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1739",
      "_origin": "ast",
      "community": 529,
      "norm_label": "popthing()",
      "id": "remix_app_smarts_index_popthing",
      "community_name": "Community 529"
    },
    {
      "label": "popOpts()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1767",
      "_origin": "ast",
      "community": 423,
      "norm_label": "popopts()",
      "id": "remix_app_smarts_index_popopts",
      "community_name": "Community 423"
    },
    {
      "label": "popThings()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1773",
      "_origin": "ast",
      "community": 423,
      "norm_label": "popthings()",
      "id": "remix_app_smarts_index_popthings",
      "community_name": "Community 423"
    },
    {
      "label": "toggleOpt()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1779",
      "_origin": "ast",
      "community": 423,
      "norm_label": "toggleopt()",
      "id": "remix_app_smarts_index_toggleopt",
      "community_name": "Community 423"
    },
    {
      "label": "toggleThing()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1786",
      "_origin": "ast",
      "community": 423,
      "norm_label": "togglething()",
      "id": "remix_app_smarts_index_togglething",
      "community_name": "Community 423"
    },
    {
      "label": "toggleOpts()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1793",
      "_origin": "ast",
      "community": 423,
      "norm_label": "toggleopts()",
      "id": "remix_app_smarts_index_toggleopts",
      "community_name": "Community 423"
    },
    {
      "label": "toggleThings()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1799",
      "_origin": "ast",
      "community": 423,
      "norm_label": "togglethings()",
      "id": "remix_app_smarts_index_togglethings",
      "community_name": "Community 423"
    },
    {
      "label": "getsmart()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1825",
      "_origin": "ast",
      "community": 512,
      "norm_label": "getsmart()",
      "id": "remix_app_smarts_index_getsmart",
      "community_name": "Community 512"
    },
    {
      "label": "escapePropertyPath()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1919",
      "_origin": "ast",
      "community": 273,
      "norm_label": "escapepropertypath()",
      "id": "remix_app_smarts_index_escapepropertypath",
      "community_name": "Community 273"
    },
    {
      "label": "epp()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1923",
      "_origin": "ast",
      "community": 273,
      "norm_label": "epp()",
      "id": "remix_app_smarts_index_epp",
      "community_name": "Community 273"
    },
    {
      "label": "escapeEscapes()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1926",
      "_origin": "ast",
      "community": 273,
      "norm_label": "escapeescapes()",
      "id": "remix_app_smarts_index_escapeescapes",
      "community_name": "Community 273"
    },
    {
      "label": "ee()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1950",
      "_origin": "ast",
      "community": 273,
      "norm_label": "ee()",
      "id": "remix_app_smarts_index_ee",
      "community_name": "Community 273"
    },
    {
      "label": "parsePropertyPath()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1956",
      "_origin": "ast",
      "community": 512,
      "norm_label": "parsepropertypath()",
      "id": "remix_app_smarts_index_parsepropertypath",
      "community_name": "Community 512"
    },
    {
      "label": "ppp()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2010",
      "_origin": "ast",
      "community": 512,
      "norm_label": "ppp()",
      "id": "remix_app_smarts_index_ppp",
      "community_name": "Community 512"
    },
    {
      "label": "parsePropertyArray()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2013",
      "_origin": "ast",
      "community": 512,
      "norm_label": "parsepropertyarray()",
      "id": "remix_app_smarts_index_parsepropertyarray",
      "community_name": "Community 512"
    },
    {
      "label": "ppa()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2026",
      "_origin": "ast",
      "community": 512,
      "norm_label": "ppa()",
      "id": "remix_app_smarts_index_ppa",
      "community_name": "Community 512"
    },
    {
      "label": "pathToArray()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2029",
      "_origin": "ast",
      "community": 512,
      "norm_label": "pathtoarray()",
      "id": "remix_app_smarts_index_pathtoarray",
      "community_name": "Community 512"
    },
    {
      "label": "pathToString()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2036",
      "_origin": "ast",
      "community": 512,
      "norm_label": "pathtostring()",
      "id": "remix_app_smarts_index_pathtostring",
      "community_name": "Community 512"
    },
    {
      "label": "setsmart()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2046",
      "_origin": "ast",
      "community": 512,
      "norm_label": "setsmart()",
      "id": "remix_app_smarts_index_setsmart",
      "community_name": "Community 512"
    },
    {
      "label": "deletesmart()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2169",
      "_origin": "ast",
      "community": 512,
      "norm_label": "deletesmart()",
      "id": "remix_app_smarts_index_deletesmart",
      "community_name": "Community 512"
    },
    {
      "label": "pushSmart()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2201",
      "_origin": "ast",
      "community": 273,
      "norm_label": "pushsmart()",
      "id": "remix_app_smarts_index_pushsmart",
      "community_name": "Community 273"
    },
    {
      "label": "gosmart()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2215",
      "_origin": "ast",
      "community": 273,
      "norm_label": "gosmart()",
      "id": "remix_app_smarts_index_gosmart",
      "community_name": "Community 273"
    },
    {
      "label": "gosmarter()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2229",
      "_origin": "ast",
      "community": 273,
      "norm_label": "gosmarter()",
      "id": "remix_app_smarts_index_gosmarter",
      "community_name": "Community 273"
    },
    {
      "label": "absoluteType()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2232",
      "_origin": "ast",
      "community": 273,
      "norm_label": "absolutetype()",
      "id": "remix_app_smarts_index_absolutetype",
      "community_name": "Community 273"
    },
    {
      "label": "vgosmart()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2243",
      "_origin": "ast",
      "community": 273,
      "norm_label": "vgosmart()",
      "id": "remix_app_smarts_index_vgosmart",
      "community_name": "Community 273"
    },
    {
      "label": "getsmartval()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2264",
      "_origin": "ast",
      "community": 273,
      "norm_label": "getsmartval()",
      "id": "remix_app_smarts_index_getsmartval",
      "community_name": "Community 273"
    },
    {
      "label": "safestring()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2279",
      "_origin": "ast",
      "community": 530,
      "norm_label": "safestring()",
      "id": "remix_app_smarts_index_safestring",
      "community_name": "Community 530"
    },
    {
      "label": "safeparse()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2282",
      "_origin": "ast",
      "community": 511,
      "norm_label": "safeparse()",
      "id": "remix_app_smarts_index_safeparse",
      "community_name": "Community 511"
    },
    {
      "label": "flatten()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2285",
      "_origin": "ast",
      "community": 273,
      "norm_label": "flatten()",
      "id": "remix_app_smarts_index_flatten",
      "community_name": "Community 273"
    },
    {
      "label": "mapsmart()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2298",
      "_origin": "ast",
      "community": 273,
      "norm_label": "mapsmart()",
      "id": "remix_app_smarts_index_mapsmart",
      "community_name": "Community 273"
    },
    {
      "label": "domval()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2389",
      "_origin": "ast",
      "community": 273,
      "norm_label": "domval()",
      "id": "remix_app_smarts_index_domval",
      "community_name": "Community 273"
    },
    {
      "label": "getParent()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2392",
      "_origin": "ast",
      "community": 273,
      "norm_label": "getparent()",
      "id": "remix_app_smarts_index_getparent",
      "community_name": "Community 273"
    },
    {
      "label": "getThing()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2403",
      "_origin": "ast",
      "community": 529,
      "norm_label": "getthing()",
      "id": "remix_app_smarts_index_getthing",
      "community_name": "Community 529"
    },
    {
      "label": "equal()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2416",
      "_origin": "ast",
      "community": 355,
      "norm_label": "equal()",
      "id": "remix_app_smarts_index_equal",
      "community_name": "Community 355"
    },
    {
      "label": "mergeall()",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2452",
      "_origin": "ast",
      "community": 454,
      "norm_label": "mergeall()",
      "id": "remix_app_smarts_index_mergeall",
      "community_name": "Community 454"
    },
    {
      "label": "smarts",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2463",
      "_origin": "ast",
      "community": 28,
      "norm_label": "smarts",
      "id": "remix_app_smarts_index_smarts",
      "community_name": "Community 28"
    },
    {
      "label": "apiTestRunner.ts",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestrunner.ts",
      "id": "remix_app_tests_api_apitestrunner",
      "community_name": "Community 188"
    },
    {
      "label": "ApiTestGroup",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestgroup",
      "id": "remix_app_tests_api_apitestrunner_apitestgroup",
      "community_name": "Community 188"
    },
    {
      "label": "ApiTestResultStatus",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestresultstatus",
      "id": "remix_app_tests_api_apitestrunner_apitestresultstatus",
      "community_name": "Community 188"
    },
    {
      "label": "ApiTestContext",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestcontext",
      "id": "remix_app_tests_api_apitestrunner_apitestcontext",
      "community_name": "Community 188"
    },
    {
      "label": "ApiTestExpectation",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L46",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestexpectation",
      "id": "remix_app_tests_api_apitestrunner_apitestexpectation",
      "community_name": "Community 188"
    },
    {
      "label": "ApiTestDefinition",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L53",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestdefinition",
      "id": "remix_app_tests_api_apitestrunner_apitestdefinition",
      "community_name": "Community 188"
    },
    {
      "label": "ApiTestResult",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestresult",
      "id": "remix_app_tests_api_apitestrunner_apitestresult",
      "community_name": "Community 188"
    },
    {
      "label": "ApiTestRunOptions",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestrunoptions",
      "id": "remix_app_tests_api_apitestrunner_apitestrunoptions",
      "community_name": "Community 188"
    },
    {
      "label": "resolveApiTestBody()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L91",
      "_origin": "ast",
      "community": 188,
      "norm_label": "resolveapitestbody()",
      "id": "remix_app_tests_api_apitestrunner_resolveapitestbody",
      "community_name": "Community 188"
    },
    {
      "label": "sleep()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L96",
      "_origin": "ast",
      "community": 188,
      "norm_label": "sleep()",
      "id": "remix_app_tests_api_apitestrunner_sleep",
      "community_name": "Community 188"
    },
    {
      "label": "getEmailSendDelayMs()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L98",
      "_origin": "ast",
      "community": 188,
      "norm_label": "getemailsenddelayms()",
      "id": "remix_app_tests_api_apitestrunner_getemailsenddelayms",
      "community_name": "Community 188"
    },
    {
      "label": "formatRequestPayload()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L103",
      "_origin": "ast",
      "community": 188,
      "norm_label": "formatrequestpayload()",
      "id": "remix_app_tests_api_apitestrunner_formatrequestpayload",
      "community_name": "Community 188"
    },
    {
      "label": "expectStatus()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L108",
      "_origin": "ast",
      "community": 188,
      "norm_label": "expectstatus()",
      "id": "remix_app_tests_api_apitestrunner_expectstatus",
      "community_name": "Community 188"
    },
    {
      "label": "expectJson()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L120",
      "_origin": "ast",
      "community": 188,
      "norm_label": "expectjson()",
      "id": "remix_app_tests_api_apitestrunner_expectjson",
      "community_name": "Community 188"
    },
    {
      "label": "expectRedirectedTo()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L141",
      "_origin": "ast",
      "community": 188,
      "norm_label": "expectredirectedto()",
      "id": "remix_app_tests_api_apitestrunner_expectredirectedto",
      "community_name": "Community 188"
    },
    {
      "label": "expectNdjson()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L158",
      "_origin": "ast",
      "community": 188,
      "norm_label": "expectndjson()",
      "id": "remix_app_tests_api_apitestrunner_expectndjson",
      "community_name": "Community 188"
    },
    {
      "label": "previewBody()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L183",
      "_origin": "ast",
      "community": 188,
      "norm_label": "previewbody()",
      "id": "remix_app_tests_api_apitestrunner_previewbody",
      "community_name": "Community 188"
    },
    {
      "label": "redactPreviewValue()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L189",
      "_origin": "ast",
      "community": 188,
      "norm_label": "redactpreviewvalue()",
      "id": "remix_app_tests_api_apitestrunner_redactpreviewvalue",
      "community_name": "Community 188"
    },
    {
      "label": "runApiTest()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L212",
      "_origin": "ast",
      "community": 188,
      "norm_label": "runapitest()",
      "id": "remix_app_tests_api_apitestrunner_runapitest",
      "community_name": "Community 188"
    },
    {
      "label": "card.ts",
      "file_type": "code",
      "source_file": "remix/app/theme/card.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 102,
      "norm_label": "card.ts",
      "id": "remix_app_theme_card",
      "community_name": "Community 102"
    },
    {
      "label": "CARD_STYLES",
      "file_type": "code",
      "source_file": "remix/app/theme/card.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 102,
      "norm_label": "card_styles",
      "id": "remix_app_theme_card_card_styles",
      "community_name": "Community 102"
    },
    {
      "label": "customise.ts",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 259,
      "norm_label": "customise.ts",
      "id": "remix_app_theme_customise",
      "community_name": "Community 259"
    },
    {
      "label": "TtCustomEntry",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 259,
      "norm_label": "ttcustomentry",
      "id": "remix_app_theme_customise_ttcustomentry",
      "community_name": "Community 259"
    },
    {
      "label": "TtCustomMap",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 259,
      "norm_label": "ttcustommap",
      "id": "remix_app_theme_customise_ttcustommap",
      "community_name": "Community 259"
    },
    {
      "label": "TtCustomTarget",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L22",
      "_origin": "ast",
      "community": 259,
      "norm_label": "ttcustomtarget",
      "id": "remix_app_theme_customise_ttcustomtarget",
      "community_name": "Community 259"
    },
    {
      "label": "root()",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 259,
      "norm_label": "root()",
      "id": "remix_app_theme_customise_root",
      "community_name": "Community 259"
    },
    {
      "label": "TT_CUSTOM_TARGETS",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 259,
      "norm_label": "tt_custom_targets",
      "id": "remix_app_theme_customise_tt_custom_targets",
      "community_name": "Community 259"
    },
    {
      "label": "sanitizeCustomCss()",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 259,
      "norm_label": "sanitizecustomcss()",
      "id": "remix_app_theme_customise_sanitizecustomcss",
      "community_name": "Community 259"
    },
    {
      "label": "sanitizeCustomClasses()",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L102",
      "_origin": "ast",
      "community": 259,
      "norm_label": "sanitizecustomclasses()",
      "id": "remix_app_theme_customise_sanitizecustomclasses",
      "community_name": "Community 259"
    },
    {
      "label": "buildCustomCss()",
      "file_type": "code",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L112",
      "_origin": "ast",
      "community": 259,
      "norm_label": "buildcustomcss()",
      "id": "remix_app_theme_customise_buildcustomcss",
      "community_name": "Community 259"
    },
    {
      "label": "icons.tsx",
      "file_type": "code",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 58,
      "norm_label": "icons.tsx",
      "id": "remix_app_theme_icons",
      "community_name": "Community 58"
    },
    {
      "label": "TtLucideIconDef",
      "file_type": "code",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L103",
      "_origin": "ast",
      "community": 58,
      "norm_label": "ttlucideicondef",
      "id": "remix_app_theme_icons_ttlucideicondef",
      "community_name": "Community 58"
    },
    {
      "label": "LUCIDE_ICONS",
      "file_type": "code",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L120",
      "_origin": "ast",
      "community": 58,
      "norm_label": "lucide_icons",
      "id": "remix_app_theme_icons_lucide_icons",
      "community_name": "Community 58"
    },
    {
      "label": "LUCIDE_FOR_EMOJI",
      "file_type": "code",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L213",
      "_origin": "ast",
      "community": 58,
      "norm_label": "lucide_for_emoji",
      "id": "remix_app_theme_icons_lucide_for_emoji",
      "community_name": "Community 58"
    },
    {
      "label": "rainbow.ts",
      "file_type": "code",
      "source_file": "remix/app/theme/rainbow.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 27,
      "norm_label": "rainbow.ts",
      "id": "remix_app_theme_rainbow",
      "community_name": "Community 27"
    },
    {
      "label": "RAINBOW_VARS",
      "file_type": "code",
      "source_file": "remix/app/theme/rainbow.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 27,
      "norm_label": "rainbow_vars",
      "id": "remix_app_theme_rainbow_rainbow_vars",
      "community_name": "Community 27"
    },
    {
      "label": "attachmentContentUrl.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/attachmentContentUrl.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "attachmentcontenturl.ts",
      "id": "remix_app_utils_attachmentcontenturl",
      "community_name": "Community 44"
    },
    {
      "label": "attachmentContentPath()",
      "file_type": "code",
      "source_file": "remix/app/utils/attachmentContentUrl.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "attachmentcontentpath()",
      "id": "remix_app_utils_attachmentcontenturl_attachmentcontentpath",
      "community_name": "Community 44"
    },
    {
      "label": "authReturn.test.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "authreturn.test.ts",
      "id": "remix_app_utils_authreturn_test",
      "community_name": "Community 208"
    },
    {
      "label": "memoryStorage()",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 208,
      "norm_label": "memorystorage()",
      "id": "remix_app_utils_authreturn_test_memorystorage",
      "community_name": "Community 208"
    },
    {
      "label": "authReturn.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "authreturn.ts",
      "id": "remix_app_utils_authreturn",
      "community_name": "Community 208"
    },
    {
      "label": "AuthReturnStorage",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 208,
      "norm_label": "authreturnstorage",
      "id": "remix_app_utils_authreturn_authreturnstorage",
      "community_name": "Community 208"
    },
    {
      "label": "browserStorage()",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 208,
      "norm_label": "browserstorage()",
      "id": "remix_app_utils_authreturn_browserstorage",
      "community_name": "Community 208"
    },
    {
      "label": "safeAuthReturnPath()",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L14",
      "_origin": "ast",
      "community": 208,
      "norm_label": "safeauthreturnpath()",
      "id": "remix_app_utils_authreturn_safeauthreturnpath",
      "community_name": "Community 208"
    },
    {
      "label": "rememberAuthReturnTo()",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 208,
      "norm_label": "rememberauthreturnto()",
      "id": "remix_app_utils_authreturn_rememberauthreturnto",
      "community_name": "Community 208"
    },
    {
      "label": "readAuthReturnTo()",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 208,
      "norm_label": "readauthreturnto()",
      "id": "remix_app_utils_authreturn_readauthreturnto",
      "community_name": "Community 208"
    },
    {
      "label": "consumeAuthReturnTo()",
      "file_type": "code",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 208,
      "norm_label": "consumeauthreturnto()",
      "id": "remix_app_utils_authreturn_consumeauthreturnto",
      "community_name": "Community 208"
    },
    {
      "label": "electronBridge.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 347,
      "norm_label": "electronbridge.ts",
      "id": "remix_app_utils_electronbridge",
      "community_name": "Community 347"
    },
    {
      "label": "ThingtimeDesktopInfo",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 347,
      "norm_label": "thingtimedesktopinfo",
      "id": "remix_app_utils_electronbridge_thingtimedesktopinfo",
      "community_name": "Community 347"
    },
    {
      "label": "ThingtimeDesktopUpdateAsset",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 347,
      "norm_label": "thingtimedesktopupdateasset",
      "id": "remix_app_utils_electronbridge_thingtimedesktopupdateasset",
      "community_name": "Community 347"
    },
    {
      "label": "ThingtimeDesktopUpdateInfo",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L28",
      "_origin": "ast",
      "community": 347,
      "norm_label": "thingtimedesktopupdateinfo",
      "id": "remix_app_utils_electronbridge_thingtimedesktopupdateinfo",
      "community_name": "Community 347"
    },
    {
      "label": "ThingtimeDesktopBridge",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L43",
      "_origin": "ast",
      "community": 347,
      "norm_label": "thingtimedesktopbridge",
      "id": "remix_app_utils_electronbridge_thingtimedesktopbridge",
      "community_name": "Community 347"
    },
    {
      "label": "Window",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 347,
      "norm_label": "window",
      "id": "remix_app_utils_electronbridge_window",
      "community_name": "Community 347"
    },
    {
      "label": "electronUrlSettingKey()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L62",
      "_origin": "ast",
      "community": 347,
      "norm_label": "electronurlsettingkey()",
      "id": "remix_app_utils_electronbridge_electronurlsettingkey",
      "community_name": "Community 347"
    },
    {
      "label": "electronAutoUpdateSettingKey()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L63",
      "_origin": "ast",
      "community": 347,
      "norm_label": "electronautoupdatesettingkey()",
      "id": "remix_app_utils_electronbridge_electronautoupdatesettingkey",
      "community_name": "Community 347"
    },
    {
      "label": "electronUrlSettingPath()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L65",
      "_origin": "ast",
      "community": 347,
      "norm_label": "electronurlsettingpath()",
      "id": "remix_app_utils_electronbridge_electronurlsettingpath",
      "community_name": "Community 347"
    },
    {
      "label": "electronAutoUpdateSettingPath()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L66",
      "_origin": "ast",
      "community": 347,
      "norm_label": "electronautoupdatesettingpath()",
      "id": "remix_app_utils_electronbridge_electronautoupdatesettingpath",
      "community_name": "Community 347"
    },
    {
      "label": "getElectronBridge()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L69",
      "_origin": "ast",
      "community": 347,
      "norm_label": "getelectronbridge()",
      "id": "remix_app_utils_electronbridge_getelectronbridge",
      "community_name": "Community 347"
    },
    {
      "label": "getElectronSettingUrl()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 347,
      "norm_label": "getelectronsettingurl()",
      "id": "remix_app_utils_electronbridge_getelectronsettingurl",
      "community_name": "Community 347"
    },
    {
      "label": "getElectronAutoUpdateEnabled()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L86",
      "_origin": "ast",
      "community": 347,
      "norm_label": "getelectronautoupdateenabled()",
      "id": "remix_app_utils_electronbridge_getelectronautoupdateenabled",
      "community_name": "Community 347"
    },
    {
      "label": "normalizeElectronUrl()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 347,
      "norm_label": "normalizeelectronurl()",
      "id": "remix_app_utils_electronbridge_normalizeelectronurl",
      "community_name": "Community 347"
    },
    {
      "label": "loadElectronUrl()",
      "file_type": "code",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 347,
      "norm_label": "loadelectronurl()",
      "id": "remix_app_utils_electronbridge_loadelectronurl",
      "community_name": "Community 347"
    },
    {
      "label": "index.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/index.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "index.ts",
      "id": "remix_app_utils_index",
      "community_name": "Community 28"
    },
    {
      "label": "stringLiteralToRichText()",
      "file_type": "code",
      "source_file": "remix/app/utils/index.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "stringliteraltorichtext()",
      "id": "remix_app_utils_index_stringliteraltorichtext",
      "community_name": "Community 28"
    },
    {
      "label": "safeJoin()",
      "file_type": "code",
      "source_file": "remix/app/utils/index.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 28,
      "norm_label": "safejoin()",
      "id": "remix_app_utils_index_safejoin",
      "community_name": "Community 28"
    },
    {
      "label": "safeSplit()",
      "file_type": "code",
      "source_file": "remix/app/utils/index.ts",
      "source_location": "L25",
      "_origin": "ast",
      "community": 28,
      "norm_label": "safesplit()",
      "id": "remix_app_utils_index_safesplit",
      "community_name": "Community 28"
    },
    {
      "label": "nativeBridge.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "nativebridge.ts",
      "id": "remix_app_utils_nativebridge",
      "community_name": "Community 208"
    },
    {
      "label": "ThingtimeBridgeMessage",
      "file_type": "code",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 208,
      "norm_label": "thingtimebridgemessage",
      "id": "remix_app_utils_nativebridge_thingtimebridgemessage",
      "community_name": "Community 208"
    },
    {
      "label": "ThingtimeNativeBridge",
      "file_type": "code",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 208,
      "norm_label": "thingtimenativebridge",
      "id": "remix_app_utils_nativebridge_thingtimenativebridge",
      "community_name": "Community 208"
    },
    {
      "label": "Window",
      "file_type": "code",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 208,
      "norm_label": "window",
      "id": "remix_app_utils_nativebridge_window",
      "community_name": "Community 208"
    },
    {
      "label": "getNativeBridge()",
      "file_type": "code",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 208,
      "norm_label": "getnativebridge()",
      "id": "remix_app_utils_nativebridge_getnativebridge",
      "community_name": "Community 208"
    },
    {
      "label": "isNativeBridgeAvailable()",
      "file_type": "code",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 208,
      "norm_label": "isnativebridgeavailable()",
      "id": "remix_app_utils_nativebridge_isnativebridgeavailable",
      "community_name": "Community 208"
    },
    {
      "label": "postNativeBridgeMessage()",
      "file_type": "code",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 208,
      "norm_label": "postnativebridgemessage()",
      "id": "remix_app_utils_nativebridge_postnativebridgemessage",
      "community_name": "Community 208"
    },
    {
      "label": "previewBuildFreshness.test.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 445,
      "norm_label": "previewbuildfreshness.test.ts",
      "id": "remix_app_utils_previewbuildfreshness_test",
      "community_name": "Community 445"
    },
    {
      "label": "TestListener",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 445,
      "norm_label": "testlistener",
      "id": "remix_app_utils_previewbuildfreshness_test_testlistener",
      "community_name": "Community 445"
    },
    {
      "label": "createPreviewRuntime()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 445,
      "norm_label": "createpreviewruntime()",
      "id": "remix_app_utils_previewbuildfreshness_test_createpreviewruntime",
      "community_name": "Community 445"
    },
    {
      "label": "flushAsyncWork()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 445,
      "norm_label": "flushasyncwork()",
      "id": "remix_app_utils_previewbuildfreshness_test_flushasyncwork",
      "community_name": "Community 445"
    },
    {
      "label": "previewBuildFreshness.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 445,
      "norm_label": "previewbuildfreshness.ts",
      "id": "remix_app_utils_previewbuildfreshness",
      "community_name": "Community 445"
    },
    {
      "label": "assetPath()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 445,
      "norm_label": "assetpath()",
      "id": "remix_app_utils_previewbuildfreshness_assetpath",
      "community_name": "Community 445"
    },
    {
      "label": "previewEntryAssetFromSources()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 445,
      "norm_label": "previewentryassetfromsources()",
      "id": "remix_app_utils_previewbuildfreshness_previewentryassetfromsources",
      "community_name": "Community 445"
    },
    {
      "label": "previewEntryAssetFromHtml()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 445,
      "norm_label": "previewentryassetfromhtml()",
      "id": "remix_app_utils_previewbuildfreshness_previewentryassetfromhtml",
      "community_name": "Community 445"
    },
    {
      "label": "isVercelPreviewHost()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 445,
      "norm_label": "isvercelpreviewhost()",
      "id": "remix_app_utils_previewbuildfreshness_isvercelpreviewhost",
      "community_name": "Community 445"
    },
    {
      "label": "isStalePreviewEntry()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 445,
      "norm_label": "isstalepreviewentry()",
      "id": "remix_app_utils_previewbuildfreshness_isstalepreviewentry",
      "community_name": "Community 445"
    },
    {
      "label": "previewRefreshUrl()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 445,
      "norm_label": "previewrefreshurl()",
      "id": "remix_app_utils_previewbuildfreshness_previewrefreshurl",
      "community_name": "Community 445"
    },
    {
      "label": "PreviewFreshnessRuntime",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 445,
      "norm_label": "previewfreshnessruntime",
      "id": "remix_app_utils_previewbuildfreshness_previewfreshnessruntime",
      "community_name": "Community 445"
    },
    {
      "label": "installPreviewBuildFreshness()",
      "file_type": "code",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 445,
      "norm_label": "installpreviewbuildfreshness()",
      "id": "remix_app_utils_previewbuildfreshness_installpreviewbuildfreshness",
      "community_name": "Community 445"
    },
    {
      "label": "profileMediaUrl.test.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "profilemediaurl.test.ts",
      "id": "remix_app_utils_profilemediaurl_test",
      "community_name": "Community 44"
    },
    {
      "label": "profileMediaUrl.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 44,
      "norm_label": "profilemediaurl.ts",
      "id": "remix_app_utils_profilemediaurl",
      "community_name": "Community 44"
    },
    {
      "label": "ProfileMediaSlot",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 44,
      "norm_label": "profilemediaslot",
      "id": "remix_app_utils_profilemediaurl_profilemediaslot",
      "community_name": "Community 44"
    },
    {
      "label": "fieldValue()",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 44,
      "norm_label": "fieldvalue()",
      "id": "remix_app_utils_profilemediaurl_fieldvalue",
      "community_name": "Community 44"
    },
    {
      "label": "profileAttachmentIdFromRecord()",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 44,
      "norm_label": "profileattachmentidfromrecord()",
      "id": "remix_app_utils_profilemediaurl_profileattachmentidfromrecord",
      "community_name": "Community 44"
    },
    {
      "label": "linkedProfileMediaUrl()",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 44,
      "norm_label": "linkedprofilemediaurl()",
      "id": "remix_app_utils_profilemediaurl_linkedprofilemediaurl",
      "community_name": "Community 44"
    },
    {
      "label": "effectiveProfileMediaUrl()",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L24",
      "_origin": "ast",
      "community": 44,
      "norm_label": "effectiveprofilemediaurl()",
      "id": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl",
      "community_name": "Community 44"
    },
    {
      "label": "absoluteThirdPartyProfileMediaUrl()",
      "file_type": "code",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L33",
      "_origin": "ast",
      "community": 44,
      "norm_label": "absolutethirdpartyprofilemediaurl()",
      "id": "remix_app_utils_profilemediaurl_absolutethirdpartyprofilemediaurl",
      "community_name": "Community 44"
    },
    {
      "label": "reactionTokens.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 25,
      "norm_label": "reactiontokens.ts",
      "id": "remix_app_utils_reactiontokens",
      "community_name": "Community 25"
    },
    {
      "label": "splitEmojis()",
      "file_type": "code",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 25,
      "norm_label": "splitemojis()",
      "id": "remix_app_utils_reactiontokens_splitemojis",
      "community_name": "Community 25"
    },
    {
      "label": "sanitizeReactionToken()",
      "file_type": "code",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L45",
      "_origin": "ast",
      "community": 25,
      "norm_label": "sanitizereactiontoken()",
      "id": "remix_app_utils_reactiontokens_sanitizereactiontoken",
      "community_name": "Community 25"
    },
    {
      "label": "isValidReactionToken()",
      "file_type": "code",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L57",
      "_origin": "ast",
      "community": 25,
      "norm_label": "isvalidreactiontoken()",
      "id": "remix_app_utils_reactiontokens_isvalidreactiontoken",
      "community_name": "Community 25"
    },
    {
      "label": "isCustomReactionToken()",
      "file_type": "code",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L68",
      "_origin": "ast",
      "community": 25,
      "norm_label": "iscustomreactiontoken()",
      "id": "remix_app_utils_reactiontokens_iscustomreactiontoken",
      "community_name": "Community 25"
    },
    {
      "label": "customReactionEmojiId()",
      "file_type": "code",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L71",
      "_origin": "ast",
      "community": 25,
      "norm_label": "customreactionemojiid()",
      "id": "remix_app_utils_reactiontokens_customreactionemojiid",
      "community_name": "Community 25"
    },
    {
      "label": "sanitizeChatReactionToken()",
      "file_type": "code",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L78",
      "_origin": "ast",
      "community": 25,
      "norm_label": "sanitizechatreactiontoken()",
      "id": "remix_app_utils_reactiontokens_sanitizechatreactiontoken",
      "community_name": "Community 25"
    },
    {
      "label": "temporaryUserBootstrap.test.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/temporaryUserBootstrap.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "temporaryuserbootstrap.test.ts",
      "id": "remix_app_utils_temporaryuserbootstrap_test",
      "community_name": "Community 90"
    },
    {
      "label": "temporaryUserBootstrap.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/temporaryUserBootstrap.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 90,
      "norm_label": "temporaryuserbootstrap.ts",
      "id": "remix_app_utils_temporaryuserbootstrap",
      "community_name": "Community 90"
    },
    {
      "label": "shouldBootstrapTemporaryUser()",
      "file_type": "code",
      "source_file": "remix/app/utils/temporaryUserBootstrap.ts",
      "source_location": "L3",
      "_origin": "ast",
      "community": 90,
      "norm_label": "shouldbootstraptemporaryuser()",
      "id": "remix_app_utils_temporaryuserbootstrap_shouldbootstraptemporaryuser",
      "community_name": "Community 90"
    },
    {
      "label": "userIdentity.test.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/userIdentity.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "useridentity.test.ts",
      "id": "remix_app_utils_useridentity_test",
      "community_name": "Community 29"
    },
    {
      "label": "userIdentity.ts",
      "file_type": "code",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 29,
      "norm_label": "useridentity.ts",
      "id": "remix_app_utils_useridentity",
      "community_name": "Community 29"
    },
    {
      "label": "PresentableUserIdentity",
      "file_type": "code",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 29,
      "norm_label": "presentableuseridentity",
      "id": "remix_app_utils_useridentity_presentableuseridentity",
      "community_name": "Community 29"
    },
    {
      "label": "getUserDisplayName()",
      "file_type": "code",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L10",
      "_origin": "ast",
      "community": 29,
      "norm_label": "getuserdisplayname()",
      "id": "remix_app_utils_useridentity_getuserdisplayname",
      "community_name": "Community 29"
    },
    {
      "label": "getUserIdentityDetail()",
      "file_type": "code",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 27,
      "norm_label": "getuseridentitydetail()",
      "id": "remix_app_utils_useridentity_getuseridentitydetail",
      "community_name": "Community 27"
    },
    {
      "label": "getUserMention()",
      "file_type": "code",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 27,
      "norm_label": "getusermention()",
      "id": "remix_app_utils_useridentity_getusermention",
      "community_name": "Community 27"
    },
    {
      "label": "ecosystem.config.js",
      "file_type": "code",
      "source_file": "remix/ecosystem.config.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 671,
      "norm_label": "ecosystem.config.js",
      "id": "remix_ecosystem_config",
      "community_name": "Community 671"
    },
    {
      "label": "{ pm2AppConfig }",
      "file_type": "code",
      "source_file": "remix/ecosystem.config.js",
      "source_location": "L8",
      "_origin": "ast",
      "community": 671,
      "norm_label": "{ pm2appconfig }",
      "id": "remix_ecosystem_config_pm2appconfig",
      "community_name": "Community 671"
    },
    {
      "label": "nitro.config.ts",
      "file_type": "code",
      "source_file": "remix/nitro.config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 343,
      "norm_label": "nitro.config.ts",
      "id": "remix_nitro_config",
      "community_name": "Community 343"
    },
    {
      "label": "apiRoutes",
      "file_type": "code",
      "source_file": "remix/nitro.config.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 343,
      "norm_label": "apiroutes",
      "id": "remix_nitro_config_apiroutes",
      "community_name": "Community 343"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "remix/public/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 663,
      "norm_label": "manifest.json",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_public_manifest_json",
      "community_name": "Community 663"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "remix/public/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 663,
      "norm_label": "name",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_public_manifest_name",
      "community_name": "Community 663"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "remix/public/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 663,
      "norm_label": "icons",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_public_manifest_icons",
      "community_name": "Community 663"
    },
    {
      "label": "thingtime-login.js",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 559,
      "norm_label": "thingtime-login.js",
      "id": "remix_public_sdk_thingtime_login",
      "community_name": "Community 559"
    },
    {
      "label": "randomState()",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L44",
      "_origin": "ast",
      "community": 559,
      "norm_label": "randomstate()",
      "id": "remix_public_sdk_thingtime_login_randomstate",
      "community_name": "Community 559"
    },
    {
      "label": "login()",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L83",
      "_origin": "ast",
      "community": 559,
      "norm_label": "login()",
      "id": "remix_public_sdk_thingtime_login_login",
      "community_name": "Community 559"
    },
    {
      "label": "data()",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L200",
      "_origin": "ast",
      "community": 559,
      "norm_label": "data()",
      "id": "remix_public_sdk_thingtime_login_data",
      "community_name": "Community 559"
    },
    {
      "label": "userinfo()",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L293",
      "_origin": "ast",
      "community": 559,
      "norm_label": "userinfo()",
      "id": "remix_public_sdk_thingtime_login_userinfo",
      "community_name": "Community 559"
    },
    {
      "label": "renderButton()",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L343",
      "_origin": "ast",
      "community": 559,
      "norm_label": "renderbutton()",
      "id": "remix_public_sdk_thingtime_login_renderbutton",
      "community_name": "Community 559"
    },
    {
      "label": "shared()",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L408",
      "_origin": "ast",
      "community": 559,
      "norm_label": "shared()",
      "id": "remix_public_sdk_thingtime_login_shared",
      "community_name": "Community 559"
    },
    {
      "label": "ai-model-routing-contract.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 560,
      "norm_label": "ai-model-routing-contract.mjs",
      "id": "remix_scripts_ai_model_routing_contract",
      "community_name": "Community 560"
    },
    {
      "label": "remixRoot",
      "file_type": "code",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L12",
      "_origin": "ast",
      "community": 560,
      "norm_label": "remixroot",
      "id": "remix_scripts_ai_model_routing_contract_remixroot",
      "community_name": "Community 560"
    },
    {
      "label": "appRoot",
      "file_type": "code",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L13",
      "_origin": "ast",
      "community": 560,
      "norm_label": "approot",
      "id": "remix_scripts_ai_model_routing_contract_approot",
      "community_name": "Community 560"
    },
    {
      "label": "sourceFiles()",
      "file_type": "code",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L15",
      "_origin": "ast",
      "community": 560,
      "norm_label": "sourcefiles()",
      "id": "remix_scripts_ai_model_routing_contract_sourcefiles",
      "community_name": "Community 560"
    },
    {
      "label": "directClientFiles",
      "file_type": "code",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L26",
      "_origin": "ast",
      "community": 560,
      "norm_label": "directclientfiles",
      "id": "remix_scripts_ai_model_routing_contract_directclientfiles",
      "community_name": "Community 560"
    },
    {
      "label": "musing",
      "file_type": "code",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L37",
      "_origin": "ast",
      "community": 560,
      "norm_label": "musing",
      "id": "remix_scripts_ai_model_routing_contract_musing",
      "community_name": "Community 560"
    },
    {
      "label": "localGraphify",
      "file_type": "code",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L46",
      "_origin": "ast",
      "community": 560,
      "norm_label": "localgraphify",
      "id": "remix_scripts_ai_model_routing_contract_localgraphify",
      "community_name": "Community 560"
    },
    {
      "label": "dev.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 244,
      "norm_label": "dev.mjs",
      "id": "remix_scripts_dev",
      "community_name": "Community 244"
    },
    {
      "label": "require",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 244,
      "norm_label": "require",
      "id": "remix_scripts_dev_require",
      "community_name": "Community 244"
    },
    {
      "label": "{ ensureDependencies }",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 244,
      "norm_label": "{ ensuredependencies }",
      "id": "remix_scripts_dev_ensuredependencies",
      "community_name": "Community 244"
    },
    {
      "label": "{ resolveDevContext }",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L9",
      "_origin": "ast",
      "community": 244,
      "norm_label": "{ resolvedevcontext }",
      "id": "remix_scripts_dev_resolvedevcontext",
      "community_name": "Community 244"
    },
    {
      "label": "parseEnvValue()",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L19",
      "_origin": "ast",
      "community": 244,
      "norm_label": "parseenvvalue()",
      "id": "remix_scripts_dev_parseenvvalue",
      "community_name": "Community 244"
    },
    {
      "label": "loadLocalEnv()",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L39",
      "_origin": "ast",
      "community": 244,
      "norm_label": "loadlocalenv()",
      "id": "remix_scripts_dev_loadlocalenv",
      "community_name": "Community 244"
    },
    {
      "label": "runStep()",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L65",
      "_origin": "ast",
      "community": 244,
      "norm_label": "runstep()",
      "id": "remix_scripts_dev_runstep",
      "community_name": "Community 244"
    },
    {
      "label": "devContext",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L78",
      "_origin": "ast",
      "community": 244,
      "norm_label": "devcontext",
      "id": "remix_scripts_dev_devcontext",
      "community_name": "Community 244"
    },
    {
      "label": "children",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L90",
      "_origin": "ast",
      "community": 244,
      "norm_label": "children",
      "id": "remix_scripts_dev_children",
      "community_name": "Community 244"
    },
    {
      "label": "stopChildren()",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L97",
      "_origin": "ast",
      "community": 244,
      "norm_label": "stopchildren()",
      "id": "remix_scripts_dev_stopchildren",
      "community_name": "Community 244"
    },
    {
      "label": "ensure-bcrypt-binding.js",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 244,
      "norm_label": "ensure-bcrypt-binding.js",
      "id": "remix_scripts_ensure_bcrypt_binding",
      "community_name": "Community 244"
    },
    {
      "label": "{ spawnSync }",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L3",
      "_origin": "ast",
      "community": 244,
      "norm_label": "{ spawnsync }",
      "id": "remix_scripts_ensure_bcrypt_binding_spawnsync",
      "community_name": "Community 244"
    },
    {
      "label": "path",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L4",
      "_origin": "ast",
      "community": 244,
      "norm_label": "path",
      "id": "remix_scripts_ensure_bcrypt_binding_path",
      "community_name": "Community 244"
    },
    {
      "label": "loadBcrypt()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L8",
      "_origin": "ast",
      "community": 244,
      "norm_label": "loadbcrypt()",
      "id": "remix_scripts_ensure_bcrypt_binding_loadbcrypt",
      "community_name": "Community 244"
    },
    {
      "label": "initial",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L17",
      "_origin": "ast",
      "community": 244,
      "norm_label": "initial",
      "id": "remix_scripts_ensure_bcrypt_binding_initial",
      "community_name": "Community 244"
    },
    {
      "label": "install",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L33",
      "_origin": "ast",
      "community": 244,
      "norm_label": "install",
      "id": "remix_scripts_ensure_bcrypt_binding_install",
      "community_name": "Community 244"
    },
    {
      "label": "repaired",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L43",
      "_origin": "ast",
      "community": 244,
      "norm_label": "repaired",
      "id": "remix_scripts_ensure_bcrypt_binding_repaired",
      "community_name": "Community 244"
    },
    {
      "label": "ensure-dependencies.js",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 244,
      "norm_label": "ensure-dependencies.js",
      "id": "remix_scripts_ensure_dependencies",
      "community_name": "Community 244"
    },
    {
      "label": "{ spawnSync }",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L4",
      "_origin": "ast",
      "community": 244,
      "norm_label": "{ spawnsync }",
      "id": "remix_scripts_ensure_dependencies_spawnsync",
      "community_name": "Community 244"
    },
    {
      "label": "{ existsSync, readFileSync }",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L5",
      "_origin": "ast",
      "community": 244,
      "norm_label": "{ existssync, readfilesync }",
      "id": "remix_scripts_ensure_dependencies_existssync_readfilesync",
      "community_name": "Community 244"
    },
    {
      "label": "path",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L6",
      "_origin": "ast",
      "community": 244,
      "norm_label": "path",
      "id": "remix_scripts_ensure_dependencies_path",
      "community_name": "Community 244"
    },
    {
      "label": "remixDir",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L8",
      "_origin": "ast",
      "community": 244,
      "norm_label": "remixdir",
      "id": "remix_scripts_ensure_dependencies_remixdir",
      "community_name": "Community 244"
    },
    {
      "label": "manifestPath",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L9",
      "_origin": "ast",
      "community": 244,
      "norm_label": "manifestpath",
      "id": "remix_scripts_ensure_dependencies_manifestpath",
      "community_name": "Community 244"
    },
    {
      "label": "toolProbes",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L12",
      "_origin": "ast",
      "community": 244,
      "norm_label": "toolprobes",
      "id": "remix_scripts_ensure_dependencies_toolprobes",
      "community_name": "Community 244"
    },
    {
      "label": "directDependencyNames()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L25",
      "_origin": "ast",
      "community": 244,
      "norm_label": "directdependencynames()",
      "id": "remix_scripts_ensure_dependencies_directdependencynames",
      "community_name": "Community 244"
    },
    {
      "label": "packageManifestPath()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L35",
      "_origin": "ast",
      "community": 244,
      "norm_label": "packagemanifestpath()",
      "id": "remix_scripts_ensure_dependencies_packagemanifestpath",
      "community_name": "Community 244"
    },
    {
      "label": "missingDirectDependencies()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L37",
      "_origin": "ast",
      "community": 244,
      "norm_label": "missingdirectdependencies()",
      "id": "remix_scripts_ensure_dependencies_missingdirectdependencies",
      "community_name": "Community 244"
    },
    {
      "label": "packageBinPath()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L39",
      "_origin": "ast",
      "community": 244,
      "norm_label": "packagebinpath()",
      "id": "remix_scripts_ensure_dependencies_packagebinpath",
      "community_name": "Community 244"
    },
    {
      "label": "probeTool()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L51",
      "_origin": "ast",
      "community": 244,
      "norm_label": "probetool()",
      "id": "remix_scripts_ensure_dependencies_probetool",
      "community_name": "Community 244"
    },
    {
      "label": "brokenToolNames()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L77",
      "_origin": "ast",
      "community": 244,
      "norm_label": "brokentoolnames()",
      "id": "remix_scripts_ensure_dependencies_brokentoolnames",
      "community_name": "Community 244"
    },
    {
      "label": "summarize()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L79",
      "_origin": "ast",
      "community": 244,
      "norm_label": "summarize()",
      "id": "remix_scripts_ensure_dependencies_summarize",
      "community_name": "Community 244"
    },
    {
      "label": "runInstall()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L86",
      "_origin": "ast",
      "community": 244,
      "norm_label": "runinstall()",
      "id": "remix_scripts_ensure_dependencies_runinstall",
      "community_name": "Community 244"
    },
    {
      "label": "ensureDependencies()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L103",
      "_origin": "ast",
      "community": 244,
      "norm_label": "ensuredependencies()",
      "id": "remix_scripts_ensure_dependencies_ensuredependencies",
      "community_name": "Community 244"
    },
    {
      "label": "parseToolNames()",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L162",
      "_origin": "ast",
      "community": 244,
      "norm_label": "parsetoolnames()",
      "id": "remix_scripts_ensure_dependencies_parsetoolnames",
      "community_name": "Community 244"
    },
    {
      "label": "ensure-dependencies.test.js",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 244,
      "norm_label": "ensure-dependencies.test.js",
      "id": "remix_scripts_ensure_dependencies_test",
      "community_name": "Community 244"
    },
    {
      "label": "assert",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L3",
      "_origin": "ast",
      "community": 244,
      "norm_label": "assert",
      "id": "remix_scripts_ensure_dependencies_test_assert",
      "community_name": "Community 244"
    },
    {
      "label": "test",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L4",
      "_origin": "ast",
      "community": 244,
      "norm_label": "test",
      "id": "remix_scripts_ensure_dependencies_test_test",
      "community_name": "Community 244"
    },
    {
      "label": "{ brokenToolNames, directDependencyNames, ensureDependencies, parseToolNames }",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L6",
      "_origin": "ast",
      "community": 244,
      "norm_label": "{ brokentoolnames, directdependencynames, ensuredependencies, parsetoolnames }",
      "id": "remix_scripts_ensure_dependencies_test_brokentoolnames_directdependencynames_ensuredependencies_parsetoolnames",
      "community_name": "Community 244"
    },
    {
      "label": "silentLogger",
      "file_type": "code",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L8",
      "_origin": "ast",
      "community": 244,
      "norm_label": "silentlogger",
      "id": "remix_scripts_ensure_dependencies_test_silentlogger",
      "community_name": "Community 244"
    },
    {
      "label": "gen-pixel-icon.sh",
      "file_type": "code",
      "source_file": "remix/scripts/gen-pixel-icon.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 674,
      "norm_label": "gen-pixel-icon.sh",
      "id": "remix_scripts_gen_pixel_icon",
      "community_name": "Community 674"
    },
    {
      "label": "gen-pixel-icon.sh script",
      "file_type": "code",
      "source_file": "remix/scripts/gen-pixel-icon.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 674,
      "norm_label": "gen-pixel-icon.sh script",
      "id": "remix_scripts_gen_pixel_icon_sh__entry",
      "community_name": "Community 674"
    },
    {
      "label": "pre-dev.sh",
      "file_type": "code",
      "source_file": "remix/scripts/pre-dev.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 691,
      "norm_label": "pre-dev.sh",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_scripts_pre_dev_sh",
      "community_name": "Community 691"
    },
    {
      "label": "pre-dev.sh script",
      "file_type": "code",
      "source_file": "remix/scripts/pre-dev.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 691,
      "norm_label": "pre-dev.sh script",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_scripts_pre_dev_sh__entry",
      "community_name": "Community 691"
    },
    {
      "label": "sync-nitro-template.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/sync-nitro-template.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 1087,
      "norm_label": "sync-nitro-template.mjs",
      "id": "remix_scripts_sync_nitro_template",
      "community_name": "Community 1087"
    },
    {
      "label": "typecheck-ratchet.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 498,
      "norm_label": "typecheck-ratchet.mjs",
      "id": "remix_scripts_typecheck_ratchet",
      "community_name": "Community 498"
    },
    {
      "label": "here",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L16",
      "_origin": "ast",
      "community": 498,
      "norm_label": "here",
      "id": "remix_scripts_typecheck_ratchet_here",
      "community_name": "Community 498"
    },
    {
      "label": "remixDir",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L17",
      "_origin": "ast",
      "community": 498,
      "norm_label": "remixdir",
      "id": "remix_scripts_typecheck_ratchet_remixdir",
      "community_name": "Community 498"
    },
    {
      "label": "baselinePath",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L18",
      "_origin": "ast",
      "community": 498,
      "norm_label": "baselinepath",
      "id": "remix_scripts_typecheck_ratchet_baselinepath",
      "community_name": "Community 498"
    },
    {
      "label": "tscBin",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L20",
      "_origin": "ast",
      "community": 498,
      "norm_label": "tscbin",
      "id": "remix_scripts_typecheck_ratchet_tscbin",
      "community_name": "Community 498"
    },
    {
      "label": "escapeWorkflowCommand()",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L22",
      "_origin": "ast",
      "community": 498,
      "norm_label": "escapeworkflowcommand()",
      "id": "remix_scripts_typecheck_ratchet_escapeworkflowcommand",
      "community_name": "Community 498"
    },
    {
      "label": "reportTypecheckRatchet()",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L24",
      "_origin": "ast",
      "community": 498,
      "norm_label": "reporttypecheckratchet()",
      "id": "remix_scripts_typecheck_ratchet_reporttypecheckratchet",
      "community_name": "Community 498"
    },
    {
      "label": "main()",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L53",
      "_origin": "ast",
      "community": 498,
      "norm_label": "main()",
      "id": "remix_scripts_typecheck_ratchet_main",
      "community_name": "Community 498"
    },
    {
      "label": "typecheck-ratchet.test.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.test.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 498,
      "norm_label": "typecheck-ratchet.test.mjs",
      "id": "remix_scripts_typecheck_ratchet_test",
      "community_name": "Community 498"
    },
    {
      "label": "captureReporter()",
      "file_type": "code",
      "source_file": "remix/scripts/typecheck-ratchet.test.mjs",
      "source_location": "L6",
      "_origin": "ast",
      "community": 498,
      "norm_label": "capturereporter()",
      "id": "remix_scripts_typecheck_ratchet_test_capturereporter",
      "community_name": "Community 498"
    },
    {
      "label": "vercel-config.test.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/vercel-config.test.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 659,
      "norm_label": "vercel-config.test.mjs",
      "id": "remix_scripts_vercel_config_test",
      "community_name": "Community 659"
    },
    {
      "label": "remixRoot",
      "file_type": "code",
      "source_file": "remix/scripts/vercel-config.test.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 659,
      "norm_label": "remixroot",
      "id": "remix_scripts_vercel_config_test_remixroot",
      "community_name": "Community 659"
    },
    {
      "label": "vercelConfig",
      "file_type": "code",
      "source_file": "remix/scripts/vercel-config.test.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 659,
      "norm_label": "vercelconfig",
      "id": "remix_scripts_vercel_config_test_vercelconfig",
      "community_name": "Community 659"
    },
    {
      "label": "verify-admin-subscriptions.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 561,
      "norm_label": "verify-admin-subscriptions.mjs",
      "id": "remix_scripts_verify_admin_subscriptions",
      "community_name": "Community 561"
    },
    {
      "label": "failures",
      "file_type": "code",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L26",
      "_origin": "ast",
      "community": 561,
      "norm_label": "failures",
      "id": "remix_scripts_verify_admin_subscriptions_failures",
      "community_name": "Community 561"
    },
    {
      "label": "check()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L27",
      "_origin": "ast",
      "community": 561,
      "norm_label": "check()",
      "id": "remix_scripts_verify_admin_subscriptions_check",
      "community_name": "Community 561"
    },
    {
      "label": "api()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L37",
      "_origin": "ast",
      "community": 561,
      "norm_label": "api()",
      "id": "remix_scripts_verify_admin_subscriptions_api",
      "community_name": "Community 561"
    },
    {
      "label": "authCookieFrom()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L65",
      "_origin": "ast",
      "community": 561,
      "norm_label": "authcookiefrom()",
      "id": "remix_scripts_verify_admin_subscriptions_authcookiefrom",
      "community_name": "Community 561"
    },
    {
      "label": "registerSession()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L74",
      "_origin": "ast",
      "community": 561,
      "norm_label": "registersession()",
      "id": "remix_scripts_verify_admin_subscriptions_registersession",
      "community_name": "Community 561"
    },
    {
      "label": "adminCookie",
      "file_type": "code",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L96",
      "_origin": "ast",
      "community": 561,
      "norm_label": "admincookie",
      "id": "remix_scripts_verify_admin_subscriptions_admincookie",
      "community_name": "Community 561"
    },
    {
      "label": "verify-app-namespaces.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 617,
      "norm_label": "verify-app-namespaces.mjs",
      "id": "remix_scripts_verify_app_namespaces",
      "community_name": "Community 617"
    },
    {
      "label": "failures",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L14",
      "_origin": "ast",
      "community": 617,
      "norm_label": "failures",
      "id": "remix_scripts_verify_app_namespaces_failures",
      "community_name": "Community 617"
    },
    {
      "label": "check()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L15",
      "_origin": "ast",
      "community": 617,
      "norm_label": "check()",
      "id": "remix_scripts_verify_app_namespaces_check",
      "community_name": "Community 617"
    },
    {
      "label": "api()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L25",
      "_origin": "ast",
      "community": 617,
      "norm_label": "api()",
      "id": "remix_scripts_verify_app_namespaces_api",
      "community_name": "Community 617"
    },
    {
      "label": "mint()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L44",
      "_origin": "ast",
      "community": 617,
      "norm_label": "mint()",
      "id": "remix_scripts_verify_app_namespaces_mint",
      "community_name": "Community 617"
    },
    {
      "label": "verify-app-storage.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 446,
      "norm_label": "verify-app-storage.mjs",
      "id": "remix_scripts_verify_app_storage",
      "community_name": "Community 446"
    },
    {
      "label": "failures",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L29",
      "_origin": "ast",
      "community": 446,
      "norm_label": "failures",
      "id": "remix_scripts_verify_app_storage_failures",
      "community_name": "Community 446"
    },
    {
      "label": "check()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L31",
      "_origin": "ast",
      "community": 446,
      "norm_label": "check()",
      "id": "remix_scripts_verify_app_storage_check",
      "community_name": "Community 446"
    },
    {
      "label": "api()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L42",
      "_origin": "ast",
      "community": 446,
      "norm_label": "api()",
      "id": "remix_scripts_verify_app_storage_api",
      "community_name": "Community 446"
    },
    {
      "label": "register()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L64",
      "_origin": "ast",
      "community": 446,
      "norm_label": "register()",
      "id": "remix_scripts_verify_app_storage_register",
      "community_name": "Community 446"
    },
    {
      "label": "authorize()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L89",
      "_origin": "ast",
      "community": 446,
      "norm_label": "authorize()",
      "id": "remix_scripts_verify_app_storage_authorize",
      "community_name": "Community 446"
    },
    {
      "label": "usage()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L110",
      "_origin": "ast",
      "community": 446,
      "norm_label": "usage()",
      "id": "remix_scripts_verify_app_storage_usage",
      "community_name": "Community 446"
    },
    {
      "label": "setEntry()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L111",
      "_origin": "ast",
      "community": 446,
      "norm_label": "setentry()",
      "id": "remix_scripts_verify_app_storage_setentry",
      "community_name": "Community 446"
    },
    {
      "label": "deleteEntry()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L112",
      "_origin": "ast",
      "community": 446,
      "norm_label": "deleteentry()",
      "id": "remix_scripts_verify_app_storage_deleteentry",
      "community_name": "Community 446"
    },
    {
      "label": "individuallyManaged",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L290",
      "_origin": "ast",
      "community": 446,
      "norm_label": "individuallymanaged",
      "id": "remix_scripts_verify_app_storage_individuallymanaged",
      "community_name": "Community 446"
    },
    {
      "label": "listedApp",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L391",
      "_origin": "ast",
      "community": 446,
      "norm_label": "listedapp",
      "id": "remix_scripts_verify_app_storage_listedapp",
      "community_name": "Community 446"
    },
    {
      "label": "racingValues",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L410",
      "_origin": "ast",
      "community": 446,
      "norm_label": "racingvalues",
      "id": "remix_scripts_verify_app_storage_racingvalues",
      "community_name": "Community 446"
    },
    {
      "label": "finalRaceBytes",
      "file_type": "code",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L425",
      "_origin": "ast",
      "community": 446,
      "norm_label": "finalracebytes",
      "id": "remix_scripts_verify_app_storage_finalracebytes",
      "community_name": "Community 446"
    },
    {
      "label": "verify-messenger.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 587,
      "norm_label": "verify-messenger.mjs",
      "id": "remix_scripts_verify_messenger",
      "community_name": "Community 587"
    },
    {
      "label": "failures",
      "file_type": "code",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L21",
      "_origin": "ast",
      "community": 587,
      "norm_label": "failures",
      "id": "remix_scripts_verify_messenger_failures",
      "community_name": "Community 587"
    },
    {
      "label": "check()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L22",
      "_origin": "ast",
      "community": 587,
      "norm_label": "check()",
      "id": "remix_scripts_verify_messenger_check",
      "community_name": "Community 587"
    },
    {
      "label": "api()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L32",
      "_origin": "ast",
      "community": 587,
      "norm_label": "api()",
      "id": "remix_scripts_verify_messenger_api",
      "community_name": "Community 587"
    },
    {
      "label": "register()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L55",
      "_origin": "ast",
      "community": 587,
      "norm_label": "register()",
      "id": "remix_scripts_verify_messenger_register",
      "community_name": "Community 587"
    },
    {
      "label": "run()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L74",
      "_origin": "ast",
      "community": 587,
      "norm_label": "run()",
      "id": "remix_scripts_verify_messenger_run",
      "community_name": "Community 587"
    },
    {
      "label": "web-ci-required-context-contract.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 485,
      "norm_label": "web-ci-required-context-contract.mjs",
      "id": "remix_scripts_web_ci_required_context_contract",
      "community_name": "Community 485"
    },
    {
      "label": "remixRoot",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L6",
      "_origin": "ast",
      "community": 485,
      "norm_label": "remixroot",
      "id": "remix_scripts_web_ci_required_context_contract_remixroot",
      "community_name": "Community 485"
    },
    {
      "label": "repositoryRoot",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 485,
      "norm_label": "repositoryroot",
      "id": "remix_scripts_web_ci_required_context_contract_repositoryroot",
      "community_name": "Community 485"
    },
    {
      "label": "workflowPath",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 485,
      "norm_label": "workflowpath",
      "id": "remix_scripts_web_ci_required_context_contract_workflowpath",
      "community_name": "Community 485"
    },
    {
      "label": "source",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L9",
      "_origin": "ast",
      "community": 485,
      "norm_label": "source",
      "id": "remix_scripts_web_ci_required_context_contract_source",
      "community_name": "Community 485"
    },
    {
      "label": "pullRequestStart",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L11",
      "_origin": "ast",
      "community": 485,
      "norm_label": "pullrequeststart",
      "id": "remix_scripts_web_ci_required_context_contract_pullrequeststart",
      "community_name": "Community 485"
    },
    {
      "label": "afterPullRequest",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L14",
      "_origin": "ast",
      "community": 485,
      "norm_label": "afterpullrequest",
      "id": "remix_scripts_web_ci_required_context_contract_afterpullrequest",
      "community_name": "Community 485"
    },
    {
      "label": "nextEventOffsets",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L15",
      "_origin": "ast",
      "community": 485,
      "norm_label": "nexteventoffsets",
      "id": "remix_scripts_web_ci_required_context_contract_nexteventoffsets",
      "community_name": "Community 485"
    },
    {
      "label": "pullRequestBlock",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L17",
      "_origin": "ast",
      "community": 485,
      "norm_label": "pullrequestblock",
      "id": "remix_scripts_web_ci_required_context_contract_pullrequestblock",
      "community_name": "Community 485"
    },
    {
      "label": "requiredFragments",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L33",
      "_origin": "ast",
      "community": 485,
      "norm_label": "requiredfragments",
      "id": "remix_scripts_web_ci_required_context_contract_requiredfragments",
      "community_name": "Community 485"
    },
    {
      "label": "count()",
      "file_type": "code",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L50",
      "_origin": "ast",
      "community": 485,
      "norm_label": "count()",
      "id": "remix_scripts_web_ci_required_context_contract_count",
      "community_name": "Community 485"
    },
    {
      "label": "workflow-caller-contract.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 499,
      "norm_label": "workflow-caller-contract.mjs",
      "id": "remix_scripts_workflow_caller_contract",
      "community_name": "Community 499"
    },
    {
      "label": "remixRoot",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L6",
      "_origin": "ast",
      "community": 499,
      "norm_label": "remixroot",
      "id": "remix_scripts_workflow_caller_contract_remixroot",
      "community_name": "Community 499"
    },
    {
      "label": "repositoryRoot",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 499,
      "norm_label": "repositoryroot",
      "id": "remix_scripts_workflow_caller_contract_repositoryroot",
      "community_name": "Community 499"
    },
    {
      "label": "workflowsRoot",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 499,
      "norm_label": "workflowsroot",
      "id": "remix_scripts_workflow_caller_contract_workflowsroot",
      "community_name": "Community 499"
    },
    {
      "label": "callers",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L10",
      "_origin": "ast",
      "community": 499,
      "norm_label": "callers",
      "id": "remix_scripts_workflow_caller_contract_callers",
      "community_name": "Community 499"
    },
    {
      "label": "promotionCaller",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L32",
      "_origin": "ast",
      "community": 499,
      "norm_label": "promotioncaller",
      "id": "remix_scripts_workflow_caller_contract_promotioncaller",
      "community_name": "Community 499"
    },
    {
      "label": "promotionPermissionsStart",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L36",
      "_origin": "ast",
      "community": 499,
      "norm_label": "promotionpermissionsstart",
      "id": "remix_scripts_workflow_caller_contract_promotionpermissionsstart",
      "community_name": "Community 499"
    },
    {
      "label": "promotionJobsStart",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L37",
      "_origin": "ast",
      "community": 499,
      "norm_label": "promotionjobsstart",
      "id": "remix_scripts_workflow_caller_contract_promotionjobsstart",
      "community_name": "Community 499"
    },
    {
      "label": "promotionPermissions",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L42",
      "_origin": "ast",
      "community": 499,
      "norm_label": "promotionpermissions",
      "id": "remix_scripts_workflow_caller_contract_promotionpermissions",
      "community_name": "Community 499"
    },
    {
      "label": "filesUnder()",
      "file_type": "code",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L52",
      "_origin": "ast",
      "community": 499,
      "norm_label": "filesunder()",
      "id": "remix_scripts_workflow_caller_contract_filesunder",
      "community_name": "Community 499"
    },
    {
      "label": "mongo-warmup.ts",
      "file_type": "code",
      "source_file": "remix/server/plugins/mongo-warmup.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 30,
      "norm_label": "mongo-warmup.ts",
      "id": "remix_server_plugins_mongo_warmup",
      "community_name": "Community 30"
    },
    {
      "label": "[...].ts",
      "file_type": "code",
      "source_file": "remix/server/routes/[...].ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "[...].ts",
      "id": "remix_server_routes",
      "community_name": "Community 34"
    },
    {
      "label": "docs.ts",
      "file_type": "code",
      "source_file": "remix/server/routes/api/docs.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 510,
      "norm_label": "docs.ts",
      "id": "remix_server_routes_api_docs",
      "community_name": "Community 510"
    },
    {
      "label": "cache",
      "file_type": "code",
      "source_file": "remix/server/routes/api/docs.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 510,
      "norm_label": "cache",
      "id": "remix_server_routes_api_docs_cache",
      "community_name": "Community 510"
    },
    {
      "label": "root-data-docs.ts",
      "file_type": "code",
      "source_file": "remix/server/routes/api/root-data-docs.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 343,
      "norm_label": "root-data-docs.ts",
      "id": "remix_server_routes_api_root_data_docs",
      "community_name": "Community 343"
    },
    {
      "label": "jsonResponse()",
      "file_type": "code",
      "source_file": "remix/server/routes/api/root-data-docs.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 343,
      "norm_label": "jsonresponse()",
      "id": "remix_server_routes_api_root_data_docs_jsonresponse",
      "community_name": "Community 343"
    },
    {
      "label": "root-data.get.ts",
      "file_type": "code",
      "source_file": "remix/server/routes/api/root-data.get.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 386,
      "norm_label": "root-data.get.ts",
      "id": "remix_server_routes_api_root_data_get",
      "community_name": "Community 386"
    },
    {
      "label": "index.ts",
      "file_type": "code",
      "source_file": "remix/server/routes/index.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 34,
      "norm_label": "index.ts",
      "id": "remix_server_routes_index",
      "community_name": "Community 34"
    },
    {
      "label": "apiFallback.ts",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 386,
      "norm_label": "apifallback.ts",
      "id": "remix_server_utils_apifallback",
      "community_name": "Community 386"
    },
    {
      "label": "normaliseOrigin()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L4",
      "_origin": "ast",
      "community": 386,
      "norm_label": "normaliseorigin()",
      "id": "remix_server_utils_apifallback_normaliseorigin",
      "community_name": "Community 386"
    },
    {
      "label": "getApiFallbackOrigin()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L16",
      "_origin": "ast",
      "community": 386,
      "norm_label": "getapifallbackorigin()",
      "id": "remix_server_utils_apifallback_getapifallbackorigin",
      "community_name": "Community 386"
    },
    {
      "label": "getMissingSelfHostedApiEnv()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 386,
      "norm_label": "getmissingselfhostedapienv()",
      "id": "remix_server_utils_apifallback_getmissingselfhostedapienv",
      "community_name": "Community 386"
    },
    {
      "label": "hasSelfHostedApiEnv()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L39",
      "_origin": "ast",
      "community": 386,
      "norm_label": "hasselfhostedapienv()",
      "id": "remix_server_utils_apifallback_hasselfhostedapienv",
      "community_name": "Community 386"
    },
    {
      "label": "shouldProxyApiToFallback()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L41",
      "_origin": "ast",
      "community": 386,
      "norm_label": "shouldproxyapitofallback()",
      "id": "remix_server_utils_apifallback_shouldproxyapitofallback",
      "community_name": "Community 386"
    },
    {
      "label": "getSetCookieHeaders()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L50",
      "_origin": "ast",
      "community": 386,
      "norm_label": "getsetcookieheaders()",
      "id": "remix_server_utils_apifallback_getsetcookieheaders",
      "community_name": "Community 386"
    },
    {
      "label": "rewriteSetCookieForLocalOrigin()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L60",
      "_origin": "ast",
      "community": 386,
      "norm_label": "rewritesetcookieforlocalorigin()",
      "id": "remix_server_utils_apifallback_rewritesetcookieforlocalorigin",
      "community_name": "Community 386"
    },
    {
      "label": "cloneProxyRequestHeaders()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L76",
      "_origin": "ast",
      "community": 386,
      "norm_label": "cloneproxyrequestheaders()",
      "id": "remix_server_utils_apifallback_cloneproxyrequestheaders",
      "community_name": "Community 386"
    },
    {
      "label": "proxyApiRequestToFallback()",
      "file_type": "code",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L101",
      "_origin": "ast",
      "community": 386,
      "norm_label": "proxyapirequesttofallback()",
      "id": "remix_server_utils_apifallback_proxyapirequesttofallback",
      "community_name": "Community 386"
    },
    {
      "label": "tsconfig.json",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 374,
      "norm_label": "tsconfig.json",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_json",
      "community_name": "Community 374"
    },
    {
      "label": "include",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 374,
      "norm_label": "include",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_include",
      "community_name": "Community 374"
    },
    {
      "label": "compilerOptions",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 374,
      "norm_label": "compileroptions",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "community_name": "Community 374"
    },
    {
      "label": "noImplicitAny",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 374,
      "norm_label": "noimplicitany",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_noimplicitany",
      "community_name": "Community 374"
    },
    {
      "label": "strictNullChecks",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 374,
      "norm_label": "strictnullchecks",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_strictnullchecks",
      "community_name": "Community 374"
    },
    {
      "label": "lib",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 374,
      "norm_label": "lib",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_lib",
      "community_name": "Community 374"
    },
    {
      "label": "isolatedModules",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 374,
      "norm_label": "isolatedmodules",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_isolatedmodules",
      "community_name": "Community 374"
    },
    {
      "label": "esModuleInterop",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 374,
      "norm_label": "esmoduleinterop",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_esmoduleinterop",
      "community_name": "Community 374"
    },
    {
      "label": "jsx",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 374,
      "norm_label": "jsx",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_jsx",
      "community_name": "Community 374"
    },
    {
      "label": "module",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 374,
      "norm_label": "module",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_module",
      "community_name": "Community 374"
    },
    {
      "label": "moduleResolution",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 374,
      "norm_label": "moduleresolution",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_moduleresolution",
      "community_name": "Community 374"
    },
    {
      "label": "allowImportingTsExtensions",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 374,
      "norm_label": "allowimportingtsextensions",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_allowimportingtsextensions",
      "community_name": "Community 374"
    },
    {
      "label": "resolveJsonModule",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 374,
      "norm_label": "resolvejsonmodule",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_resolvejsonmodule",
      "community_name": "Community 374"
    },
    {
      "label": "target",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 374,
      "norm_label": "target",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_target",
      "community_name": "Community 374"
    },
    {
      "label": "strict",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L15",
      "_origin": "ast",
      "community": 374,
      "norm_label": "strict",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_strict",
      "community_name": "Community 374"
    },
    {
      "label": "allowJs",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L16",
      "_origin": "ast",
      "community": 374,
      "norm_label": "allowjs",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_allowjs",
      "community_name": "Community 374"
    },
    {
      "label": "skipLibCheck",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L17",
      "_origin": "ast",
      "community": 374,
      "norm_label": "skiplibcheck",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_skiplibcheck",
      "community_name": "Community 374"
    },
    {
      "label": "forceConsistentCasingInFileNames",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L18",
      "_origin": "ast",
      "community": 374,
      "norm_label": "forceconsistentcasinginfilenames",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_forceconsistentcasinginfilenames",
      "community_name": "Community 374"
    },
    {
      "label": "baseUrl",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L19",
      "_origin": "ast",
      "community": 374,
      "norm_label": "baseurl",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_baseurl",
      "community_name": "Community 374"
    },
    {
      "label": "paths",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L20",
      "_origin": "ast",
      "community": 374,
      "norm_label": "paths",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_paths",
      "community_name": "Community 374"
    },
    {
      "label": "~/*",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L21",
      "_origin": "ast",
      "community": 374,
      "norm_label": "~/*",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_paths",
      "community_name": "Community 374"
    },
    {
      "label": "noEmit",
      "file_type": "code",
      "source_file": "remix/tsconfig.json",
      "source_location": "L25",
      "_origin": "ast",
      "community": 374,
      "norm_label": "noemit",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_noemit",
      "community_name": "Community 374"
    },
    {
      "label": "vercel.json",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 531,
      "norm_label": "vercel.json",
      "id": "remix_vercel",
      "community_name": "Community 531"
    },
    {
      "label": "$schema",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 531,
      "norm_label": "$schema",
      "id": "remix_vercel_schema",
      "community_name": "Community 531"
    },
    {
      "label": "framework",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 531,
      "norm_label": "framework",
      "id": "remix_vercel_framework",
      "community_name": "Community 531"
    },
    {
      "label": "installCommand",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 531,
      "norm_label": "installcommand",
      "id": "remix_vercel_installcommand",
      "community_name": "Community 531"
    },
    {
      "label": "buildCommand",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 531,
      "norm_label": "buildcommand",
      "id": "remix_vercel_buildcommand",
      "community_name": "Community 531"
    },
    {
      "label": "regions",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 531,
      "norm_label": "regions",
      "id": "remix_vercel_regions",
      "community_name": "Community 531"
    },
    {
      "label": "fluid",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 531,
      "norm_label": "fluid",
      "id": "remix_vercel_fluid",
      "community_name": "Community 531"
    },
    {
      "label": "crons",
      "file_type": "code",
      "source_file": "remix/vercel.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 531,
      "norm_label": "crons",
      "id": "remix_vercel_crons",
      "community_name": "Community 531"
    },
    {
      "label": "tsconfig.json",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 387,
      "norm_label": "tsconfig.json",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_json",
      "community_name": "Community 387"
    },
    {
      "label": "include",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 387,
      "norm_label": "include",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_include",
      "community_name": "Community 387"
    },
    {
      "label": "compilerOptions",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 387,
      "norm_label": "compileroptions",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "community_name": "Community 387"
    },
    {
      "label": "noImplicitAny",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 387,
      "norm_label": "noimplicitany",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_noimplicitany",
      "community_name": "Community 387"
    },
    {
      "label": "strictNullChecks",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 387,
      "norm_label": "strictnullchecks",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_strictnullchecks",
      "community_name": "Community 387"
    },
    {
      "label": "lib",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 387,
      "norm_label": "lib",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_lib",
      "community_name": "Community 387"
    },
    {
      "label": "isolatedModules",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 387,
      "norm_label": "isolatedmodules",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_isolatedmodules",
      "community_name": "Community 387"
    },
    {
      "label": "esModuleInterop",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 387,
      "norm_label": "esmoduleinterop",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_esmoduleinterop",
      "community_name": "Community 387"
    },
    {
      "label": "jsx",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 387,
      "norm_label": "jsx",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_jsx",
      "community_name": "Community 387"
    },
    {
      "label": "moduleResolution",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 387,
      "norm_label": "moduleresolution",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_moduleresolution",
      "community_name": "Community 387"
    },
    {
      "label": "resolveJsonModule",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 387,
      "norm_label": "resolvejsonmodule",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_resolvejsonmodule",
      "community_name": "Community 387"
    },
    {
      "label": "target",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 387,
      "norm_label": "target",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_target",
      "community_name": "Community 387"
    },
    {
      "label": "strict",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 387,
      "norm_label": "strict",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_strict",
      "community_name": "Community 387"
    },
    {
      "label": "allowJs",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 387,
      "norm_label": "allowjs",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_allowjs",
      "community_name": "Community 387"
    },
    {
      "label": "forceConsistentCasingInFileNames",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L15",
      "_origin": "ast",
      "community": 387,
      "norm_label": "forceconsistentcasinginfilenames",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_forceconsistentcasinginfilenames",
      "community_name": "Community 387"
    },
    {
      "label": "baseUrl",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L16",
      "_origin": "ast",
      "community": 387,
      "norm_label": "baseurl",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_baseurl",
      "community_name": "Community 387"
    },
    {
      "label": "paths",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L17",
      "_origin": "ast",
      "community": 387,
      "norm_label": "paths",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_paths",
      "community_name": "Community 387"
    },
    {
      "label": "~/*",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L18",
      "_origin": "ast",
      "community": 387,
      "norm_label": "~/*",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_paths",
      "community_name": "Community 387"
    },
    {
      "label": "noEmit",
      "file_type": "code",
      "source_file": "tsconfig.json",
      "source_location": "L22",
      "_origin": "ast",
      "community": 387,
      "norm_label": "noemit",
      "id": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_noemit",
      "community_name": "Community 387"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": ".githooks/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 683,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_githooks_readme_md",
      "community_name": "Community 683"
    },
    {
      "label": "Committed git hooks",
      "file_type": "document",
      "source_file": ".githooks/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 683,
      "norm_label": "committed git hooks",
      "id": "users_lopu_things_code_lopugit_thingtime_githooks_readme_committed_git_hooks",
      "community_name": "Community 683"
    },
    {
      "label": "AI_ALL.md",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 449,
      "norm_label": "ai_all.md",
      "id": "ai_all",
      "community_name": "Community 449"
    },
    {
      "label": "Thingtime AI instructions",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 449,
      "norm_label": "thingtime ai instructions",
      "id": "ai_all_thingtime_ai_instructions",
      "community_name": "Community 449"
    },
    {
      "label": "Canonical instruction file",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 449,
      "norm_label": "canonical instruction file",
      "id": "ai_all_canonical_instruction_file",
      "community_name": "Community 449"
    },
    {
      "label": "Fundamentals (read first)",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L19",
      "_origin": "ast",
      "community": 449,
      "norm_label": "fundamentals (read first)",
      "id": "ai_all_fundamentals_read_first",
      "community_name": "Community 449"
    },
    {
      "label": "Local development and worktrees",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L60",
      "_origin": "ast",
      "community": 449,
      "norm_label": "local development and worktrees",
      "id": "ai_all_local_development_and_worktrees",
      "community_name": "Community 449"
    },
    {
      "label": "Browser and UI validation",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L123",
      "_origin": "ast",
      "community": 449,
      "norm_label": "browser and ui validation",
      "id": "ai_all_browser_and_ui_validation",
      "community_name": "Community 449"
    },
    {
      "label": "Data and API conventions",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L145",
      "_origin": "ast",
      "community": 449,
      "norm_label": "data and api conventions",
      "id": "ai_all_data_and_api_conventions",
      "community_name": "Community 449"
    },
    {
      "label": "GitHub push and PR publishing",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L180",
      "_origin": "ast",
      "community": 449,
      "norm_label": "github push and pr publishing",
      "id": "ai_all_github_push_and_pr_publishing",
      "community_name": "Community 449"
    },
    {
      "label": "Linting, type checks, and package managers",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L220",
      "_origin": "ast",
      "community": 449,
      "norm_label": "linting, type checks, and package managers",
      "id": "ai_all_linting_type_checks_and_package_managers",
      "community_name": "Community 449"
    },
    {
      "label": "iOS development and releases",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L244",
      "_origin": "ast",
      "community": 449,
      "norm_label": "ios development and releases",
      "id": "ai_all_ios_development_and_releases",
      "community_name": "Community 449"
    },
    {
      "label": "graphify",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L276",
      "_origin": "ast",
      "community": 449,
      "norm_label": "graphify",
      "id": "ai_all_graphify",
      "community_name": "Community 449"
    },
    {
      "label": "Delivery messaging",
      "file_type": "document",
      "source_file": "AI_ALL.md",
      "source_location": "L298",
      "_origin": "ast",
      "community": 449,
      "norm_label": "delivery messaging",
      "id": "ai_all_delivery_messaging",
      "community_name": "Community 449"
    },
    {
      "label": "AI_Advice.md",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 354,
      "norm_label": "ai_advice.md",
      "id": "ai_advice",
      "community_name": "Community 354"
    },
    {
      "label": "AI Advice: Agents And Councils",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 354,
      "norm_label": "ai advice: agents and councils",
      "id": "ai_advice_ai_advice_agents_and_councils",
      "community_name": "Community 354"
    },
    {
      "label": "Core idea",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L11",
      "_origin": "ast",
      "community": 354,
      "norm_label": "core idea",
      "id": "ai_advice_core_idea",
      "community_name": "Community 354"
    },
    {
      "label": "Shared setup",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L24",
      "_origin": "ast",
      "community": 354,
      "norm_label": "shared setup",
      "id": "ai_advice_shared_setup",
      "community_name": "Community 354"
    },
    {
      "label": "Agent roles",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 354,
      "norm_label": "agent roles",
      "id": "ai_advice_agent_roles",
      "community_name": "Community 354"
    },
    {
      "label": "Lead Engineer",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L47",
      "_origin": "ast",
      "community": 354,
      "norm_label": "lead engineer",
      "id": "ai_advice_lead_engineer",
      "community_name": "Community 354"
    },
    {
      "label": "Implementer",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L60",
      "_origin": "ast",
      "community": 354,
      "norm_label": "implementer",
      "id": "ai_advice_implementer",
      "community_name": "Community 354"
    },
    {
      "label": "Test Engineer",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L78",
      "_origin": "ast",
      "community": 354,
      "norm_label": "test engineer",
      "id": "ai_advice_test_engineer",
      "community_name": "Community 354"
    },
    {
      "label": "Security Reviewer",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L96",
      "_origin": "ast",
      "community": 354,
      "norm_label": "security reviewer",
      "id": "ai_advice_security_reviewer",
      "community_name": "Community 354"
    },
    {
      "label": "Product Reviewer",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L115",
      "_origin": "ast",
      "community": 354,
      "norm_label": "product reviewer",
      "id": "ai_advice_product_reviewer",
      "community_name": "Community 354"
    },
    {
      "label": "PR Reviewer",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L134",
      "_origin": "ast",
      "community": 354,
      "norm_label": "pr reviewer",
      "id": "ai_advice_pr_reviewer",
      "community_name": "Community 354"
    },
    {
      "label": "Customer Support Agent",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L153",
      "_origin": "ast",
      "community": 354,
      "norm_label": "customer support agent",
      "id": "ai_advice_customer_support_agent",
      "community_name": "Community 354"
    },
    {
      "label": "Regression Sentinel",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L171",
      "_origin": "ast",
      "community": 354,
      "norm_label": "regression sentinel",
      "id": "ai_advice_regression_sentinel",
      "community_name": "Community 354"
    },
    {
      "label": "Council patterns",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L190",
      "_origin": "ast",
      "community": 354,
      "norm_label": "council patterns",
      "id": "ai_advice_council_patterns",
      "community_name": "Community 354"
    },
    {
      "label": "Feature Implementation Council",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L192",
      "_origin": "ast",
      "community": 354,
      "norm_label": "feature implementation council",
      "id": "ai_advice_feature_implementation_council",
      "community_name": "Community 354"
    },
    {
      "label": "PR Review Council",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L221",
      "_origin": "ast",
      "community": 354,
      "norm_label": "pr review council",
      "id": "ai_advice_pr_review_council",
      "community_name": "Community 354"
    },
    {
      "label": "Regression Testing Council",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L243",
      "_origin": "ast",
      "community": 354,
      "norm_label": "regression testing council",
      "id": "ai_advice_regression_testing_council",
      "community_name": "Community 354"
    },
    {
      "label": "Customer Support Council",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L262",
      "_origin": "ast",
      "community": 354,
      "norm_label": "customer support council",
      "id": "ai_advice_customer_support_council",
      "community_name": "Community 354"
    },
    {
      "label": "Governance And Public Systems Council",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L279",
      "_origin": "ast",
      "community": 354,
      "norm_label": "governance and public systems council",
      "id": "ai_advice_governance_and_public_systems_council",
      "community_name": "Community 354"
    },
    {
      "label": "Handoff packet template",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L300",
      "_origin": "ast",
      "community": 354,
      "norm_label": "handoff packet template",
      "id": "ai_advice_handoff_packet_template",
      "community_name": "Community 354"
    },
    {
      "label": "Branch strategy",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L329",
      "_origin": "ast",
      "community": 354,
      "norm_label": "branch strategy",
      "id": "ai_advice_branch_strategy",
      "community_name": "Community 354"
    },
    {
      "label": "Prompt snippets",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L339",
      "_origin": "ast",
      "community": 354,
      "norm_label": "prompt snippets",
      "id": "ai_advice_prompt_snippets",
      "community_name": "Community 354"
    },
    {
      "label": "What to automate later",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L375",
      "_origin": "ast",
      "community": 354,
      "norm_label": "what to automate later",
      "id": "ai_advice_what_to_automate_later",
      "community_name": "Community 354"
    },
    {
      "label": "Operating principle",
      "file_type": "document",
      "source_file": "AI_Advice.md",
      "source_location": "L385",
      "_origin": "ast",
      "community": 354,
      "norm_label": "operating principle",
      "id": "ai_advice_operating_principle",
      "community_name": "Community 354"
    },
    {
      "label": "00-vibe-map.md",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/00-vibe-map.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 676,
      "norm_label": "00-vibe-map.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_00_vibe_map_md",
      "community_name": "Community 676"
    },
    {
      "label": "2026-06-23 13:51 AEST - Vibe Map",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/00-vibe-map.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 676,
      "norm_label": "2026-06-23 13:51 aest - vibe map",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_00_vibe_map_2026_06_23_13_51_aest_vibe_map",
      "community_name": "Community 676"
    },
    {
      "label": "01-tiny-ux-and-product-polish.md",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 563,
      "norm_label": "01-tiny-ux-and-product-polish.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_md",
      "community_name": "Community 563"
    },
    {
      "label": "Tiny UX And Product Polish",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 563,
      "norm_label": "tiny ux and product polish",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_tiny_ux_and_product_polish",
      "community_name": "Community 563"
    },
    {
      "label": "Lopu as the consistent narrator",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 563,
      "norm_label": "lopu as the consistent narrator",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_lopu_as_the_consistent_narrator",
      "community_name": "Community 563"
    },
    {
      "label": "Status surfaces",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 563,
      "norm_label": "status surfaces",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_status_surfaces",
      "community_name": "Community 563"
    },
    {
      "label": "Crypto and identity helper polish",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L20",
      "_origin": "ast",
      "community": 563,
      "norm_label": "crypto and identity helper polish",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_crypto_and_identity_helper_polish",
      "community_name": "Community 563"
    },
    {
      "label": "Vercel dashboard polish",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L27",
      "_origin": "ast",
      "community": 563,
      "norm_label": "vercel dashboard polish",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_vercel_dashboard_polish",
      "community_name": "Community 563"
    },
    {
      "label": "Everyday user loops",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L33",
      "_origin": "ast",
      "community": 563,
      "norm_label": "everyday user loops",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_everyday_user_loops",
      "community_name": "Community 563"
    },
    {
      "label": "02-core-thing-loops.md",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 618,
      "norm_label": "02-core-thing-loops.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_md",
      "community_name": "Community 618"
    },
    {
      "label": "Core Thing Loops",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 618,
      "norm_label": "core thing loops",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_core_thing_loops",
      "community_name": "Community 618"
    },
    {
      "label": "Thing editor loop",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 618,
      "norm_label": "thing editor loop",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_thing_editor_loop",
      "community_name": "Community 618"
    },
    {
      "label": "Thing templates",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L23",
      "_origin": "ast",
      "community": 618,
      "norm_label": "thing templates",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_thing_templates",
      "community_name": "Community 618"
    },
    {
      "label": "Thing actions",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L46",
      "_origin": "ast",
      "community": 618,
      "norm_label": "thing actions",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_thing_actions",
      "community_name": "Community 618"
    },
    {
      "label": "03-trust-identity-and-governance.md",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 595,
      "norm_label": "03-trust-identity-and-governance.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_md",
      "community_name": "Community 595"
    },
    {
      "label": "Identity",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 595,
      "norm_label": "identity",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_identity",
      "community_name": "Community 595"
    },
    {
      "label": "Claims and attestations",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L15",
      "_origin": "ast",
      "community": 595,
      "norm_label": "claims and attestations",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_claims_and_attestations",
      "community_name": "Community 595"
    },
    {
      "label": "Governance and voting",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L33",
      "_origin": "ast",
      "community": 595,
      "norm_label": "governance and voting",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_governance_and_voting",
      "community_name": "Community 595"
    },
    {
      "label": "04-marketplaces-and-app-store.md",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 619,
      "norm_label": "04-marketplaces-and-app-store.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_md",
      "community_name": "Community 619"
    },
    {
      "label": "Marketplaces And App Store",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 619,
      "norm_label": "marketplaces and app store",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_marketplaces_and_app_store",
      "community_name": "Community 619"
    },
    {
      "label": "Thing marketplace",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 619,
      "norm_label": "thing marketplace",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_thing_marketplace",
      "community_name": "Community 619"
    },
    {
      "label": "App store",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 619,
      "norm_label": "app store",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_app_store",
      "community_name": "Community 619"
    },
    {
      "label": "Commerce principles",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L51",
      "_origin": "ast",
      "community": 619,
      "norm_label": "commerce principles",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_commerce_principles",
      "community_name": "Community 619"
    },
    {
      "label": "05-public-accountability-systems.md",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 620,
      "norm_label": "05-public-accountability-systems.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_md",
      "community_name": "Community 620"
    },
    {
      "label": "Public Accountability Systems",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 620,
      "norm_label": "public accountability systems",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_accountability_systems",
      "community_name": "Community 620"
    },
    {
      "label": "Public official tracker",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 620,
      "norm_label": "public official tracker",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_official_tracker",
      "community_name": "Community 620"
    },
    {
      "label": "Anti-corruption records",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L25",
      "_origin": "ast",
      "community": 620,
      "norm_label": "anti-corruption records",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_anti_corruption_records",
      "community_name": "Community 620"
    },
    {
      "label": "Public memory",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 620,
      "norm_label": "public memory",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_memory",
      "community_name": "Community 620"
    },
    {
      "label": "06-technical-next-steps.md",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 564,
      "norm_label": "06-technical-next-steps.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_md",
      "community_name": "Community 564"
    },
    {
      "label": "Technical Next Steps",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 564,
      "norm_label": "technical next steps",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_technical_next_steps",
      "community_name": "Community 564"
    },
    {
      "label": "Foundations",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 564,
      "norm_label": "foundations",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_foundations",
      "community_name": "Community 564"
    },
    {
      "label": "Data model",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L13",
      "_origin": "ast",
      "community": 564,
      "norm_label": "data model",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_data_model",
      "community_name": "Community 564"
    },
    {
      "label": "APIs",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L28",
      "_origin": "ast",
      "community": 564,
      "norm_label": "apis",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_apis",
      "community_name": "Community 564"
    },
    {
      "label": "UI",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L35",
      "_origin": "ast",
      "community": 564,
      "norm_label": "ui",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_ui",
      "community_name": "Community 564"
    },
    {
      "label": "Security posture",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L42",
      "_origin": "ast",
      "community": 564,
      "norm_label": "security posture",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_security_posture",
      "community_name": "Community 564"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "AI_Idlings/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 677,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_readme_md",
      "community_name": "Community 677"
    },
    {
      "label": "AI Idlings",
      "file_type": "document",
      "source_file": "AI_Idlings/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 677,
      "norm_label": "ai idlings",
      "id": "users_lopu_things_code_lopugit_thingtime_ai_idlings_readme_ai_idlings",
      "community_name": "Community 677"
    },
    {
      "label": "13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 506,
      "norm_label": "13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_md",
      "community_name": "Community 506"
    },
    {
      "label": "Summary",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 506,
      "norm_label": "summary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_summary",
      "community_name": "Community 506"
    },
    {
      "label": "Hydration And Emotion",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L14",
      "_origin": "ast",
      "community": 506,
      "norm_label": "hydration and emotion",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_hydration_and_emotion",
      "community_name": "Community 506"
    },
    {
      "label": "Vercel Runtime Fixes",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L30",
      "_origin": "ast",
      "community": 506,
      "norm_label": "vercel runtime fixes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_vercel_runtime_fixes",
      "community_name": "Community 506"
    },
    {
      "label": "Vercel Status And Branch Display",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L44",
      "_origin": "ast",
      "community": 506,
      "norm_label": "vercel status and branch display",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_vercel_status_and_branch_display",
      "community_name": "Community 506"
    },
    {
      "label": "Deployment And Repo Hygiene",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L89",
      "_origin": "ast",
      "community": 506,
      "norm_label": "deployment and repo hygiene",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_deployment_and_repo_hygiene",
      "community_name": "Community 506"
    },
    {
      "label": "Preserved Behavior",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L101",
      "_origin": "ast",
      "community": 506,
      "norm_label": "preserved behavior",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_preserved_behavior",
      "community_name": "Community 506"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L107",
      "_origin": "ast",
      "community": 506,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_verification",
      "community_name": "Community 506"
    },
    {
      "label": "154-claude-unified-things-page-796e34--unified-things-page.md",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 440,
      "norm_label": "154-claude-unified-things-page-796e34--unified-things-page.md",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page",
      "community_name": "Community 440"
    },
    {
      "label": "PR #154 \u2014 Unified Things page",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 440,
      "norm_label": "pr #154 \u2014 unified things page",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: search, browse controls, and auto-icons",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: search, browse controls, and auto-icons",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_search_browse_controls_and_auto_icons",
      "community_name": "Community 440"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L23",
      "_origin": "ast",
      "community": 440,
      "norm_label": "validation",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: recoverable first-session Things space",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L36",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: recoverable first-session things space",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_recoverable_first_session_things_space",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: anonymous session presentation",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L68",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: anonymous session presentation",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_anonymous_session_presentation",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: populated kind-group runtime crash",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L95",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: populated kind-group runtime crash",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_populated_kind_group_runtime_crash",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: persistent browse toolbar during selection",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L118",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: persistent browse toolbar during selection",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_persistent_browse_toolbar_during_selection",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: stale preview interaction recovery and PR consolidation",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L142",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: stale preview interaction recovery and pr consolidation",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_stale_preview_interaction_recovery_and_pr_consolidation",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: Safari page-cache and pre-React recovery hardening",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L165",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: safari page-cache and pre-react recovery hardening",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_safari_page_cache_and_pre_react_recovery_hardening",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: persisted Thingtime function recovery",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L178",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: persisted thingtime function recovery",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_persisted_thingtime_function_recovery",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: atomic first-load Feed input recovery",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L199",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: atomic first-load feed input recovery",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_atomic_first_load_feed_input_recovery",
      "community_name": "Community 440"
    },
    {
      "label": "Follow-up: Mobile Safari compatibility-click recovery",
      "file_type": "document",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L220",
      "_origin": "ast",
      "community": 440,
      "norm_label": "follow-up: mobile safari compatibility-click recovery",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_mobile_safari_compatibility_click_recovery",
      "community_name": "Community 440"
    },
    {
      "label": "16-resolve-main-into-thingtime-dev-branch.md",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 565,
      "norm_label": "16-resolve-main-into-thingtime-dev-branch.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_md",
      "community_name": "Community 565"
    },
    {
      "label": "PR #16 - Resolve Main Into Thingtime Dev Branch",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 565,
      "norm_label": "pr #16 - resolve main into thingtime dev branch",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_pr_16_resolve_main_into_thingtime_dev_branch",
      "community_name": "Community 565"
    },
    {
      "label": "Security Follow-Up - 2026-06-23",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 565,
      "norm_label": "security follow-up - 2026-06-23",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_security_follow_up_2026_06_23",
      "community_name": "Community 565"
    },
    {
      "label": "Fixed",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 565,
      "norm_label": "fixed",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_fixed",
      "community_name": "Community 565"
    },
    {
      "label": "Changed",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L14",
      "_origin": "ast",
      "community": 565,
      "norm_label": "changed",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_changed",
      "community_name": "Community 565"
    },
    {
      "label": "Follow-Up",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L49",
      "_origin": "ast",
      "community": 565,
      "norm_label": "follow-up",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_follow_up",
      "community_name": "Community 565"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L58",
      "_origin": "ast",
      "community": 565,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_verification",
      "community_name": "Community 565"
    },
    {
      "label": "162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "file_type": "document",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 612,
      "norm_label": "162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "id": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161",
      "community_name": "Community 612"
    },
    {
      "label": "PR #162 \u2014 Fix index bootstrap retries after PRs #159 and #161",
      "file_type": "document",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 612,
      "norm_label": "pr #162 \u2014 fix index bootstrap retries after prs #159 and #161",
      "id": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_pr_162_fix_index_bootstrap_retries_after_prs_159_and_161",
      "community_name": "Community 612"
    },
    {
      "label": "Context",
      "file_type": "document",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 612,
      "norm_label": "context",
      "id": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_context",
      "community_name": "Community 612"
    },
    {
      "label": "Resolution",
      "file_type": "document",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 612,
      "norm_label": "resolution",
      "id": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_resolution",
      "community_name": "Community 612"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L22",
      "_origin": "ast",
      "community": 612,
      "norm_label": "validation",
      "id": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_validation",
      "community_name": "Community 612"
    },
    {
      "label": "163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "file_type": "document",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 576,
      "norm_label": "163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "id": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions",
      "community_name": "Community 576"
    },
    {
      "label": "PR #163 \u2014 Fix worktree setup and unify AI instructions",
      "file_type": "document",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 576,
      "norm_label": "pr #163 \u2014 fix worktree setup and unify ai instructions",
      "id": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_pr_163_fix_worktree_setup_and_unify_ai_instructions",
      "community_name": "Community 576"
    },
    {
      "label": "Scope",
      "file_type": "document",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 576,
      "norm_label": "scope",
      "id": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_scope",
      "community_name": "Community 576"
    },
    {
      "label": "Worktree dependency bootstrap",
      "file_type": "document",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 576,
      "norm_label": "worktree dependency bootstrap",
      "id": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_worktree_dependency_bootstrap",
      "community_name": "Community 576"
    },
    {
      "label": "Canonical AI instructions",
      "file_type": "document",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L17",
      "_origin": "ast",
      "community": 576,
      "norm_label": "canonical ai instructions",
      "id": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_canonical_ai_instructions",
      "community_name": "Community 576"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L26",
      "_origin": "ast",
      "community": 576,
      "norm_label": "validation",
      "id": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_validation",
      "community_name": "Community 576"
    },
    {
      "label": "164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "file_type": "document",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 577,
      "norm_label": "164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet",
      "community_name": "Community 577"
    },
    {
      "label": "PR #164 \u2014 Crypto: password hasher + paste-ready mongosh rotate snippet \ud83d\udd10",
      "file_type": "document",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 577,
      "norm_label": "pr #164 \u2014 crypto: password hasher + paste-ready mongosh rotate snippet \ud83d\udd10",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_pr_164_crypto_password_hasher_paste_ready_mongosh_rotate_snippet",
      "community_name": "Community 577"
    },
    {
      "label": "What it is",
      "file_type": "document",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 577,
      "norm_label": "what it is",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_what_it_is",
      "community_name": "Community 577"
    },
    {
      "label": "Design decisions",
      "file_type": "document",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L15",
      "_origin": "ast",
      "community": 577,
      "norm_label": "design decisions",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_design_decisions",
      "community_name": "Community 577"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L40",
      "_origin": "ast",
      "community": 577,
      "norm_label": "verification",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_verification",
      "community_name": "Community 577"
    },
    {
      "label": "The \"missing local lopu user\" question",
      "file_type": "document",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L49",
      "_origin": "ast",
      "community": 577,
      "norm_label": "the \"missing local lopu user\" question",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_the_missing_local_lopu_user_question",
      "community_name": "Community 577"
    },
    {
      "label": "17-document-pr-16-follow-up-review-notes.md",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 486,
      "norm_label": "17-document-pr-16-follow-up-review-notes.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_md",
      "community_name": "Community 486"
    },
    {
      "label": "PR #17 - Document PR #16 Follow-Up Review Notes",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 486,
      "norm_label": "pr #17 - document pr #16 follow-up review notes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_pr_17_document_pr_16_follow_up_review_notes",
      "community_name": "Community 486"
    },
    {
      "label": "Summary",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 486,
      "norm_label": "summary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_summary",
      "community_name": "Community 486"
    },
    {
      "label": "Follow-Up Notes From PR #16",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 486,
      "norm_label": "follow-up notes from pr #16",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16",
      "community_name": "Community 486"
    },
    {
      "label": "P1 - Preview verification links are too easy to mint",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L14",
      "_origin": "ast",
      "community": 486,
      "norm_label": "p1 - preview verification links are too easy to mint",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p1_preview_verification_links_are_too_easy_to_mint",
      "community_name": "Community 486"
    },
    {
      "label": "P1 - Vercel deployment inventory is public in preview",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L24",
      "_origin": "ast",
      "community": 486,
      "norm_label": "p1 - vercel deployment inventory is public in preview",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p1_vercel_deployment_inventory_is_public_in_preview",
      "community_name": "Community 486"
    },
    {
      "label": "P2 - Public auth endpoints have no abuse throttling",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L33",
      "_origin": "ast",
      "community": 486,
      "norm_label": "p2 - public auth endpoints have no abuse throttling",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_public_auth_endpoints_have_no_abuse_throttling",
      "community_name": "Community 486"
    },
    {
      "label": "P2 - Email verification is still a console stub",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L40",
      "_origin": "ast",
      "community": 486,
      "norm_label": "p2 - email verification is still a console stub",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_email_verification_is_still_a_console_stub",
      "community_name": "Community 486"
    },
    {
      "label": "P2 - Crypto helper endpoint is unauthenticated",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L49",
      "_origin": "ast",
      "community": 486,
      "norm_label": "p2 - crypto helper endpoint is unauthenticated",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_crypto_helper_endpoint_is_unauthenticated",
      "community_name": "Community 486"
    },
    {
      "label": "P2 - PR #16 added TypeScript errors",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L56",
      "_origin": "ast",
      "community": 486,
      "norm_label": "p2 - pr #16 added typescript errors",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_pr_16_added_typescript_errors",
      "community_name": "Community 486"
    },
    {
      "label": "Review Evidence",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L63",
      "_origin": "ast",
      "community": 486,
      "norm_label": "review evidence",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_review_evidence",
      "community_name": "Community 486"
    },
    {
      "label": "170-app-data-quota-allowances-app-owner-storage-manager.md",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 451,
      "norm_label": "170-app-data-quota-allowances-app-owner-storage-manager.md",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager",
      "community_name": "Community 451"
    },
    {
      "label": "PR #170 \u2014 real app-data quotas + app-owner storage manager",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 451,
      "norm_label": "pr #170 \u2014 real app-data quotas + app-owner storage manager",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "community_name": "Community 451"
    },
    {
      "label": "Outcome",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 451,
      "norm_label": "outcome",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_outcome",
      "community_name": "Community 451"
    },
    {
      "label": "Versioned tier catalog and admin editor",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L25",
      "_origin": "ast",
      "community": 451,
      "norm_label": "versioned tier catalog and admin editor",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_versioned_tier_catalog_and_admin_editor",
      "community_name": "Community 451"
    },
    {
      "label": "Admin all-field querying",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L51",
      "_origin": "ast",
      "community": 451,
      "norm_label": "admin all-field querying",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_admin_all_field_querying",
      "community_name": "Community 451"
    },
    {
      "label": "Atomic quota model",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L70",
      "_origin": "ast",
      "community": 451,
      "norm_label": "atomic quota model",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_atomic_quota_model",
      "community_name": "Community 451"
    },
    {
      "label": "Unified projections and migration",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L99",
      "_origin": "ast",
      "community": 451,
      "norm_label": "unified projections and migration",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_unified_projections_and_migration",
      "community_name": "Community 451"
    },
    {
      "label": "Operational boundaries",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L120",
      "_origin": "ast",
      "community": 451,
      "norm_label": "operational boundaries",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_operational_boundaries",
      "community_name": "Community 451"
    },
    {
      "label": "Owner/co-manager surface",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L136",
      "_origin": "ast",
      "community": 451,
      "norm_label": "owner/co-manager surface",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_owner_co_manager_surface",
      "community_name": "Community 451"
    },
    {
      "label": "Stack integration",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L151",
      "_origin": "ast",
      "community": 451,
      "norm_label": "stack integration",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_stack_integration",
      "community_name": "Community 451"
    },
    {
      "label": "Billing boundary",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L160",
      "_origin": "ast",
      "community": 451,
      "norm_label": "billing boundary",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_billing_boundary",
      "community_name": "Community 451"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L167",
      "_origin": "ast",
      "community": 451,
      "norm_label": "verification",
      "id": "prs_170_app_data_quota_allowances_app_owner_storage_manager_verification",
      "community_name": "Community 451"
    },
    {
      "label": "171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "file_type": "document",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 578,
      "norm_label": "171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "id": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links",
      "community_name": "Community 578"
    },
    {
      "label": "PR #171 \u2014 /admin dashboard: subscription tiers, quotas, app suspension & ownership links",
      "file_type": "document",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 578,
      "norm_label": "pr #171 \u2014 /admin dashboard: subscription tiers, quotas, app suspension & ownership links",
      "id": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_pr_171_admin_dashboard_subscription_tiers_quotas_app_suspension_ownership_links",
      "community_name": "Community 578"
    },
    {
      "label": "Shape of the change",
      "file_type": "document",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 578,
      "norm_label": "shape of the change",
      "id": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_shape_of_the_change",
      "community_name": "Community 578"
    },
    {
      "label": "Key decisions",
      "file_type": "document",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L21",
      "_origin": "ast",
      "community": 578,
      "norm_label": "key decisions",
      "id": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_key_decisions",
      "community_name": "Community 578"
    },
    {
      "label": "Verification log (2026-08-02)",
      "file_type": "document",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L30",
      "_origin": "ast",
      "community": 578,
      "norm_label": "verification log (2026-08-02)",
      "id": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_verification_log_2026_08_02",
      "community_name": "Community 578"
    },
    {
      "label": "Dev runbook additions",
      "file_type": "document",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L37",
      "_origin": "ast",
      "community": 578,
      "norm_label": "dev runbook additions",
      "id": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_dev_runbook_additions",
      "community_name": "Community 578"
    },
    {
      "label": "172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 491,
      "norm_label": "172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views",
      "community_name": "Community 491"
    },
    {
      "label": "Followers/friends + notifications + post views + multi-emoji fix",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 491,
      "norm_label": "followers/friends + notifications + post views + multi-emoji fix",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "community_name": "Community 491"
    },
    {
      "label": "Scope (from the ask)",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 491,
      "norm_label": "scope (from the ask)",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_scope_from_the_ask",
      "community_name": "Community 491"
    },
    {
      "label": "Design (locked)",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L15",
      "_origin": "ast",
      "community": 491,
      "norm_label": "design (locked)",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_design_locked",
      "community_name": "Community 491"
    },
    {
      "label": "New endpoints (each needs: route file + [...].ts import map + apiDocs entry + rate-limit default + useApi method)",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L24",
      "_origin": "ast",
      "community": 491,
      "norm_label": "new endpoints (each needs: route file + [...].ts import map + apidocs entry + rate-limit default + useapi method)",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_new_endpoints_each_needs_route_file_ts_import_map_apidocs_entry_rate_limit_default_useapi_method",
      "community_name": "Community 491"
    },
    {
      "label": "Progress",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L35",
      "_origin": "ast",
      "community": 491,
      "norm_label": "progress",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_progress",
      "community_name": "Community 491"
    },
    {
      "label": "Verification log",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L56",
      "_origin": "ast",
      "community": 491,
      "norm_label": "verification log",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_verification_log",
      "community_name": "Community 491"
    },
    {
      "label": "Addendum: per-channel toggles (push + email) & SES notification emails (2026-08-03)",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L71",
      "_origin": "ast",
      "community": 491,
      "norm_label": "addendum: per-channel toggles (push + email) & ses notification emails (2026-08-03)",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_addendum_per_channel_toggles_push_email_ses_notification_emails_2026_08_03",
      "community_name": "Community 491"
    },
    {
      "label": "Verification log (addendum, 2026-08-03)",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L88",
      "_origin": "ast",
      "community": 491,
      "norm_label": "verification log (addendum, 2026-08-03)",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_verification_log_addendum_2026_08_03",
      "community_name": "Community 491"
    },
    {
      "label": "Develop conflict refresh (2026-08-09)",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L97",
      "_origin": "ast",
      "community": 491,
      "norm_label": "develop conflict refresh (2026-08-09)",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_develop_conflict_refresh_2026_08_09",
      "community_name": "Community 491"
    },
    {
      "label": "174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 523,
      "norm_label": "174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats",
      "community_name": "Community 523"
    },
    {
      "label": "PR #174 \u2014 Thingtime Messenger platform (`claude/thingtime-messenger-platform-c9c2b5`)",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 523,
      "norm_label": "pr #174 \u2014 thingtime messenger platform (`claude/thingtime-messenger-platform-c9c2b5`)",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5",
      "community_name": "Community 523"
    },
    {
      "label": "Data model",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 523,
      "norm_label": "data model",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_data_model",
      "community_name": "Community 523"
    },
    {
      "label": "Key decisions",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L25",
      "_origin": "ast",
      "community": 523,
      "norm_label": "key decisions",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_key_decisions",
      "community_name": "Community 523"
    },
    {
      "label": "Endpoints (23; each = route file + `[...].ts` map + apiDocs entry \u2014 the docs entry IS the Nitro registration)",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L36",
      "_origin": "ast",
      "community": 523,
      "norm_label": "endpoints (23; each = route file + `[...].ts` map + apidocs entry \u2014 the docs entry is the nitro registration)",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_endpoints_23_each_route_file_ts_map_apidocs_entry_the_docs_entry_is_the_nitro_registration",
      "community_name": "Community 523"
    },
    {
      "label": "UI",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L44",
      "_origin": "ast",
      "community": 523,
      "norm_label": "ui",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_ui",
      "community_name": "Community 523"
    },
    {
      "label": "Debugging log (what bit us and how it ended)",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L48",
      "_origin": "ast",
      "community": 523,
      "norm_label": "debugging log (what bit us and how it ended)",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_debugging_log_what_bit_us_and_how_it_ended",
      "community_name": "Community 523"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L57",
      "_origin": "ast",
      "community": 523,
      "norm_label": "verification",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_verification",
      "community_name": "Community 523"
    },
    {
      "label": "178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "file_type": "document",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 613,
      "norm_label": "178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "id": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall",
      "community_name": "Community 613"
    },
    {
      "label": "PR #178 \u2014 Configurable PR conflict-resolver model waterfall",
      "file_type": "document",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 613,
      "norm_label": "pr #178 \u2014 configurable pr conflict-resolver model waterfall",
      "id": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_pr_178_configurable_pr_conflict_resolver_model_waterfall",
      "community_name": "Community 613"
    },
    {
      "label": "What changed",
      "file_type": "document",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 613,
      "norm_label": "what changed",
      "id": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_what_changed",
      "community_name": "Community 613"
    },
    {
      "label": "Security boundaries",
      "file_type": "document",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L23",
      "_origin": "ast",
      "community": 613,
      "norm_label": "security boundaries",
      "id": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_security_boundaries",
      "community_name": "Community 613"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L35",
      "_origin": "ast",
      "community": 613,
      "norm_label": "verification",
      "id": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_verification",
      "community_name": "Community 613"
    },
    {
      "label": "182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 524,
      "norm_label": "182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting",
      "community_name": "Community 524"
    },
    {
      "label": "PR #182 \u2014 Unify exact storage accounting",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 524,
      "norm_label": "pr #182 \u2014 unify exact storage accounting",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting",
      "community_name": "Community 524"
    },
    {
      "label": "Context",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 524,
      "norm_label": "context",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_context",
      "community_name": "Community 524"
    },
    {
      "label": "What changed",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 524,
      "norm_label": "what changed",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_what_changed",
      "community_name": "Community 524"
    },
    {
      "label": "Exactness boundary",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L30",
      "_origin": "ast",
      "community": 524,
      "norm_label": "exactness boundary",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_exactness_boundary",
      "community_name": "Community 524"
    },
    {
      "label": "Base integration",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L36",
      "_origin": "ast",
      "community": 524,
      "norm_label": "base integration",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_base_integration",
      "community_name": "Community 524"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 524,
      "norm_label": "verification",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_verification",
      "community_name": "Community 524"
    },
    {
      "label": "Operational follow-ups",
      "file_type": "document",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L58",
      "_origin": "ast",
      "community": 524,
      "norm_label": "operational follow-ups",
      "id": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_operational_follow_ups",
      "community_name": "Community 524"
    },
    {
      "label": "190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 551,
      "norm_label": "190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks",
      "community_name": "Community 551"
    },
    {
      "label": "PR 190 \u2014 Per-feature develop to main promotion PRs with stacks",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 551,
      "norm_label": "pr 190 \u2014 per-feature develop to main promotion prs with stacks",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190_per_feature_develop_to_main_promotion_prs_with_stacks",
      "community_name": "Community 551"
    },
    {
      "label": "Why this repair was needed",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 551,
      "norm_label": "why this repair was needed",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_why_this_repair_was_needed",
      "community_name": "Community 551"
    },
    {
      "label": "Conflict repair",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L27",
      "_origin": "ast",
      "community": 551,
      "norm_label": "conflict repair",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_conflict_repair",
      "community_name": "Community 551"
    },
    {
      "label": "Resolver control-plane hardening",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L38",
      "_origin": "ast",
      "community": 551,
      "norm_label": "resolver control-plane hardening",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_resolver_control_plane_hardening",
      "community_name": "Community 551"
    },
    {
      "label": "Remaining hardening",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L69",
      "_origin": "ast",
      "community": 551,
      "norm_label": "remaining hardening",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_remaining_hardening",
      "community_name": "Community 551"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L81",
      "_origin": "ast",
      "community": 551,
      "norm_label": "verification",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_verification",
      "community_name": "Community 551"
    },
    {
      "label": "195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "file_type": "document",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 614,
      "norm_label": "195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "id": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors",
      "community_name": "Community 614"
    },
    {
      "label": "PR 195 \u2014 Contextual reaction and migration errors",
      "file_type": "document",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 614,
      "norm_label": "pr 195 \u2014 contextual reaction and migration errors",
      "id": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_pr_195_contextual_reaction_and_migration_errors",
      "community_name": "Community 614"
    },
    {
      "label": "Why",
      "file_type": "document",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 614,
      "norm_label": "why",
      "id": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_why",
      "community_name": "Community 614"
    },
    {
      "label": "Private migration diagnostics",
      "file_type": "document",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 614,
      "norm_label": "private migration diagnostics",
      "id": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_private_migration_diagnostics",
      "community_name": "Community 614"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L41",
      "_origin": "ast",
      "community": 614,
      "norm_label": "verification",
      "id": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_verification",
      "community_name": "Community 614"
    },
    {
      "label": "197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "file_type": "document",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 579,
      "norm_label": "197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals",
      "community_name": "Community 579"
    },
    {
      "label": "PR 197 \u2014 Fix builtin schema storage accounting and add secure diagnostic reveals",
      "file_type": "document",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 579,
      "norm_label": "pr 197 \u2014 fix builtin schema storage accounting and add secure diagnostic reveals",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_pr_197_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals",
      "community_name": "Community 579"
    },
    {
      "label": "Why",
      "file_type": "document",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 579,
      "norm_label": "why",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_why",
      "community_name": "Community 579"
    },
    {
      "label": "Builtin schema storage repair",
      "file_type": "document",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L15",
      "_origin": "ast",
      "community": 579,
      "norm_label": "builtin schema storage repair",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_builtin_schema_storage_repair",
      "community_name": "Community 579"
    },
    {
      "label": "Password-confirmed diagnostic reveal",
      "file_type": "document",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L28",
      "_origin": "ast",
      "community": 579,
      "norm_label": "password-confirmed diagnostic reveal",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_password_confirmed_diagnostic_reveal",
      "community_name": "Community 579"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L62",
      "_origin": "ast",
      "community": 579,
      "norm_label": "verification",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_verification",
      "community_name": "Community 579"
    },
    {
      "label": "206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 552,
      "norm_label": "206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures",
      "community_name": "Community 552"
    },
    {
      "label": "PR #206 \u2014 Keep feature promotion running across historical Git failures",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 552,
      "norm_label": "pr #206 \u2014 keep feature promotion running across historical git failures",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206_keep_feature_promotion_running_across_historical_git_failures",
      "community_name": "Community 552"
    },
    {
      "label": "Context",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 552,
      "norm_label": "context",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_context",
      "community_name": "Community 552"
    },
    {
      "label": "Resolution",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L14",
      "_origin": "ast",
      "community": 552,
      "norm_label": "resolution",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_resolution",
      "community_name": "Community 552"
    },
    {
      "label": "Regression coverage",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L41",
      "_origin": "ast",
      "community": 552,
      "norm_label": "regression coverage",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_regression_coverage",
      "community_name": "Community 552"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L57",
      "_origin": "ast",
      "community": 552,
      "norm_label": "validation",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_validation",
      "community_name": "Community 552"
    },
    {
      "label": "Diagnostic-side-effect note",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L69",
      "_origin": "ast",
      "community": 552,
      "norm_label": "diagnostic-side-effect note",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_diagnostic_side_effect_note",
      "community_name": "Community 552"
    },
    {
      "label": "207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "file_type": "document",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 615,
      "norm_label": "207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "id": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely",
      "community_name": "Community 615"
    },
    {
      "label": "PR #207 \u2014 Distinguish empty promotion cherry-picks safely",
      "file_type": "document",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 615,
      "norm_label": "pr #207 \u2014 distinguish empty promotion cherry-picks safely",
      "id": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_pr_207_distinguish_empty_promotion_cherry_picks_safely",
      "community_name": "Community 615"
    },
    {
      "label": "Incident",
      "file_type": "document",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 615,
      "norm_label": "incident",
      "id": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_incident",
      "community_name": "Community 615"
    },
    {
      "label": "Repair",
      "file_type": "document",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L18",
      "_origin": "ast",
      "community": 615,
      "norm_label": "repair",
      "id": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_repair",
      "community_name": "Community 615"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 615,
      "norm_label": "verification",
      "id": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_verification",
      "community_name": "Community 615"
    },
    {
      "label": "210-promote-actions-control-plane-rollup.md",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 553,
      "norm_label": "210-promote-actions-control-plane-rollup.md",
      "id": "prs_210_promote_actions_control_plane_rollup",
      "community_name": "Community 553"
    },
    {
      "label": "PR #210 \u2014 Promote the Actions control-plane rollup",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 553,
      "norm_label": "pr #210 \u2014 promote the actions control-plane rollup",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_210_promote_the_actions_control_plane_rollup",
      "community_name": "Community 553"
    },
    {
      "label": "Purpose",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 553,
      "norm_label": "purpose",
      "id": "prs_210_promote_actions_control_plane_rollup_purpose",
      "community_name": "Community 553"
    },
    {
      "label": "Included source PRs",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L13",
      "_origin": "ast",
      "community": 553,
      "norm_label": "included source prs",
      "id": "prs_210_promote_actions_control_plane_rollup_included_source_prs",
      "community_name": "Community 553"
    },
    {
      "label": "Why one promotion PR",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L30",
      "_origin": "ast",
      "community": 553,
      "norm_label": "why one promotion pr",
      "id": "prs_210_promote_actions_control_plane_rollup_why_one_promotion_pr",
      "community_name": "Community 553"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L38",
      "_origin": "ast",
      "community": 553,
      "norm_label": "validation",
      "id": "prs_210_promote_actions_control_plane_rollup_validation",
      "community_name": "Community 553"
    },
    {
      "label": "Review focus",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L49",
      "_origin": "ast",
      "community": 553,
      "norm_label": "review focus",
      "id": "prs_210_promote_actions_control_plane_rollup_review_focus",
      "community_name": "Community 553"
    },
    {
      "label": "211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 492,
      "norm_label": "211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard",
      "community_name": "Community 492"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 492,
      "norm_label": "goal",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_goal",
      "community_name": "Community 492"
    },
    {
      "label": "Control-plane architecture",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 492,
      "norm_label": "control-plane architecture",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_control_plane_architecture",
      "community_name": "Community 492"
    },
    {
      "label": "Admin CI dashboard",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L17",
      "_origin": "ast",
      "community": 492,
      "norm_label": "admin ci dashboard",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_admin_ci_dashboard",
      "community_name": "Community 492"
    },
    {
      "label": "Thing model",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 492,
      "norm_label": "thing model",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_thing_model",
      "community_name": "Community 492"
    },
    {
      "label": "Integrations and security",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 492,
      "norm_label": "integrations and security",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_integrations_and_security",
      "community_name": "Community 492"
    },
    {
      "label": "External bootstrap",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L55",
      "_origin": "ast",
      "community": 492,
      "norm_label": "external bootstrap",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_external_bootstrap",
      "community_name": "Community 492"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L59",
      "_origin": "ast",
      "community": 492,
      "norm_label": "validation",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_validation",
      "community_name": "Community 492"
    },
    {
      "label": "Review notes",
      "file_type": "document",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L72",
      "_origin": "ast",
      "community": 492,
      "norm_label": "review notes",
      "id": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_review_notes",
      "community_name": "Community 492"
    },
    {
      "label": "212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "file_type": "document",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 441,
      "norm_label": "212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews",
      "community_name": "Community 441"
    },
    {
      "label": "Why this exists",
      "file_type": "document",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 441,
      "norm_label": "why this exists",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_why_this_exists",
      "community_name": "Community 441"
    },
    {
      "label": "Security design",
      "file_type": "document",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 441,
      "norm_label": "security design",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_security_design",
      "community_name": "Community 441"
    },
    {
      "label": "Live setup completed during implementation",
      "file_type": "document",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L38",
      "_origin": "ast",
      "community": 441,
      "norm_label": "live setup completed during implementation",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_live_setup_completed_during_implementation",
      "community_name": "Community 441"
    },
    {
      "label": "Activation gates",
      "file_type": "document",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L82",
      "_origin": "ast",
      "community": 441,
      "norm_label": "activation gates",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_activation_gates",
      "community_name": "Community 441"
    },
    {
      "label": "Verification completed",
      "file_type": "document",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L105",
      "_origin": "ast",
      "community": 441,
      "norm_label": "verification completed",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_verification_completed",
      "community_name": "Community 441"
    },
    {
      "label": "213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "file_type": "document",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 580,
      "norm_label": "213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts",
      "community_name": "Community 580"
    },
    {
      "label": "PR #213 \u2014 Automatically resolve promotion creation conflicts",
      "file_type": "document",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 580,
      "norm_label": "pr #213 \u2014 automatically resolve promotion creation conflicts",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_pr_213_automatically_resolve_promotion_creation_conflicts",
      "community_name": "Community 580"
    },
    {
      "label": "Problem",
      "file_type": "document",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 580,
      "norm_label": "problem",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_problem",
      "community_name": "Community 580"
    },
    {
      "label": "Automatic path",
      "file_type": "document",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 580,
      "norm_label": "automatic path",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_automatic_path",
      "community_name": "Community 580"
    },
    {
      "label": "Recovery and safety",
      "file_type": "document",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L40",
      "_origin": "ast",
      "community": 580,
      "norm_label": "recovery and safety",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_recovery_and_safety",
      "community_name": "Community 580"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L76",
      "_origin": "ast",
      "community": 580,
      "norm_label": "verification",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_verification",
      "community_name": "Community 580"
    },
    {
      "label": "220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 507,
      "norm_label": "220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners",
      "community_name": "Community 507"
    },
    {
      "label": "PR #220 \u2014 CI provider control plane and Vercel runners",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 507,
      "norm_label": "pr #220 \u2014 ci provider control plane and vercel runners",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "community_name": "Community 507"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 507,
      "norm_label": "goal",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_goal",
      "community_name": "Community 507"
    },
    {
      "label": "Execution architecture",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 507,
      "norm_label": "execution architecture",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_execution_architecture",
      "community_name": "Community 507"
    },
    {
      "label": "Admin controls and state",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L19",
      "_origin": "ast",
      "community": 507,
      "norm_label": "admin controls and state",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_admin_controls_and_state",
      "community_name": "Community 507"
    },
    {
      "label": "Security boundaries",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L27",
      "_origin": "ast",
      "community": 507,
      "norm_label": "security boundaries",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_security_boundaries",
      "community_name": "Community 507"
    },
    {
      "label": "Live bootstrap and acceptance completed \u2014 2026-08-10",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L35",
      "_origin": "ast",
      "community": 507,
      "norm_label": "live bootstrap and acceptance completed \u2014 2026-08-10",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_live_bootstrap_and_acceptance_completed_2026_08_10",
      "community_name": "Community 507"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L81",
      "_origin": "ast",
      "community": 507,
      "norm_label": "validation",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_validation",
      "community_name": "Community 507"
    },
    {
      "label": "Review notes",
      "file_type": "document",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L101",
      "_origin": "ast",
      "community": 507,
      "norm_label": "review notes",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_review_notes",
      "community_name": "Community 507"
    },
    {
      "label": "222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "file_type": "document",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 581,
      "norm_label": "222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "id": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only",
      "community_name": "Community 581"
    },
    {
      "label": "PR #222 \u2014 Typecheck ratchet warning-only CI",
      "file_type": "document",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 581,
      "norm_label": "pr #222 \u2014 typecheck ratchet warning-only ci",
      "id": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222_typecheck_ratchet_warning_only_ci",
      "community_name": "Community 581"
    },
    {
      "label": "Purpose",
      "file_type": "document",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 581,
      "norm_label": "purpose",
      "id": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_purpose",
      "community_name": "Community 581"
    },
    {
      "label": "Required-context repair",
      "file_type": "document",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 581,
      "norm_label": "required-context repair",
      "id": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_required_context_repair",
      "community_name": "Community 581"
    },
    {
      "label": "Path-filter repair",
      "file_type": "document",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L19",
      "_origin": "ast",
      "community": 581,
      "norm_label": "path-filter repair",
      "id": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_path_filter_repair",
      "community_name": "Community 581"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L33",
      "_origin": "ast",
      "community": 581,
      "norm_label": "validation",
      "id": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_validation",
      "community_name": "Community 581"
    },
    {
      "label": "229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "file_type": "document",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 582,
      "norm_label": "229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "id": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable",
      "community_name": "Community 582"
    },
    {
      "label": "PR #229 \u2014 Keep develop Web CI required contexts reportable",
      "file_type": "document",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 582,
      "norm_label": "pr #229 \u2014 keep develop web ci required contexts reportable",
      "id": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_pr_229_keep_develop_web_ci_required_contexts_reportable",
      "community_name": "Community 582"
    },
    {
      "label": "Purpose",
      "file_type": "document",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 582,
      "norm_label": "purpose",
      "id": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_purpose",
      "community_name": "Community 582"
    },
    {
      "label": "Develop behavior",
      "file_type": "document",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 582,
      "norm_label": "develop behavior",
      "id": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_develop_behavior",
      "community_name": "Community 582"
    },
    {
      "label": "Base-branch compatibility repair",
      "file_type": "document",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L18",
      "_origin": "ast",
      "community": 582,
      "norm_label": "base-branch compatibility repair",
      "id": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_base_branch_compatibility_repair",
      "community_name": "Community 582"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L25",
      "_origin": "ast",
      "community": 582,
      "norm_label": "validation",
      "id": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_validation",
      "community_name": "Community 582"
    },
    {
      "label": "233-codex-fix-develop-preview-dns-gate.md",
      "file_type": "document",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 441,
      "norm_label": "233-codex-fix-develop-preview-dns-gate.md",
      "id": "prs_233_codex_fix_develop_preview_dns_gate",
      "community_name": "Community 441"
    },
    {
      "label": "PR #233 \u2014 Fix develop preview wildcard DNS verification",
      "file_type": "document",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 441,
      "norm_label": "pr #233 \u2014 fix develop preview wildcard dns verification",
      "id": "prs_233_codex_fix_develop_preview_dns_gate_pr_233_fix_develop_preview_wildcard_dns_verification",
      "community_name": "Community 441"
    },
    {
      "label": "Problem",
      "file_type": "document",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 441,
      "norm_label": "problem",
      "id": "prs_233_codex_fix_develop_preview_dns_gate_problem",
      "community_name": "Community 441"
    },
    {
      "label": "Fix",
      "file_type": "document",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L20",
      "_origin": "ast",
      "community": 441,
      "norm_label": "fix",
      "id": "prs_233_codex_fix_develop_preview_dns_gate_fix",
      "community_name": "Community 441"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L39",
      "_origin": "ast",
      "community": 441,
      "norm_label": "verification",
      "id": "prs_233_codex_fix_develop_preview_dns_gate_verification",
      "community_name": "Community 441"
    },
    {
      "label": "Activation boundary",
      "file_type": "document",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L49",
      "_origin": "ast",
      "community": 441,
      "norm_label": "activation boundary",
      "id": "prs_233_codex_fix_develop_preview_dns_gate_activation_boundary",
      "community_name": "Community 441"
    },
    {
      "label": "24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "file_type": "document",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 622,
      "norm_label": "24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_md",
      "community_name": "Community 622"
    },
    {
      "label": "PR #24 - Migrate Remix App To Nitro And React Router",
      "file_type": "document",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 622,
      "norm_label": "pr #24 - migrate remix app to nitro and react router",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_pr_24_migrate_remix_app_to_nitro_and_react_router",
      "community_name": "Community 622"
    },
    {
      "label": "Summary",
      "file_type": "document",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 622,
      "norm_label": "summary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_summary",
      "community_name": "Community 622"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L26",
      "_origin": "ast",
      "community": 622,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_verification",
      "community_name": "Community 622"
    },
    {
      "label": "Known Issues",
      "file_type": "document",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L38",
      "_origin": "ast",
      "community": 622,
      "norm_label": "known issues",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_known_issues",
      "community_name": "Community 622"
    },
    {
      "label": "258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "file_type": "document",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 639,
      "norm_label": "258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "id": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair",
      "community_name": "Community 639"
    },
    {
      "label": "Why the historical promotion failed",
      "file_type": "document",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 639,
      "norm_label": "why the historical promotion failed",
      "id": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_why_the_historical_promotion_failed",
      "community_name": "Community 639"
    },
    {
      "label": "Repair",
      "file_type": "document",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 639,
      "norm_label": "repair",
      "id": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_repair",
      "community_name": "Community 639"
    },
    {
      "label": "26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "file_type": "document",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 554,
      "norm_label": "26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_md",
      "community_name": "Community 554"
    },
    {
      "label": "Summary",
      "file_type": "document",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 554,
      "norm_label": "summary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_summary",
      "community_name": "Community 554"
    },
    {
      "label": "Footer Status UX",
      "file_type": "document",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L13",
      "_origin": "ast",
      "community": 554,
      "norm_label": "footer status ux",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_footer_status_ux",
      "community_name": "Community 554"
    },
    {
      "label": "Health Checks",
      "file_type": "document",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 554,
      "norm_label": "health checks",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_health_checks",
      "community_name": "Community 554"
    },
    {
      "label": "Scroll Restoration",
      "file_type": "document",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L41",
      "_origin": "ast",
      "community": 554,
      "norm_label": "scroll restoration",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_scroll_restoration",
      "community_name": "Community 554"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L46",
      "_origin": "ast",
      "community": 554,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_verification",
      "community_name": "Community 554"
    },
    {
      "label": "30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 433,
      "norm_label": "30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_md",
      "community_name": "Community 433"
    },
    {
      "label": "PR #30 \u2014 Add iOS web destination picker (branch `codex/ios-deployment-url-picker`)",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 433,
      "norm_label": "pr #30 \u2014 add ios web destination picker (branch `codex/ios-deployment-url-picker`)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "community_name": "Community 433"
    },
    {
      "label": "What changed",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 433,
      "norm_label": "what changed",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_what_changed",
      "community_name": "Community 433"
    },
    {
      "label": "Follow-up polish",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 433,
      "norm_label": "follow-up polish",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_polish",
      "community_name": "Community 433"
    },
    {
      "label": "Follow-up safe-area polish",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L33",
      "_origin": "ast",
      "community": 433,
      "norm_label": "follow-up safe-area polish",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_safe_area_polish",
      "community_name": "Community 433"
    },
    {
      "label": "Follow-up URL context menu",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L61",
      "_origin": "ast",
      "community": 433,
      "norm_label": "follow-up url context menu",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_url_context_menu",
      "community_name": "Community 433"
    },
    {
      "label": "Follow-up native safe-area containment",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L73",
      "_origin": "ast",
      "community": 433,
      "norm_label": "follow-up native safe-area containment",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_native_safe_area_containment",
      "community_name": "Community 433"
    },
    {
      "label": "Follow-up fixed chrome scroll isolation",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L90",
      "_origin": "ast",
      "community": 433,
      "norm_label": "follow-up fixed chrome scroll isolation",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_fixed_chrome_scroll_isolation",
      "community_name": "Community 433"
    },
    {
      "label": "Follow-up footer/devkit bottom spacing",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L114",
      "_origin": "ast",
      "community": 433,
      "norm_label": "follow-up footer/devkit bottom spacing",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_footer_devkit_bottom_spacing",
      "community_name": "Community 433"
    },
    {
      "label": "Follow-up configurable bottom spacing",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L127",
      "_origin": "ast",
      "community": 433,
      "norm_label": "follow-up configurable bottom spacing",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_configurable_bottom_spacing",
      "community_name": "Community 433"
    },
    {
      "label": "Still to do",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L135",
      "_origin": "ast",
      "community": 433,
      "norm_label": "still to do",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_still_to_do",
      "community_name": "Community 433"
    },
    {
      "label": "TestFlight upload",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L141",
      "_origin": "ast",
      "community": 433,
      "norm_label": "testflight upload",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_testflight_upload",
      "community_name": "Community 433"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L161",
      "_origin": "ast",
      "community": 433,
      "norm_label": "validation",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_validation",
      "community_name": "Community 433"
    },
    {
      "label": "Notes",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L176",
      "_origin": "ast",
      "community": 433,
      "norm_label": "notes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_notes",
      "community_name": "Community 433"
    },
    {
      "label": "32-claude-vigilant-moser--design-refactor-theming.md",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 533,
      "norm_label": "32-claude-vigilant-moser--design-refactor-theming.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_md",
      "community_name": "Community 533"
    },
    {
      "label": "\ud83c\udf08 Design refactor + runtime theming (branch `claude/vigilant-moser-3704e0`)",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 533,
      "norm_label": "\ud83c\udf08 design refactor + runtime theming (branch `claude/vigilant-moser-3704e0`)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0",
      "community_name": "Community 533"
    },
    {
      "label": "Design sources",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 533,
      "norm_label": "design sources",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_sources",
      "community_name": "Community 533"
    },
    {
      "label": "Theming system",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 533,
      "norm_label": "theming system",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_theming_system",
      "community_name": "Community 533"
    },
    {
      "label": "Shareable themes + waitlist API (FUNDAMENTALS-compliant)",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L40",
      "_origin": "ast",
      "community": 533,
      "norm_label": "shareable themes + waitlist api (fundamentals-compliant)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_shareable_themes_waitlist_api_fundamentals_compliant",
      "community_name": "Community 533"
    },
    {
      "label": "UI",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L54",
      "_origin": "ast",
      "community": 533,
      "norm_label": "ui",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_ui",
      "community_name": "Community 533"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L73",
      "_origin": "ast",
      "community": 533,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_verification",
      "community_name": "Community 533"
    },
    {
      "label": "Known notes",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L86",
      "_origin": "ast",
      "community": 533,
      "norm_label": "known notes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_known_notes",
      "community_name": "Community 533"
    },
    {
      "label": "39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "file_type": "document",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 616,
      "norm_label": "39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_md",
      "community_name": "Community 616"
    },
    {
      "label": "Summary",
      "file_type": "document",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 616,
      "norm_label": "summary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_summary",
      "community_name": "Community 616"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L28",
      "_origin": "ast",
      "community": 616,
      "norm_label": "validation",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_validation",
      "community_name": "Community 616"
    },
    {
      "label": "Notes",
      "file_type": "document",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L52",
      "_origin": "ast",
      "community": 616,
      "norm_label": "notes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_notes",
      "community_name": "Community 616"
    },
    {
      "label": "40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 501,
      "norm_label": "40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_md",
      "community_name": "Community 501"
    },
    {
      "label": "PR #40 \u2014 Feed with personal doomscroll algorithms, full profiles + dedicated settings",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 501,
      "norm_label": "pr #40 \u2014 feed with personal doomscroll algorithms, full profiles + dedicated settings",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "community_name": "Community 501"
    },
    {
      "label": "Summary",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 501,
      "norm_label": "summary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_summary",
      "community_name": "Community 501"
    },
    {
      "label": "Data model",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L15",
      "_origin": "ast",
      "community": 501,
      "norm_label": "data model",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_data_model",
      "community_name": "Community 501"
    },
    {
      "label": "API surface",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L24",
      "_origin": "ast",
      "community": 501,
      "norm_label": "api surface",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_api_surface",
      "community_name": "Community 501"
    },
    {
      "label": "Ranking + training (deterministic, `api/utils/things/feedRanking.ts`)",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L34",
      "_origin": "ast",
      "community": 501,
      "norm_label": "ranking + training (deterministic, `api/utils/things/feedranking.ts`)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_ranking_training_deterministic_api_utils_things_feedranking_ts",
      "community_name": "Community 501"
    },
    {
      "label": "Seeding (FUNDAMENTALS \u00a72)",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L42",
      "_origin": "ast",
      "community": 501,
      "norm_label": "seeding (fundamentals \u00a72)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_seeding_fundamentals_2",
      "community_name": "Community 501"
    },
    {
      "label": "Adversarial review (24 agents: 4 lenses \u2192 refuters per finding)",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L50",
      "_origin": "ast",
      "community": 501,
      "norm_label": "adversarial review (24 agents: 4 lenses \u2192 refuters per finding)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_adversarial_review_24_agents_4_lenses_refuters_per_finding",
      "community_name": "Community 501"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L75",
      "_origin": "ast",
      "community": 501,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_verification",
      "community_name": "Community 501"
    },
    {
      "label": "Known scope edges",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L88",
      "_origin": "ast",
      "community": 501,
      "norm_label": "known scope edges",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_known_scope_edges",
      "community_name": "Community 501"
    },
    {
      "label": "42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "file_type": "document",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 591,
      "norm_label": "42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_md",
      "community_name": "Community 591"
    },
    {
      "label": "PR 42 \u2014 Add Electron desktop app shell",
      "file_type": "document",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 591,
      "norm_label": "pr 42 \u2014 add electron desktop app shell",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_pr_42_add_electron_desktop_app_shell",
      "community_name": "Community 591"
    },
    {
      "label": "Summary",
      "file_type": "document",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 591,
      "norm_label": "summary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_summary",
      "community_name": "Community 591"
    },
    {
      "label": "Release Asset Convention",
      "file_type": "document",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 591,
      "norm_label": "release asset convention",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_release_asset_convention",
      "community_name": "Community 591"
    },
    {
      "label": "Validation",
      "file_type": "document",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 591,
      "norm_label": "validation",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_validation",
      "community_name": "Community 591"
    },
    {
      "label": "Known Follow-Ups",
      "file_type": "document",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 591,
      "norm_label": "known follow-ups",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_known_follow_ups",
      "community_name": "Community 591"
    },
    {
      "label": "53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 353,
      "norm_label": "53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_md",
      "community_name": "Community 353"
    },
    {
      "label": "PR #53 \u2014 Nested data viewer concepts + kind renderers with live /docs/concepts section",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 353,
      "norm_label": "pr #53 \u2014 nested data viewer concepts + kind renderers with live /docs/concepts section",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "community_name": "Community 353"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 353,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_goal",
      "community_name": "Community 353"
    },
    {
      "label": "What was built",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L15",
      "_origin": "ast",
      "community": 353,
      "norm_label": "what was built",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_what_was_built",
      "community_name": "Community 353"
    },
    {
      "label": "Viewer concepts \u2014 `remix/app/components/Thingtime/concepts/`",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L17",
      "_origin": "ast",
      "community": 353,
      "norm_label": "viewer concepts \u2014 `remix/app/components/thingtime/concepts/`",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_viewer_concepts_remix_app_components_thingtime_concepts",
      "community_name": "Community 353"
    },
    {
      "label": "Kind renderers \u2014 `remix/app/components/Kinds/`",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L33",
      "_origin": "ast",
      "community": 353,
      "norm_label": "kind renderers \u2014 `remix/app/components/kinds/`",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_kind_renderers_remix_app_components_kinds",
      "community_name": "Community 353"
    },
    {
      "label": "Docs \u2014 `remix/app/routes/docs/concepts/` (+ nav wiring)",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L47",
      "_origin": "ast",
      "community": 353,
      "norm_label": "docs \u2014 `remix/app/routes/docs/concepts/` (+ nav wiring)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_docs_remix_app_routes_docs_concepts_nav_wiring",
      "community_name": "Community 353"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L56",
      "_origin": "ast",
      "community": 353,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_verification",
      "community_name": "Community 353"
    },
    {
      "label": "Debugging notes",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L68",
      "_origin": "ast",
      "community": 353,
      "norm_label": "debugging notes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_debugging_notes",
      "community_name": "Community 353"
    },
    {
      "label": "Second wave \u2014 60 kinds + Editor.js (same branch)",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L78",
      "_origin": "ast",
      "community": 353,
      "norm_label": "second wave \u2014 60 kinds + editor.js (same branch)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_second_wave_60_kinds_editor_js_same_branch",
      "community_name": "Community 353"
    },
    {
      "label": "Round 3 \u2014 empty registry on Vercel (tree-shaking)",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L107",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 3 \u2014 empty registry on vercel (tree-shaking)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_3_empty_registry_on_vercel_tree_shaking",
      "community_name": "Community 353"
    },
    {
      "label": "Round 4 \u2014 rich-text fidelity, read-only toggle, quote restyle, full suite",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L135",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 4 \u2014 rich-text fidelity, read-only toggle, quote restyle, full suite",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_4_rich_text_fidelity_read_only_toggle_quote_restyle_full_suite",
      "community_name": "Community 353"
    },
    {
      "label": "Round 5 \u2014 safe full customisation (\ud83c\udfa8 Style tune)",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L160",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 5 \u2014 safe full customisation (\ud83c\udfa8 style tune)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_5_safe_full_customisation_style_tune",
      "community_name": "Community 353"
    },
    {
      "label": "Round 6 \u2014 stable String \u2194 Editor.js datatype toggle",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L191",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 6 \u2014 stable string \u2194 editor.js datatype toggle",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_6_stable_string_editor_js_datatype_toggle",
      "community_name": "Community 353"
    },
    {
      "label": "Round 7 \u2014 Editor.js chrome + heading rendering",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L223",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 7 \u2014 editor.js chrome + heading rendering",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_7_editor_js_chrome_heading_rendering",
      "community_name": "Community 353"
    },
    {
      "label": "Round 8 \u2014 multiline Editor.js textbox keyboard boundaries",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L246",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 8 \u2014 multiline editor.js textbox keyboard boundaries",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_8_multiline_editor_js_textbox_keyboard_boundaries",
      "community_name": "Community 353"
    },
    {
      "label": "Round 9 \u2014 ordered Editor.js autosave + fast persistence",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L269",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 9 \u2014 ordered editor.js autosave + fast persistence",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_9_ordered_editor_js_autosave_fast_persistence",
      "community_name": "Community 353"
    },
    {
      "label": "Round 10 \u2014 preserve focus across Editor.js autosave echoes",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L305",
      "_origin": "ast",
      "community": 353,
      "norm_label": "round 10 \u2014 preserve focus across editor.js autosave echoes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_10_preserve_focus_across_editor_js_autosave_echoes",
      "community_name": "Community 353"
    },
    {
      "label": "Follow-ups (ideas)",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L322",
      "_origin": "ast",
      "community": 353,
      "norm_label": "follow-ups (ideas)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_follow_ups_ideas",
      "community_name": "Community 353"
    },
    {
      "label": "59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 487,
      "norm_label": "59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_md",
      "community_name": "Community 487"
    },
    {
      "label": "PR 59 \u2014 Everything is a thing: crystal payloads, thingtime schemas, /schemas browser, admin migrations",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 487,
      "norm_label": "pr 59 \u2014 everything is a thing: crystal payloads, thingtime schemas, /schemas browser, admin migrations",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "community_name": "Community 487"
    },
    {
      "label": "The model",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 487,
      "norm_label": "the model",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_the_model",
      "community_name": "Community 487"
    },
    {
      "label": "Era compatibility (the important design call)",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L28",
      "_origin": "ast",
      "community": 487,
      "norm_label": "era compatibility (the important design call)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_era_compatibility_the_important_design_call",
      "community_name": "Community 487"
    },
    {
      "label": "Migrations (admin)",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L32",
      "_origin": "ast",
      "community": 487,
      "norm_label": "migrations (admin)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_migrations_admin",
      "community_name": "Community 487"
    },
    {
      "label": "Verification log",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L39",
      "_origin": "ast",
      "community": 487,
      "norm_label": "verification log",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_verification_log",
      "community_name": "Community 487"
    },
    {
      "label": "Consumer compat surface checked",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L46",
      "_origin": "ast",
      "community": 487,
      "norm_label": "consumer compat surface checked",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_consumer_compat_surface_checked",
      "community_name": "Community 487"
    },
    {
      "label": "Security fixes riding along",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L52",
      "_origin": "ast",
      "community": 487,
      "norm_label": "security fixes riding along",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_security_fixes_riding_along",
      "community_name": "Community 487"
    },
    {
      "label": "Round 2 \u2014 ACL permissions + full CRUD on one endpoint (2026-07-10, same PR)",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L57",
      "_origin": "ast",
      "community": 487,
      "norm_label": "round 2 \u2014 acl permissions + full crud on one endpoint (2026-07-10, same pr)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_round_2_acl_permissions_full_crud_on_one_endpoint_2026_07_10_same_pr",
      "community_name": "Community 487"
    },
    {
      "label": "Post-merge adversarial security review (2026-07-10)",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L64",
      "_origin": "ast",
      "community": 487,
      "norm_label": "post-merge adversarial security review (2026-07-10)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_post_merge_adversarial_security_review_2026_07_10",
      "community_name": "Community 487"
    },
    {
      "label": "Follow-ups worth considering",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L75",
      "_origin": "ast",
      "community": 487,
      "norm_label": "follow-ups worth considering",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_follow_ups_worth_considering",
      "community_name": "Community 487"
    },
    {
      "label": "63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 534,
      "norm_label": "63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_md",
      "community_name": "Community 534"
    },
    {
      "label": "PR #63 \u2014 /search: MongoDB-grammar query builder + ranked text search + search-by-schema",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 534,
      "norm_label": "pr #63 \u2014 /search: mongodb-grammar query builder + ranked text search + search-by-schema",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_pr_63_search_mongodb_grammar_query_builder_ranked_text_search_search_by_schema",
      "community_name": "Community 534"
    },
    {
      "label": "What shipped",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 534,
      "norm_label": "what shipped",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_what_shipped",
      "community_name": "Community 534"
    },
    {
      "label": "API",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L14",
      "_origin": "ast",
      "community": 534,
      "norm_label": "api",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_api",
      "community_name": "Community 534"
    },
    {
      "label": "Data model",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L38",
      "_origin": "ast",
      "community": 534,
      "norm_label": "data model",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_data_model",
      "community_name": "Community 534"
    },
    {
      "label": "UI",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L49",
      "_origin": "ast",
      "community": 534,
      "norm_label": "ui",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_ui",
      "community_name": "Community 534"
    },
    {
      "label": "Verification (live worktree stack, :13710)",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L64",
      "_origin": "ast",
      "community": 534,
      "norm_label": "verification (live worktree stack, :13710)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_verification_live_worktree_stack_13710",
      "community_name": "Community 534"
    },
    {
      "label": "Debugging trail",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L76",
      "_origin": "ast",
      "community": 534,
      "norm_label": "debugging trail",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_debugging_trail",
      "community_name": "Community 534"
    },
    {
      "label": "64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 525,
      "norm_label": "64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_md",
      "community_name": "Community 525"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 525,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_goal",
      "community_name": "Community 525"
    },
    {
      "label": "What shipped",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L13",
      "_origin": "ast",
      "community": 525,
      "norm_label": "what shipped",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_what_shipped",
      "community_name": "Community 525"
    },
    {
      "label": "Server boundary",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L32",
      "_origin": "ast",
      "community": 525,
      "norm_label": "server boundary",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_server_boundary",
      "community_name": "Community 525"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L47",
      "_origin": "ast",
      "community": 525,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_verification",
      "community_name": "Community 525"
    },
    {
      "label": "Notes",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L62",
      "_origin": "ast",
      "community": 525,
      "norm_label": "notes",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_notes",
      "community_name": "Community 525"
    },
    {
      "label": "Follow-up \u2014 main refresh and auth return (2026-07-12)",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L70",
      "_origin": "ast",
      "community": 525,
      "norm_label": "follow-up \u2014 main refresh and auth return (2026-07-12)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_follow_up_main_refresh_and_auth_return_2026_07_12",
      "community_name": "Community 525"
    },
    {
      "label": "65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 566,
      "norm_label": "65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_md",
      "community_name": "Community 566"
    },
    {
      "label": "PR #65 \u2014 Everything is a thing: satellite collections collapse into things",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 566,
      "norm_label": "pr #65 \u2014 everything is a thing: satellite collections collapse into things",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_pr_65_everything_is_a_thing_satellite_collections_collapse_into_things",
      "community_name": "Community 566"
    },
    {
      "label": "Shape",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 566,
      "norm_label": "shape",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_shape",
      "community_name": "Community 566"
    },
    {
      "label": "Verification highlights (all live against the dev stack)",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L28",
      "_origin": "ast",
      "community": 566,
      "norm_label": "verification highlights (all live against the dev stack)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_verification_highlights_all_live_against_the_dev_stack",
      "community_name": "Community 566"
    },
    {
      "label": "Self-review round 1 (8-finder pass, commit 4b56c57)",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 566,
      "norm_label": "self-review round 1 (8-finder pass, commit 4b56c57)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_self_review_round_1_8_finder_pass_commit_4b56c57",
      "community_name": "Community 566"
    },
    {
      "label": "Self-review round 2 (regression pass on round-1 fixes, commit 49c73ae)",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L66",
      "_origin": "ast",
      "community": 566,
      "norm_label": "self-review round 2 (regression pass on round-1 fixes, commit 49c73ae)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_self_review_round_2_regression_pass_on_round_1_fixes_commit_49c73ae",
      "community_name": "Community 566"
    },
    {
      "label": "Implementation trail",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L87",
      "_origin": "ast",
      "community": 566,
      "norm_label": "implementation trail",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_implementation_trail",
      "community_name": "Community 566"
    },
    {
      "label": "66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "file_type": "document",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 647,
      "norm_label": "66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_md",
      "community_name": "Community 647"
    },
    {
      "label": "PR #66 \u2014 Extended props, schema-less crystals + stranded email/password-reset/2FA port",
      "file_type": "document",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 647,
      "norm_label": "pr #66 \u2014 extended props, schema-less crystals + stranded email/password-reset/2fa port",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_pr_66_extended_props_schema_less_crystals_stranded_email_password_reset_2fa_port",
      "community_name": "Community 647"
    },
    {
      "label": "What it adds",
      "file_type": "document",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 647,
      "norm_label": "what it adds",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_what_it_adds",
      "community_name": "Community 647"
    },
    {
      "label": "Verification",
      "file_type": "document",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 647,
      "norm_label": "verification",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_verification",
      "community_name": "Community 647"
    },
    {
      "label": "67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "file_type": "document",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 648,
      "norm_label": "67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_md",
      "community_name": "Community 648"
    },
    {
      "label": "PR #67 \u2014 Profile composer + Thingtime posts \ud83c\udf00 + Filters \u25b8 Advanced search",
      "file_type": "document",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 648,
      "norm_label": "pr #67 \u2014 profile composer + thingtime posts \ud83c\udf00 + filters \u25b8 advanced search",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_pr_67_profile_composer_thingtime_posts_filters_advanced_search",
      "community_name": "Community 648"
    },
    {
      "label": "What shipped",
      "file_type": "document",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 648,
      "norm_label": "what shipped",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_what_shipped",
      "community_name": "Community 648"
    },
    {
      "label": "Debugging log",
      "file_type": "document",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": "L52",
      "_origin": "ast",
      "community": 648,
      "norm_label": "debugging log",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_debugging_log",
      "community_name": "Community 648"
    },
    {
      "label": "69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "file_type": "document",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 623,
      "norm_label": "69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_md",
      "community_name": "Community 623"
    },
    {
      "label": "PR #69 \u2014 Unified: /search platform + profile composer & advanced filters",
      "file_type": "document",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 623,
      "norm_label": "pr #69 \u2014 unified: /search platform + profile composer & advanced filters",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_pr_69_unified_search_platform_profile_composer_advanced_filters",
      "community_name": "Community 623"
    },
    {
      "label": "2026-07-15 \u2014 Native Thingtime rendering for feed things (ThingView)",
      "file_type": "document",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 623,
      "norm_label": "2026-07-15 \u2014 native thingtime rendering for feed things (thingview)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_native_thingtime_rendering_for_feed_things_thingview",
      "community_name": "Community 623"
    },
    {
      "label": "2026-07-15 \u2014 Hardening pass (recursive review follow-up)",
      "file_type": "document",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L43",
      "_origin": "ast",
      "community": 623,
      "norm_label": "2026-07-15 \u2014 hardening pass (recursive review follow-up)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_hardening_pass_recursive_review_follow_up",
      "community_name": "Community 623"
    },
    {
      "label": "2026-07-15 \u2014 Review rounds 2 & 3 (recursive)",
      "file_type": "document",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L80",
      "_origin": "ast",
      "community": 623,
      "norm_label": "2026-07-15 \u2014 review rounds 2 & 3 (recursive)",
      "id": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_review_rounds_2_3_recursive",
      "community_name": "Community 623"
    },
    {
      "label": "SCHEMA-FEATURE-HANDOFF.md",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 432,
      "norm_label": "schema-feature-handoff.md",
      "id": "schema_feature_handoff",
      "community_name": "Community 432"
    },
    {
      "label": "\ud83e\udd84 Handoff: Schema browser / builder / search-by-schema",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 432,
      "norm_label": "\ud83e\udd84 handoff: schema browser / builder / search-by-schema",
      "id": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "community_name": "Community 432"
    },
    {
      "label": "0. TL;DR",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 432,
      "norm_label": "0. tl;dr",
      "id": "schema_feature_handoff_0_tl_dr",
      "community_name": "Community 432"
    },
    {
      "label": "1. What Lopu asked for (verbatim intent)",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 432,
      "norm_label": "1. what lopu asked for (verbatim intent)",
      "id": "schema_feature_handoff_1_what_lopu_asked_for_verbatim_intent",
      "community_name": "Community 432"
    },
    {
      "label": "2. Grounding (where things live \u2014 verified this session)",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L76",
      "_origin": "ast",
      "community": 432,
      "norm_label": "2. grounding (where things live \u2014 verified this session)",
      "id": "schema_feature_handoff_2_grounding_where_things_live_verified_this_session",
      "community_name": "Community 432"
    },
    {
      "label": "Dev environment",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L116",
      "_origin": "ast",
      "community": 432,
      "norm_label": "dev environment",
      "id": "schema_feature_handoff_dev_environment",
      "community_name": "Community 432"
    },
    {
      "label": "3. What's DONE (committed on `claude/schema-browser-builder`, `99c313f`)",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L132",
      "_origin": "ast",
      "community": 432,
      "norm_label": "3. what's done (committed on `claude/schema-browser-builder`, `99c313f`)",
      "id": "schema_feature_handoff_3_what_s_done_committed_on_claude_schema_browser_builder_99c313f",
      "community_name": "Community 432"
    },
    {
      "label": "4. What's NEXT (not started)",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L160",
      "_origin": "ast",
      "community": 432,
      "norm_label": "4. what's next (not started)",
      "id": "schema_feature_handoff_4_what_s_next_not_started",
      "community_name": "Community 432"
    },
    {
      "label": "Backend",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L164",
      "_origin": "ast",
      "community": 432,
      "norm_label": "backend",
      "id": "schema_feature_handoff_backend",
      "community_name": "Community 432"
    },
    {
      "label": "Routing",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L180",
      "_origin": "ast",
      "community": 432,
      "norm_label": "routing",
      "id": "schema_feature_handoff_routing",
      "community_name": "Community 432"
    },
    {
      "label": "UI (independent leaves \u2014 safe to fan out to subagents once the browse",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L186",
      "_origin": "ast",
      "community": 432,
      "norm_label": "ui (independent leaves \u2014 safe to fan out to subagents once the browse",
      "id": "schema_feature_handoff_ui_independent_leaves_safe_to_fan_out_to_subagents_once_the_browse",
      "community_name": "Community 432"
    },
    {
      "label": "endpoint + shared types + `useApi` additions land)",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L187",
      "_origin": "ast",
      "community": 432,
      "norm_label": "endpoint + shared types + `useapi` additions land)",
      "id": "schema_feature_handoff_endpoint_shared_types_useapi_additions_land",
      "community_name": "Community 432"
    },
    {
      "label": "Ship",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L205",
      "_origin": "ast",
      "community": 432,
      "norm_label": "ship",
      "id": "schema_feature_handoff_ship",
      "community_name": "Community 432"
    },
    {
      "label": "5. House rules that bit us before (don't relearn the hard way)",
      "file_type": "document",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L215",
      "_origin": "ast",
      "community": 432,
      "norm_label": "5. house rules that bit us before (don't relearn the hard way)",
      "id": "schema_feature_handoff_5_house_rules_that_bit_us_before_don_t_relearn_the_hard_way",
      "community_name": "Community 432"
    },
    {
      "label": "SCHEMA-PLATFORM-HANDOVER.md",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 393,
      "norm_label": "schema-platform-handover.md",
      "id": "schema_platform_handover",
      "community_name": "Community 393"
    },
    {
      "label": "\ud83e\udd84 Handover: Schema platform (browse + build + search-by-schema)",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 393,
      "norm_label": "\ud83e\udd84 handover: schema platform (browse + build + search-by-schema)",
      "id": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "community_name": "Community 393"
    },
    {
      "label": "0. TL;DR \u2014 where things stand",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L11",
      "_origin": "ast",
      "community": 393,
      "norm_label": "0. tl;dr \u2014 where things stand",
      "id": "schema_platform_handover_0_tl_dr_where_things_stand",
      "community_name": "Community 393"
    },
    {
      "label": "1. What Lopu asked for (verbatim intent) \u2014 all delivered",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L36",
      "_origin": "ast",
      "community": 393,
      "norm_label": "1. what lopu asked for (verbatim intent) \u2014 all delivered",
      "id": "schema_platform_handover_1_what_lopu_asked_for_verbatim_intent_all_delivered",
      "community_name": "Community 393"
    },
    {
      "label": "2. What was built (file inventory)",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L65",
      "_origin": "ast",
      "community": 393,
      "norm_label": "2. what was built (file inventory)",
      "id": "schema_platform_handover_2_what_was_built_file_inventory",
      "community_name": "Community 393"
    },
    {
      "label": "3. Live verification already done (so you know the happy paths work)",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L109",
      "_origin": "ast",
      "community": 393,
      "norm_label": "3. live verification already done (so you know the happy paths work)",
      "id": "schema_platform_handover_3_live_verification_already_done_so_you_know_the_happy_paths_work",
      "community_name": "Community 393"
    },
    {
      "label": "4. \ud83d\udd27 THE FIX LIST \u2014 12 review findings (do these next)",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L130",
      "_origin": "ast",
      "community": 393,
      "norm_label": "4. \ud83d\udd27 the fix list \u2014 12 review findings (do these next)",
      "id": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 1 \u2014 `crystal: { schema, ...value }` spread lets a field named \"schema\" clobber the scope tag  *(CONFIRMED; findings #2, #11)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L136",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 1 \u2014 `crystal: { schema, ...value }` spread lets a field named \"schema\" clobber the scope tag  *(confirmed; findings #2, #11)*",
      "id": "schema_platform_handover_fix_1_crystal_schema_value_spread_lets_a_field_named_schema_clobber_the_scope_tag_confirmed_findings_2_11",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 2 \u2014 applySchema forces an invalid/guaranteed-empty `kind` for builtins  *(CONFIRMED; findings #5, #7)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L147",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 2 \u2014 applyschema forces an invalid/guaranteed-empty `kind` for builtins  *(confirmed; findings #5, #7)*",
      "id": "schema_platform_handover_fix_2_applyschema_forces_an_invalid_guaranteed_empty_kind_for_builtins_confirmed_findings_5_7",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 3 \u2014 schema-scope \"locked chip\" logic too broad  *(CONFIRMED; finding #9)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L161",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 3 \u2014 schema-scope \"locked chip\" logic too broad  *(confirmed; finding #9)*",
      "id": "schema_platform_handover_fix_3_schema_scope_locked_chip_logic_too_broad_confirmed_finding_9",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 4 \u2014 dotted field names blow past the search grammar's depth cap  *(CONFIRMED; findings #8, #10)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L171",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 4 \u2014 dotted field names blow past the search grammar's depth cap  *(confirmed; findings #8, #10)*",
      "id": "schema_platform_handover_fix_4_dotted_field_names_blow_past_the_search_grammar_s_depth_cap_confirmed_findings_8_10",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 5 \u2014 `?schema=` deep-link resolution races the mount search  *(PLAUSIBLE; finding #1)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L189",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 5 \u2014 `?schema=` deep-link resolution races the mount search  *(plausible; finding #1)*",
      "id": "schema_platform_handover_fix_5_schema_deep_link_resolution_races_the_mount_search_plausible_finding_1",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 6 \u2014 Fork enum values with commas get split  *(CONFIRMED; finding #4)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L204",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 6 \u2014 fork enum values with commas get split  *(confirmed; finding #4)*",
      "id": "schema_platform_handover_fix_6_fork_enum_values_with_commas_get_split_confirmed_finding_4",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 7 \u2014 first schema-rail load never retries on failure  *(CONFIRMED; finding #6)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L213",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 7 \u2014 first schema-rail load never retries on failure  *(confirmed; finding #6)*",
      "id": "schema_platform_handover_fix_7_first_schema_rail_load_never_retries_on_failure_confirmed_finding_6",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 8 \u2014 `browsePopular` runs (and discards) the count on every cursor page  *(CONFIRMED; finding #12)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L221",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 8 \u2014 `browsepopular` runs (and discards) the count on every cursor page  *(confirmed; finding #12)*",
      "id": "schema_platform_handover_fix_8_browsepopular_runs_and_discards_the_count_on_every_cursor_page_confirmed_finding_12",
      "community_name": "Community 393"
    },
    {
      "label": "FIX 9 \u2014 `usageCount` aggregates by non-unique schema *name*  *(CONFIRMED; finding #3)*",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L229",
      "_origin": "ast",
      "community": 393,
      "norm_label": "fix 9 \u2014 `usagecount` aggregates by non-unique schema *name*  *(confirmed; finding #3)*",
      "id": "schema_platform_handover_fix_9_usagecount_aggregates_by_non_unique_schema_name_confirmed_finding_3",
      "community_name": "Community 393"
    },
    {
      "label": "5. Grounding + gotchas (things that bit us \u2014 don't relearn the hard way)",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L248",
      "_origin": "ast",
      "community": 393,
      "norm_label": "5. grounding + gotchas (things that bit us \u2014 don't relearn the hard way)",
      "id": "schema_platform_handover_5_grounding_gotchas_things_that_bit_us_don_t_relearn_the_hard_way",
      "community_name": "Community 393"
    },
    {
      "label": "6. How to resume (checklist for the next chat)",
      "file_type": "document",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L306",
      "_origin": "ast",
      "community": 393,
      "norm_label": "6. how to resume (checklist for the next chat)",
      "id": "schema_platform_handover_6_how_to_resume_checklist_for_the_next_chat",
      "community_name": "Community 393"
    },
    {
      "label": "01-mongodb-connection-status.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 592,
      "norm_label": "01-mongodb-connection-status.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_md",
      "community_name": "Community 592"
    },
    {
      "label": "01 \u2014 MongoDB Connection Status \u2705",
      "file_type": "document",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 592,
      "norm_label": "01 \u2014 mongodb connection status \u2705",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_01_mongodb_connection_status",
      "community_name": "Community 592"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 592,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_goal",
      "community_name": "Community 592"
    },
    {
      "label": "What exists",
      "file_type": "document",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 592,
      "norm_label": "what exists",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_what_exists",
      "community_name": "Community 592"
    },
    {
      "label": "Verified",
      "file_type": "document",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L25",
      "_origin": "ast",
      "community": 592,
      "norm_label": "verified",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_verified",
      "community_name": "Community 592"
    },
    {
      "label": "Possible follow-ups (nice-to-have)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 592,
      "norm_label": "possible follow-ups (nice-to-have)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_possible_follow_ups_nice_to_have",
      "community_name": "Community 592"
    },
    {
      "label": "02-db-populate-seeding.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 536,
      "norm_label": "02-db-populate-seeding.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_md",
      "community_name": "Community 536"
    },
    {
      "label": "02 \u2014 DB Populate / Seeding \ud83d\udfe1",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 536,
      "norm_label": "02 \u2014 db populate / seeding \ud83d\udfe1",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding",
      "community_name": "Community 536"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 536,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_goal",
      "community_name": "Community 536"
    },
    {
      "label": "What exists",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L10",
      "_origin": "ast",
      "community": 536,
      "norm_label": "what exists",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_what_exists",
      "community_name": "Community 536"
    },
    {
      "label": "Problems to fix",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L19",
      "_origin": "ast",
      "community": 536,
      "norm_label": "problems to fix",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_problems_to_fix",
      "community_name": "Community 536"
    },
    {
      "label": "Decisions (locked \u2014 see FUNDAMENTALS.md)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L34",
      "_origin": "ast",
      "community": 536,
      "norm_label": "decisions (locked \u2014 see fundamentals.md)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_decisions_locked_see_fundamentals_md",
      "community_name": "Community 536"
    },
    {
      "label": "Plan",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L41",
      "_origin": "ast",
      "community": 536,
      "norm_label": "plan",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_plan",
      "community_name": "Community 536"
    },
    {
      "label": "Acceptance criteria",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L51",
      "_origin": "ast",
      "community": 536,
      "norm_label": "acceptance criteria",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_acceptance_criteria",
      "community_name": "Community 536"
    },
    {
      "label": "03-auth-login-register.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 390,
      "norm_label": "03-auth-login-register.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_md",
      "community_name": "Community 390"
    },
    {
      "label": "03 \u2014 Auth: Login / Register / Sessions / JWT \ud83d\udfe2",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 390,
      "norm_label": "03 \u2014 auth: login / register / sessions / jwt \ud83d\udfe2",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "community_name": "Community 390"
    },
    {
      "label": "Built this round (`remix/app/api/utils/auth/`)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 390,
      "norm_label": "built this round (`remix/app/api/utils/auth/`)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_built_this_round_remix_app_api_utils_auth",
      "community_name": "Community 390"
    },
    {
      "label": "Still TODO",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L18",
      "_origin": "ast",
      "community": 390,
      "norm_label": "still todo",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_still_todo",
      "community_name": "Community 390"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L30",
      "_origin": "ast",
      "community": 390,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_goal",
      "community_name": "Community 390"
    },
    {
      "label": "What exists",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L35",
      "_origin": "ast",
      "community": 390,
      "norm_label": "what exists",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_what_exists",
      "community_name": "Community 390"
    },
    {
      "label": "Problems to fix",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L51",
      "_origin": "ast",
      "community": 390,
      "norm_label": "problems to fix",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_problems_to_fix",
      "community_name": "Community 390"
    },
    {
      "label": "Plan",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L67",
      "_origin": "ast",
      "community": 390,
      "norm_label": "plan",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_plan",
      "community_name": "Community 390"
    },
    {
      "label": "Decisions (locked \u2014 see FUNDAMENTALS.md \u00a75)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L79",
      "_origin": "ast",
      "community": 390,
      "norm_label": "decisions (locked \u2014 see fundamentals.md \u00a75)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_decisions_locked_see_fundamentals_md_5",
      "community_name": "Community 390"
    },
    {
      "label": "Still open (defaults fine for now)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L90",
      "_origin": "ast",
      "community": 390,
      "norm_label": "still open (defaults fine for now)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_still_open_defaults_fine_for_now",
      "community_name": "Community 390"
    },
    {
      "label": "Acceptance criteria",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L94",
      "_origin": "ast",
      "community": 390,
      "norm_label": "acceptance criteria",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_acceptance_criteria",
      "community_name": "Community 390"
    },
    {
      "label": "04-authed-db-read-query.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 569,
      "norm_label": "04-authed-db-read-query.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_md",
      "community_name": "Community 569"
    },
    {
      "label": "04 \u2014 Authed DB Read + Query \ud83d\udd34",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 569,
      "norm_label": "04 \u2014 authed db read + query \ud83d\udd34",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_04_authed_db_read_query",
      "community_name": "Community 569"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 569,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_goal",
      "community_name": "Community 569"
    },
    {
      "label": "What exists (to build on)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 569,
      "norm_label": "what exists (to build on)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_what_exists_to_build_on",
      "community_name": "Community 569"
    },
    {
      "label": "Plan",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 569,
      "norm_label": "plan",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_plan",
      "community_name": "Community 569"
    },
    {
      "label": "Security notes",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L27",
      "_origin": "ast",
      "community": 569,
      "norm_label": "security notes",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_security_notes",
      "community_name": "Community 569"
    },
    {
      "label": "Acceptance criteria",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L32",
      "_origin": "ast",
      "community": 569,
      "norm_label": "acceptance criteria",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_acceptance_criteria",
      "community_name": "Community 569"
    },
    {
      "label": "05-authed-db-write.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 570,
      "norm_label": "05-authed-db-write.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_md",
      "community_name": "Community 570"
    },
    {
      "label": "05 \u2014 Authed DB Write (Create / Update / Delete) \ud83d\udd34",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 570,
      "norm_label": "05 \u2014 authed db write (create / update / delete) \ud83d\udd34",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_05_authed_db_write_create_update_delete",
      "community_name": "Community 570"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 570,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_goal",
      "community_name": "Community 570"
    },
    {
      "label": "What exists (to build on)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L10",
      "_origin": "ast",
      "community": 570,
      "norm_label": "what exists (to build on)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_what_exists_to_build_on",
      "community_name": "Community 570"
    },
    {
      "label": "Plan",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L19",
      "_origin": "ast",
      "community": 570,
      "norm_label": "plan",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_plan",
      "community_name": "Community 570"
    },
    {
      "label": "Security notes",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 570,
      "norm_label": "security notes",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_security_notes",
      "community_name": "Community 570"
    },
    {
      "label": "Acceptance criteria",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L35",
      "_origin": "ast",
      "community": 570,
      "norm_label": "acceptance criteria",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_acceptance_criteria",
      "community_name": "Community 570"
    },
    {
      "label": "06-pr-12-review-actions.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 593,
      "norm_label": "06-pr-12-review-actions.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_md",
      "community_name": "Community 593"
    },
    {
      "label": "PR 12 review actions",
      "file_type": "document",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 593,
      "norm_label": "pr 12 review actions",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_pr_12_review_actions",
      "community_name": "Community 593"
    },
    {
      "label": "1. JWT secret fallback",
      "file_type": "document",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 593,
      "norm_label": "1. jwt secret fallback",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_1_jwt_secret_fallback",
      "community_name": "Community 593"
    },
    {
      "label": "2. Production source maps",
      "file_type": "document",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 593,
      "norm_label": "2. production source maps",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_2_production_source_maps",
      "community_name": "Community 593"
    },
    {
      "label": "3. Atomic email verification token consumption",
      "file_type": "document",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L18",
      "_origin": "ast",
      "community": 593,
      "norm_label": "3. atomic email verification token consumption",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_3_atomic_email_verification_token_consumption",
      "community_name": "Community 593"
    },
    {
      "label": "4. Unused imports",
      "file_type": "document",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L24",
      "_origin": "ast",
      "community": 593,
      "norm_label": "4. unused imports",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_4_unused_imports",
      "community_name": "Community 593"
    },
    {
      "label": "07-cross-tab-thingtime-sync.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 537,
      "norm_label": "07-cross-tab-thingtime-sync.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_md",
      "community_name": "Community 537"
    },
    {
      "label": "07 \u2014 Cross-tab sync for persisted thingtime state",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 537,
      "norm_label": "07 \u2014 cross-tab sync for persisted thingtime state",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state",
      "community_name": "Community 537"
    },
    {
      "label": "What it's for",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 537,
      "norm_label": "what it's for",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_what_it_s_for",
      "community_name": "Community 537"
    },
    {
      "label": "What already exists",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L11",
      "_origin": "ast",
      "community": 537,
      "norm_label": "what already exists",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_what_already_exists",
      "community_name": "Community 537"
    },
    {
      "label": "What's missing / broken",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L24",
      "_origin": "ast",
      "community": 537,
      "norm_label": "what's missing / broken",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_what_s_missing_broken",
      "community_name": "Community 537"
    },
    {
      "label": "Plan",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L34",
      "_origin": "ast",
      "community": 537,
      "norm_label": "plan",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_plan",
      "community_name": "Community 537"
    },
    {
      "label": "Done when",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L56",
      "_origin": "ast",
      "community": 537,
      "norm_label": "done when",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_done_when",
      "community_name": "Community 537"
    },
    {
      "label": "Notes",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L69",
      "_origin": "ast",
      "community": 537,
      "norm_label": "notes",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_notes",
      "community_name": "Community 537"
    },
    {
      "label": "08-drawer-nav-editor-polish.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 538,
      "norm_label": "08-drawer-nav-editor-polish.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_md",
      "community_name": "Community 538"
    },
    {
      "label": "08 \u2014 Drawer nav & editor UX follow-ups",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 538,
      "norm_label": "08 \u2014 drawer nav & editor ux follow-ups",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups",
      "community_name": "Community 538"
    },
    {
      "label": "1. Groups in drawer: click *and* draggable",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 538,
      "norm_label": "1. groups in drawer: click *and* draggable",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_1_groups_in_drawer_click_and_draggable",
      "community_name": "Community 538"
    },
    {
      "label": "2. \"Thingtime\" brand name in drawer \u2192 link home",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L22",
      "_origin": "ast",
      "community": 538,
      "norm_label": "2. \"thingtime\" brand name in drawer \u2192 link home",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_2_thingtime_brand_name_in_drawer_link_home",
      "community_name": "Community 538"
    },
    {
      "label": "3. Fix/finish `/branding` page + SVG \u2192 PNG rendering concept",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L30",
      "_origin": "ast",
      "community": 538,
      "norm_label": "3. fix/finish `/branding` page + svg \u2192 png rendering concept",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_3_fix_finish_branding_page_svg_png_rendering_concept",
      "community_name": "Community 538"
    },
    {
      "label": "4. Refine API tests",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L42",
      "_origin": "ast",
      "community": 538,
      "norm_label": "4. refine api tests",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_4_refine_api_tests",
      "community_name": "Community 538"
    },
    {
      "label": "5. Improve hover context window on \"things\" property names/key paths",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L52",
      "_origin": "ast",
      "community": 538,
      "norm_label": "5. improve hover context window on \"things\" property names/key paths",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_5_improve_hover_context_window_on_things_property_names_key_paths",
      "community_name": "Community 538"
    },
    {
      "label": "Notes",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L63",
      "_origin": "ast",
      "community": 538,
      "norm_label": "notes",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_notes",
      "community_name": "Community 538"
    },
    {
      "label": "10-delight-and-growth-ideas.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 562,
      "norm_label": "10-delight-and-growth-ideas.md",
      "id": "todo_claude_todo_10_delight_and_growth_ideas",
      "community_name": "Community 562"
    },
    {
      "label": "10 \u2014 Delight & growth ideas (features \u00b7 design \u00b7 easter eggs)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 562,
      "norm_label": "10 \u2014 delight & growth ideas (features \u00b7 design \u00b7 easter eggs)",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_10_delight_growth_ideas_features_design_easter_eggs",
      "community_name": "Community 562"
    },
    {
      "label": "\ud83e\udd5a Easter eggs",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L24",
      "_origin": "ast",
      "community": 562,
      "norm_label": "\ud83e\udd5a easter eggs",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_easter_eggs",
      "community_name": "Community 562"
    },
    {
      "label": "\u2728 Features (growth / stickiness)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L68",
      "_origin": "ast",
      "community": 562,
      "norm_label": "\u2728 features (growth / stickiness)",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_features_growth_stickiness",
      "community_name": "Community 562"
    },
    {
      "label": "\ud83c\udfa8 Design",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L110",
      "_origin": "ast",
      "community": 562,
      "norm_label": "\ud83c\udfa8 design",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_design",
      "community_name": "Community 562"
    },
    {
      "label": "\u2328\ufe0f Power user / dev",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L122",
      "_origin": "ast",
      "community": 562,
      "norm_label": "\u2328\ufe0f power user / dev",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_power_user_dev",
      "community_name": "Community 562"
    },
    {
      "label": "Done when",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L151",
      "_origin": "ast",
      "community": 562,
      "norm_label": "done when",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_done_when",
      "community_name": "Community 562"
    },
    {
      "label": "11-account-switcher.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 390,
      "norm_label": "11-account-switcher.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_md",
      "community_name": "Community 390"
    },
    {
      "label": "11 \u2014 Account switcher: multi-account sign-in \ud83d\udfe2",
      "file_type": "document",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 390,
      "norm_label": "11 \u2014 account switcher: multi-account sign-in \ud83d\udfe2",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_11_account_switcher_multi_account_sign_in",
      "community_name": "Community 390"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 390,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_goal",
      "community_name": "Community 390"
    },
    {
      "label": "\u2705 Decisions (locked)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 390,
      "norm_label": "\u2705 decisions (locked)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_decisions_locked",
      "community_name": "Community 390"
    },
    {
      "label": "Built this round",
      "file_type": "document",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L62",
      "_origin": "ast",
      "community": 390,
      "norm_label": "built this round",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_built_this_round",
      "community_name": "Community 390"
    },
    {
      "label": "Still TODO",
      "file_type": "document",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L85",
      "_origin": "ast",
      "community": 390,
      "norm_label": "still todo",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_still_todo",
      "community_name": "Community 390"
    },
    {
      "label": "12-reactions-and-optimistic-ui.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 589,
      "norm_label": "12-reactions-and-optimistic-ui.md",
      "id": "todo_claude_todo_12_reactions_and_optimistic_ui",
      "community_name": "Community 589"
    },
    {
      "label": "12 \u2014 Multi-emoji reactions, custom emoji picker, optimistic UI \ud83d\udfe2",
      "file_type": "document",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 589,
      "norm_label": "12 \u2014 multi-emoji reactions, custom emoji picker, optimistic ui \ud83d\udfe2",
      "id": "todo_claude_todo_12_reactions_and_optimistic_ui_12_multi_emoji_reactions_custom_emoji_picker_optimistic_ui",
      "community_name": "Community 589"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 589,
      "norm_label": "goal",
      "id": "todo_claude_todo_12_reactions_and_optimistic_ui_goal",
      "community_name": "Community 589"
    },
    {
      "label": "\u2705 Decisions (locked)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L13",
      "_origin": "ast",
      "community": 589,
      "norm_label": "\u2705 decisions (locked)",
      "id": "todo_claude_todo_12_reactions_and_optimistic_ui_decisions_locked",
      "community_name": "Community 589"
    },
    {
      "label": "Built this round",
      "file_type": "document",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L47",
      "_origin": "ast",
      "community": 589,
      "norm_label": "built this round",
      "id": "todo_claude_todo_12_reactions_and_optimistic_ui_built_this_round",
      "community_name": "Community 589"
    },
    {
      "label": "Still TODO",
      "file_type": "document",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L57",
      "_origin": "ast",
      "community": 589,
      "norm_label": "still todo",
      "id": "todo_claude_todo_12_reactions_and_optimistic_ui_still_todo",
      "community_name": "Community 589"
    },
    {
      "label": "13-admin-and-rate-limits.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 571,
      "norm_label": "13-admin-and-rate-limits.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_md",
      "community_name": "Community 571"
    },
    {
      "label": "13 \u2014 Admin role + admin-configurable rate limits \ud83d\udfe2",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 571,
      "norm_label": "13 \u2014 admin role + admin-configurable rate limits \ud83d\udfe2",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_13_admin_role_admin_configurable_rate_limits",
      "community_name": "Community 571"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 571,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_goal",
      "community_name": "Community 571"
    },
    {
      "label": "\u2705 Decisions (locked)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L11",
      "_origin": "ast",
      "community": 571,
      "norm_label": "\u2705 decisions (locked)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_decisions_locked",
      "community_name": "Community 571"
    },
    {
      "label": "Built this round",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 571,
      "norm_label": "built this round",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_built_this_round",
      "community_name": "Community 571"
    },
    {
      "label": "Bootstrap order (important)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L40",
      "_origin": "ast",
      "community": 571,
      "norm_label": "bootstrap order (important)",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_bootstrap_order_important",
      "community_name": "Community 571"
    },
    {
      "label": "Still TODO",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L47",
      "_origin": "ast",
      "community": 571,
      "norm_label": "still todo",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_still_todo",
      "community_name": "Community 571"
    },
    {
      "label": "14-editorjs-block-drag-drop.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 353,
      "norm_label": "14-editorjs-block-drag-drop.md",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_md",
      "community_name": "Community 353"
    },
    {
      "label": "14 \u2014 Editor.js block drag/drop reordering \ud83d\udd34",
      "file_type": "document",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 353,
      "norm_label": "14 \u2014 editor.js block drag/drop reordering \ud83d\udd34",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_14_editor_js_block_drag_drop_reordering",
      "community_name": "Community 353"
    },
    {
      "label": "Goal",
      "file_type": "document",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 353,
      "norm_label": "goal",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_goal",
      "community_name": "Community 353"
    },
    {
      "label": "What already exists",
      "file_type": "document",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L11",
      "_origin": "ast",
      "community": 353,
      "norm_label": "what already exists",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_what_already_exists",
      "community_name": "Community 353"
    },
    {
      "label": "Done when",
      "file_type": "document",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L22",
      "_origin": "ast",
      "community": 353,
      "norm_label": "done when",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_done_when",
      "community_name": "Community 353"
    },
    {
      "label": "Risks and guardrails",
      "file_type": "document",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L46",
      "_origin": "ast",
      "community": 353,
      "norm_label": "risks and guardrails",
      "id": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_risks_and_guardrails",
      "community_name": "Community 353"
    },
    {
      "label": "15-anti-abuse-storage-hardening.md",
      "file_type": "document",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 590,
      "norm_label": "15-anti-abuse-storage-hardening.md",
      "id": "todo_claude_todo_15_anti_abuse_storage_hardening",
      "community_name": "Community 590"
    },
    {
      "label": "15 \u2014 Anti-abuse: global storage budgets + verification gates",
      "file_type": "document",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 590,
      "norm_label": "15 \u2014 anti-abuse: global storage budgets + verification gates",
      "id": "todo_claude_todo_15_anti_abuse_storage_hardening_15_anti_abuse_global_storage_budgets_verification_gates",
      "community_name": "Community 590"
    },
    {
      "label": "1. Global sandbox storage budget (~0.5GB/hour app-wide)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 590,
      "norm_label": "1. global sandbox storage budget (~0.5gb/hour app-wide)",
      "id": "todo_claude_todo_15_anti_abuse_storage_hardening_1_global_sandbox_storage_budget_0_5gb_hour_app_wide",
      "community_name": "Community 590"
    },
    {
      "label": "2. Verification gates before storage (mobile within ~1 day)",
      "file_type": "document",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L51",
      "_origin": "ast",
      "community": 590,
      "norm_label": "2. verification gates before storage (mobile within ~1 day)",
      "id": "todo_claude_todo_15_anti_abuse_storage_hardening_2_verification_gates_before_storage_mobile_within_1_day",
      "community_name": "Community 590"
    },
    {
      "label": "3. Other vectors spotted during the PR #150/#151 audit",
      "file_type": "document",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L74",
      "_origin": "ast",
      "community": 590,
      "norm_label": "3. other vectors spotted during the pr #150/#151 audit",
      "id": "todo_claude_todo_15_anti_abuse_storage_hardening_3_other_vectors_spotted_during_the_pr_150_151_audit",
      "community_name": "Community 590"
    },
    {
      "label": "Definition of done",
      "file_type": "document",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L108",
      "_origin": "ast",
      "community": 590,
      "norm_label": "definition of done",
      "id": "todo_claude_todo_15_anti_abuse_storage_hardening_definition_of_done",
      "community_name": "Community 590"
    },
    {
      "label": "12-everything-is-a-thing-collections.md",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 532,
      "norm_label": "12-everything-is-a-thing-collections.md",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_md",
      "community_name": "Community 532"
    },
    {
      "label": "12 \u2014 Everything is a thing: collapse the satellite collections",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 532,
      "norm_label": "12 \u2014 everything is a thing: collapse the satellite collections",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_12_everything_is_a_thing_collapse_the_satellite_collections",
      "community_name": "Community 532"
    },
    {
      "label": "Model",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 532,
      "norm_label": "model",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_model",
      "community_name": "Community 532"
    },
    {
      "label": "Kinds",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 532,
      "norm_label": "kinds",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_kinds",
      "community_name": "Community 532"
    },
    {
      "label": "Safety rails",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L39",
      "_origin": "ast",
      "community": 532,
      "norm_label": "safety rails",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_safety_rails",
      "community_name": "Community 532"
    },
    {
      "label": "Dual-era + migration (house pattern, per things v1\u2192v2)",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L53",
      "_origin": "ast",
      "community": 532,
      "norm_label": "dual-era + migration (house pattern, per things v1\u2192v2)",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_dual_era_migration_house_pattern_per_things_v1_v2",
      "community_name": "Community 532"
    },
    {
      "label": "Map findings that constrain the design (full digest: see PR note / tool-results/b9lnk4rci.txt in session scratch)",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L63",
      "_origin": "ast",
      "community": 532,
      "norm_label": "map findings that constrain the design (full digest: see pr note / tool-results/b9lnk4rci.txt in session scratch)",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_map_findings_that_constrain_the_design_full_digest_see_pr_note_tool_results_b9lnk4rci_txt_in_session_scratch",
      "community_name": "Community 532"
    },
    {
      "label": "Status",
      "file_type": "document",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L84",
      "_origin": "ast",
      "community": 532,
      "norm_label": "status",
      "id": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_status",
      "community_name": "Community 532"
    },
    {
      "label": "16-full-power-app-namespaces.md",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 429,
      "norm_label": "16-full-power-app-namespaces.md",
      "id": "claude_todo_16_full_power_app_namespaces",
      "community_name": "Community 429"
    },
    {
      "label": "16 \u2014 Full-power app namespaces",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 429,
      "norm_label": "16 \u2014 full-power app namespaces",
      "id": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "community_name": "Community 429"
    },
    {
      "label": "The model in one paragraph",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 429,
      "norm_label": "the model in one paragraph",
      "id": "claude_todo_16_full_power_app_namespaces_the_model_in_one_paragraph",
      "community_name": "Community 429"
    },
    {
      "label": "Consent surface (unchanged \u2014 deliberately)",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L30",
      "_origin": "ast",
      "community": 429,
      "norm_label": "consent surface (unchanged \u2014 deliberately)",
      "id": "claude_todo_16_full_power_app_namespaces_consent_surface_unchanged_deliberately",
      "community_name": "Community 429"
    },
    {
      "label": "Routes",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 429,
      "norm_label": "routes",
      "id": "claude_todo_16_full_power_app_namespaces_routes",
      "community_name": "Community 429"
    },
    {
      "label": "Storage: bytes, not counts",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L80",
      "_origin": "ast",
      "community": 429,
      "norm_label": "storage: bytes, not counts",
      "id": "claude_todo_16_full_power_app_namespaces_storage_bytes_not_counts",
      "community_name": "Community 429"
    },
    {
      "label": "KV compat + warm-ups",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L109",
      "_origin": "ast",
      "community": 429,
      "norm_label": "kv compat + warm-ups",
      "id": "claude_todo_16_full_power_app_namespaces_kv_compat_warm_ups",
      "community_name": "Community 429"
    },
    {
      "label": "User browsing (in Thingtime)",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L125",
      "_origin": "ast",
      "community": 429,
      "norm_label": "user browsing (in thingtime)",
      "id": "claude_todo_16_full_power_app_namespaces_user_browsing_in_thingtime",
      "community_name": "Community 429"
    },
    {
      "label": "Sandbox parity (test == live)",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L139",
      "_origin": "ast",
      "community": 429,
      "norm_label": "sandbox parity (test == live)",
      "id": "claude_todo_16_full_power_app_namespaces_sandbox_parity_test_live",
      "community_name": "Community 429"
    },
    {
      "label": "Docs / logs / tests to move in the same PR",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L147",
      "_origin": "ast",
      "community": 429,
      "norm_label": "docs / logs / tests to move in the same pr",
      "id": "claude_todo_16_full_power_app_namespaces_docs_logs_tests_to_move_in_the_same_pr",
      "community_name": "Community 429"
    },
    {
      "label": "Explicitly deferred (logged, not forgotten)",
      "file_type": "document",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L162",
      "_origin": "ast",
      "community": 429,
      "norm_label": "explicitly deferred (logged, not forgotten)",
      "id": "claude_todo_16_full_power_app_namespaces_explicitly_deferred_logged_not_forgotten",
      "community_name": "Community 429"
    },
    {
      "label": "car.md",
      "file_type": "document",
      "source_file": "docs/Use Cases/car.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 680,
      "norm_label": "car.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_car_md",
      "community_name": "Community 680"
    },
    {
      "label": "Car",
      "file_type": "document",
      "source_file": "docs/Use Cases/car.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 680,
      "norm_label": "car",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_car_car",
      "community_name": "Community 680"
    },
    {
      "label": "tools.md",
      "file_type": "document",
      "source_file": "docs/Use Cases/tools.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 681,
      "norm_label": "tools.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_tools_md",
      "community_name": "Community 681"
    },
    {
      "label": "Tools",
      "file_type": "document",
      "source_file": "docs/Use Cases/tools.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 681,
      "norm_label": "tools",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_tools_tools",
      "community_name": "Community 681"
    },
    {
      "label": "codex-gh-setup.md",
      "file_type": "document",
      "source_file": "docs/codex-gh-setup.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 678,
      "norm_label": "codex-gh-setup.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_codex_gh_setup_md",
      "community_name": "Community 678"
    },
    {
      "label": "Codex GitHub CLI Setup Notes",
      "file_type": "document",
      "source_file": "docs/codex-gh-setup.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 678,
      "norm_label": "codex github cli setup notes",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_codex_gh_setup_codex_github_cli_setup_notes",
      "community_name": "Community 678"
    },
    {
      "label": "DESIGN_LANGUAGE.md",
      "file_type": "document",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 540,
      "norm_label": "design_language.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_md",
      "community_name": "Community 540"
    },
    {
      "label": "\ud83c\udf08 Thingtime Design Language",
      "file_type": "document",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 540,
      "norm_label": "\ud83c\udf08 thingtime design language",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_thingtime_design_language",
      "community_name": "Community 540"
    },
    {
      "label": "Voxel logo",
      "file_type": "document",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L33",
      "_origin": "ast",
      "community": 540,
      "norm_label": "voxel logo",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_voxel_logo",
      "community_name": "Community 540"
    },
    {
      "label": "Prism (v1) \u2014 product UI tokens",
      "file_type": "document",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L48",
      "_origin": "ast",
      "community": 540,
      "norm_label": "prism (v1) \u2014 product ui tokens",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_prism_v1_product_ui_tokens",
      "community_name": "Community 540"
    },
    {
      "label": "Fable (v2) \u2014 landing page tokens",
      "file_type": "document",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L99",
      "_origin": "ast",
      "community": 540,
      "norm_label": "fable (v2) \u2014 landing page tokens",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_fable_v2_landing_page_tokens",
      "community_name": "Community 540"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "docs/design/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 662,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_readme_md",
      "community_name": "Community 662"
    },
    {
      "label": "\ud83c\udfa8 docs/design \u2014 Claude Design exports",
      "file_type": "document",
      "source_file": "docs/design/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 662,
      "norm_label": "\ud83c\udfa8 docs/design \u2014 claude design exports",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_readme_docs_design_claude_design_exports",
      "community_name": "Community 662"
    },
    {
      "label": "Entries",
      "file_type": "document",
      "source_file": "docs/design/README.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 662,
      "norm_label": "entries",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_readme_entries",
      "community_name": "Community 662"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 644,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_md",
      "community_name": "Community 644"
    },
    {
      "label": "\ud83c\udf08 Thingtime \u2014 Claude prototype landing page",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 644,
      "norm_label": "\ud83c\udf08 thingtime \u2014 claude prototype landing page",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_thingtime_claude_prototype_landing_page",
      "community_name": "Community 644"
    },
    {
      "label": "1. `index.html` (recommended \u2014 zero setup)",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 644,
      "norm_label": "1. `index.html` (recommended \u2014 zero setup)",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_1_index_html_recommended_zero_setup",
      "community_name": "Community 644"
    },
    {
      "label": "2. `source/` (editable source)",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": "L10",
      "_origin": "ast",
      "community": 644,
      "norm_label": "2. `source/` (editable source)",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_2_source_editable_source",
      "community_name": "Community 644"
    },
    {
      "label": "questionnaire.md",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 660,
      "norm_label": "questionnaire.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_questionnaire_md",
      "community_name": "Community 660"
    },
    {
      "label": "\ud83c\udf08 Claude Design questionnaire \u2014 Thingtime prototype v1",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 660,
      "norm_label": "\ud83c\udf08 claude design questionnaire \u2014 thingtime prototype v1",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_questionnaire_claude_design_questionnaire_thingtime_prototype_v1",
      "community_name": "Community 660"
    },
    {
      "label": "Answers",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": "L12",
      "_origin": "ast",
      "community": 660,
      "norm_label": "answers",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_questionnaire_answers",
      "community_name": "Community 660"
    },
    {
      "label": "questionnaire.md",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 661,
      "norm_label": "questionnaire.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v2_fable_questionnaire_md",
      "community_name": "Community 661"
    },
    {
      "label": "\ud83c\udf08 Claude Design questionnaire \u2014 Thingtime prototype v2 (Fable)",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 661,
      "norm_label": "\ud83c\udf08 claude design questionnaire \u2014 thingtime prototype v2 (fable)",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v2_fable_questionnaire_claude_design_questionnaire_thingtime_prototype_v2_fable",
      "community_name": "Community 661"
    },
    {
      "label": "Answers",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": "L22",
      "_origin": "ast",
      "community": 661,
      "norm_label": "answers",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v2_fable_questionnaire_answers",
      "community_name": "Community 661"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 645,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_md",
      "community_name": "Community 645"
    },
    {
      "label": "\ud83e\udded Thingtime \u2014 landing directions",
      "file_type": "document",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 645,
      "norm_label": "\ud83e\udded thingtime \u2014 landing directions",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_thingtime_landing_directions",
      "community_name": "Community 645"
    },
    {
      "label": "1. `index.html` (recommended \u2014 zero setup)",
      "file_type": "document",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": "L6",
      "_origin": "ast",
      "community": 645,
      "norm_label": "1. `index.html` (recommended \u2014 zero setup)",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_1_index_html_recommended_zero_setup",
      "community_name": "Community 645"
    },
    {
      "label": "2. `Thingtime Directions.dc.html` (editable source)",
      "file_type": "document",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": "L11",
      "_origin": "ast",
      "community": 645,
      "norm_label": "2. `thingtime directions.dc.html` (editable source)",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_2_thingtime_directions_dc_html_editable_source",
      "community_name": "Community 645"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 646,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_md",
      "community_name": "Community 646"
    },
    {
      "label": "\ud83c\udf89 Thingtime \u2014 launch celebration page",
      "file_type": "document",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 646,
      "norm_label": "\ud83c\udf89 thingtime \u2014 launch celebration page",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_thingtime_launch_celebration_page",
      "community_name": "Community 646"
    },
    {
      "label": "1. `index.html` (recommended \u2014 zero setup)",
      "file_type": "document",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 646,
      "norm_label": "1. `index.html` (recommended \u2014 zero setup)",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_1_index_html_recommended_zero_setup",
      "community_name": "Community 646"
    },
    {
      "label": "2. `Thingtime Launch Celebration.dc.html` (editable source)",
      "file_type": "document",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": "L11",
      "_origin": "ast",
      "community": 646,
      "norm_label": "2. `thingtime launch celebration.dc.html` (editable source)",
      "id": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_2_thingtime_launch_celebration_dc_html_editable_source",
      "community_name": "Community 646"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "electron/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 621,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_readme_md",
      "community_name": "Community 621"
    },
    {
      "label": "Thingtime Electron",
      "file_type": "document",
      "source_file": "electron/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 621,
      "norm_label": "thingtime electron",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_readme_thingtime_electron",
      "community_name": "Community 621"
    },
    {
      "label": "Commands",
      "file_type": "document",
      "source_file": "electron/README.md",
      "source_location": "L8",
      "_origin": "ast",
      "community": 621,
      "norm_label": "commands",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_readme_commands",
      "community_name": "Community 621"
    },
    {
      "label": "Runtime",
      "file_type": "document",
      "source_file": "electron/README.md",
      "source_location": "L39",
      "_origin": "ast",
      "community": 621,
      "norm_label": "runtime",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_readme_runtime",
      "community_name": "Community 621"
    },
    {
      "label": "GitHub Releases",
      "file_type": "document",
      "source_file": "electron/README.md",
      "source_location": "L70",
      "_origin": "ast",
      "community": 621,
      "norm_label": "github releases",
      "id": "users_lopu_things_code_lopugit_thingtime_electron_readme_github_releases",
      "community_name": "Community 621"
    },
    {
      "label": "AGENTS.md",
      "file_type": "document",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 575,
      "norm_label": "agents.md",
      "id": "ios_agents",
      "community_name": "Community 575"
    },
    {
      "label": "Thingtime iOS Agent Runbook",
      "file_type": "document",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 575,
      "norm_label": "thingtime ios agent runbook",
      "id": "ios_agents_thingtime_ios_agent_runbook",
      "community_name": "Community 575"
    },
    {
      "label": "Apple Developer And TestFlight Flow",
      "file_type": "document",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L7",
      "_origin": "ast",
      "community": 575,
      "norm_label": "apple developer and testflight flow",
      "id": "ios_agents_apple_developer_and_testflight_flow",
      "community_name": "Community 575"
    },
    {
      "label": "Liquid Glass App Icon (`AppIcon.icon`)",
      "file_type": "document",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L70",
      "_origin": "ast",
      "community": 575,
      "norm_label": "liquid glass app icon (`appicon.icon`)",
      "id": "ios_agents_liquid_glass_app_icon_appicon_icon",
      "community_name": "Community 575"
    },
    {
      "label": "Common Command",
      "file_type": "document",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L98",
      "_origin": "ast",
      "community": 575,
      "norm_label": "common command",
      "id": "ios_agents_common_command",
      "community_name": "Community 575"
    },
    {
      "label": "Simulator Testing",
      "file_type": "document",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L108",
      "_origin": "ast",
      "community": 575,
      "norm_label": "simulator testing",
      "id": "ios_agents_simulator_testing",
      "community_name": "Community 575"
    },
    {
      "label": "CLAUDE.md",
      "file_type": "document",
      "source_file": "iOS/CLAUDE.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 685,
      "norm_label": "claude.md",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_claude_md",
      "community_name": "Community 685"
    },
    {
      "label": "Thingtime iOS Agent Runbook",
      "file_type": "document",
      "source_file": "iOS/CLAUDE.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 685,
      "norm_label": "thingtime ios agent runbook",
      "id": "users_lopu_things_code_lopugit_thingtime_ios_claude_thingtime_ios_agent_runbook",
      "community_name": "Community 685"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "iOS/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 611,
      "norm_label": "readme.md",
      "id": "ios_readme",
      "community_name": "Community 611"
    },
    {
      "label": "Thingtime iOS",
      "file_type": "document",
      "source_file": "iOS/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 611,
      "norm_label": "thingtime ios",
      "id": "ios_readme_thingtime_ios",
      "community_name": "Community 611"
    },
    {
      "label": "Setup",
      "file_type": "document",
      "source_file": "iOS/README.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 611,
      "norm_label": "setup",
      "id": "ios_readme_setup",
      "community_name": "Community 611"
    },
    {
      "label": "Build And Test",
      "file_type": "document",
      "source_file": "iOS/README.md",
      "source_location": "L25",
      "_origin": "ast",
      "community": 611,
      "norm_label": "build and test",
      "id": "ios_readme_build_and_test",
      "community_name": "Community 611"
    },
    {
      "label": "TestFlight Upload",
      "file_type": "document",
      "source_file": "iOS/README.md",
      "source_location": "L36",
      "_origin": "ast",
      "community": 611,
      "norm_label": "testflight upload",
      "id": "ios_readme_testflight_upload",
      "community_name": "Community 611"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 522,
      "norm_label": "readme.md",
      "id": "ios_fastlane_readme",
      "community_name": "Community 522"
    },
    {
      "label": "Installation",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L4",
      "_origin": "ast",
      "community": 522,
      "norm_label": "installation",
      "id": "ios_fastlane_readme_installation",
      "community_name": "Community 522"
    },
    {
      "label": "Available Actions",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L14",
      "_origin": "ast",
      "community": 522,
      "norm_label": "available actions",
      "id": "ios_fastlane_readme_available_actions",
      "community_name": "Community 522"
    },
    {
      "label": "iOS",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 522,
      "norm_label": "ios",
      "id": "ios_fastlane_readme_ios",
      "community_name": "Community 522"
    },
    {
      "label": "ios generate",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L18",
      "_origin": "ast",
      "community": 522,
      "norm_label": "ios generate",
      "id": "ios_fastlane_readme_ios_generate",
      "community_name": "Community 522"
    },
    {
      "label": "ios build",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L26",
      "_origin": "ast",
      "community": 522,
      "norm_label": "ios build",
      "id": "ios_fastlane_readme_ios_build",
      "community_name": "Community 522"
    },
    {
      "label": "ios beta",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L34",
      "_origin": "ast",
      "community": 522,
      "norm_label": "ios beta",
      "id": "ios_fastlane_readme_ios_beta",
      "community_name": "Community 522"
    },
    {
      "label": "ios upload",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L42",
      "_origin": "ast",
      "community": 522,
      "norm_label": "ios upload",
      "id": "ios_fastlane_readme_ios_upload",
      "community_name": "Community 522"
    },
    {
      "label": "CHANGELOG.md",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 502,
      "norm_label": "changelog.md",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_md",
      "community_name": "Community 502"
    },
    {
      "label": "Image Modification Changelog",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 502,
      "norm_label": "image modification changelog",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "community_name": "Community 502"
    },
    {
      "label": "[Strip EXIF Data] - 2024-01-28",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[strip exif data] - 2024-01-28",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_strip_exif_data_2024_01_28",
      "community_name": "Community 502"
    },
    {
      "label": "[Create Images, In-Clipboard Modification] - 2023-07-06",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L9",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[create images, in-clipboard modification] - 2023-07-06",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_create_images_in_clipboard_modification_2023_07_06",
      "community_name": "Community 502"
    },
    {
      "label": "[Optimize Images, SVG Conversion, More Filters] - 2023-04-03",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L18",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[optimize images, svg conversion, more filters] - 2023-04-03",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_optimize_images_svg_conversion_more_filters_2023_04_03",
      "community_name": "Community 502"
    },
    {
      "label": "[WebP Support] - 2023-03-29",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L41",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[webp support] - 2023-03-29",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_webp_support_2023_03_29",
      "community_name": "Community 502"
    },
    {
      "label": "[Filters] - 2023-03-22",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L47",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[filters] - 2023-03-22",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_filters_2023_03_22",
      "community_name": "Community 502"
    },
    {
      "label": "[Padding, Bug Fixes] - 2023-03-15",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L51",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[padding, bug fixes] - 2023-03-15",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_padding_bug_fixes_2023_03_15",
      "community_name": "Community 502"
    },
    {
      "label": "[Localization Fix] - 2023-03-07",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L56",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[localization fix] - 2023-03-07",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_localization_fix_2023_03_07",
      "community_name": "Community 502"
    },
    {
      "label": "[Initial Version] - 2023-02-23",
      "file_type": "document",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L60",
      "_origin": "ast",
      "community": 502,
      "norm_label": "[initial version] - 2023-02-23",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_initial_version_2023_02_23",
      "community_name": "Community 502"
    },
    {
      "label": "DEVLOG.md",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 568,
      "norm_label": "devlog.md",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_md",
      "community_name": "Community 568"
    },
    {
      "label": "Image Modification DevLog - A more detailed changelog",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 568,
      "norm_label": "image modification devlog - a more detailed changelog",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_image_modification_devlog_a_more_detailed_changelog",
      "community_name": "Community 568"
    },
    {
      "label": "2024-01-28",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L3",
      "_origin": "ast",
      "community": 568,
      "norm_label": "2024-01-28",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2024_01_28",
      "community_name": "Community 568"
    },
    {
      "label": "2024-01-27",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L10",
      "_origin": "ast",
      "community": 568,
      "norm_label": "2024-01-27",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2024_01_27",
      "community_name": "Community 568"
    },
    {
      "label": "2023-07-06",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L17",
      "_origin": "ast",
      "community": 568,
      "norm_label": "2023-07-06",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2023_07_06",
      "community_name": "Community 568"
    },
    {
      "label": "2023-07-05",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L23",
      "_origin": "ast",
      "community": 568,
      "norm_label": "2023-07-05",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2023_07_05",
      "community_name": "Community 568"
    },
    {
      "label": "2023-06-18",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L29",
      "_origin": "ast",
      "community": 568,
      "norm_label": "2023-06-18",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2023_06_18",
      "community_name": "Community 568"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "raycast/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 649,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_readme_md",
      "community_name": "Community 649"
    },
    {
      "label": "Image Modification",
      "file_type": "document",
      "source_file": "raycast/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 649,
      "norm_label": "image modification",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_readme_image_modification",
      "community_name": "Community 649"
    },
    {
      "label": "Features",
      "file_type": "document",
      "source_file": "raycast/README.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 649,
      "norm_label": "features",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_readme_features",
      "community_name": "Community 649"
    },
    {
      "label": "Commands",
      "file_type": "document",
      "source_file": "raycast/README.md",
      "source_location": "L16",
      "_origin": "ast",
      "community": 649,
      "norm_label": "commands",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_readme_commands",
      "community_name": "Community 649"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 567,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_md",
      "community_name": "Community 567"
    },
    {
      "label": "WebP Codec",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 567,
      "norm_label": "webp codec",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_webp_codec",
      "community_name": "Community 567"
    },
    {
      "label": "Files",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L28",
      "_origin": "ast",
      "community": 567,
      "norm_label": "files",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_files",
      "community_name": "Community 567"
    },
    {
      "label": "Encoding and Decoding Tools",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L45",
      "_origin": "ast",
      "community": 567,
      "norm_label": "encoding and decoding tools",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_encoding_and_decoding_tools",
      "community_name": "Community 567"
    },
    {
      "label": "APIs",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L51",
      "_origin": "ast",
      "community": 567,
      "norm_label": "apis",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_apis",
      "community_name": "Community 567"
    },
    {
      "label": "Bugs",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L55",
      "_origin": "ast",
      "community": 567,
      "norm_label": "bugs",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_bugs",
      "community_name": "Community 567"
    },
    {
      "label": "Discuss",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L61",
      "_origin": "ast",
      "community": 567,
      "norm_label": "discuss",
      "id": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_discuss",
      "community_name": "Community 567"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "remix/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 650,
      "norm_label": "readme.md",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_readme_md",
      "community_name": "Community 650"
    },
    {
      "label": "Remix",
      "file_type": "document",
      "source_file": "remix/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "community": 650,
      "norm_label": "remix",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_readme_remix",
      "community_name": "Community 650"
    },
    {
      "label": "Deploy Your Own",
      "file_type": "document",
      "source_file": "remix/README.md",
      "source_location": "L5",
      "_origin": "ast",
      "community": 650,
      "norm_label": "deploy your own",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_readme_deploy_your_own",
      "community_name": "Community 650"
    },
    {
      "label": "Development",
      "file_type": "document",
      "source_file": "remix/README.md",
      "source_location": "L18",
      "_origin": "ast",
      "community": 650,
      "norm_label": "development",
      "id": "users_lopu_things_code_lopugit_thingtime_remix_readme_development",
      "community_name": "Community 650"
    },
    {
      "label": "space",
      "file_type": "code",
      "source_file": "remix/app/Providers/Chakra/space.tsx",
      "source_location": "L13",
      "_origin": "ast",
      "community": 395,
      "norm_label": "space",
      "id": "remix_app_providers_chakra_space_space",
      "community_name": "Community 395"
    },
    {
      "label": "resolveAppDataAcl",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L106",
      "_origin": "ast",
      "community": 34,
      "norm_label": "resolveappdataacl",
      "id": "remix_app_api_utils_apps_appdata_resolveappdataacl",
      "community_name": "Community 34"
    },
    {
      "label": "MAX_BULK_APP_USERS",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 997,
      "norm_label": "max_bulk_app_users",
      "id": "remix_app_api_utils_apps_appstoragemanagement_max_bulk_app_users",
      "community_name": "Community 997"
    },
    {
      "label": "appThingSizeBytes",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L126",
      "_origin": "ast",
      "community": 34,
      "norm_label": "appthingsizebytes",
      "id": "remix_app_api_utils_apps_namespace_appthingsizebytes",
      "community_name": "Community 34"
    },
    {
      "label": "appStorageCounterShareId",
      "file_type": "code",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L275",
      "_origin": "ast",
      "community": 30,
      "norm_label": "appstoragecountershareid",
      "id": "remix_app_api_utils_apps_namespace_appstoragecountershareid",
      "community_name": "Community 30"
    },
    {
      "label": "CI_THINGTIME",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L15",
      "_origin": "ast",
      "community": 999,
      "norm_label": "ci_thingtime",
      "id": "remix_app_api_utils_cicontrol_store_ci_thingtime",
      "community_name": "Community 999"
    },
    {
      "label": "hasLopuAiProviderConfigured",
      "file_type": "code",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L171",
      "_origin": "ast",
      "community": 494,
      "norm_label": "haslopuaiproviderconfigured",
      "id": "remix_app_api_utils_lopu_musing_haslopuaiproviderconfigured",
      "community_name": "Community 494"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 1009,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_attachments_delete_delete_loader",
      "community_name": "Community 1009"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 1013,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_attachments_uploads_uploads_loader",
      "community_name": "Community 1013"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 1010,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_attachments_uploads_abort_abort_loader",
      "community_name": "Community 1010"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 1011,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_attachments_uploads_complete_complete_loader",
      "community_name": "Community 1011"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 1012,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_attachments_uploads_parts_parts_loader",
      "community_name": "Community 1012"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L23",
      "_origin": "ast",
      "community": 1014,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_email_config_config_action",
      "community_name": "Community 1014"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L48",
      "_origin": "ast",
      "community": 1015,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_health_frontend_frontend_action",
      "community_name": "Community 1015"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L38",
      "_origin": "ast",
      "community": 1016,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_health_mongodb_mongodb_action",
      "community_name": "Community 1016"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L46",
      "_origin": "ast",
      "community": 1017,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_health_nitro_nitro_action",
      "community_name": "Community 1017"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L36",
      "_origin": "ast",
      "community": 1018,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_health_vercel_vercel_action",
      "community_name": "Community 1018"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L58",
      "_origin": "ast",
      "community": 1019,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_action",
      "community_name": "Community 1019"
    },
    {
      "label": "getConnectionAction",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L60",
      "_origin": "ast",
      "community": 1020,
      "norm_label": "getconnectionaction",
      "id": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_getconnectionaction",
      "community_name": "Community 1020"
    },
    {
      "label": "loader",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L32",
      "_origin": "ast",
      "community": 1022,
      "norm_label": "loader",
      "id": "remix_app_routes_api_v1_vercel_deployments_deployments_loader",
      "community_name": "Community 1022"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 1021,
      "norm_label": "action",
      "id": "remix_app_routes_api_v1_vercel_deployments_deployments_action",
      "community_name": "Community 1021"
    },
    {
      "label": "uuid",
      "file_type": "code",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L49",
      "_origin": "ast",
      "community": 444,
      "norm_label": "uuid",
      "id": "remix_app_smarts_index_uuid",
      "community_name": "Community 444"
    },
    {
      "label": "Car Maintenance Use Case",
      "file_type": "document",
      "source_file": "docs/Use Cases/car.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 625,
      "norm_label": "car maintenance use case",
      "community_name": "Community 625",
      "id": "docs_use_cases_car_car_maintenance_use_case"
    },
    {
      "label": "Tool Sharing Use Case",
      "file_type": "document",
      "source_file": "docs/Use Cases/tools.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 625,
      "norm_label": "tool sharing use case",
      "community_name": "Community 625",
      "id": "docs_use_cases_tools_tool_sharing_use_case"
    },
    {
      "label": "Design Exports",
      "file_type": "document",
      "source_file": "docs/design/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 725,
      "norm_label": "design exports",
      "community_name": "Community 725",
      "id": "docs_design_readme_design_exports"
    },
    {
      "label": "Prototype Landing V1",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 717,
      "norm_label": "prototype landing v1",
      "community_name": "Community 717",
      "id": "docs_design_claude_design_mockup_v1_readme_prototype_landing_v1"
    },
    {
      "label": "Interactive Landing V1",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/source/Thingtime.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 718,
      "norm_label": "interactive landing v1",
      "community_name": "Community 718",
      "id": "docs_design_claude_design_mockup_v1_source_thingtime_dc_interactive_landing_v1"
    },
    {
      "label": "Thingtime Landing V2",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v2-fable/Thingtime Landing.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 625,
      "norm_label": "thingtime landing v2",
      "community_name": "Community 625",
      "id": "docs_design_claude_design_mockup_v2_fable_thingtime_landing_dc_landing_v2"
    },
    {
      "label": "Thing Editor Demo",
      "file_type": "document",
      "source_file": "docs/design/thingtime-app/Thingtime App.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 625,
      "norm_label": "thing editor demo",
      "community_name": "Community 625",
      "id": "docs_design_thingtime_app_thingtime_app_dc_thing_editor_demo"
    },
    {
      "label": "Landing Directions",
      "file_type": "document",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 728,
      "norm_label": "landing directions",
      "community_name": "Community 728",
      "id": "docs_design_thingtime_directions_readme_landing_directions"
    },
    {
      "label": "Thingtime Directions Design Doc",
      "file_type": "document",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime directions design doc",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_design_doc"
    },
    {
      "label": "1a Classic Centered Direction",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "1a classic centered direction",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_classic_centered"
    },
    {
      "label": "1b Product Split Direction",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "1b product split direction",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_product_split"
    },
    {
      "label": "1c Crowdfund Campaign Direction",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "1c crowdfund campaign direction",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_crowdfund_campaign"
    },
    {
      "label": "1d Developer First Direction",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "1d developer first direction",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_developer_first"
    },
    {
      "label": "tt-logo Custom Element",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "tt-logo custom element",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_tt_logo"
    },
    {
      "label": "tt-attention Custom Element",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "tt-attention custom element",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_tt_attention"
    },
    {
      "label": "Thingtime Design System Bundle",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime design system bundle",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_thingtime_bundle"
    },
    {
      "label": "Car Thing Demo",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "car thing demo",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_car_demo"
    },
    {
      "label": "API To GUI Mapping",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "api to gui mapping",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_api_gui_mapping"
    },
    {
      "label": "React 18.3.1",
      "file_type": "code",
      "source_file": "docs/design/thingtime-directions/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "react 18.3.1",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_react"
    },
    {
      "label": "Thingtime Landing 1A Classic Centered",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/Thingtime Landing 1A.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1a classic centered",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1a_classic_centered_thingtime_landing_1a_classic_centered_landing"
    },
    {
      "label": "Thingtime Landing 1B Product Split",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1b-product-split/Thingtime Landing 1B.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1b product split",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1b_product_split_thingtime_landing_1b_product_split_landing"
    },
    {
      "label": "Thingtime Landing 1C Crowdfund Campaign",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/Thingtime Landing 1C.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1c crowdfund campaign",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_thingtime_landing_1c_crowdfund_campaign_landing"
    },
    {
      "label": "Thingtime Landing 1D Developer First",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/Thingtime Landing 1D.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1d developer first",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1d_developer_first_thingtime_landing_1d_developer_first_landing"
    },
    {
      "label": "Thingtime Landing 1E Typographic Story",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/Thingtime Landing 1E.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1e typographic story",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1e_typographic_story_thingtime_landing_1e_typographic_story_landing"
    },
    {
      "label": "Everything Is A Thing",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/Thingtime Landing 1E.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "everything is a thing",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_everything_is_a_thing"
    },
    {
      "label": "Thingtime Landing 1F Ecosystem Map",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/Thingtime Landing 1F.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1f ecosystem map",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_thingtime_landing_1f_ecosystem_map_landing"
    },
    {
      "label": "Thingtime Ecosystem Surfaces",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/Thingtime Landing 1F.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime ecosystem surfaces",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_ecosystem_surfaces"
    },
    {
      "label": "Thingtime Landing 1G Magic Path Bar",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/Thingtime Landing 1G.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1g magic path bar",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_thingtime_landing_1g_magic_path_bar_landing"
    },
    {
      "label": "Magic Path Bar Concept",
      "file_type": "concept",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/Thingtime Landing 1G.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "magic path bar concept",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_directions_thingtime_directions_magic_path_bar"
    },
    {
      "label": "Thingtime Landing 1H Ultra Minimal Voxel",
      "file_type": "document",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/Thingtime Landing 1H.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 372,
      "norm_label": "thingtime landing 1h ultra minimal voxel",
      "community_name": "Community 372",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_thingtime_landing_1h_ultra_minimal_voxel_landing"
    },
    {
      "label": "Thingtime Launch Celebration README",
      "file_type": "document",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 738,
      "norm_label": "thingtime launch celebration readme",
      "community_name": "Community 738",
      "id": "docs_design_thingtime_launch_celebration_readme_launch_celebration_readme"
    },
    {
      "label": "Self-contained index.html",
      "file_type": "document",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 737,
      "norm_label": "self-contained index.html",
      "community_name": "Community 737",
      "id": "docs_design_thingtime_launch_celebration_readme_index_html"
    },
    {
      "label": "Editable Thingtime Launch Celebration Source",
      "file_type": "document",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 736,
      "norm_label": "editable thingtime launch celebration source",
      "community_name": "Community 736",
      "id": "docs_design_thingtime_launch_celebration_readme_editable_source"
    },
    {
      "label": "Launch Celebration DC Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 665,
      "norm_label": "launch celebration dc component",
      "community_name": "Community 665",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_component"
    },
    {
      "label": "componentDidMount",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "componentdidmount",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_componentdidmount"
    },
    {
      "label": "componentWillUnmount",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 739,
      "norm_label": "componentwillunmount",
      "community_name": "Community 739",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_componentwillunmount"
    },
    {
      "label": "burstSize",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "burstsize",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burstsize"
    },
    {
      "label": "setCanvas",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "setcanvas",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_setcanvas"
    },
    {
      "label": "sizeCanvas",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "sizecanvas",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_sizecanvas"
    },
    {
      "label": "spawn",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "spawn",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_spawn"
    },
    {
      "label": "burst",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "burst",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burst"
    },
    {
      "label": "burstAt",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "burstat",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burstat"
    },
    {
      "label": "tick",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "tick",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_tick"
    },
    {
      "label": "renderVals",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 504,
      "norm_label": "rendervals",
      "community_name": "Community 504",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_rendervals"
    },
    {
      "label": "DCLogic",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 665,
      "norm_label": "dclogic",
      "community_name": "Community 665",
      "id": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_dc_logic"
    },
    {
      "label": "Thingtime iOS Claude Runbook",
      "file_type": "document",
      "source_file": "iOS/CLAUDE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 756,
      "norm_label": "thingtime ios claude runbook",
      "community_name": "Community 756",
      "id": "ios_claude_ios_claude_runbook"
    },
    {
      "label": "Image Modification DevLog",
      "file_type": "document",
      "source_file": "raycast/DEVLOG.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 990,
      "norm_label": "image modification devlog",
      "community_name": "Community 990",
      "id": "raycast_devlog_image_modification_devlog"
    },
    {
      "label": "Image Modification README",
      "file_type": "document",
      "source_file": "raycast/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 996,
      "norm_label": "image modification readme",
      "community_name": "Community 996",
      "id": "raycast_readme_image_modification_readme"
    },
    {
      "label": "cwebp Encoding Tool",
      "file_type": "concept",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 986,
      "norm_label": "cwebp encoding tool",
      "community_name": "Community 986",
      "id": "raycast_assets_webp_readme_cwebp"
    },
    {
      "label": "dwebp Decoding Tool",
      "file_type": "concept",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 987,
      "norm_label": "dwebp decoding tool",
      "community_name": "Community 987",
      "id": "raycast_assets_webp_readme_dwebp"
    },
    {
      "label": "WebP Tools Documentation",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": null,
      "source_url": "doc/tools.md",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 989,
      "norm_label": "webp tools documentation",
      "community_name": "Community 989",
      "id": "raycast_assets_webp_readme_webp_tools_documentation"
    },
    {
      "label": "WebP APIs Documentation",
      "file_type": "document",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": null,
      "source_url": "doc/api.md",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 988,
      "norm_label": "webp apis documentation",
      "community_name": "Community 988",
      "id": "raycast_assets_webp_readme_webp_apis_documentation"
    },
    {
      "label": "PR #13 Hydration Vercel Status And Deployment Hygiene",
      "file_type": "document",
      "source_file": "remix/PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/13",
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": "Lopu",
      "community": 1031,
      "norm_label": "pr #13 hydration vercel status and deployment hygiene",
      "community_name": "Community 1031",
      "id": "remix_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13"
    },
    {
      "label": "Emotion Hydration Fixes",
      "file_type": "concept",
      "source_file": "remix/PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": "Lopu",
      "community": 1030,
      "norm_label": "emotion hydration fixes",
      "community_name": "Community 1030",
      "id": "remix_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_emotion_hydration"
    },
    {
      "label": "Vercel Footer Status",
      "file_type": "concept",
      "source_file": "remix/PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": "Lopu",
      "community": 1032,
      "norm_label": "vercel footer status",
      "community_name": "Community 1032",
      "id": "remix_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_vercel_status"
    },
    {
      "label": "PR #16 Resolve Main Into Thingtime Dev Branch",
      "file_type": "document",
      "source_file": "remix/PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1036,
      "norm_label": "pr #16 resolve main into thingtime dev branch",
      "community_name": "Community 1036",
      "id": "remix_prs_16_resolve_main_into_thingtime_dev_branch_pr_16"
    },
    {
      "label": "JWT Hardening",
      "file_type": "concept",
      "source_file": "remix/PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1034,
      "norm_label": "jwt hardening",
      "community_name": "Community 1034",
      "id": "remix_prs_16_resolve_main_into_thingtime_dev_branch_jwt_hardening"
    },
    {
      "label": "Vercel Deployment Dashboard",
      "file_type": "concept",
      "source_file": "remix/PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1037,
      "norm_label": "vercel deployment dashboard",
      "community_name": "Community 1037",
      "id": "remix_prs_16_resolve_main_into_thingtime_dev_branch_vercel_dashboard"
    },
    {
      "label": "Crypto API Tooling",
      "file_type": "concept",
      "source_file": "remix/PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1033,
      "norm_label": "crypto api tooling",
      "community_name": "Community 1033",
      "id": "remix_prs_16_resolve_main_into_thingtime_dev_branch_crypto_api"
    },
    {
      "label": "Lopu Musing Quota",
      "file_type": "concept",
      "source_file": "remix/PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1035,
      "norm_label": "lopu musing quota",
      "community_name": "Community 1035",
      "id": "remix_prs_16_resolve_main_into_thingtime_dev_branch_lopu_musing_quota"
    },
    {
      "label": "PR #24 Migrate Remix App To Nitro And React Router",
      "file_type": "document",
      "source_file": "remix/PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1039,
      "norm_label": "pr #24 migrate remix app to nitro and react router",
      "community_name": "Community 1039",
      "id": "remix_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_pr_24"
    },
    {
      "label": "Nitro Vite Runtime",
      "file_type": "concept",
      "source_file": "remix/PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1038,
      "norm_label": "nitro vite runtime",
      "community_name": "Community 1038",
      "id": "remix_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_nitro_vite_runtime"
    },
    {
      "label": "Vercel Output Verification",
      "file_type": "concept",
      "source_file": "remix/PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1040,
      "norm_label": "vercel output verification",
      "community_name": "Community 1040",
      "id": "remix_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_vercel_output_verification"
    },
    {
      "label": "PR #26 Environment-Aware Footer Status Checks",
      "file_type": "document",
      "source_file": "remix/PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/26",
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": "Lopu",
      "community": 1041,
      "norm_label": "pr #26 environment-aware footer status checks",
      "community_name": "Community 1041",
      "id": "remix_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26"
    },
    {
      "label": "Remix Vercel Template",
      "file_type": "document",
      "source_file": "remix/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1084,
      "norm_label": "remix vercel template",
      "community_name": "Community 1084",
      "id": "remix_readme_remix_vercel_template"
    },
    {
      "label": "Favicon Import HTML",
      "file_type": "document",
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "favicon import html",
      "community_name": "Community 496",
      "id": "remix_public_favicon_import_favicon_import"
    },
    {
      "label": "Raycast Image Modification command icon",
      "file_type": "image",
      "source_file": "raycast/assets/command-icon.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 868,
      "norm_label": "raycast image modification command icon",
      "community_name": "Community 868",
      "id": "raycast_assets_command_icon_command_icon"
    },
    {
      "label": "Image Modification 100x100 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 869,
      "norm_label": "image modification 100x100 thumbnail",
      "community_name": "Community 869",
      "id": "raycast_assets_thumbnails_100x100_thumbnail"
    },
    {
      "label": "Image Modification 100x1024 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 870,
      "norm_label": "image modification 100x1024 thumbnail",
      "community_name": "Community 870",
      "id": "raycast_assets_thumbnails_100x1024_thumbnail"
    },
    {
      "label": "Image Modification 100x128 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 871,
      "norm_label": "image modification 100x128 thumbnail",
      "community_name": "Community 871",
      "id": "raycast_assets_thumbnails_100x128_thumbnail"
    },
    {
      "label": "Image Modification 100x256 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 872,
      "norm_label": "image modification 100x256 thumbnail",
      "community_name": "Community 872",
      "id": "raycast_assets_thumbnails_100x256_thumbnail"
    },
    {
      "label": "Image Modification 100x32 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 873,
      "norm_label": "image modification 100x32 thumbnail",
      "community_name": "Community 873",
      "id": "raycast_assets_thumbnails_100x32_thumbnail"
    },
    {
      "label": "Image Modification 100x50 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 874,
      "norm_label": "image modification 100x50 thumbnail",
      "community_name": "Community 874",
      "id": "raycast_assets_thumbnails_100x50_thumbnail"
    },
    {
      "label": "Image Modification 100x512 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 875,
      "norm_label": "image modification 100x512 thumbnail",
      "community_name": "Community 875",
      "id": "raycast_assets_thumbnails_100x512_thumbnail"
    },
    {
      "label": "Image Modification 100x64 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/100x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 876,
      "norm_label": "image modification 100x64 thumbnail",
      "community_name": "Community 876",
      "id": "raycast_assets_thumbnails_100x64_thumbnail"
    },
    {
      "label": "Image Modification 1024x100 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 877,
      "norm_label": "image modification 1024x100 thumbnail",
      "community_name": "Community 877",
      "id": "raycast_assets_thumbnails_1024x100_thumbnail"
    },
    {
      "label": "Image Modification 1024x1024 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 878,
      "norm_label": "image modification 1024x1024 thumbnail",
      "community_name": "Community 878",
      "id": "raycast_assets_thumbnails_1024x1024_thumbnail"
    },
    {
      "label": "Image Modification 1024x128 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 879,
      "norm_label": "image modification 1024x128 thumbnail",
      "community_name": "Community 879",
      "id": "raycast_assets_thumbnails_1024x128_thumbnail"
    },
    {
      "label": "Image Modification 1024x256 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 880,
      "norm_label": "image modification 1024x256 thumbnail",
      "community_name": "Community 880",
      "id": "raycast_assets_thumbnails_1024x256_thumbnail"
    },
    {
      "label": "Image Modification 1024x32 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 881,
      "norm_label": "image modification 1024x32 thumbnail",
      "community_name": "Community 881",
      "id": "raycast_assets_thumbnails_1024x32_thumbnail"
    },
    {
      "label": "Image Modification 1024x50 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 882,
      "norm_label": "image modification 1024x50 thumbnail",
      "community_name": "Community 882",
      "id": "raycast_assets_thumbnails_1024x50_thumbnail"
    },
    {
      "label": "Image Modification 1024x512 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 883,
      "norm_label": "image modification 1024x512 thumbnail",
      "community_name": "Community 883",
      "id": "raycast_assets_thumbnails_1024x512_thumbnail"
    },
    {
      "label": "Image Modification 1024x64 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/1024x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 884,
      "norm_label": "image modification 1024x64 thumbnail",
      "community_name": "Community 884",
      "id": "raycast_assets_thumbnails_1024x64_thumbnail"
    },
    {
      "label": "Image Modification 128x100 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 885,
      "norm_label": "image modification 128x100 thumbnail",
      "community_name": "Community 885",
      "id": "raycast_assets_thumbnails_128x100_thumbnail"
    },
    {
      "label": "Image Modification 128x1024 thumbnail",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 886,
      "norm_label": "image modification 128x1024 thumbnail",
      "community_name": "Community 886",
      "id": "raycast_assets_thumbnails_128x1024_thumbnail"
    },
    {
      "label": "Thumbnail image asset 128x128",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 887,
      "norm_label": "thumbnail image asset 128x128",
      "community_name": "Community 887",
      "id": "raycast_assets_thumbnails_128x128_image"
    },
    {
      "label": "Thumbnail image asset 128x256",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 888,
      "norm_label": "thumbnail image asset 128x256",
      "community_name": "Community 888",
      "id": "raycast_assets_thumbnails_128x256_image"
    },
    {
      "label": "Thumbnail image asset 128x32",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 889,
      "norm_label": "thumbnail image asset 128x32",
      "community_name": "Community 889",
      "id": "raycast_assets_thumbnails_128x32_image"
    },
    {
      "label": "Thumbnail image asset 128x50",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 890,
      "norm_label": "thumbnail image asset 128x50",
      "community_name": "Community 890",
      "id": "raycast_assets_thumbnails_128x50_image"
    },
    {
      "label": "Thumbnail image asset 128x512",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 891,
      "norm_label": "thumbnail image asset 128x512",
      "community_name": "Community 891",
      "id": "raycast_assets_thumbnails_128x512_image"
    },
    {
      "label": "Thumbnail image asset 128x64",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/128x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 892,
      "norm_label": "thumbnail image asset 128x64",
      "community_name": "Community 892",
      "id": "raycast_assets_thumbnails_128x64_image"
    },
    {
      "label": "Thumbnail image asset 256x100",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 893,
      "norm_label": "thumbnail image asset 256x100",
      "community_name": "Community 893",
      "id": "raycast_assets_thumbnails_256x100_image"
    },
    {
      "label": "Thumbnail image asset 256x1024",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 894,
      "norm_label": "thumbnail image asset 256x1024",
      "community_name": "Community 894",
      "id": "raycast_assets_thumbnails_256x1024_image"
    },
    {
      "label": "Thumbnail image asset 256x128",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 895,
      "norm_label": "thumbnail image asset 256x128",
      "community_name": "Community 895",
      "id": "raycast_assets_thumbnails_256x128_image"
    },
    {
      "label": "Thumbnail image asset 256x256",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 896,
      "norm_label": "thumbnail image asset 256x256",
      "community_name": "Community 896",
      "id": "raycast_assets_thumbnails_256x256_image"
    },
    {
      "label": "Thumbnail image asset 256x32",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 897,
      "norm_label": "thumbnail image asset 256x32",
      "community_name": "Community 897",
      "id": "raycast_assets_thumbnails_256x32_image"
    },
    {
      "label": "Thumbnail image asset 256x50",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 898,
      "norm_label": "thumbnail image asset 256x50",
      "community_name": "Community 898",
      "id": "raycast_assets_thumbnails_256x50_image"
    },
    {
      "label": "Thumbnail image asset 256x512",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 899,
      "norm_label": "thumbnail image asset 256x512",
      "community_name": "Community 899",
      "id": "raycast_assets_thumbnails_256x512_image"
    },
    {
      "label": "Thumbnail image asset 256x64",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/256x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 900,
      "norm_label": "thumbnail image asset 256x64",
      "community_name": "Community 900",
      "id": "raycast_assets_thumbnails_256x64_image"
    },
    {
      "label": "Thumbnail image asset 32x100",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 901,
      "norm_label": "thumbnail image asset 32x100",
      "community_name": "Community 901",
      "id": "raycast_assets_thumbnails_32x100_image"
    },
    {
      "label": "Thumbnail image asset 32x1024",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 902,
      "norm_label": "thumbnail image asset 32x1024",
      "community_name": "Community 902",
      "id": "raycast_assets_thumbnails_32x1024_image"
    },
    {
      "label": "Thumbnail image asset 32x128",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 903,
      "norm_label": "thumbnail image asset 32x128",
      "community_name": "Community 903",
      "id": "raycast_assets_thumbnails_32x128_image"
    },
    {
      "label": "Thumbnail image asset 32x256",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 904,
      "norm_label": "thumbnail image asset 32x256",
      "community_name": "Community 904",
      "id": "raycast_assets_thumbnails_32x256_image"
    },
    {
      "label": "Thumbnail image asset 32x32",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 905,
      "norm_label": "thumbnail image asset 32x32",
      "community_name": "Community 905",
      "id": "raycast_assets_thumbnails_32x32_image"
    },
    {
      "label": "Thumbnail image asset 32x50",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 906,
      "norm_label": "thumbnail image asset 32x50",
      "community_name": "Community 906",
      "id": "raycast_assets_thumbnails_32x50_image"
    },
    {
      "label": "Thumbnail Image 32x512",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 907,
      "norm_label": "thumbnail image 32x512",
      "community_name": "Community 907",
      "id": "raycast_assets_thumbnails_32x512_image"
    },
    {
      "label": "Thumbnail Image 32x64",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/32x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 908,
      "norm_label": "thumbnail image 32x64",
      "community_name": "Community 908",
      "id": "raycast_assets_thumbnails_32x64_image"
    },
    {
      "label": "Thumbnail Image 50x100",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 909,
      "norm_label": "thumbnail image 50x100",
      "community_name": "Community 909",
      "id": "raycast_assets_thumbnails_50x100_image"
    },
    {
      "label": "Thumbnail Image 50x1024",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 910,
      "norm_label": "thumbnail image 50x1024",
      "community_name": "Community 910",
      "id": "raycast_assets_thumbnails_50x1024_image"
    },
    {
      "label": "Thumbnail Image 50x128",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 911,
      "norm_label": "thumbnail image 50x128",
      "community_name": "Community 911",
      "id": "raycast_assets_thumbnails_50x128_image"
    },
    {
      "label": "Thumbnail Image 50x256",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 912,
      "norm_label": "thumbnail image 50x256",
      "community_name": "Community 912",
      "id": "raycast_assets_thumbnails_50x256_image"
    },
    {
      "label": "Thumbnail Image 50x32",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 913,
      "norm_label": "thumbnail image 50x32",
      "community_name": "Community 913",
      "id": "raycast_assets_thumbnails_50x32_image"
    },
    {
      "label": "Thumbnail Image 50x50",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 914,
      "norm_label": "thumbnail image 50x50",
      "community_name": "Community 914",
      "id": "raycast_assets_thumbnails_50x50_image"
    },
    {
      "label": "Thumbnail Image 50x512",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 915,
      "norm_label": "thumbnail image 50x512",
      "community_name": "Community 915",
      "id": "raycast_assets_thumbnails_50x512_image"
    },
    {
      "label": "Thumbnail Image 50x64",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/50x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 916,
      "norm_label": "thumbnail image 50x64",
      "community_name": "Community 916",
      "id": "raycast_assets_thumbnails_50x64_image"
    },
    {
      "label": "Thumbnail Image 512x100",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 917,
      "norm_label": "thumbnail image 512x100",
      "community_name": "Community 917",
      "id": "raycast_assets_thumbnails_512x100_image"
    },
    {
      "label": "Thumbnail Image 512x1024",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 918,
      "norm_label": "thumbnail image 512x1024",
      "community_name": "Community 918",
      "id": "raycast_assets_thumbnails_512x1024_image"
    },
    {
      "label": "Thumbnail Image 512x128",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 919,
      "norm_label": "thumbnail image 512x128",
      "community_name": "Community 919",
      "id": "raycast_assets_thumbnails_512x128_image"
    },
    {
      "label": "Thumbnail Image 512x256",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 920,
      "norm_label": "thumbnail image 512x256",
      "community_name": "Community 920",
      "id": "raycast_assets_thumbnails_512x256_image"
    },
    {
      "label": "Thumbnail Image 512x32",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 921,
      "norm_label": "thumbnail image 512x32",
      "community_name": "Community 921",
      "id": "raycast_assets_thumbnails_512x32_image"
    },
    {
      "label": "Thumbnail Image 512x50",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 922,
      "norm_label": "thumbnail image 512x50",
      "community_name": "Community 922",
      "id": "raycast_assets_thumbnails_512x50_image"
    },
    {
      "label": "Thumbnail Image 512x512",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 923,
      "norm_label": "thumbnail image 512x512",
      "community_name": "Community 923",
      "id": "raycast_assets_thumbnails_512x512_image"
    },
    {
      "label": "Thumbnail Image 512x64",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/512x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 924,
      "norm_label": "thumbnail image 512x64",
      "community_name": "Community 924",
      "id": "raycast_assets_thumbnails_512x64_image"
    },
    {
      "label": "Thumbnail Image 64x100",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x100.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 925,
      "norm_label": "thumbnail image 64x100",
      "community_name": "Community 925",
      "id": "raycast_assets_thumbnails_64x100_image"
    },
    {
      "label": "Thumbnail Image 64x1024",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x1024.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 926,
      "norm_label": "thumbnail image 64x1024",
      "community_name": "Community 926",
      "id": "raycast_assets_thumbnails_64x1024_image"
    },
    {
      "label": "Thumbnail Image 64x128",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x128.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 927,
      "norm_label": "thumbnail image 64x128",
      "community_name": "Community 927",
      "id": "raycast_assets_thumbnails_64x128_image"
    },
    {
      "label": "Thumbnail Image 64x256",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x256.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 928,
      "norm_label": "thumbnail image 64x256",
      "community_name": "Community 928",
      "id": "raycast_assets_thumbnails_64x256_image"
    },
    {
      "label": "Thumbnail Image 64x32",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x32.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 929,
      "norm_label": "thumbnail image 64x32",
      "community_name": "Community 929",
      "id": "raycast_assets_thumbnails_64x32_image"
    },
    {
      "label": "Thumbnail Image 64x50",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x50.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 930,
      "norm_label": "thumbnail image 64x50",
      "community_name": "Community 930",
      "id": "raycast_assets_thumbnails_64x50_image"
    },
    {
      "label": "Thumbnail Image 64x512",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x512.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 931,
      "norm_label": "thumbnail image 64x512",
      "community_name": "Community 931",
      "id": "raycast_assets_thumbnails_64x512_image"
    },
    {
      "label": "Thumbnail Image 64x64",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/64x64.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 932,
      "norm_label": "thumbnail image 64x64",
      "community_name": "Community 932",
      "id": "raycast_assets_thumbnails_64x64_image"
    },
    {
      "label": "Original Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/_original.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 968,
      "norm_label": "original thumbnail image",
      "community_name": "Community 968",
      "id": "raycast_assets_thumbnails_original_image"
    },
    {
      "label": "Bloom Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/bloom.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 933,
      "norm_label": "bloom effect thumbnail image",
      "community_name": "Community 933",
      "id": "raycast_assets_thumbnails_bloom_image"
    },
    {
      "label": "Bokeh Blur Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/bokeh_blur.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 934,
      "norm_label": "bokeh blur effect thumbnail image",
      "community_name": "Community 934",
      "id": "raycast_assets_thumbnails_bokeh_blur_image"
    },
    {
      "label": "Box Blur Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/box_blur.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 935,
      "norm_label": "box blur effect thumbnail image",
      "community_name": "Community 935",
      "id": "raycast_assets_thumbnails_box_blur_image"
    },
    {
      "label": "Checkerboard Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/checkerboard.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 936,
      "norm_label": "checkerboard thumbnail image",
      "community_name": "Community 936",
      "id": "raycast_assets_thumbnails_checkerboard_image"
    },
    {
      "label": "Chrome Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/chrome.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 937,
      "norm_label": "chrome effect thumbnail image",
      "community_name": "Community 937",
      "id": "raycast_assets_thumbnails_chrome_image"
    },
    {
      "label": "Circular Screen Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/circular_screen.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 938,
      "norm_label": "circular screen effect thumbnail image",
      "community_name": "Community 938",
      "id": "raycast_assets_thumbnails_circular_screen_image"
    },
    {
      "label": "Circular Wrap Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/circular_wrap.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 939,
      "norm_label": "circular wrap effect thumbnail image",
      "community_name": "Community 939",
      "id": "raycast_assets_thumbnails_circular_wrap_image"
    },
    {
      "label": "CMYK Halftone Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/cmyk_halftone.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 940,
      "norm_label": "cmyk halftone effect thumbnail image",
      "community_name": "Community 940",
      "id": "raycast_assets_thumbnails_cmyk_halftone_image"
    },
    {
      "label": "Comic Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/comic.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 941,
      "norm_label": "comic effect thumbnail image",
      "community_name": "Community 941",
      "id": "raycast_assets_thumbnails_comic_image"
    },
    {
      "label": "Constant Color Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/constant_color.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 942,
      "norm_label": "constant color effect thumbnail image",
      "community_name": "Community 942",
      "id": "raycast_assets_thumbnails_constant_color_image"
    },
    {
      "label": "Crystallize Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/crystallize.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 943,
      "norm_label": "crystallize effect thumbnail image",
      "community_name": "Community 943",
      "id": "raycast_assets_thumbnails_crystallize_image"
    },
    {
      "label": "Depth of Field Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/depth_of_field.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 944,
      "norm_label": "depth of field effect thumbnail image",
      "community_name": "Community 944",
      "id": "raycast_assets_thumbnails_depth_of_field_image"
    },
    {
      "label": "Disc Blur Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/disc_blur.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 945,
      "norm_label": "disc blur effect thumbnail image",
      "community_name": "Community 945",
      "id": "raycast_assets_thumbnails_disc_blur_image"
    },
    {
      "label": "Dither effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/dither.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 946,
      "norm_label": "dither effect thumbnail image",
      "community_name": "Community 946",
      "id": "raycast_assets_thumbnails_dither_image"
    },
    {
      "label": "Document enhancement effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/document_enhancement.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 947,
      "norm_label": "document enhancement effect thumbnail image",
      "community_name": "Community 947",
      "id": "raycast_assets_thumbnails_document_enhancement_image"
    },
    {
      "label": "Dot screen effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/dot_screen.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 948,
      "norm_label": "dot screen effect thumbnail image",
      "community_name": "Community 948",
      "id": "raycast_assets_thumbnails_dot_screen_image"
    },
    {
      "label": "Edge work effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/edge_work.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 949,
      "norm_label": "edge work effect thumbnail image",
      "community_name": "Community 949",
      "id": "raycast_assets_thumbnails_edge_work_image"
    },
    {
      "label": "Edges effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/edges.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 950,
      "norm_label": "edges effect thumbnail image",
      "community_name": "Community 950",
      "id": "raycast_assets_thumbnails_edges_image"
    },
    {
      "label": "Fade effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/fade.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 951,
      "norm_label": "fade effect thumbnail image",
      "community_name": "Community 951",
      "id": "raycast_assets_thumbnails_fade_image"
    },
    {
      "label": "Gaussian blur effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/gaussian_blur.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 952,
      "norm_label": "gaussian blur effect thumbnail image",
      "community_name": "Community 952",
      "id": "raycast_assets_thumbnails_gaussian_blur_image"
    },
    {
      "label": "Hatched screen effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/hatched_screen.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 953,
      "norm_label": "hatched screen effect thumbnail image",
      "community_name": "Community 953",
      "id": "raycast_assets_thumbnails_hatched_screen_image"
    },
    {
      "label": "Hexagonal pixellate effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/hexagonal_pixellate.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 954,
      "norm_label": "hexagonal pixellate effect thumbnail image",
      "community_name": "Community 954",
      "id": "raycast_assets_thumbnails_hexagonal_pixellate_image"
    },
    {
      "label": "Instant effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/instant.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 955,
      "norm_label": "instant effect thumbnail image",
      "community_name": "Community 955",
      "id": "raycast_assets_thumbnails_instant_image"
    },
    {
      "label": "Invert effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/invert.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 956,
      "norm_label": "invert effect thumbnail image",
      "community_name": "Community 956",
      "id": "raycast_assets_thumbnails_invert_image"
    },
    {
      "label": "Kaleidoscope effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/kaleidoscope.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 957,
      "norm_label": "kaleidoscope effect thumbnail image",
      "community_name": "Community 957",
      "id": "raycast_assets_thumbnails_kaleidoscope_image"
    },
    {
      "label": "Lenticular halo effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/lenticular_halo.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 958,
      "norm_label": "lenticular halo effect thumbnail image",
      "community_name": "Community 958",
      "id": "raycast_assets_thumbnails_lenticular_halo_image"
    },
    {
      "label": "Line overlay effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/line_overlay.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 959,
      "norm_label": "line overlay effect thumbnail image",
      "community_name": "Community 959",
      "id": "raycast_assets_thumbnails_line_overlay_image"
    },
    {
      "label": "Line screen effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/line_screen.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 960,
      "norm_label": "line screen effect thumbnail image",
      "community_name": "Community 960",
      "id": "raycast_assets_thumbnails_line_screen_image"
    },
    {
      "label": "Linear gradient effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/linear_gradient.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 961,
      "norm_label": "linear gradient effect thumbnail image",
      "community_name": "Community 961",
      "id": "raycast_assets_thumbnails_linear_gradient_image"
    },
    {
      "label": "Maximum component effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/maximum_component.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 962,
      "norm_label": "maximum component effect thumbnail image",
      "community_name": "Community 962",
      "id": "raycast_assets_thumbnails_maximum_component_image"
    },
    {
      "label": "Median effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/median.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 963,
      "norm_label": "median effect thumbnail image",
      "community_name": "Community 963",
      "id": "raycast_assets_thumbnails_median_image"
    },
    {
      "label": "Minimum component effect thumbnail image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/minimum_component.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 964,
      "norm_label": "minimum component effect thumbnail image",
      "community_name": "Community 964",
      "id": "raycast_assets_thumbnails_minimum_component_image"
    },
    {
      "label": "Mono Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/mono.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 965,
      "norm_label": "mono effect thumbnail image",
      "community_name": "Community 965",
      "id": "raycast_assets_thumbnails_mono_image"
    },
    {
      "label": "Motion Blur Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/motion_blur.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 966,
      "norm_label": "motion blur effect thumbnail image",
      "community_name": "Community 966",
      "id": "raycast_assets_thumbnails_motion_blur_image"
    },
    {
      "label": "Noise Reduction Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/noise_reduction.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 967,
      "norm_label": "noise reduction effect thumbnail image",
      "community_name": "Community 967",
      "id": "raycast_assets_thumbnails_noise_reduction_image"
    },
    {
      "label": "Pixellate Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/pixellate.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 969,
      "norm_label": "pixellate effect thumbnail image",
      "community_name": "Community 969",
      "id": "raycast_assets_thumbnails_pixellate_image"
    },
    {
      "label": "Pointillize Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/pointillize.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 970,
      "norm_label": "pointillize effect thumbnail image",
      "community_name": "Community 970",
      "id": "raycast_assets_thumbnails_pointillize_image"
    },
    {
      "label": "Posterize Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/posterize.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 971,
      "norm_label": "posterize effect thumbnail image",
      "community_name": "Community 971",
      "id": "raycast_assets_thumbnails_posterize_image"
    },
    {
      "label": "Process Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/process.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 972,
      "norm_label": "process effect thumbnail image",
      "community_name": "Community 972",
      "id": "raycast_assets_thumbnails_process_image"
    },
    {
      "label": "Radial Gradient Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/radial_gradient.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 973,
      "norm_label": "radial gradient effect thumbnail image",
      "community_name": "Community 973",
      "id": "raycast_assets_thumbnails_radial_gradient_image"
    },
    {
      "label": "Random Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/random.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 974,
      "norm_label": "random effect thumbnail image",
      "community_name": "Community 974",
      "id": "raycast_assets_thumbnails_random_image"
    },
    {
      "label": "Sepia Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/sepia.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 975,
      "norm_label": "sepia effect thumbnail image",
      "community_name": "Community 975",
      "id": "raycast_assets_thumbnails_sepia_image"
    },
    {
      "label": "Sharpen Luminance Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/sharpen_luminance.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 976,
      "norm_label": "sharpen luminance effect thumbnail image",
      "community_name": "Community 976",
      "id": "raycast_assets_thumbnails_sharpen_luminance_image"
    },
    {
      "label": "Star Shine Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/star_shine.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 977,
      "norm_label": "star shine effect thumbnail image",
      "community_name": "Community 977",
      "id": "raycast_assets_thumbnails_star_shine_image"
    },
    {
      "label": "Stripes Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/stripes.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 978,
      "norm_label": "stripes effect thumbnail image",
      "community_name": "Community 978",
      "id": "raycast_assets_thumbnails_stripes_image"
    },
    {
      "label": "Sunbeams Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/sunbeams.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 979,
      "norm_label": "sunbeams effect thumbnail image",
      "community_name": "Community 979",
      "id": "raycast_assets_thumbnails_sunbeams_image"
    },
    {
      "label": "Thermal Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/thermal.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 980,
      "norm_label": "thermal effect thumbnail image",
      "community_name": "Community 980",
      "id": "raycast_assets_thumbnails_thermal_image"
    },
    {
      "label": "Tonal Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/tonal.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 981,
      "norm_label": "tonal effect thumbnail image",
      "community_name": "Community 981",
      "id": "raycast_assets_thumbnails_tonal_image"
    },
    {
      "label": "Transfer Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/transfer.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 982,
      "norm_label": "transfer effect thumbnail image",
      "community_name": "Community 982",
      "id": "raycast_assets_thumbnails_transfer_image"
    },
    {
      "label": "Vignette Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/vignette.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 983,
      "norm_label": "vignette effect thumbnail image",
      "community_name": "Community 983",
      "id": "raycast_assets_thumbnails_vignette_image"
    },
    {
      "label": "X-Ray Effect Thumbnail Image",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/x-ray.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 984,
      "norm_label": "x-ray effect thumbnail image",
      "community_name": "Community 984",
      "id": "raycast_assets_thumbnails_x_ray_image"
    },
    {
      "label": "WebP thumbnail image depicting a zoom blur visual asset",
      "file_type": "image",
      "source_file": "raycast/assets/thumbnails/zoom_blur.webp",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 985,
      "norm_label": "webp thumbnail image depicting a zoom blur visual asset",
      "community_name": "Community 985",
      "id": "raycast_assets_thumbnails_zoom_blur_image"
    },
    {
      "label": "PNG image asset likely containing sips metadata output or screenshot",
      "file_type": "image",
      "source_file": "raycast/metadata/sips-1.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 992,
      "norm_label": "png image asset likely containing sips metadata output or screenshot",
      "community_name": "Community 992",
      "id": "raycast_metadata_sips_1_image"
    },
    {
      "label": "PNG image asset likely containing sips metadata output or screenshot",
      "file_type": "image",
      "source_file": "raycast/metadata/sips-2.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 993,
      "norm_label": "png image asset likely containing sips metadata output or screenshot",
      "community_name": "Community 993",
      "id": "raycast_metadata_sips_2_image"
    },
    {
      "label": "PNG image asset likely containing sips metadata output or screenshot",
      "file_type": "image",
      "source_file": "raycast/metadata/sips-3.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 994,
      "norm_label": "png image asset likely containing sips metadata output or screenshot",
      "community_name": "Community 994",
      "id": "raycast_metadata_sips_3_image"
    },
    {
      "label": "PNG image asset likely containing sips metadata output or screenshot",
      "file_type": "image",
      "source_file": "raycast/metadata/sips-4.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 995,
      "norm_label": "png image asset likely containing sips metadata output or screenshot",
      "community_name": "Community 995",
      "id": "raycast_metadata_sips_4_image"
    },
    {
      "label": "Thingtime public UI or logo image asset",
      "file_type": "image",
      "source_file": "remix/public/Group 100.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1074,
      "norm_label": "thingtime public ui or logo image asset",
      "community_name": "Community 1074",
      "id": "remix_public_group_100_image"
    },
    {
      "label": "Thingtime public UI or logo image asset",
      "file_type": "image",
      "source_file": "remix/public/Group 99.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1075,
      "norm_label": "thingtime public ui or logo image asset",
      "community_name": "Community 1075",
      "id": "remix_public_group_99_image"
    },
    {
      "label": "Anti Displacement SVG",
      "file_type": "code",
      "source_file": "remix/public/anti-displacement.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 672,
      "norm_label": "anti displacement svg",
      "community_name": "Community 672",
      "id": "remix_public_anti_displacement_anti_displacement_svg"
    },
    {
      "label": "deformmap.png Reference",
      "file_type": "concept",
      "source_file": "remix/public/anti-displacement.svg",
      "source_location": null,
      "source_url": "/deformmap.png",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 672,
      "norm_label": "deformmap.png reference",
      "community_name": "Community 672",
      "id": "remix_public_anti_displacement_deformmap_reference"
    },
    {
      "label": "Thingtime Horizontal Logo SVG",
      "file_type": "image",
      "source_file": "remix/public/branding/thingtime-horizontal.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1067,
      "norm_label": "thingtime horizontal logo svg",
      "community_name": "Community 1067",
      "id": "remix_public_branding_thingtime_horizontal_svg"
    },
    {
      "label": "Deform Map Image",
      "file_type": "image",
      "source_file": "remix/public/deformmap.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 558,
      "norm_label": "deform map image",
      "community_name": "Community 558",
      "id": "remix_public_deformmap_image"
    },
    {
      "label": "Displacement Gradient 2 SVG",
      "file_type": "image",
      "source_file": "remix/public/displacement-gradient-2.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 558,
      "norm_label": "displacement gradient 2 svg",
      "community_name": "Community 558",
      "id": "remix_public_displacement_gradient_2_svg"
    },
    {
      "label": "Embedded PNG Displacement Gradient 2",
      "file_type": "image",
      "source_file": "remix/public/displacement-gradient-2.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 558,
      "norm_label": "embedded png displacement gradient 2",
      "community_name": "Community 558",
      "id": "remix_public_displacement_gradient_2_embedded_png"
    },
    {
      "label": "Displacement Gradient SVG",
      "file_type": "image",
      "source_file": "remix/public/displacement-gradient.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 558,
      "norm_label": "displacement gradient svg",
      "community_name": "Community 558",
      "id": "remix_public_displacement_gradient_svg"
    },
    {
      "label": "Embedded PNG Displacement Gradient",
      "file_type": "image",
      "source_file": "remix/public/displacement-gradient.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 558,
      "norm_label": "embedded png displacement gradient",
      "community_name": "Community 558",
      "id": "remix_public_displacement_gradient_embedded_png"
    },
    {
      "label": "Displacement Map Gutter SVG",
      "file_type": "image",
      "source_file": "remix/public/displacement.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 558,
      "norm_label": "displacement map gutter svg",
      "community_name": "Community 558",
      "id": "remix_public_displacement_svg"
    },
    {
      "label": "Green Displacement Map Gutter",
      "file_type": "concept",
      "source_file": "remix/public/displacement.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 558,
      "norm_label": "green displacement map gutter",
      "community_name": "Community 558",
      "id": "remix_public_displacement_green_gutter"
    },
    {
      "label": "Pink Favicon",
      "file_type": "image",
      "source_file": "remix/public/favicon-pink.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1071,
      "norm_label": "pink favicon",
      "community_name": "Community 1071",
      "id": "remix_public_favicon_pink_image"
    },
    {
      "label": "GBG Image Asset",
      "file_type": "image",
      "source_file": "remix/public/gbg.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1072,
      "norm_label": "gbg image asset",
      "community_name": "Community 1072",
      "id": "remix_public_gbg_image"
    },
    {
      "label": "GH Image Asset",
      "file_type": "image",
      "source_file": "remix/public/gh.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1073,
      "norm_label": "gh image asset",
      "community_name": "Community 1073",
      "id": "remix_public_gh_image"
    },
    {
      "label": "GS2 Image Asset",
      "file_type": "image",
      "source_file": "remix/public/gs2.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1076,
      "norm_label": "gs2 image asset",
      "community_name": "Community 1076",
      "id": "remix_public_gs2_image"
    },
    {
      "label": "Black and White QR Code SVG",
      "file_type": "image",
      "source_file": "resources/svg/qrcode-forqrcode-com.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 588,
      "norm_label": "black and white qr code svg",
      "community_name": "Community 588",
      "id": "resources_svg_qrcode_forqrcode_com_qr_code_svg"
    },
    {
      "label": "SVG Rectangular QR Modules",
      "file_type": "concept",
      "source_file": "resources/svg/qrcode-forqrcode-com.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 588,
      "norm_label": "svg rectangular qr modules",
      "community_name": "Community 588",
      "id": "resources_svg_qrcode_forqrcode_com_svg_rect_modules"
    },
    {
      "label": "White SVG Background",
      "file_type": "concept",
      "source_file": "resources/svg/qrcode-forqrcode-com.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 588,
      "norm_label": "white svg background",
      "community_name": "Community 588",
      "id": "resources_svg_qrcode_forqrcode_com_white_background"
    },
    {
      "label": "Pink QR Code SVG",
      "file_type": "image",
      "source_file": "resources/svg/qrcode.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 588,
      "norm_label": "pink qr code svg",
      "community_name": "Community 588",
      "id": "resources_svg_qrcode_qr_code_svg"
    },
    {
      "label": "SVG Rectangular QR Modules",
      "file_type": "concept",
      "source_file": "resources/svg/qrcode.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 588,
      "norm_label": "svg rectangular qr modules",
      "community_name": "Community 588",
      "id": "resources_svg_qrcode_svg_rect_modules"
    },
    {
      "label": "Pink SVG Fill",
      "file_type": "concept",
      "source_file": "resources/svg/qrcode.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 588,
      "norm_label": "pink svg fill",
      "community_name": "Community 588",
      "id": "resources_svg_qrcode_pink_fill"
    },
    {
      "label": "Thingtime Prototype v1 Questionnaire",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 715,
      "norm_label": "thingtime prototype v1 questionnaire",
      "community_name": "Community 715",
      "id": "docs_design_claude_design_mockup_v1_questionnaire_thingtime_prototype_v1_questionnaire"
    },
    {
      "label": "Claude Design Project Thingtime Project Launch",
      "file_type": "concept",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 714,
      "norm_label": "claude design project thingtime project launch",
      "community_name": "Community 714",
      "id": "docs_design_claude_design_mockup_v1_questionnaire_claude_design_project_thingtime_project_launch"
    },
    {
      "label": "Working Mini Interactive Demo",
      "file_type": "concept",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 716,
      "norm_label": "working mini interactive demo",
      "community_name": "Community 716",
      "id": "docs_design_claude_design_mockup_v1_questionnaire_working_mini_interactive_demo"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_claude_design_mockup_v2_fable_index_react_component"
    },
    {
      "label": "Component.prototype.setState",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "component.prototype.setstate",
      "community_name": "Community 457",
      "id": "docs_design_claude_design_mockup_v2_fable_index_component_set_state"
    },
    {
      "label": "ReactNoopUpdateQueue",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v2-fable/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "reactnoopupdatequeue",
      "community_name": "Community 457",
      "id": "docs_design_claude_design_mockup_v2_fable_index_react_noop_update_queue"
    },
    {
      "label": "Thingtime Prototype v2 Fable Questionnaire",
      "file_type": "document",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 722,
      "norm_label": "thingtime prototype v2 fable questionnaire",
      "community_name": "Community 722",
      "id": "docs_design_claude_design_mockup_v2_fable_questionnaire_thingtime_prototype_v2_questionnaire"
    },
    {
      "label": "Thingtime Launch Celebration",
      "file_type": "concept",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 721,
      "norm_label": "thingtime launch celebration",
      "community_name": "Community 721",
      "id": "docs_design_claude_design_mockup_v2_fable_questionnaire_thingtime_launch_celebration"
    },
    {
      "label": "Eight Landing Directions",
      "file_type": "concept",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 720,
      "norm_label": "eight landing directions",
      "community_name": "Community 720",
      "id": "docs_design_claude_design_mockup_v2_fable_questionnaire_eight_landing_directions"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-app/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_app_index_react_component"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_landing_1a_classic_centered_index_react_component"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1b-product-split/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_landing_1b_product_split_index_react_component"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_landing_1c_crowdfund_campaign_index_react_component"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_landing_1d_developer_first_index_react_component"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_landing_1e_typographic_story_index_react_component"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_landing_1f_ecosystem_map_index_react_component"
    },
    {
      "label": "React Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 457,
      "norm_label": "react component",
      "community_name": "Community 457",
      "id": "docs_design_thingtime_landing_1g_magic_path_bar_index_react_component"
    },
    {
      "label": "Thingtime Landing Ultra Minimal Voxel HTML Document",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 636,
      "norm_label": "thingtime landing ultra minimal voxel html document",
      "community_name": "Community 636",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_html_document"
    },
    {
      "label": "Inlined React 18.3.1 Runtime",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 636,
      "norm_label": "inlined react 18.3.1 runtime",
      "community_name": "Community 636",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_inlined_react"
    },
    {
      "label": "Component",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 608,
      "norm_label": "component",
      "community_name": "Community 608",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_component"
    },
    {
      "label": "PureComponent",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 608,
      "norm_label": "purecomponent",
      "community_name": "Community 608",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_purecomponent"
    },
    {
      "label": "ReactNoopUpdateQueue",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 608,
      "norm_label": "reactnoopupdatequeue",
      "community_name": "Community 608",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_reactnoopupdatequeue"
    },
    {
      "label": "warnNoop",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 608,
      "norm_label": "warnnoop",
      "community_name": "Community 608",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_warnnoop"
    },
    {
      "label": "printWarning",
      "file_type": "code",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 608,
      "norm_label": "printwarning",
      "community_name": "Community 608",
      "id": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_printwarning"
    },
    {
      "label": "Thingtime Launch Celebration HTML Document",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 636,
      "norm_label": "thingtime launch celebration html document",
      "community_name": "Community 636",
      "id": "docs_design_thingtime_launch_celebration_index_html_document"
    },
    {
      "label": "Inlined React 18.3.1 Runtime",
      "file_type": "code",
      "source_file": "docs/design/thingtime-launch-celebration/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 636,
      "norm_label": "inlined react 18.3.1 runtime",
      "community_name": "Community 636",
      "id": "docs_design_thingtime_launch_celebration_index_inlined_react"
    },
    {
      "label": "iOS Web Destination Picker",
      "file_type": "document",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1049,
      "norm_label": "ios web destination picker",
      "community_name": "Community 1049",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_ios_web_destination_picker"
    },
    {
      "label": "SwiftUI Destination Drawer",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1053,
      "norm_label": "swiftui destination drawer",
      "community_name": "Community 1053",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_swiftui_destination_drawer"
    },
    {
      "label": "WKWebView",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1057,
      "norm_label": "wkwebview",
      "community_name": "Community 1057",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_wkwebview"
    },
    {
      "label": "/api/v1/vercel/deployments Endpoint",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1056,
      "norm_label": "/api/v1/vercel/deployments endpoint",
      "community_name": "Community 1056",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_vercel_deployments_endpoint"
    },
    {
      "label": "THINGTIME_WEB_URL",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1055,
      "norm_label": "thingtime_web_url",
      "community_name": "Community 1055",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_thingtime_web_url"
    },
    {
      "label": "Left-edge Swipe Gesture",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1045,
      "norm_label": "left-edge swipe gesture",
      "community_name": "Community 1045",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_edge_swipe_gesture"
    },
    {
      "label": "Safe-area CSS Variables",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1052,
      "norm_label": "safe-area css variables",
      "community_name": "Community 1052",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_safe_area_css_variables"
    },
    {
      "label": "Fixed Web Nav",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1047,
      "norm_label": "fixed web nav",
      "community_name": "Community 1047",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_fixed_web_nav"
    },
    {
      "label": "URL Context Menu",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1043,
      "norm_label": "url context menu",
      "community_name": "Community 1043",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_context_menu"
    },
    {
      "label": "iOS Pasteboard",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1048,
      "norm_label": "ios pasteboard",
      "community_name": "Community 1048",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_ios_pasteboard"
    },
    {
      "label": "System URL Handler",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1054,
      "norm_label": "system url handler",
      "community_name": "Community 1054",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_system_url_handler"
    },
    {
      "label": "Native Share Sheet",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1051,
      "norm_label": "native share sheet",
      "community_name": "Community 1051",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_native_share_sheet"
    },
    {
      "label": "Main Layout",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1050,
      "norm_label": "main layout",
      "community_name": "Community 1050",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_main_layout"
    },
    {
      "label": "DevKit Floating Trigger",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1044,
      "norm_label": "devkit floating trigger",
      "community_name": "Community 1044",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_devkit_floating_trigger"
    },
    {
      "label": "Fastlane",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1046,
      "norm_label": "fastlane",
      "community_name": "Community 1046",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_fastlane"
    },
    {
      "label": "App Store Connect",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1042,
      "norm_label": "app store connect",
      "community_name": "Community 1042",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_app_store_connect"
    },
    {
      "label": "Xcode",
      "file_type": "concept",
      "source_file": "remix/PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1058,
      "norm_label": "xcode",
      "community_name": "Community 1058",
      "id": "remix_prs_30_codex_ios_deployment_url_picker__add_ios_web_destination_picker_xcode"
    },
    {
      "label": "Thingtime Vibe Map",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/00-vibe-map.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 704,
      "norm_label": "thingtime vibe map",
      "community_name": "Community 704",
      "id": "ai_idlings_2026_06_23_135148_aest_00_vibe_map_vibe_map"
    },
    {
      "label": "Thingtime North Star",
      "file_type": "concept",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/00-vibe-map.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 594,
      "norm_label": "thingtime north star",
      "community_name": "Community 594",
      "id": "ai_idlings_2026_06_23_135148_aest_00_vibe_map_thingtime_north_star"
    },
    {
      "label": "Lopu Narrator",
      "file_type": "concept",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 705,
      "norm_label": "lopu narrator",
      "community_name": "Community 705",
      "id": "ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_lopu_narrator"
    },
    {
      "label": "Trust Identity And Governance",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 595,
      "norm_label": "trust identity and governance",
      "community_name": "Community 595",
      "id": "ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_trust_identity_governance"
    },
    {
      "label": "Thing Marketplace And App Store",
      "file_type": "document",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 706,
      "norm_label": "thing marketplace and app store",
      "community_name": "Community 706",
      "id": "ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_marketplaces"
    },
    {
      "label": "PR 13 Hydration Vercel Status And Deployment Hygiene",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/13",
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": "Lopu",
      "community": 506,
      "norm_label": "pr 13 hydration vercel status and deployment hygiene",
      "community_name": "Community 506",
      "id": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13"
    },
    {
      "label": "PR 16 Security Follow Up",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 771,
      "norm_label": "pr 16 security follow up",
      "community_name": "Community 771",
      "id": "prs_16_resolve_main_into_thingtime_dev_branch_pr_16"
    },
    {
      "label": "PR 17 PR 16 Follow Up Review Notes",
      "file_type": "document",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 786,
      "norm_label": "pr 17 pr 16 follow up review notes",
      "community_name": "Community 786",
      "id": "prs_17_document_pr_16_follow_up_review_notes_pr_17"
    },
    {
      "label": "PR 24 Nitro React Router Migration",
      "file_type": "document",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 827,
      "norm_label": "pr 24 nitro react router migration",
      "community_name": "Community 827",
      "id": "prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_pr_24"
    },
    {
      "label": "PR 26 Environment Aware Footer Status Checks",
      "file_type": "document",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/26",
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": "Lopu",
      "community": 554,
      "norm_label": "pr 26 environment aware footer status checks",
      "community_name": "Community 554",
      "id": "prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26"
    },
    {
      "label": "PR 30 iOS Web Destination Picker",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 830,
      "norm_label": "pr 30 ios web destination picker",
      "community_name": "Community 830",
      "id": "prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30"
    },
    {
      "label": "MongoDB Connection Status",
      "file_type": "document",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1106,
      "norm_label": "mongodb connection status",
      "community_name": "Community 1106",
      "id": "todo_claude_todo_01_mongodb_connection_status_mongodb_status"
    },
    {
      "label": "DB Populate Seeding",
      "file_type": "document",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1107,
      "norm_label": "db populate seeding",
      "community_name": "Community 1107",
      "id": "todo_claude_todo_02_db_populate_seeding_db_seeding"
    },
    {
      "label": "Auth Login Register Sessions JWT",
      "file_type": "document",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1108,
      "norm_label": "auth login register sessions jwt",
      "community_name": "Community 1108",
      "id": "todo_claude_todo_03_auth_login_register_auth_login_register"
    },
    {
      "label": "Authed DB Read Query",
      "file_type": "document",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1109,
      "norm_label": "authed db read query",
      "community_name": "Community 1109",
      "id": "todo_claude_todo_04_authed_db_read_query_authed_db_read_query"
    },
    {
      "label": "Authed DB Write",
      "file_type": "document",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1110,
      "norm_label": "authed db write",
      "community_name": "Community 1110",
      "id": "todo_claude_todo_05_authed_db_write_authed_db_write"
    },
    {
      "label": "Cross Tab Thingtime Sync",
      "file_type": "document",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1112,
      "norm_label": "cross tab thingtime sync",
      "community_name": "Community 1112",
      "id": "todo_claude_todo_07_cross_tab_thingtime_sync_cross_tab_sync"
    },
    {
      "label": "Drawer Nav And Editor Polish",
      "file_type": "document",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1113,
      "norm_label": "drawer nav and editor polish",
      "community_name": "Community 1113",
      "id": "todo_claude_todo_08_drawer_nav_editor_polish_drawer_nav_editor_polish"
    },
    {
      "label": "Bundled Page Design Mockup",
      "file_type": "code",
      "source_file": "docs/design/claude-design-mockup-v1/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 664,
      "norm_label": "bundled page design mockup",
      "community_name": "Community 664",
      "id": "docs_design_claude_design_mockup_v1_index_bundled_page"
    },
    {
      "label": "AI Era Value Moats Light Report",
      "file_type": "document",
      "source_file": "docs/design-inspiration/human-ai/html-examples/gold-standard-ai-era-value-moats-light-v5-balanced-cards.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 594,
      "norm_label": "ai era value moats light report",
      "community_name": "Community 594",
      "id": "docs_design_inspiration_human_ai_html_examples_gold_standard_ai_era_value_moats_light_v5_balanced_cards_ai_era_value_moats_light"
    },
    {
      "label": "AI Era Value Moats Premium Light Report",
      "file_type": "document",
      "source_file": "docs/design-inspiration/human-ai/html-examples/gold-standard-ai-era-value-moats-light-v5-premium-balanced-cards.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 594,
      "norm_label": "ai era value moats premium light report",
      "community_name": "Community 594",
      "id": "docs_design_inspiration_human_ai_html_examples_gold_standard_ai_era_value_moats_light_v5_premium_balanced_cards_ai_era_value_moats_premium"
    },
    {
      "label": "AI Era Value Moats Dark Report",
      "file_type": "document",
      "source_file": "docs/design-inspiration/human-ai/html-examples/gold-standard-v2-ai-moats-thingtime-report-dark.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 594,
      "norm_label": "ai era value moats dark report",
      "community_name": "Community 594",
      "id": "docs_design_inspiration_human_ai_html_examples_gold_standard_v2_ai_moats_thingtime_report_dark_ai_era_value_moats_dark"
    },
    {
      "label": "AI Era Moats Silver Design With Text Legibility Bug",
      "file_type": "document",
      "source_file": "docs/design-inspiration/human-ai/html-examples/silver-standard-ai-era-moats-gradient-overflow-text-legibility-bug.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 594,
      "norm_label": "ai era moats silver design with text legibility bug",
      "community_name": "Community 594",
      "id": "docs_design_inspiration_human_ai_html_examples_silver_standard_ai_era_moats_gradient_overflow_text_legibility_bug_ai_era_moats_silver"
    },
    {
      "label": "Flashy SaaS Theme Design Image",
      "file_type": "image",
      "source_file": "docs/design-inspiration/human-ai/image-examples/gold-star-flashy-saas-theme-design.jpg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 664,
      "norm_label": "flashy saas theme design image",
      "community_name": "Community 664",
      "id": "docs_design_inspiration_human_ai_image_examples_gold_star_flashy_saas_theme_design_gold_star_flashy_saas_theme_design"
    },
    {
      "label": "PR 39 Add API Self-Documentation Routes",
      "file_type": "document",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 616,
      "norm_label": "pr 39 add api self-documentation routes",
      "community_name": "Community 616",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_pr_39"
    },
    {
      "label": "Shared API Documentation Registry",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 831,
      "norm_label": "shared api documentation registry",
      "community_name": "Community 831",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_api_docs_registry"
    },
    {
      "label": "/docs/api API Reference",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 833,
      "norm_label": "/docs/api api reference",
      "community_name": "Community 833",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_docs_api"
    },
    {
      "label": "API -docs Routes",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 832,
      "norm_label": "api -docs routes",
      "community_name": "Community 832",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_api_docs_routes"
    },
    {
      "label": "/api/root-data-docs",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 838,
      "norm_label": "/api/root-data-docs",
      "community_name": "Community 838",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_root_data_docs"
    },
    {
      "label": "/docs/api/:group Pages",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 835,
      "norm_label": "/docs/api/:group pages",
      "community_name": "Community 835",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_docs_api_group_pages"
    },
    {
      "label": "/docs/api/:group/:docId Pages",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 834,
      "norm_label": "/docs/api/:group/:docid pages",
      "community_name": "Community 834",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_docs_api_endpoint_pages"
    },
    {
      "label": "Zero-Env API Fallback",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 839,
      "norm_label": "zero-env api fallback",
      "community_name": "Community 839",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_zero_env_api_fallback"
    },
    {
      "label": "Docs Group Smoke Tests",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 836,
      "norm_label": "docs group smoke tests",
      "community_name": "Community 836",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_docs_group_smoke_tests"
    },
    {
      "label": "Nitro Route Config",
      "file_type": "concept",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 837,
      "norm_label": "nitro route config",
      "community_name": "Community 837",
      "id": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_nitro_route_config"
    },
    {
      "label": "JWT Secret Fallback Review Action",
      "file_type": "document",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1111,
      "norm_label": "jwt secret fallback review action",
      "community_name": "Community 1111",
      "id": "todo_claude_todo_06_pr_12_review_actions_jwt_secret_fallback"
    },
    {
      "label": "Shared Rainbow Palette",
      "file_type": "concept",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 540,
      "norm_label": "shared rainbow palette",
      "community_name": "Community 540",
      "id": "docs_design_design_language_rainbow_palette"
    },
    {
      "label": "Prism Product UI Tokens",
      "file_type": "concept",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 724,
      "norm_label": "prism product ui tokens",
      "community_name": "Community 724",
      "id": "docs_design_design_language_prism_tokens"
    },
    {
      "label": "Fable Landing Page Tokens",
      "file_type": "concept",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 723,
      "norm_label": "fable landing page tokens",
      "community_name": "Community 723",
      "id": "docs_design_design_language_fable_tokens"
    },
    {
      "label": "Theming System Contract",
      "file_type": "concept",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 540,
      "norm_label": "theming system contract",
      "community_name": "Community 540",
      "id": "docs_design_design_language_theming_contract"
    },
    {
      "label": "Feed Algorithms Profiles Settings PR",
      "file_type": "document",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 840,
      "norm_label": "feed algorithms profiles settings pr",
      "community_name": "Community 840",
      "id": "prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_feed_algorithms_pr"
    },
    {
      "label": "Feed Data Model",
      "file_type": "concept",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 841,
      "norm_label": "feed data model",
      "community_name": "Community 841",
      "id": "prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_feed_data_model"
    },
    {
      "label": "Algorithm Growth Mockup",
      "file_type": "code",
      "source_file": "docs/design/thingtime-algorithm-growth/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 651,
      "norm_label": "algorithm growth mockup",
      "community_name": "Community 651",
      "id": "docs_design_thingtime_algorithm_growth_index_algorithm_growth_mockup"
    },
    {
      "label": "stageFor",
      "file_type": "code",
      "source_file": "docs/design/thingtime-algorithm-growth/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 651,
      "norm_label": "stagefor",
      "community_name": "Community 651",
      "id": "docs_design_thingtime_algorithm_growth_index_stage_for"
    },
    {
      "label": "render",
      "file_type": "code",
      "source_file": "docs/design/thingtime-algorithm-growth/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 651,
      "norm_label": "render",
      "community_name": "Community 651",
      "id": "docs_design_thingtime_algorithm_growth_index_render"
    },
    {
      "label": "Theme Gallery Mockup",
      "file_type": "code",
      "source_file": "docs/design/thingtime-theme-gallery/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 652,
      "norm_label": "theme gallery mockup",
      "community_name": "Community 652",
      "id": "docs_design_thingtime_theme_gallery_index_theme_gallery_mockup"
    },
    {
      "label": "voxel",
      "file_type": "code",
      "source_file": "docs/design/thingtime-theme-gallery/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 652,
      "norm_label": "voxel",
      "community_name": "Community 652",
      "id": "docs_design_thingtime_theme_gallery_index_voxel"
    },
    {
      "label": "card",
      "file_type": "code",
      "source_file": "docs/design/thingtime-theme-gallery/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 652,
      "norm_label": "card",
      "community_name": "Community 652",
      "id": "docs_design_thingtime_theme_gallery_index_card"
    },
    {
      "label": "Electron Runtime",
      "file_type": "document",
      "source_file": "electron/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 742,
      "norm_label": "electron runtime",
      "community_name": "Community 742",
      "id": "electron_readme_electron_runtime"
    },
    {
      "label": "Electron GitHub Releases",
      "file_type": "document",
      "source_file": "electron/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 741,
      "norm_label": "electron github releases",
      "community_name": "Community 741",
      "id": "electron_readme_electron_github_releases"
    },
    {
      "label": "install-git-hooks setup",
      "file_type": "concept",
      "source_file": ".githooks/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 745,
      "norm_label": "install-git-hooks setup",
      "community_name": "Community 745",
      "id": "githooks_readme_install_git_hooks"
    },
    {
      "label": "Removed post-commit hook",
      "file_type": "concept",
      "source_file": ".githooks/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 746,
      "norm_label": "removed post-commit hook",
      "community_name": "Community 746",
      "id": "githooks_readme_post_commit_hook_removed"
    },
    {
      "label": "remix/.env.auto",
      "file_type": "concept",
      "source_file": ".githooks/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 748,
      "norm_label": "remix/.env.auto",
      "community_name": "Community 748",
      "id": "githooks_readme_remix_env_auto"
    },
    {
      "label": "remix/scripts/pre-dev.sh",
      "file_type": "concept",
      "source_file": ".githooks/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 747,
      "norm_label": "remix/scripts/pre-dev.sh",
      "community_name": "Community 747",
      "id": "githooks_readme_pre_dev_script"
    },
    {
      "label": "VERCEL_GIT_COMMIT_REF",
      "file_type": "concept",
      "source_file": ".githooks/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 749,
      "norm_label": "vercel_git_commit_ref",
      "community_name": "Community 749",
      "id": "githooks_readme_vercel_git_commit_ref"
    },
    {
      "label": "PR 42 Electron Remix App Shell Notes",
      "file_type": "document",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1028,
      "norm_label": "pr 42 electron remix app shell notes",
      "community_name": "Community 1028",
      "id": "remix_changelog_prs_42_electron_app_shell"
    },
    {
      "label": "PR 32 Design Refactor Theming Notes",
      "file_type": "document",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1027,
      "norm_label": "pr 32 design refactor theming notes",
      "community_name": "Community 1027",
      "id": "remix_changelog_prs_32_design_refactor"
    },
    {
      "label": "PR 30 iOS Deployment URL Picker Notes",
      "file_type": "document",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1026,
      "norm_label": "pr 30 ios deployment url picker notes",
      "community_name": "Community 1026",
      "id": "remix_changelog_prs_30_ios_deployment_url_picker"
    },
    {
      "label": "PR 24 Nitro React Router Migration Notes",
      "file_type": "document",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1025,
      "norm_label": "pr 24 nitro react router migration notes",
      "community_name": "Community 1025",
      "id": "remix_changelog_prs_24_nitro_migration"
    },
    {
      "label": "PR 13 Hydration Vercel Status Notes",
      "file_type": "document",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1023,
      "norm_label": "pr 13 hydration vercel status notes",
      "community_name": "Community 1023",
      "id": "remix_changelog_prs_13_hydration_vercel_status"
    },
    {
      "label": "PR 16 Auth And Lopu Hardening Notes",
      "file_type": "document",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1024,
      "norm_label": "pr 16 auth and lopu hardening notes",
      "community_name": "Community 1024",
      "id": "remix_changelog_prs_16_auth_hardening"
    },
    {
      "label": "PR 53 Nested Data Viewer Concepts And Kind Renderers",
      "file_type": "document",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 845,
      "norm_label": "pr 53 nested data viewer concepts and kind renderers",
      "community_name": "Community 845",
      "id": "prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr53"
    },
    {
      "label": "Viewer Concepts",
      "file_type": "concept",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 847,
      "norm_label": "viewer concepts",
      "community_name": "Community 847",
      "id": "prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_viewer_concepts"
    },
    {
      "label": "Kind Renderers",
      "file_type": "concept",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 844,
      "norm_label": "kind renderers",
      "community_name": "Community 844",
      "id": "prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_kind_renderers"
    },
    {
      "label": "HTML Thing Renderer Security",
      "file_type": "concept",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 843,
      "norm_label": "html thing renderer security",
      "community_name": "Community 843",
      "id": "prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_html_renderer_security"
    },
    {
      "label": "Editor.js Integration",
      "file_type": "concept",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 842,
      "norm_label": "editor.js integration",
      "community_name": "Community 842",
      "id": "prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_editorjs_integration"
    },
    {
      "label": "Style Tokens",
      "file_type": "concept",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 846,
      "norm_label": "style tokens",
      "community_name": "Community 846",
      "id": "prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_style_tokens"
    },
    {
      "label": "Account Switcher",
      "file_type": "document",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1117,
      "norm_label": "account switcher",
      "community_name": "Community 1117",
      "id": "todo_claude_todo_11_account_switcher_account_switcher"
    },
    {
      "label": "Mongo Roster Model",
      "file_type": "concept",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1119,
      "norm_label": "mongo roster model",
      "community_name": "Community 1119",
      "id": "todo_claude_todo_11_account_switcher_roster_model"
    },
    {
      "label": "Roster Ownership Gate",
      "file_type": "concept",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1118,
      "norm_label": "roster ownership gate",
      "community_name": "Community 1118",
      "id": "todo_claude_todo_11_account_switcher_ownership_gate"
    },
    {
      "label": "Admin Role And Rate Limits",
      "file_type": "document",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1120,
      "norm_label": "admin role and rate limits",
      "community_name": "Community 1120",
      "id": "todo_claude_todo_13_admin_and_rate_limits_admin_rate_limits"
    },
    {
      "label": "Server Side Admin Guard",
      "file_type": "concept",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1121,
      "norm_label": "server side admin guard",
      "community_name": "Community 1121",
      "id": "todo_claude_todo_13_admin_and_rate_limits_require_admin"
    },
    {
      "label": "Editor.js Block Drag Drop Reordering",
      "file_type": "document",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1122,
      "norm_label": "editor.js block drag drop reordering",
      "community_name": "Community 1122",
      "id": "todo_claude_todo_14_editorjs_block_drag_drop_editorjs_drag_drop"
    },
    {
      "label": "PR 59 Everything Is A Thing",
      "file_type": "document",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 852,
      "norm_label": "pr 59 everything is a thing",
      "community_name": "Community 852",
      "id": "prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59"
    },
    {
      "label": "Root Thing Schema",
      "file_type": "concept",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 853,
      "norm_label": "root thing schema",
      "community_name": "Community 853",
      "id": "prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_root_thing_schema"
    },
    {
      "label": "Crystal Payloads",
      "file_type": "concept",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 850,
      "norm_label": "crystal payloads",
      "community_name": "Community 850",
      "id": "prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_crystal_payloads"
    },
    {
      "label": "Schema Registry",
      "file_type": "code",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 854,
      "norm_label": "schema registry",
      "community_name": "Community 854",
      "id": "prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_schema_registry"
    },
    {
      "label": "Admin Migrations",
      "file_type": "concept",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 849,
      "norm_label": "admin migrations",
      "community_name": "Community 849",
      "id": "prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_admin_migrations"
    },
    {
      "label": "ACL Permissions",
      "file_type": "concept",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 848,
      "norm_label": "acl permissions",
      "community_name": "Community 848",
      "id": "prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_acl_permissions"
    },
    {
      "label": "Generic Things Endpoint",
      "file_type": "concept",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 851,
      "norm_label": "generic things endpoint",
      "community_name": "Community 851",
      "id": "prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_generic_things_endpoint"
    },
    {
      "label": "PR #64 Add No-Code MongoDB Query Workbench",
      "file_type": "document",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 525,
      "norm_label": "pr #64 add no-code mongodb query workbench",
      "community_name": "Community 525",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64"
    },
    {
      "label": "/raw Query Workbench",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 862,
      "norm_label": "/raw query workbench",
      "community_name": "Community 862",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_raw_query_workbench"
    },
    {
      "label": "MongoDB Read Tools",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 859,
      "norm_label": "mongodb read tools",
      "community_name": "Community 859",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_mongodb_read_tools"
    },
    {
      "label": "Typed BSON Inputs",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 863,
      "norm_label": "typed bson inputs",
      "community_name": "Community 863",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_typed_bson_inputs"
    },
    {
      "label": "Read-Only Aggregation Stages",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 857,
      "norm_label": "read-only aggregation stages",
      "community_name": "Community 857",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_aggregation_stages"
    },
    {
      "label": "Admin Session Requirement",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 856,
      "norm_label": "admin session requirement",
      "community_name": "Community 856",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_admin_session"
    },
    {
      "label": "Protected Collections Safeguards",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 860,
      "norm_label": "protected collections safeguards",
      "community_name": "Community 860",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_protected_collections"
    },
    {
      "label": "Query Bounds And Complexity Limits",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 861,
      "norm_label": "query bounds and complexity limits",
      "community_name": "Community 861",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_query_bounds"
    },
    {
      "label": "Auth Return Destination Preservation",
      "file_type": "concept",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 858,
      "norm_label": "auth return destination preservation",
      "community_name": "Community 858",
      "id": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_auth_return"
    },
    {
      "label": "PR Conflict Resolver Workflow",
      "file_type": "code",
      "source_file": ".github/workflows/pr-conflict-resolver.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 653,
      "norm_label": "pr conflict resolver workflow",
      "community_name": "Community 653",
      "id": "github_workflows_pr_conflict_resolver_pr_conflict_resolver"
    },
    {
      "label": "Find Conflicting PRs Job",
      "file_type": "code",
      "source_file": ".github/workflows/pr-conflict-resolver.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 653,
      "norm_label": "find conflicting prs job",
      "community_name": "Community 653",
      "id": "github_workflows_pr_conflict_resolver_find_conflicting_prs"
    },
    {
      "label": "Resolve Conflicts Job",
      "file_type": "code",
      "source_file": ".github/workflows/pr-conflict-resolver.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 653,
      "norm_label": "resolve conflicts job",
      "community_name": "Community 653",
      "id": "github_workflows_pr_conflict_resolver_resolve"
    },
    {
      "label": "Thingtime.renderButton",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "thingtime.renderbutton",
      "community_name": "Community 497",
      "id": "remix_public_sdk_thingtime_login_thingtime_render_button"
    },
    {
      "label": "Thingtime.userinfo",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1082,
      "norm_label": "thingtime.userinfo",
      "community_name": "Community 1082",
      "id": "remix_public_sdk_thingtime_login_thingtime_userinfo"
    },
    {
      "label": "Thingtime.shared",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1081,
      "norm_label": "thingtime.shared",
      "community_name": "Community 1081",
      "id": "remix_public_sdk_thingtime_login_thingtime_shared"
    },
    {
      "label": "Thingtime.data",
      "file_type": "code",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "thingtime.data",
      "community_name": "Community 497",
      "id": "remix_public_sdk_thingtime_login_thingtime_data"
    },
    {
      "label": "Search Platform PR 63",
      "file_type": "document",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/63",
      "captured_at": "2026-07-12",
      "author": "Claude",
      "contributor": null,
      "community": 855,
      "norm_label": "search platform pr 63",
      "community_name": "Community 855",
      "id": "prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_search_platform"
    },
    {
      "label": "Everything Is a Thing PR 65",
      "file_type": "document",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/65",
      "captured_at": "2026-07-12",
      "author": "Claude",
      "contributor": null,
      "community": 864,
      "norm_label": "everything is a thing pr 65",
      "community_name": "Community 864",
      "id": "prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_everything_is_a_thing_pr"
    },
    {
      "label": "Extended Data and Email Auth PR 66",
      "file_type": "document",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/66",
      "captured_at": null,
      "author": "Claude",
      "contributor": null,
      "community": 865,
      "norm_label": "extended data and email auth pr 66",
      "community_name": "Community 865",
      "id": "prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_extended_email_auth_pr"
    },
    {
      "label": "Profile Feed and Advanced Filters PR 67",
      "file_type": "document",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/67",
      "captured_at": null,
      "author": "Claude",
      "contributor": null,
      "community": 866,
      "norm_label": "profile feed and advanced filters pr 67",
      "community_name": "Community 866",
      "id": "prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_profile_feed_pr"
    },
    {
      "label": "Unified Search and Feed PR 69",
      "file_type": "document",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-07-15",
      "author": "Claude",
      "contributor": null,
      "community": 867,
      "norm_label": "unified search and feed pr 69",
      "community_name": "Community 867",
      "id": "prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_unified_search_pr"
    },
    {
      "label": "Thingtime Fastlane Workflow",
      "file_type": "document",
      "source_file": "iOS/fastlane/README.md",
      "source_location": null,
      "source_url": "https://fastlane.tools",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 757,
      "norm_label": "thingtime fastlane workflow",
      "community_name": "Community 757",
      "id": "ios_fastlane_readme_fastlane_workflow"
    },
    {
      "label": "pnpm Workspace Configuration",
      "file_type": "code",
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 643,
      "norm_label": "pnpm workspace configuration",
      "community_name": "Community 643",
      "id": "remix_pnpm_workspace_workspace_configuration"
    },
    {
      "label": "Non-interactive Modules Purge Policy",
      "file_type": "concept",
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 643,
      "norm_label": "non-interactive modules purge policy",
      "community_name": "Community 643",
      "id": "remix_pnpm_workspace_modules_purge_policy"
    },
    {
      "label": "Rolldown Release-age Exclusions",
      "file_type": "concept",
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 643,
      "norm_label": "rolldown release-age exclusions",
      "community_name": "Community 643",
      "id": "remix_pnpm_workspace_release_age_exclusions"
    },
    {
      "label": "Allowed Build Dependencies",
      "file_type": "concept",
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 643,
      "norm_label": "allowed build dependencies",
      "community_name": "Community 643",
      "id": "remix_pnpm_workspace_allowed_build_dependencies"
    },
    {
      "label": "log",
      "file_type": "code",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "log",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_log"
    },
    {
      "label": "isSandbox",
      "file_type": "code",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "issandbox",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_is_sandbox"
    },
    {
      "label": "requiredScopes",
      "file_type": "code",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "requiredscopes",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_required_scopes"
    },
    {
      "label": "optionalScopes",
      "file_type": "code",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "optionalscopes",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_optional_scopes"
    },
    {
      "label": "renderLoginButton",
      "file_type": "code",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "renderloginbutton",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_render_login_button"
    },
    {
      "label": "guardSandbox",
      "file_type": "code",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "guardsandbox",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_guard_sandbox"
    },
    {
      "label": "withSession",
      "file_type": "code",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "withsession",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_with_session"
    },
    {
      "label": "Thingtime Embed Integration Guide",
      "file_type": "document",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": "/docs/embed",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 673,
      "norm_label": "thingtime embed integration guide",
      "community_name": "Community 673",
      "id": "remix_public_sdk_demo_docs_embed"
    },
    {
      "label": "Thingtime Embed API Reference",
      "file_type": "document",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": "/docs/api/embed",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 673,
      "norm_label": "thingtime embed api reference",
      "community_name": "Community 673",
      "id": "remix_public_sdk_demo_docs_api_embed"
    },
    {
      "label": "Thingtime App Registration API",
      "file_type": "concept",
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "source_url": "/api/v1/apps",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 497,
      "norm_label": "thingtime app registration api",
      "community_name": "Community 497",
      "id": "remix_public_sdk_demo_apps_api"
    },
    {
      "label": "Green Canopy Icon Layer",
      "file_type": "image",
      "source_file": "iOS/Thingtime/Resources/AppIcon.icon/Assets/canopy.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 655,
      "norm_label": "green canopy icon layer",
      "community_name": "Community 655",
      "id": "ios_thingtime_resources_appicon_icon_assets_canopy_canopy_layer"
    },
    {
      "label": "Brown Trunk Icon Layer",
      "file_type": "image",
      "source_file": "iOS/Thingtime/Resources/AppIcon.icon/Assets/trunk.svg",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 655,
      "norm_label": "brown trunk icon layer",
      "community_name": "Community 655",
      "id": "ios_thingtime_resources_appicon_icon_assets_trunk_trunk_layer"
    },
    {
      "label": "Thingtime App Icon Logo",
      "file_type": "image",
      "source_file": "iOS/Thingtime/Resources/Assets.xcassets/AppIcon.appiconset/icon-1024.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 655,
      "norm_label": "thingtime app icon logo",
      "community_name": "Community 655",
      "id": "ios_thingtime_resources_assets_appicon_appiconset_icon_1024_thingtime_app_icon"
    },
    {
      "label": "Thingtime Android App Icon 144\u00d7144",
      "file_type": "image",
      "source_file": "remix/public/android-icon-144x144.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime android app icon 144\u00d7144",
      "community_name": "Community 496",
      "id": "remix_public_android_icon_144x144_image"
    },
    {
      "label": "Thingtime Android App Icon 192\u00d7192",
      "file_type": "image",
      "source_file": "remix/public/android-icon-192x192.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime android app icon 192\u00d7192",
      "community_name": "Community 496",
      "id": "remix_public_android_icon_192x192_image"
    },
    {
      "label": "Thingtime Android App Icon 36\u00d736",
      "file_type": "image",
      "source_file": "remix/public/android-icon-36x36.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1059,
      "norm_label": "thingtime android app icon 36\u00d736",
      "community_name": "Community 1059",
      "id": "remix_public_android_icon_36x36_image"
    },
    {
      "label": "Thingtime Android App Icon 48\u00d748",
      "file_type": "image",
      "source_file": "remix/public/android-icon-48x48.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1060,
      "norm_label": "thingtime android app icon 48\u00d748",
      "community_name": "Community 1060",
      "id": "remix_public_android_icon_48x48_image"
    },
    {
      "label": "Thingtime Android App Icon 72\u00d772",
      "file_type": "image",
      "source_file": "remix/public/android-icon-72x72.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1061,
      "norm_label": "thingtime android app icon 72\u00d772",
      "community_name": "Community 1061",
      "id": "remix_public_android_icon_72x72_image"
    },
    {
      "label": "Thingtime Android App Icon 96\u00d796",
      "file_type": "image",
      "source_file": "remix/public/android-icon-96x96.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1062,
      "norm_label": "thingtime android app icon 96\u00d796",
      "community_name": "Community 1062",
      "id": "remix_public_android_icon_96x96_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 114\u00d7114",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-114x114.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime apple touch icon 114\u00d7114",
      "community_name": "Community 496",
      "id": "remix_public_apple_icon_114x114_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 120\u00d7120",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-120x120.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime apple touch icon 120\u00d7120",
      "community_name": "Community 496",
      "id": "remix_public_apple_icon_120x120_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 144\u00d7144",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-144x144.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime apple touch icon 144\u00d7144",
      "community_name": "Community 496",
      "id": "remix_public_apple_icon_144x144_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 152\u00d7152",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-152x152.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime apple touch icon 152\u00d7152",
      "community_name": "Community 496",
      "id": "remix_public_apple_icon_152x152_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 180\u00d7180",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-180x180.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime apple touch icon 180\u00d7180",
      "community_name": "Community 496",
      "id": "remix_public_apple_icon_180x180_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 57\u00d757",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-57x57.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime apple touch icon 57\u00d757",
      "community_name": "Community 496",
      "id": "remix_public_apple_icon_57x57_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 60\u00d760",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-60x60.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 496,
      "norm_label": "thingtime apple touch icon 60\u00d760",
      "community_name": "Community 496",
      "id": "remix_public_apple_icon_60x60_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 72\u00d772",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-72x72.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1063,
      "norm_label": "thingtime apple touch icon 72\u00d772",
      "community_name": "Community 1063",
      "id": "remix_public_apple_icon_72x72_image"
    },
    {
      "label": "Thingtime Apple Touch Icon 76\u00d776",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-76x76.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1064,
      "norm_label": "thingtime apple touch icon 76\u00d776",
      "community_name": "Community 1064",
      "id": "remix_public_apple_icon_76x76_image"
    },
    {
      "label": "Thingtime Precomposed Apple Touch Icon",
      "file_type": "image",
      "source_file": "remix/public/apple-icon-precomposed.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1066,
      "norm_label": "thingtime precomposed apple touch icon",
      "community_name": "Community 1066",
      "id": "remix_public_apple_icon_precomposed_image"
    },
    {
      "label": "Thingtime Apple Touch Icon",
      "file_type": "image",
      "source_file": "remix/public/apple-icon.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1065,
      "norm_label": "thingtime apple touch icon",
      "community_name": "Community 1065",
      "id": "remix_public_apple_icon_image"
    },
    {
      "label": "Thingtime Favicon 16\u00d716",
      "file_type": "image",
      "source_file": "remix/public/favicon-16x16.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1068,
      "norm_label": "thingtime favicon 16\u00d716",
      "community_name": "Community 1068",
      "id": "remix_public_favicon_16x16_image"
    },
    {
      "label": "Thingtime Favicon 32\u00d732",
      "file_type": "image",
      "source_file": "remix/public/favicon-32x32.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1069,
      "norm_label": "thingtime favicon 32\u00d732",
      "community_name": "Community 1069",
      "id": "remix_public_favicon_32x32_image"
    },
    {
      "label": "Thingtime Favicon 96\u00d796",
      "file_type": "image",
      "source_file": "remix/public/favicon-96x96.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1070,
      "norm_label": "thingtime favicon 96\u00d796",
      "community_name": "Community 1070",
      "id": "remix_public_favicon_96x96_image"
    },
    {
      "label": "Thingtime application icon (144\u00d7144)",
      "file_type": "image",
      "source_file": "remix/public/ms-icon-144x144.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1077,
      "norm_label": "thingtime application icon (144\u00d7144)",
      "community_name": "Community 1077",
      "id": "remix_public_ms_icon_144x144_image"
    },
    {
      "label": "Thingtime application icon (150\u00d7150)",
      "file_type": "image",
      "source_file": "remix/public/ms-icon-150x150.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1078,
      "norm_label": "thingtime application icon (150\u00d7150)",
      "community_name": "Community 1078",
      "id": "remix_public_ms_icon_150x150_image"
    },
    {
      "label": "Thingtime application icon (310\u00d7310)",
      "file_type": "image",
      "source_file": "remix/public/ms-icon-310x310.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1079,
      "norm_label": "thingtime application icon (310\u00d7310)",
      "community_name": "Community 1079",
      "id": "remix_public_ms_icon_310x310_image"
    },
    {
      "label": "Thingtime application icon (70\u00d770)",
      "file_type": "image",
      "source_file": "remix/public/ms-icon-70x70.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1080,
      "norm_label": "thingtime application icon (70\u00d770)",
      "community_name": "Community 1080",
      "id": "remix_public_ms_icon_70x70_image"
    },
    {
      "label": "Thingtime Android Chrome application icon (192\u00d7192)",
      "file_type": "image",
      "source_file": "resources/favicon/favicon_io (2)/android-chrome-192x192.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1089,
      "norm_label": "thingtime android chrome application icon (192\u00d7192)",
      "community_name": "Community 1089",
      "id": "resources_favicon_favicon_io_2_android_chrome_192x192_image"
    },
    {
      "label": "Thingtime Android Chrome application icon (512\u00d7512)",
      "file_type": "image",
      "source_file": "resources/favicon/favicon_io (2)/android-chrome-512x512.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1090,
      "norm_label": "thingtime android chrome application icon (512\u00d7512)",
      "community_name": "Community 1090",
      "id": "resources_favicon_favicon_io_2_android_chrome_512x512_image"
    },
    {
      "label": "Thingtime Apple touch application icon",
      "file_type": "image",
      "source_file": "resources/favicon/favicon_io (2)/apple-touch-icon.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1091,
      "norm_label": "thingtime apple touch application icon",
      "community_name": "Community 1091",
      "id": "resources_favicon_favicon_io_2_apple_touch_icon_image"
    },
    {
      "label": "Thingtime favicon (16\u00d716)",
      "file_type": "image",
      "source_file": "resources/favicon/favicon_io (2)/favicon-16x16.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1092,
      "norm_label": "thingtime favicon (16\u00d716)",
      "community_name": "Community 1092",
      "id": "resources_favicon_favicon_io_2_favicon_16x16_image"
    },
    {
      "label": "Thingtime favicon (32\u00d732)",
      "file_type": "image",
      "source_file": "resources/favicon/favicon_io (2)/favicon-32x32.png",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1093,
      "norm_label": "thingtime favicon (32\u00d732)",
      "community_name": "Community 1093",
      "id": "resources_favicon_favicon_io_2_favicon_32x32_image"
    },
    {
      "label": "Synchronous Local Cache",
      "file_type": "code",
      "source_file": "hooks/localCache",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 755,
      "norm_label": "synchronous local cache",
      "community_name": "Community 755",
      "id": "hooks_localcache"
    },
    {
      "label": "Development Script",
      "file_type": "code",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 695,
      "norm_label": "development script",
      "community_name": "Community 695",
      "id": "ai_all_dev_script"
    },
    {
      "label": "Nitro Development Script",
      "file_type": "code",
      "source_file": "remix/scripts/dev-nitro.cjs",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 694,
      "norm_label": "nitro development script",
      "community_name": "Community 694",
      "id": "ai_all_dev_nitro"
    },
    {
      "label": "Synchronous Local Cache Tier",
      "file_type": "code",
      "source_file": "remix/app/hooks/localCache",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 699,
      "norm_label": "synchronous local cache tier",
      "community_name": "Community 699",
      "id": "ai_all_local_cache"
    },
    {
      "label": "API v1 Route File",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 693,
      "norm_label": "api v1 route file",
      "community_name": "Community 693",
      "id": "ai_all_api_route_file"
    },
    {
      "label": "iOS AGENTS.md",
      "file_type": "document",
      "source_file": "iOS/AGENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 698,
      "norm_label": "ios agents.md",
      "community_name": "Community 698",
      "id": "ai_all_ios_agents_md"
    },
    {
      "label": "TestFlight Beta Script",
      "file_type": "code",
      "source_file": "iOS/scripts/testflight-beta.sh",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 702,
      "norm_label": "testflight beta script",
      "community_name": "Community 702",
      "id": "ai_all_testflight_script"
    },
    {
      "label": "Graphify Semantic Cache",
      "file_type": "concept",
      "source_file": "graphify-out/cache/semantic/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 696,
      "norm_label": "graphify semantic cache",
      "community_name": "Community 696",
      "id": "ai_all_graphify_semantic_cache"
    },
    {
      "label": "PR-Specific Notes",
      "file_type": "document",
      "source_file": "PRs/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 701,
      "norm_label": "pr-specific notes",
      "community_name": "Community 701",
      "id": "ai_all_pr_notes"
    },
    {
      "label": "PR 162: Fix Index Bootstrap Retries",
      "file_type": "document",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex",
      "contributor": null,
      "community": 767,
      "norm_label": "pr 162: fix index bootstrap retries",
      "community_name": "Community 767",
      "id": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_pr_162"
    },
    {
      "label": "Immediate ensureIndexes Retry after Failure",
      "file_type": "concept",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex",
      "contributor": null,
      "community": 766,
      "norm_label": "immediate ensureindexes retry after failure",
      "community_name": "Community 766",
      "id": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_ensure_indexes_retry"
    },
    {
      "label": "PR 164: Password Hasher and Mongosh Rotation Snippet",
      "file_type": "document",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/164",
      "captured_at": null,
      "author": "Claude",
      "contributor": null,
      "community": 769,
      "norm_label": "pr 164: password hasher and mongosh rotation snippet",
      "community_name": "Community 769",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_pr_164"
    },
    {
      "label": "Anonymous Password Hashing Intent",
      "file_type": "concept",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Claude",
      "contributor": null,
      "community": 768,
      "norm_label": "anonymous password hashing intent",
      "community_name": "Community 768",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_hash_password"
    },
    {
      "label": "BinData-Safe Mongosh Password Rotation Snippet",
      "file_type": "concept",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Claude",
      "contributor": null,
      "community": 770,
      "norm_label": "bindata-safe mongosh password rotation snippet",
      "community_name": "Community 770",
      "id": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_rotate_snippet"
    },
    {
      "label": "Delight and Growth Idea Bank",
      "file_type": "document",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1114,
      "norm_label": "delight and growth idea bank",
      "community_name": "Community 1114",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_delight_growth_idea_bank"
    },
    {
      "label": "Growth and Stickiness Features",
      "file_type": "concept",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1115,
      "norm_label": "growth and stickiness features",
      "community_name": "Community 1115",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_growth_features"
    },
    {
      "label": "Power User and Developer Tools",
      "file_type": "concept",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1116,
      "norm_label": "power user and developer tools",
      "community_name": "Community 1116",
      "id": "todo_claude_todo_10_delight_and_growth_ideas_power_user_tools"
    },
    {
      "label": "Drawer/",
      "file_type": "code",
      "source_file": "remix/app/components/Nav/Drawer/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1005,
      "norm_label": "drawer/",
      "community_name": "Community 1005",
      "id": "remix_app_components_nav_drawer"
    },
    {
      "label": "Thingtime.PRConflictAutoResolverModelWaterfall setting",
      "file_type": "concept",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 785,
      "norm_label": "thingtime.prconflictautoresolvermodelwaterfall setting",
      "community_name": "Community 785",
      "id": "prs_178_prconflictautoresolvermodelwaterfall_setting"
    },
    {
      "label": "App-Owner Storage Manager (/apps/manage)",
      "file_type": "concept",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 710,
      "norm_label": "app-owner storage manager (/apps/manage)",
      "community_name": "Community 710",
      "id": "concept_app_storage_manager"
    },
    {
      "label": "Versioned Subscription Tier Catalog",
      "file_type": "concept",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 711,
      "norm_label": "versioned subscription tier catalog",
      "community_name": "Community 711",
      "id": "concept_subscription_tiers"
    },
    {
      "label": "Account/App Ownership Links",
      "file_type": "concept",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 707,
      "norm_label": "account/app ownership links",
      "community_name": "Community 707",
      "id": "concept_account_links"
    },
    {
      "label": "/admin Dashboard (Users/Apps/Tiers/System)",
      "file_type": "concept",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 708,
      "norm_label": "/admin dashboard (users/apps/tiers/system)",
      "community_name": "Community 708",
      "id": "concept_admin_dashboard"
    },
    {
      "label": "Anti-Abuse Storage Hardening",
      "file_type": "concept",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 709,
      "norm_label": "anti-abuse storage hardening",
      "community_name": "Community 709",
      "id": "concept_anti_abuse_hardening"
    },
    {
      "label": "Contextual Lopu Error Presentation",
      "file_type": "concept",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 788,
      "norm_label": "contextual lopu error presentation",
      "community_name": "Community 788",
      "id": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_lopu_error_presentation"
    },
    {
      "label": "PR 197",
      "file_type": "document",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 793,
      "norm_label": "pr 197",
      "community_name": "Community 793",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_pr_197"
    },
    {
      "label": "seed-builtin-schemas",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 797,
      "norm_label": "seed-builtin-schemas",
      "community_name": "Community 797",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_seed_builtin_schemas"
    },
    {
      "label": "backfill-user-storage-accounting",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 789,
      "norm_label": "backfill-user-storage-accounting",
      "community_name": "Community 789",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_backfill_user_storage_accounting"
    },
    {
      "label": "Control Storage Class",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 790,
      "norm_label": "control storage class",
      "community_name": "Community 790",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_control_storage_class"
    },
    {
      "label": "Migration Diagnostic v2 Envelope",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 792,
      "norm_label": "migration diagnostic v2 envelope",
      "community_name": "Community 792",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_migration_diagnostic_v2_envelope"
    },
    {
      "label": "Protected Secure Envelope",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 796,
      "norm_label": "protected secure envelope",
      "community_name": "Community 796",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_secure_envelope"
    },
    {
      "label": "Ordinary Diagnostic Projection",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 791,
      "norm_label": "ordinary diagnostic projection",
      "community_name": "Community 791",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_diagnostic_projection"
    },
    {
      "label": "/api/v1/things/reveal",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 795,
      "norm_label": "/api/v1/things/reveal",
      "community_name": "Community 795",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_reveal_endpoint"
    },
    {
      "label": "/thing/:id",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 799,
      "norm_label": "/thing/:id",
      "community_name": "Community 799",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_thing_detail_route"
    },
    {
      "label": "Sensitive Value Redaction",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 798,
      "norm_label": "sensitive value redaction",
      "community_name": "Community 798",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_sensitive_value_redaction"
    },
    {
      "label": "Reveal Access Controls",
      "file_type": "concept",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 794,
      "norm_label": "reveal access controls",
      "community_name": "Community 794",
      "id": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_reveal_access_controls"
    },
    {
      "label": "PR 190 Conflict Repair Note",
      "file_type": "document",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": null,
      "source_url": "https://github.com/lopugit/thingtime/pull/190",
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 787,
      "norm_label": "pr 190 conflict repair note",
      "community_name": "Community 787",
      "id": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190"
    },
    {
      "label": "PR 206 Feature Promoter Hardening Note",
      "file_type": "document",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 800,
      "norm_label": "pr 206 feature promoter hardening note",
      "community_name": "Community 800",
      "id": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206"
    },
    {
      "label": "PR 207 Empty Pick Detection Note",
      "file_type": "document",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 801,
      "norm_label": "pr 207 empty pick detection note",
      "community_name": "Community 801",
      "id": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_pr_207"
    },
    {
      "label": "PR #210 Actions Control-Plane Rollup",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 812,
      "norm_label": "pr #210 actions control-plane rollup",
      "community_name": "Community 812",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_210"
    },
    {
      "label": "Atomic Promotion from Develop to Main",
      "file_type": "concept",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 803,
      "norm_label": "atomic promotion from develop to main",
      "community_name": "Community 803",
      "id": "prs_210_promote_actions_control_plane_rollup_atomic_promotion"
    },
    {
      "label": "GitHub Actions Control Plane",
      "file_type": "concept",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 802,
      "norm_label": "github actions control plane",
      "community_name": "Community 802",
      "id": "prs_210_promote_actions_control_plane_rollup_actions_control_plane"
    },
    {
      "label": "PR #192 Promotion Changelog",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 805,
      "norm_label": "pr #192 promotion changelog",
      "community_name": "Community 805",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_192"
    },
    {
      "label": "PR #194 Mergeability Polling",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 807,
      "norm_label": "pr #194 mergeability polling",
      "community_name": "Community 807",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_194"
    },
    {
      "label": "PR #193 Develop History Protection",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 806,
      "norm_label": "pr #193 develop history protection",
      "community_name": "Community 806",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_193"
    },
    {
      "label": "PR #199 Resolver and Rebaser Ownership",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 808,
      "norm_label": "pr #199 resolver and rebaser ownership",
      "community_name": "Community 808",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_199"
    },
    {
      "label": "PR #190 Per-Feature Promotion Workflow",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 804,
      "norm_label": "pr #190 per-feature promotion workflow",
      "community_name": "Community 804",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_190"
    },
    {
      "label": "PR #206 Promoter Isolation and Recovery",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 809,
      "norm_label": "pr #206 promoter isolation and recovery",
      "community_name": "Community 809",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_206"
    },
    {
      "label": "PR #207 Runner-Safe Promoter Self-Test",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 810,
      "norm_label": "pr #207 runner-safe promoter self-test",
      "community_name": "Community 810",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_207"
    },
    {
      "label": "PR #208 Genuine Stack Rebase Restriction",
      "file_type": "document",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 811,
      "norm_label": "pr #208 genuine stack rebase restriction",
      "community_name": "Community 811",
      "id": "prs_210_promote_actions_control_plane_rollup_pr_208"
    },
    {
      "label": "PR 222 Typecheck Ratchet Warning-Only CI Note",
      "file_type": "document",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 823,
      "norm_label": "pr 222 typecheck ratchet warning-only ci note",
      "community_name": "Community 823",
      "id": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222"
    },
    {
      "label": "Electron App Release Listener Workflow",
      "file_type": "code",
      "source_file": ".github/workflows/electron-release.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 750,
      "norm_label": "electron app release listener workflow",
      "community_name": "Community 750",
      "id": "github_workflows_electron_release_listener"
    },
    {
      "label": "Sync Main into Develop Listener Workflow",
      "file_type": "code",
      "source_file": ".github/workflows/sync-main-into-develop.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 754,
      "norm_label": "sync main into develop listener workflow",
      "community_name": "Community 754",
      "id": "github_workflows_sync_main_into_develop_listener"
    },
    {
      "label": "PR #211 \u2014 Centralize Actions and Add the CI Control Dashboard",
      "file_type": "rationale",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": null,
      "community": 492,
      "norm_label": "pr #211 \u2014 centralize actions and add the ci control dashboard",
      "community_name": "Community 492",
      "id": "prs_211_ci_control_plane_dashboard"
    },
    {
      "label": "Protected ci-* Control Thing Kinds",
      "file_type": "concept",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 813,
      "norm_label": "protected ci-* control thing kinds",
      "community_name": "Community 813",
      "id": "prs_211_ci_thing_kinds"
    },
    {
      "label": "Signed GitHub/Vercel Webhook Verification",
      "file_type": "concept",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 814,
      "norm_label": "signed github/vercel webhook verification",
      "community_name": "Community 814",
      "id": "prs_211_webhook_verification"
    },
    {
      "label": "PR 258 Thin-listener Promotion Repair",
      "file_type": "document",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 639,
      "norm_label": "pr 258 thin-listener promotion repair",
      "community_name": "Community 639",
      "id": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_thin_listener_repair"
    },
    {
      "label": "Stale Develop-preview Controller Script",
      "file_type": "concept",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 829,
      "norm_label": "stale develop-preview controller script",
      "community_name": "Community 829",
      "id": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_stale_preview_controller"
    },
    {
      "label": "Protected GitHub Actions Control Plane",
      "file_type": "concept",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 828,
      "norm_label": "protected github actions control plane",
      "community_name": "Community 828",
      "id": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_protected_actions_control_plane"
    },
    {
      "label": "Workflow: Develop S3 PR preview (listener)",
      "file_type": "code",
      "source_file": ".github/workflows/develop-pr-preview.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "workflow: develop s3 pr preview (listener)",
      "community_name": "Community 513",
      "id": "github_workflows_develop_pr_preview"
    },
    {
      "label": "Job: control-plane (develop-pr-preview)",
      "file_type": "code",
      "source_file": ".github/workflows/develop-pr-preview.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "job: control-plane (develop-pr-preview)",
      "community_name": "Community 513",
      "id": "github_workflows_develop_pr_preview_control_plane"
    },
    {
      "label": "Workflow: Promote features to main (listener)",
      "file_type": "code",
      "source_file": ".github/workflows/promote-features-to-main.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "workflow: promote features to main (listener)",
      "community_name": "Community 513",
      "id": "github_workflows_promote_features_to_main"
    },
    {
      "label": "Job: control-plane (promote-features-to-main)",
      "file_type": "code",
      "source_file": ".github/workflows/promote-features-to-main.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "job: control-plane (promote-features-to-main)",
      "community_name": "Community 513",
      "id": "github_workflows_promote_features_to_main_control_plane"
    },
    {
      "label": "Workflow: Web CI (listener)",
      "file_type": "code",
      "source_file": ".github/workflows/web-ci.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "workflow: web ci (listener)",
      "community_name": "Community 513",
      "id": "github_workflows_web_ci"
    },
    {
      "label": "Job: control-plane (web-ci)",
      "file_type": "code",
      "source_file": ".github/workflows/web-ci.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "job: control-plane (web-ci)",
      "community_name": "Community 513",
      "id": "github_workflows_web_ci_control_plane"
    },
    {
      "label": "Protected github-actions Branch Reusable Workflows",
      "file_type": "concept",
      "source_file": ".github/workflows/web-ci.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "protected github-actions branch reusable workflows",
      "community_name": "Community 513",
      "id": "github_actions_branch_reusable_workflows"
    },
    {
      "label": "Graphify Knowledge-Graph Workflow Rules",
      "file_type": "concept",
      "source_file": "AI_ALL.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 697,
      "norm_label": "graphify knowledge-graph workflow rules",
      "community_name": "Community 697",
      "id": "ai_all_graphify_workflow"
    },
    {
      "label": "Worktree Dev Servers & PM2 Port Derivation",
      "file_type": "concept",
      "source_file": "AI_ALL.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 703,
      "norm_label": "worktree dev servers & pm2 port derivation",
      "community_name": "Community 703",
      "id": "ai_all_worktree_dev_servers"
    },
    {
      "label": "GitHub Push and PR Publishing Rules (develop base)",
      "file_type": "concept",
      "source_file": "AI_ALL.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 513,
      "norm_label": "github push and pr publishing rules (develop base)",
      "community_name": "Community 513",
      "id": "ai_all_pr_publishing"
    },
    {
      "label": "Optimistic Rendering UI House Rule",
      "file_type": "concept",
      "source_file": "AI_ALL.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 700,
      "norm_label": "optimistic rendering ui house rule",
      "community_name": "Community 700",
      "id": "ai_all_optimistic_rendering"
    },
    {
      "label": "Three-Place API Endpoint Registration",
      "file_type": "concept",
      "source_file": "AI_ALL.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 692,
      "norm_label": "three-place api endpoint registration",
      "community_name": "Community 692",
      "id": "ai_all_api_endpoint_registration"
    },
    {
      "label": "Recoverable temporary Things-session bootstrap",
      "file_type": "concept",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 764,
      "norm_label": "recoverable temporary things-session bootstrap",
      "community_name": "Community 764",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_temporary_user_bootstrap"
    },
    {
      "label": "THING_KIND_ICONS registry",
      "file_type": "concept",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 765,
      "norm_label": "thing_kind_icons registry",
      "community_name": "Community 765",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_thing_kind_icons"
    },
    {
      "label": "Vercel preview freshness/stale-tab recovery bootstrap",
      "file_type": "concept",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 763,
      "norm_label": "vercel preview freshness/stale-tab recovery bootstrap",
      "community_name": "Community 763",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_preview_freshness_bootstrap"
    },
    {
      "label": "Persisted Thingtime function revival repair",
      "file_type": "concept",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 762,
      "norm_label": "persisted thingtime function revival repair",
      "community_name": "Community 762",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_persisted_function_revival"
    },
    {
      "label": "Commander click-away / Mobile Safari click recovery",
      "file_type": "concept",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 761,
      "norm_label": "commander click-away / mobile safari click recovery",
      "community_name": "Community 761",
      "id": "prs_154_claude_unified_things_page_796e34_unified_things_page_commander_click_away"
    },
    {
      "label": "PR #172 \u2014 Followers/friends, notifications, post views",
      "file_type": "document",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 777,
      "norm_label": "pr #172 \u2014 followers/friends, notifications, post views",
      "community_name": "Community 777",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_pr172"
    },
    {
      "label": "follow Thing kind",
      "file_type": "concept",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 772,
      "norm_label": "follow thing kind",
      "community_name": "Community 772",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_follow_thing"
    },
    {
      "label": "friend Thing kind (request \u2192 accept)",
      "file_type": "concept",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 773,
      "norm_label": "friend thing kind (request \u2192 accept)",
      "community_name": "Community 773",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_friend_thing"
    },
    {
      "label": "notification Thing kind (server-minted)",
      "file_type": "concept",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 775,
      "norm_label": "notification thing kind (server-minted)",
      "community_name": "Community 775",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_notification_thing"
    },
    {
      "label": "postViews collection + view telemetry",
      "file_type": "concept",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 776,
      "norm_label": "postviews collection + view telemetry",
      "community_name": "Community 776",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_post_views"
    },
    {
      "label": "notificationPrefs push/email channel matrix",
      "file_type": "concept",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 774,
      "norm_label": "notificationprefs push/email channel matrix",
      "community_name": "Community 774",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_notification_prefs"
    },
    {
      "label": "Weekly summary email digest",
      "file_type": "concept",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 778,
      "norm_label": "weekly summary email digest",
      "community_name": "Community 778",
      "id": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_weekly_summary"
    },
    {
      "label": "PR #174 \u2014 Thingtime Messenger platform",
      "file_type": "document",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 784,
      "norm_label": "pr #174 \u2014 thingtime messenger platform",
      "community_name": "Community 784",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr174"
    },
    {
      "label": "chat-message Thing kind",
      "file_type": "concept",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 780,
      "norm_label": "chat-message thing kind",
      "community_name": "Community 780",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_chat_message"
    },
    {
      "label": "chat-member Thing kind (membership + read receipts)",
      "file_type": "concept",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 779,
      "norm_label": "chat-member thing kind (membership + read receipts)",
      "community_name": "Community 779",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_chat_member"
    },
    {
      "label": "community Thing kind (Spaces)",
      "file_type": "concept",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 781,
      "norm_label": "community thing kind (spaces)",
      "community_name": "Community 781",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_community"
    },
    {
      "label": "custom-emoji Thing kind",
      "file_type": "concept",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 782,
      "norm_label": "custom-emoji thing kind",
      "community_name": "Community 782",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_custom_emoji"
    },
    {
      "label": "Messenger membership gate (api/utils/messenger)",
      "file_type": "concept",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 783,
      "norm_label": "messenger membership gate (api/utils/messenger)",
      "community_name": "Community 783",
      "id": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_membership_gate"
    },
    {
      "label": "PR #212 \u2014 Secure develop-target PR previews",
      "file_type": "document",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 441,
      "norm_label": "pr #212 \u2014 secure develop-target pr previews",
      "community_name": "Community 441",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_pr212"
    },
    {
      "label": "Trusted develop-preview deployment controller",
      "file_type": "concept",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 815,
      "norm_label": "trusted develop-preview deployment controller",
      "community_name": "Community 815",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_develop_preview_controller"
    },
    {
      "label": "*.previews.dev.thingtime.com wildcard alias",
      "file_type": "concept",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 816,
      "norm_label": "*.previews.dev.thingtime.com wildcard alias",
      "community_name": "Community 816",
      "id": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_preview_alias_wildcard"
    },
    {
      "label": "PR #213 \u2014 Automatic promotion-conflict resolution",
      "file_type": "document",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 817,
      "norm_label": "pr #213 \u2014 automatic promotion-conflict resolution",
      "community_name": "Community 817",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_pr213"
    },
    {
      "label": "Bot-only promotion conflict resolver worker",
      "file_type": "concept",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 819,
      "norm_label": "bot-only promotion conflict resolver worker",
      "community_name": "Community 819",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_promotion_resolver_worker"
    },
    {
      "label": "Immutable source/base promotion plan envelope",
      "file_type": "concept",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 818,
      "norm_label": "immutable source/base promotion plan envelope",
      "community_name": "Community 818",
      "id": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_promotion_plan"
    },
    {
      "label": "Signed CI provider router",
      "file_type": "concept",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 821,
      "norm_label": "signed ci provider router",
      "community_name": "Community 821",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_provider_router"
    },
    {
      "label": "Ephemeral Vercel Sandbox self-hosted runner",
      "file_type": "concept",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 822,
      "norm_label": "ephemeral vercel sandbox self-hosted runner",
      "community_name": "Community 822",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_vercel_sandbox_runner"
    },
    {
      "label": "ci-automation-policy protected Thing",
      "file_type": "concept",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 820,
      "norm_label": "ci-automation-policy protected thing",
      "community_name": "Community 820",
      "id": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_ci_automation_policy"
    },
    {
      "label": "Thin develop Web CI listener",
      "file_type": "concept",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 824,
      "norm_label": "thin develop web ci listener",
      "community_name": "Community 824",
      "id": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_web_ci_listener"
    },
    {
      "label": "Live CNAME + HTTPS publication gate",
      "file_type": "concept",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 825,
      "norm_label": "live cname + https publication gate",
      "community_name": "Community 825",
      "id": "prs_233_codex_fix_develop_preview_dns_gate_dns_probe_gate"
    },
    {
      "label": "TestFlight beta upload flow",
      "file_type": "document",
      "source_file": "iOS/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 758,
      "norm_label": "testflight beta upload flow",
      "community_name": "Community 758",
      "id": "ios_readme_testflight_beta"
    },
    {
      "label": "Thingtime app target (XcodeGen)",
      "file_type": "code",
      "source_file": "iOS/project.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 654,
      "norm_label": "thingtime app target (xcodegen)",
      "community_name": "Community 654",
      "id": "ios_project_thingtime_target"
    },
    {
      "label": "ThingtimeTests unit-test target",
      "file_type": "code",
      "source_file": "iOS/project.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 654,
      "norm_label": "thingtimetests unit-test target",
      "community_name": "Community 654",
      "id": "ios_project_thingtimetests_target"
    },
    {
      "label": "Thingtime scheme (build/test/archive)",
      "file_type": "code",
      "source_file": "iOS/project.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 654,
      "norm_label": "thingtime scheme (build/test/archive)",
      "community_name": "Community 654",
      "id": "ios_project_thingtime_scheme"
    },
    {
      "label": "api/utils/email/ (owned email layer)",
      "file_type": "code",
      "source_file": "remix/app/api/utils/email/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1000,
      "norm_label": "api/utils/email/ (owned email layer)",
      "community_name": "Community 1000",
      "id": "remix_app_api_utils_email"
    },
    {
      "label": "api/utils/messenger/",
      "file_type": "code",
      "source_file": "remix/app/api/utils/messenger/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1001,
      "norm_label": "api/utils/messenger/",
      "community_name": "Community 1001",
      "id": "remix_app_api_utils_messenger"
    },
    {
      "label": "api/utils/subscriptions/",
      "file_type": "code",
      "source_file": "remix/app/api/utils/subscriptions/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 429,
      "norm_label": "api/utils/subscriptions/",
      "community_name": "Community 429",
      "id": "remix_app_api_utils_subscriptions"
    },
    {
      "label": "api/utils/ciControl/",
      "file_type": "code",
      "source_file": "remix/app/api/utils/ciControl/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 998,
      "norm_label": "api/utils/cicontrol/",
      "community_name": "Community 998",
      "id": "remix_app_api_utils_cicontrol"
    },
    {
      "label": "Thingtime/ContextMenu/",
      "file_type": "code",
      "source_file": "remix/app/components/Thingtime/ContextMenu/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1008,
      "norm_label": "thingtime/contextmenu/",
      "community_name": "Community 1008",
      "id": "remix_app_components_thingtime_contextmenu"
    },
    {
      "label": "components/Attachments/",
      "file_type": "code",
      "source_file": "remix/app/components/Attachments/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1003,
      "norm_label": "components/attachments/",
      "community_name": "Community 1003",
      "id": "remix_app_components_attachments"
    },
    {
      "label": "components/Profile/",
      "file_type": "code",
      "source_file": "remix/app/components/Profile/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1006,
      "norm_label": "components/profile/",
      "community_name": "Community 1006",
      "id": "remix_app_components_profile"
    },
    {
      "label": "components/Messenger/",
      "file_type": "code",
      "source_file": "remix/app/components/Messenger/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1004,
      "norm_label": "components/messenger/",
      "community_name": "Community 1004",
      "id": "remix_app_components_messenger"
    },
    {
      "label": "components/Admin/",
      "file_type": "code",
      "source_file": "remix/app/components/Admin/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1002,
      "norm_label": "components/admin/",
      "community_name": "Community 1002",
      "id": "remix_app_components_admin"
    },
    {
      "label": "components/Things/",
      "file_type": "code",
      "source_file": "remix/app/components/Things/",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1007,
      "norm_label": "components/things/",
      "community_name": "Community 1007",
      "id": "remix_app_components_things"
    },
    {
      "label": "scripts/worktree-ports.cjs",
      "file_type": "code",
      "source_file": "remix/scripts/worktree-ports.cjs",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1088,
      "norm_label": "scripts/worktree-ports.cjs",
      "community_name": "Community 1088",
      "id": "remix_scripts_worktree_ports"
    },
    {
      "label": "scripts/dev-pm2.cjs",
      "file_type": "code",
      "source_file": "remix/scripts/dev-pm2.cjs",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1085,
      "norm_label": "scripts/dev-pm2.cjs",
      "community_name": "Community 1085",
      "id": "remix_scripts_dev_pm2"
    },
    {
      "label": "scripts/pre-dev.sh",
      "file_type": "code",
      "source_file": "remix/scripts/pre-dev.sh",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1086,
      "norm_label": "scripts/pre-dev.sh",
      "community_name": "Community 1086",
      "id": "remix_scripts_pre_dev"
    },
    {
      "label": ".github/workflows/resolve-pr-conflicts.yml",
      "file_type": "code",
      "source_file": ".github/workflows/resolve-pr-conflicts.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 753,
      "norm_label": ".github/workflows/resolve-pr-conflicts.yml",
      "community_name": "Community 753",
      "id": "github_workflows_resolve_pr_conflicts"
    },
    {
      "label": ".github/workflows/rebase-pr-stacks.yml",
      "file_type": "code",
      "source_file": ".github/workflows/rebase-pr-stacks.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 752,
      "norm_label": ".github/workflows/rebase-pr-stacks.yml",
      "community_name": "Community 752",
      "id": "github_workflows_rebase_pr_stacks"
    },
    {
      "label": ".github/workflows/promote-develop-to-main.yml",
      "file_type": "code",
      "source_file": ".github/workflows/promote-develop-to-main.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 751,
      "norm_label": ".github/workflows/promote-develop-to-main.yml",
      "community_name": "Community 751",
      "id": "github_workflows_promote_develop_to_main"
    },
    {
      "label": "docs/api/service-accounts.md",
      "file_type": "document",
      "source_file": "docs/api/service-accounts.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 713,
      "norm_label": "docs/api/service-accounts.md",
      "community_name": "Community 713",
      "id": "docs_api_service_accounts"
    },
    {
      "label": "prepare-round.sh",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "prepare-round.sh",
      "id": "github_scripts_rebase_stack_prepare_round",
      "community_name": "Community 424"
    },
    {
      "label": "prepare-round.sh script",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "prepare-round.sh script",
      "id": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "community_name": "Community 424"
    },
    {
      "label": "emit()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L18",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "emit()",
      "id": "github_scripts_rebase_stack_prepare_round_emit",
      "community_name": "Community 424"
    },
    {
      "label": "emit_paths()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L22",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "emit_paths()",
      "id": "github_scripts_rebase_stack_prepare_round_emit_paths",
      "community_name": "Community 424"
    },
    {
      "label": "secure_git_environment()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L34",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "secure_git_environment()",
      "id": "github_scripts_rebase_stack_prepare_round_secure_git_environment",
      "community_name": "Community 424"
    },
    {
      "label": "rebase_in_progress()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L47",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "rebase_in_progress()",
      "id": "github_scripts_rebase_stack_prepare_round_rebase_in_progress",
      "community_name": "Community 424"
    },
    {
      "label": "unsafe_path_syntax()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L51",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "unsafe_path_syntax()",
      "id": "github_scripts_rebase_stack_prepare_round_unsafe_path_syntax",
      "community_name": "Community 424"
    },
    {
      "label": "review_sensitive_path()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L58",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "review_sensitive_path()",
      "id": "github_scripts_rebase_stack_prepare_round_review_sensitive_path",
      "community_name": "Community 424"
    },
    {
      "label": "has_coherent_zdiff3_markers()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L91",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "has_coherent_zdiff3_markers()",
      "id": "github_scripts_rebase_stack_prepare_round_has_coherent_zdiff3_markers",
      "community_name": "Community 424"
    },
    {
      "label": "assert_safe_regular_text_conflict()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L123",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "assert_safe_regular_text_conflict()",
      "id": "github_scripts_rebase_stack_prepare_round_assert_safe_regular_text_conflict",
      "community_name": "Community 424"
    },
    {
      "label": "sha256_file()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L174",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "sha256_file()",
      "id": "github_scripts_rebase_stack_prepare_round_sha256_file",
      "community_name": "Community 424"
    },
    {
      "label": "sha256_stdin()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L182",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "sha256_stdin()",
      "id": "github_scripts_rebase_stack_prepare_round_sha256_stdin",
      "community_name": "Community 424"
    },
    {
      "label": "hash_rebase_state()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L190",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "hash_rebase_state()",
      "id": "github_scripts_rebase_stack_prepare_round_hash_rebase_state",
      "community_name": "Community 424"
    },
    {
      "label": "write_unmerged_paths()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L208",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "write_unmerged_paths()",
      "id": "github_scripts_rebase_stack_prepare_round_write_unmerged_paths",
      "community_name": "Community 424"
    },
    {
      "label": "clear_scratch()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L221",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 424,
      "norm_label": "clear_scratch()",
      "id": "github_scripts_rebase_stack_prepare_round_clear_scratch",
      "community_name": "Community 424"
    },
    {
      "label": "test-sensitive-comment-helper.sh",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 610,
      "norm_label": "test-sensitive-comment-helper.sh",
      "id": "github_scripts_rebase_stack_test_sensitive_comment_helper",
      "community_name": "Community 610"
    },
    {
      "label": "test-sensitive-comment-helper.sh script",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 610,
      "norm_label": "test-sensitive-comment-helper.sh script",
      "id": "github_scripts_rebase_stack_test_sensitive_comment_helper_sh__entry",
      "community_name": "Community 610"
    },
    {
      "label": "cleanup()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L14",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 610,
      "norm_label": "cleanup()",
      "id": "github_scripts_rebase_stack_test_sensitive_comment_helper_cleanup",
      "community_name": "Community 610"
    },
    {
      "label": "extract_helper()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L21",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 610,
      "norm_label": "extract_helper()",
      "id": "github_scripts_rebase_stack_test_sensitive_comment_helper_extract_helper",
      "community_name": "Community 610"
    },
    {
      "label": "exercise_helper()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L129",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 610,
      "norm_label": "exercise_helper()",
      "id": "github_scripts_rebase_stack_test_sensitive_comment_helper_exercise_helper",
      "community_name": "Community 610"
    },
    {
      "label": "test-sensitive-path-policy.sh",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "community": 638,
      "norm_label": "test-sensitive-path-policy.sh",
      "id": "github_scripts_rebase_stack_test_sensitive_path_policy",
      "community_name": "Community 638"
    },
    {
      "label": "test-sensitive-path-policy.sh script",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "community": 638,
      "norm_label": "test-sensitive-path-policy.sh script",
      "id": "github_scripts_rebase_stack_test_sensitive_path_policy_sh__entry",
      "community_name": "Community 638"
    },
    {
      "label": "cleanup()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L18",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 638,
      "norm_label": "cleanup()",
      "id": "github_scripts_rebase_stack_test_sensitive_path_policy_cleanup",
      "community_name": "Community 638"
    },
    {
      "label": "write_revision()",
      "file_type": "code",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L39",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "community": 638,
      "norm_label": "write_revision()",
      "id": "github_scripts_rebase_stack_test_sensitive_path_policy_write_revision",
      "community_name": "Community 638"
    },
    {
      "label": "ThingtimeProvider.tsx",
      "file_type": "code",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimeprovider.tsx",
      "id": "remix_app_providers_thingtimeprovider",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeTypes",
      "file_type": "code",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L20",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimetypes",
      "id": "remix_app_providers_thingtimeprovider_thingtimetypes",
      "community_name": "Community 28"
    },
    {
      "label": "EverythingTypes",
      "file_type": "code",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L31",
      "_origin": "ast",
      "community": 28,
      "norm_label": "everythingtypes",
      "id": "remix_app_providers_thingtimeprovider_everythingtypes",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeContext",
      "file_type": "code",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L35",
      "_origin": "ast",
      "community": 28,
      "norm_label": "thingtimecontext",
      "id": "remix_app_providers_thingtimeprovider_thingtimecontext",
      "community_name": "Community 28"
    },
    {
      "label": "ThingtimeProvider()",
      "file_type": "code",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L53",
      "_origin": "ast",
      "community": 208,
      "norm_label": "thingtimeprovider()",
      "id": "remix_app_providers_thingtimeprovider_thingtimeprovider",
      "community_name": "Community 208"
    },
    {
      "label": "thingtimePersistCodec.test.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 255,
      "norm_label": "thingtimepersistcodec.test.ts",
      "id": "remix_app_providers_thingtimepersistcodec_test",
      "community_name": "Community 255"
    },
    {
      "label": "roundtrip()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 255,
      "norm_label": "roundtrip()",
      "id": "remix_app_providers_thingtimepersistcodec_test_roundtrip",
      "community_name": "Community 255"
    },
    {
      "label": "thingtimePersistCodec.ts",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 255,
      "norm_label": "thingtimepersistcodec.ts",
      "id": "remix_app_providers_thingtimepersistcodec",
      "community_name": "Community 255"
    },
    {
      "label": "reviver()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L36",
      "_origin": "ast",
      "community": 255,
      "norm_label": "reviver()",
      "id": "remix_app_providers_thingtimepersistcodec_reviver",
      "community_name": "Community 255"
    },
    {
      "label": "replacer()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 255,
      "norm_label": "replacer()",
      "id": "remix_app_providers_thingtimepersistcodec_replacer",
      "community_name": "Community 255"
    },
    {
      "label": "parse()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L125",
      "_origin": "ast",
      "community": 255,
      "norm_label": "parse()",
      "id": "remix_app_providers_thingtimepersistcodec_parse",
      "community_name": "Community 255"
    },
    {
      "label": "stringify()",
      "file_type": "code",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L134",
      "_origin": "ast",
      "community": 255,
      "norm_label": "stringify()",
      "id": "remix_app_providers_thingtimepersistcodec_stringify",
      "community_name": "Community 255"
    },
    {
      "label": "environment.test.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/environment.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 184,
      "norm_label": "environment.test.ts",
      "id": "remix_app_api_utils_vercel_environment_test",
      "community_name": "Community 184"
    },
    {
      "label": "environment.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 184,
      "norm_label": "environment.ts",
      "id": "remix_app_api_utils_vercel_environment",
      "community_name": "Community 184"
    },
    {
      "label": "DeploymentStatusEnvironment",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 184,
      "norm_label": "deploymentstatusenvironment",
      "id": "remix_app_api_utils_vercel_environment_deploymentstatusenvironment",
      "community_name": "Community 184"
    },
    {
      "label": "isVisibleVercelEnvironment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 184,
      "norm_label": "isvisiblevercelenvironment()",
      "id": "remix_app_api_utils_vercel_environment_isvisiblevercelenvironment",
      "community_name": "Community 184"
    },
    {
      "label": "isVercelStatusEnabled()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L11",
      "_origin": "ast",
      "community": 184,
      "norm_label": "isvercelstatusenabled()",
      "id": "remix_app_api_utils_vercel_environment_isvercelstatusenabled",
      "community_name": "Community 184"
    },
    {
      "label": "status.ts",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 184,
      "norm_label": "status.ts",
      "id": "remix_app_api_utils_vercel_status",
      "community_name": "Community 184"
    },
    {
      "label": "VercelDeploymentStatus",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L5",
      "_origin": "ast",
      "community": 641,
      "norm_label": "verceldeploymentstatus",
      "id": "remix_app_api_utils_vercel_status_verceldeploymentstatus",
      "community_name": "Community 641"
    },
    {
      "label": "VercelDeploymentSummary",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L34",
      "_origin": "ast",
      "community": 376,
      "norm_label": "verceldeploymentsummary",
      "id": "remix_app_api_utils_vercel_status_verceldeploymentsummary",
      "community_name": "Community 376"
    },
    {
      "label": "VercelDeploymentsOverview",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L47",
      "_origin": "ast",
      "community": 376,
      "norm_label": "verceldeploymentsoverview",
      "id": "remix_app_api_utils_vercel_status_verceldeploymentsoverview",
      "community_name": "Community 376"
    },
    {
      "label": "deploymentPageCache",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L74",
      "_origin": "ast",
      "community": 184,
      "norm_label": "deploymentpagecache",
      "id": "remix_app_api_utils_vercel_status_deploymentpagecache",
      "community_name": "Community 184"
    },
    {
      "label": "projectDataCache",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 184,
      "norm_label": "projectdatacache",
      "id": "remix_app_api_utils_vercel_status_projectdatacache",
      "community_name": "Community 184"
    },
    {
      "label": "getCachedJson()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L77",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getcachedjson()",
      "id": "remix_app_api_utils_vercel_status_getcachedjson",
      "community_name": "Community 484"
    },
    {
      "label": "normaliseDeploymentBranchLimit()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L92",
      "_origin": "ast",
      "community": 484,
      "norm_label": "normalisedeploymentbranchlimit()",
      "id": "remix_app_api_utils_vercel_status_normalisedeploymentbranchlimit",
      "community_name": "Community 484"
    },
    {
      "label": "setCachedJson()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L115",
      "_origin": "ast",
      "community": 484,
      "norm_label": "setcachedjson()",
      "id": "remix_app_api_utils_vercel_status_setcachedjson",
      "community_name": "Community 484"
    },
    {
      "label": "normaliseUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L127",
      "_origin": "ast",
      "community": 184,
      "norm_label": "normaliseurl()",
      "id": "remix_app_api_utils_vercel_status_normaliseurl",
      "community_name": "Community 184"
    },
    {
      "label": "normaliseState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L135",
      "_origin": "ast",
      "community": 184,
      "norm_label": "normalisestate()",
      "id": "remix_app_api_utils_vercel_status_normalisestate",
      "community_name": "Community 184"
    },
    {
      "label": "clampPercent()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L163",
      "_origin": "ast",
      "community": 184,
      "norm_label": "clamppercent()",
      "id": "remix_app_api_utils_vercel_status_clamppercent",
      "community_name": "Community 184"
    },
    {
      "label": "normaliseProgress()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L171",
      "_origin": "ast",
      "community": 184,
      "norm_label": "normaliseprogress()",
      "id": "remix_app_api_utils_vercel_status_normaliseprogress",
      "community_name": "Community 184"
    },
    {
      "label": "getObjectValue()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L184",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getobjectvalue()",
      "id": "remix_app_api_utils_vercel_status_getobjectvalue",
      "community_name": "Community 184"
    },
    {
      "label": "getStringValue()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L192",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getstringvalue()",
      "id": "remix_app_api_utils_vercel_status_getstringvalue",
      "community_name": "Community 184"
    },
    {
      "label": "LIVE_STATUS_DEPLOYMENT_STATES",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L197",
      "_origin": "ast",
      "community": 184,
      "norm_label": "live_status_deployment_states",
      "id": "remix_app_api_utils_vercel_status_live_status_deployment_states",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentState()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L206",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentstate()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentstate",
      "community_name": "Community 184"
    },
    {
      "label": "isLiveStatusDeployment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L212",
      "_origin": "ast",
      "community": 184,
      "norm_label": "islivestatusdeployment()",
      "id": "remix_app_api_utils_vercel_status_islivestatusdeployment",
      "community_name": "Community 184"
    },
    {
      "label": "getVercelApiHeaders()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L216",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getvercelapiheaders()",
      "id": "remix_app_api_utils_vercel_status_getvercelapiheaders",
      "community_name": "Community 484"
    },
    {
      "label": "getVercelDeploymentsPage()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L221",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getverceldeploymentspage()",
      "id": "remix_app_api_utils_vercel_status_getverceldeploymentspage",
      "community_name": "Community 484"
    },
    {
      "label": "getVercelDeploymentsPages()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L290",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getverceldeploymentspages()",
      "id": "remix_app_api_utils_vercel_status_getverceldeploymentspages",
      "community_name": "Community 484"
    },
    {
      "label": "getDashboardOwnerSlug()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L344",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdashboardownerslug()",
      "id": "remix_app_api_utils_vercel_status_getdashboardownerslug",
      "community_name": "Community 184"
    },
    {
      "label": "getDashboardProjectSlug()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L357",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdashboardprojectslug()",
      "id": "remix_app_api_utils_vercel_status_getdashboardprojectslug",
      "community_name": "Community 184"
    },
    {
      "label": "getVercelProjectData()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L361",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getvercelprojectdata()",
      "id": "remix_app_api_utils_vercel_status_getvercelprojectdata",
      "community_name": "Community 484"
    },
    {
      "label": "getProjectDashboardUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L406",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getprojectdashboardurl()",
      "id": "remix_app_api_utils_vercel_status_getprojectdashboardurl",
      "community_name": "Community 184"
    },
    {
      "label": "appendDeploymentIdToDashboardUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L423",
      "_origin": "ast",
      "community": 184,
      "norm_label": "appenddeploymentidtodashboardurl()",
      "id": "remix_app_api_utils_vercel_status_appenddeploymentidtodashboardurl",
      "community_name": "Community 184"
    },
    {
      "label": "getOwnerSlugFromDeploymentHost()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L443",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getownerslugfromdeploymenthost()",
      "id": "remix_app_api_utils_vercel_status_getownerslugfromdeploymenthost",
      "community_name": "Community 184"
    },
    {
      "label": "getProjectSlugFromDeploymentHost()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L451",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getprojectslugfromdeploymenthost()",
      "id": "remix_app_api_utils_vercel_status_getprojectslugfromdeploymenthost",
      "community_name": "Community 184"
    },
    {
      "label": "getDashboardUrlFromDeploymentHost()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L469",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdashboardurlfromdeploymenthost()",
      "id": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentDashboardUrl()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L498",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentdashboardurl()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentdashboardurl",
      "community_name": "Community 184"
    },
    {
      "label": "getTimestamp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L525",
      "_origin": "ast",
      "community": 184,
      "norm_label": "gettimestamp()",
      "id": "remix_app_api_utils_vercel_status_gettimestamp",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentReadyAt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L544",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentreadyat()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentreadyat",
      "community_name": "Community 184"
    },
    {
      "label": "formatRelativeTime()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L553",
      "_origin": "ast",
      "community": 184,
      "norm_label": "formatrelativetime()",
      "id": "remix_app_api_utils_vercel_status_formatrelativetime",
      "community_name": "Community 184"
    },
    {
      "label": "getLastReadyDeployment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L577",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getlastreadydeployment()",
      "id": "remix_app_api_utils_vercel_status_getlastreadydeployment",
      "community_name": "Community 184"
    },
    {
      "label": "isMatchingDeployment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L581",
      "_origin": "ast",
      "community": 184,
      "norm_label": "ismatchingdeployment()",
      "id": "remix_app_api_utils_vercel_status_ismatchingdeployment",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentId()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L601",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentid()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentid",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentBranch()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L605",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentbranch()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentbranch",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentCommitSha()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L616",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentcommitsha()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentcommitsha",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentEnvironment()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L623",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentenvironment()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentenvironment",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentCreatedAt()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L627",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentcreatedat()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentcreatedat",
      "community_name": "Community 184"
    },
    {
      "label": "getDeploymentSummaryTimestamp()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L635",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getdeploymentsummarytimestamp()",
      "id": "remix_app_api_utils_vercel_status_getdeploymentsummarytimestamp",
      "community_name": "Community 184"
    },
    {
      "label": "getBranchDeploymentKey()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L642",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getbranchdeploymentkey()",
      "id": "remix_app_api_utils_vercel_status_getbranchdeploymentkey",
      "community_name": "Community 184"
    },
    {
      "label": "getBuildProgressFromChecks()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L648",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getbuildprogressfromchecks()",
      "id": "remix_app_api_utils_vercel_status_getbuildprogressfromchecks",
      "community_name": "Community 184"
    },
    {
      "label": "formatBuildPhase()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L708",
      "_origin": "ast",
      "community": 184,
      "norm_label": "formatbuildphase()",
      "id": "remix_app_api_utils_vercel_status_formatbuildphase",
      "community_name": "Community 184"
    },
    {
      "label": "getTokenlessFallback()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L735",
      "_origin": "ast",
      "community": 184,
      "norm_label": "gettokenlessfallback()",
      "id": "remix_app_api_utils_vercel_status_gettokenlessfallback",
      "community_name": "Community 184"
    },
    {
      "label": "getVercelDeploymentStatus()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L778",
      "_origin": "ast",
      "community": 184,
      "norm_label": "getverceldeploymentstatus()",
      "id": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "community_name": "Community 184"
    },
    {
      "label": "getVercelDeploymentsOverview()",
      "file_type": "code",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L951",
      "_origin": "ast",
      "community": 484,
      "norm_label": "getverceldeploymentsoverview()",
      "id": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview",
      "community_name": "Community 484"
    },
    {
      "label": "root-data.server.test.ts",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.test.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 386,
      "norm_label": "root-data.server.test.ts",
      "id": "remix_app_root_data_server_test",
      "community_name": "Community 386"
    },
    {
      "label": "TEST_ENV_KEYS",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.test.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 386,
      "norm_label": "test_env_keys",
      "id": "remix_app_root_data_server_test_test_env_keys",
      "community_name": "Community 386"
    },
    {
      "label": "withTestEnv()",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.test.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 386,
      "norm_label": "withtestenv()",
      "id": "remix_app_root_data_server_test_withtestenv",
      "community_name": "Community 386"
    },
    {
      "label": "root-data.server.ts",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 386,
      "norm_label": "root-data.server.ts",
      "id": "remix_app_root_data_server",
      "community_name": "Community 386"
    },
    {
      "label": "RootLoaderData",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L6",
      "_origin": "ast",
      "community": 90,
      "norm_label": "rootloaderdata",
      "id": "remix_app_root_data_server_rootloaderdata",
      "community_name": "Community 90"
    },
    {
      "label": "PUBLIC_THINGTIME_ENV_KEYS",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 386,
      "norm_label": "public_thingtime_env_keys",
      "id": "remix_app_root_data_server_public_thingtime_env_keys",
      "community_name": "Community 386"
    },
    {
      "label": "getDeploymentBranchName()",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L27",
      "_origin": "ast",
      "community": 386,
      "norm_label": "getdeploymentbranchname()",
      "id": "remix_app_root_data_server_getdeploymentbranchname",
      "community_name": "Community 386"
    },
    {
      "label": "loadRootData()",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L35",
      "_origin": "ast",
      "community": 386,
      "norm_label": "loadrootdata()",
      "id": "remix_app_root_data_server_loadrootdata",
      "community_name": "Community 386"
    },
    {
      "label": "rootDataResponse()",
      "file_type": "code",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L82",
      "_origin": "ast",
      "community": 386,
      "norm_label": "rootdataresponse()",
      "id": "remix_app_root_data_server_rootdataresponse",
      "community_name": "Community 386"
    },
    {
      "label": "_register.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/register/_register.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 670,
      "norm_label": "_register.tsx",
      "id": "remix_app_routes_api_v1_auth_register_register",
      "community_name": "Community 670"
    },
    {
      "label": "action()",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/register/_register.tsx",
      "source_location": "L25",
      "_origin": "ast",
      "community": 670,
      "norm_label": "action()",
      "id": "remix_app_routes_api_v1_auth_register_register_action",
      "community_name": "Community 670"
    },
    {
      "label": "PreviewPane.tsx",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/PreviewPane.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 391,
      "norm_label": "previewpane.tsx",
      "id": "remix_app_routes_docs_previewpane",
      "community_name": "Community 391"
    },
    {
      "label": "PreviewFrameProps",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/PreviewPane.tsx",
      "source_location": "L1",
      "_origin": "ast",
      "community": 391,
      "norm_label": "previewframeprops",
      "id": "remix_app_routes_docs_previewpane_previewframeprops",
      "community_name": "Community 391"
    },
    {
      "label": "PreviewFrame()",
      "file_type": "code",
      "source_file": "remix/app/routes/docs/PreviewPane.tsx",
      "source_location": "L10",
      "_origin": "ast",
      "community": 391,
      "norm_label": "previewframe()",
      "id": "remix_app_routes_docs_previewpane_previewframe",
      "community_name": "Community 391"
    },
    {
      "label": "apiTests.ts",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitests.ts",
      "id": "remix_app_tests_api_apitests",
      "community_name": "Community 188"
    },
    {
      "label": "uniqueSuffix()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L8",
      "_origin": "ast",
      "community": 188,
      "norm_label": "uniquesuffix()",
      "id": "remix_app_tests_api_apitests_uniquesuffix",
      "community_name": "Community 188"
    },
    {
      "label": "uniqueTestIp()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 188,
      "norm_label": "uniquetestip()",
      "id": "remix_app_tests_api_apitests_uniquetestip",
      "community_name": "Community 188"
    },
    {
      "label": "plusAlias()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L21",
      "_origin": "ast",
      "community": 188,
      "norm_label": "plusalias()",
      "id": "remix_app_tests_api_apitests_plusalias",
      "community_name": "Community 188"
    },
    {
      "label": "uniqueServiceAccountBody()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L26",
      "_origin": "ast",
      "community": 188,
      "norm_label": "uniqueserviceaccountbody()",
      "id": "remix_app_tests_api_apitests_uniqueserviceaccountbody",
      "community_name": "Community 188"
    },
    {
      "label": "uniqueEmailRegisterBody()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L40",
      "_origin": "ast",
      "community": 188,
      "norm_label": "uniqueemailregisterbody()",
      "id": "remix_app_tests_api_apitests_uniqueemailregisterbody",
      "community_name": "Community 188"
    },
    {
      "label": "uniqueEmailServiceAccountBody()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L55",
      "_origin": "ast",
      "community": 188,
      "norm_label": "uniqueemailserviceaccountbody()",
      "id": "remix_app_tests_api_apitests_uniqueemailserviceaccountbody",
      "community_name": "Community 188"
    },
    {
      "label": "sixDigitCode()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L75",
      "_origin": "ast",
      "community": 188,
      "norm_label": "sixdigitcode()",
      "id": "remix_app_tests_api_apitests_sixdigitcode",
      "community_name": "Community 188"
    },
    {
      "label": "uniqueEmailOtpBody()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L87",
      "_origin": "ast",
      "community": 188,
      "norm_label": "uniqueemailotpbody()",
      "id": "remix_app_tests_api_apitests_uniqueemailotpbody",
      "community_name": "Community 188"
    },
    {
      "label": "isObject()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L93",
      "_origin": "ast",
      "community": 188,
      "norm_label": "isobject()",
      "id": "remix_app_tests_api_apitests_isobject",
      "community_name": "Community 188"
    },
    {
      "label": "decodeJwtPayload()",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L95",
      "_origin": "ast",
      "community": 188,
      "norm_label": "decodejwtpayload()",
      "id": "remix_app_tests_api_apitests_decodejwtpayload",
      "community_name": "Community 188"
    },
    {
      "label": "apiDocsSmokeTests",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L109",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apidocssmoketests",
      "id": "remix_app_tests_api_apitests_apidocssmoketests",
      "community_name": "Community 188"
    },
    {
      "label": "apiTests",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L136",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitests",
      "id": "remix_app_tests_api_apitests_apitests",
      "community_name": "Community 188"
    },
    {
      "label": "apiTestGroups",
      "file_type": "code",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L1790",
      "_origin": "ast",
      "community": 188,
      "norm_label": "apitestgroups",
      "id": "remix_app_tests_api_apitests_apitestgroups",
      "community_name": "Community 188"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L1",
      "_origin": "ast",
      "community": 557,
      "norm_label": "package.json",
      "id": "remix_package",
      "community_name": "Community 557"
    },
    {
      "label": "private",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L2",
      "_origin": "ast",
      "community": 557,
      "norm_label": "private",
      "id": "remix_package_private",
      "community_name": "Community 557"
    },
    {
      "label": "sideEffects",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L3",
      "_origin": "ast",
      "community": 557,
      "norm_label": "sideeffects",
      "id": "remix_package_sideeffects",
      "community_name": "Community 557"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L4",
      "_origin": "ast",
      "community": 557,
      "norm_label": "version",
      "id": "remix_package_version",
      "community_name": "Community 557"
    },
    {
      "label": "packageManager",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L5",
      "_origin": "ast",
      "community": 557,
      "norm_label": "packagemanager",
      "id": "remix_package_packagemanager",
      "community_name": "Community 557"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L6",
      "_origin": "ast",
      "community": 132,
      "norm_label": "scripts",
      "id": "remix_package_scripts",
      "community_name": "Community 132"
    },
    {
      "label": "build",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L7",
      "_origin": "ast",
      "community": 132,
      "norm_label": "build",
      "id": "remix_package_scripts_build",
      "community_name": "Community 132"
    },
    {
      "label": "build:client",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L8",
      "_origin": "ast",
      "community": 132,
      "norm_label": "build:client",
      "id": "remix_package_scripts_build_client",
      "community_name": "Community 132"
    },
    {
      "label": "build:server",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L9",
      "_origin": "ast",
      "community": 132,
      "norm_label": "build:server",
      "id": "remix_package_scripts_build_server",
      "community_name": "Community 132"
    },
    {
      "label": "ensure-bcrypt",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L10",
      "_origin": "ast",
      "community": 132,
      "norm_label": "ensure-bcrypt",
      "id": "remix_package_scripts_ensure_bcrypt",
      "community_name": "Community 132"
    },
    {
      "label": "ensure-deps",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L11",
      "_origin": "ast",
      "community": 132,
      "norm_label": "ensure-deps",
      "id": "remix_package_scripts_ensure_deps",
      "community_name": "Community 132"
    },
    {
      "label": "postinstall",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L12",
      "_origin": "ast",
      "community": 132,
      "norm_label": "postinstall",
      "id": "remix_package_scripts_postinstall",
      "community_name": "Community 132"
    },
    {
      "label": "pre-dev",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L13",
      "_origin": "ast",
      "community": 132,
      "norm_label": "pre-dev",
      "id": "remix_package_scripts_pre_dev",
      "community_name": "Community 132"
    },
    {
      "label": "dev",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L14",
      "_origin": "ast",
      "community": 132,
      "norm_label": "dev",
      "id": "remix_package_scripts_dev",
      "community_name": "Community 132"
    },
    {
      "label": "dev:nitro",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L15",
      "_origin": "ast",
      "community": 132,
      "norm_label": "dev:nitro",
      "id": "remix_package_scripts_dev_nitro",
      "community_name": "Community 132"
    },
    {
      "label": "dev:vite",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L16",
      "_origin": "ast",
      "community": 132,
      "norm_label": "dev:vite",
      "id": "remix_package_scripts_dev_vite",
      "community_name": "Community 132"
    },
    {
      "label": "lint",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L17",
      "_origin": "ast",
      "community": 132,
      "norm_label": "lint",
      "id": "remix_package_scripts_lint",
      "community_name": "Community 132"
    },
    {
      "label": "lint:files",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L18",
      "_origin": "ast",
      "community": 132,
      "norm_label": "lint:files",
      "id": "remix_package_scripts_lint_files",
      "community_name": "Community 132"
    },
    {
      "label": "test",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L19",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test",
      "id": "remix_package_scripts_test",
      "community_name": "Community 132"
    },
    {
      "label": "test:api",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L20",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:api",
      "id": "remix_package_scripts_test_api",
      "community_name": "Community 132"
    },
    {
      "label": "test:unit",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L21",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:unit",
      "id": "remix_package_scripts_test_unit",
      "community_name": "Community 132"
    },
    {
      "label": "typecheck",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L22",
      "_origin": "ast",
      "community": 132,
      "norm_label": "typecheck",
      "id": "remix_package_scripts_typecheck",
      "community_name": "Community 132"
    },
    {
      "label": "typecheck:ratchet",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L23",
      "_origin": "ast",
      "community": 132,
      "norm_label": "typecheck:ratchet",
      "id": "remix_package_scripts_typecheck_ratchet",
      "community_name": "Community 132"
    },
    {
      "label": "lint-fix",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L24",
      "_origin": "ast",
      "community": 132,
      "norm_label": "lint-fix",
      "id": "remix_package_scripts_lint_fix",
      "community_name": "Community 132"
    },
    {
      "label": "format",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L25",
      "_origin": "ast",
      "community": 132,
      "norm_label": "format",
      "id": "remix_package_scripts_format",
      "community_name": "Community 132"
    },
    {
      "label": "patch:vercel-output",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L26",
      "_origin": "ast",
      "community": 132,
      "norm_label": "patch:vercel-output",
      "id": "remix_package_scripts_patch_vercel_output",
      "community_name": "Community 132"
    },
    {
      "label": "preview",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L27",
      "_origin": "ast",
      "community": 132,
      "norm_label": "preview",
      "id": "remix_package_scripts_preview",
      "community_name": "Community 132"
    },
    {
      "label": "sync:nitro-template",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L28",
      "_origin": "ast",
      "community": 132,
      "norm_label": "sync:nitro-template",
      "id": "remix_package_scripts_sync_nitro_template",
      "community_name": "Community 132"
    },
    {
      "label": "test:acl",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L29",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:acl",
      "id": "remix_package_scripts_test_acl",
      "community_name": "Community 132"
    },
    {
      "label": "test:attachments",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L30",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:attachments",
      "id": "remix_package_scripts_test_attachments",
      "community_name": "Community 132"
    },
    {
      "label": "test:ai-model-routing",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L31",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:ai-model-routing",
      "id": "remix_package_scripts_test_ai_model_routing",
      "community_name": "Community 132"
    },
    {
      "label": "test:app-origins",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L32",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:app-origins",
      "id": "remix_package_scripts_test_app_origins",
      "community_name": "Community 132"
    },
    {
      "label": "test:app-storage",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L33",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:app-storage",
      "id": "remix_package_scripts_test_app_storage",
      "community_name": "Community 132"
    },
    {
      "label": "verify:app-storage",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L34",
      "_origin": "ast",
      "community": 132,
      "norm_label": "verify:app-storage",
      "id": "remix_package_scripts_verify_app_storage",
      "community_name": "Community 132"
    },
    {
      "label": "test:autosave",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L35",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:autosave",
      "id": "remix_package_scripts_test_autosave",
      "community_name": "Community 132"
    },
    {
      "label": "test:collections",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L36",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:collections",
      "id": "remix_package_scripts_test_collections",
      "community_name": "Community 132"
    },
    {
      "label": "test:client-errors",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L37",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:client-errors",
      "id": "remix_package_scripts_test_client_errors",
      "community_name": "Community 132"
    },
    {
      "label": "test:ci-control",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L38",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:ci-control",
      "id": "remix_package_scripts_test_ci_control",
      "community_name": "Community 132"
    },
    {
      "label": "test:dependencies",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L39",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:dependencies",
      "id": "remix_package_scripts_test_dependencies",
      "community_name": "Community 132"
    },
    {
      "label": "test:editorjs",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L40",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:editorjs",
      "id": "remix_package_scripts_test_editorjs",
      "community_name": "Community 132"
    },
    {
      "label": "test:lopu",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L41",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:lopu",
      "id": "remix_package_scripts_test_lopu",
      "community_name": "Community 132"
    },
    {
      "label": "test:migrations",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L42",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:migrations",
      "id": "remix_package_scripts_test_migrations",
      "community_name": "Community 132"
    },
    {
      "label": "test:messenger",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L43",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:messenger",
      "id": "remix_package_scripts_test_messenger",
      "community_name": "Community 132"
    },
    {
      "label": "test:preview-build",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L44",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:preview-build",
      "id": "remix_package_scripts_test_preview_build",
      "community_name": "Community 132"
    },
    {
      "label": "test:sensitive-reveal",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L45",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:sensitive-reveal",
      "id": "remix_package_scripts_test_sensitive_reveal",
      "community_name": "Community 132"
    },
    {
      "label": "test:quota",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L46",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:quota",
      "id": "remix_package_scripts_test_quota",
      "community_name": "Community 132"
    },
    {
      "label": "test:root-data",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L47",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:root-data",
      "id": "remix_package_scripts_test_root_data",
      "community_name": "Community 132"
    },
    {
      "label": "test:schemas",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L48",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:schemas",
      "id": "remix_package_scripts_test_schemas",
      "community_name": "Community 132"
    },
    {
      "label": "test:settings",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L49",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:settings",
      "id": "remix_package_scripts_test_settings",
      "community_name": "Community 132"
    },
    {
      "label": "test:storage",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L50",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:storage",
      "id": "remix_package_scripts_test_storage",
      "community_name": "Community 132"
    },
    {
      "label": "test:storage-recovery",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L51",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:storage-recovery",
      "id": "remix_package_scripts_test_storage_recovery",
      "community_name": "Community 132"
    },
    {
      "label": "test:temporary-user",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L52",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:temporary-user",
      "id": "remix_package_scripts_test_temporary_user",
      "community_name": "Community 132"
    },
    {
      "label": "test:things",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L53",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:things",
      "id": "remix_package_scripts_test_things",
      "community_name": "Community 132"
    },
    {
      "label": "test:typecheck-ratchet",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L54",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:typecheck-ratchet",
      "id": "remix_package_scripts_test_typecheck_ratchet",
      "community_name": "Community 132"
    },
    {
      "label": "test:vercel-status",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L55",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:vercel-status",
      "id": "remix_package_scripts_test_vercel_status",
      "community_name": "Community 132"
    },
    {
      "label": "test:vercel-config",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L56",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:vercel-config",
      "id": "remix_package_scripts_test_vercel_config",
      "community_name": "Community 132"
    },
    {
      "label": "test:web-ci-context",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L57",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:web-ci-context",
      "id": "remix_package_scripts_test_web_ci_context",
      "community_name": "Community 132"
    },
    {
      "label": "test:workflow-callers",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L58",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:workflow-callers",
      "id": "remix_package_scripts_test_workflow_callers",
      "community_name": "Community 132"
    },
    {
      "label": "test:subscriptions",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L59",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:subscriptions",
      "id": "remix_package_scripts_test_subscriptions",
      "community_name": "Community 132"
    },
    {
      "label": "test:persist",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L60",
      "_origin": "ast",
      "community": 132,
      "norm_label": "test:persist",
      "id": "remix_package_scripts_test_persist",
      "community_name": "Community 132"
    },
    {
      "label": "verify:vercel-output",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L61",
      "_origin": "ast",
      "community": 132,
      "norm_label": "verify:vercel-output",
      "id": "remix_package_scripts_verify_vercel_output",
      "community_name": "Community 132"
    },
    {
      "label": "dependencies",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L63",
      "_origin": "ast",
      "community": 103,
      "norm_label": "dependencies",
      "id": "remix_package_dependencies",
      "community_name": "Community 103"
    },
    {
      "label": "@anthropic-ai/sdk",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L64",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@anthropic-ai/sdk",
      "id": "remix_package_dependencies_anthropic_ai_sdk",
      "community_name": "Community 103"
    },
    {
      "label": "@aws-sdk/client-s3",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L65",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@aws-sdk/client-s3",
      "id": "remix_package_dependencies_aws_sdk_client_s3",
      "community_name": "Community 103"
    },
    {
      "label": "@aws-sdk/client-sesv2",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L66",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@aws-sdk/client-sesv2",
      "id": "remix_package_dependencies_aws_sdk_client_sesv2",
      "community_name": "Community 103"
    },
    {
      "label": "@aws-sdk/s3-request-presigner",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L67",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@aws-sdk/s3-request-presigner",
      "id": "remix_package_dependencies_aws_sdk_s3_request_presigner",
      "community_name": "Community 103"
    },
    {
      "label": "@chakra-ui/react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L68",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@chakra-ui/react",
      "id": "remix_package_dependencies_chakra_ui_react",
      "community_name": "Community 103"
    },
    {
      "label": "@chakra-ui/react-types",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L69",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@chakra-ui/react-types",
      "id": "remix_package_dependencies_chakra_ui_react_types",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/checklist",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L70",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/checklist",
      "id": "remix_package_dependencies_editorjs_checklist",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/code",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L71",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/code",
      "id": "remix_package_dependencies_editorjs_code",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/delimiter",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L72",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/delimiter",
      "id": "remix_package_dependencies_editorjs_delimiter",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/editorjs",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L73",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/editorjs",
      "id": "remix_package_dependencies_editorjs_editorjs",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/embed",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L74",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/embed",
      "id": "remix_package_dependencies_editorjs_embed",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/header",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L75",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/header",
      "id": "remix_package_dependencies_editorjs_header",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/inline-code",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L76",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/inline-code",
      "id": "remix_package_dependencies_editorjs_inline_code",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/list",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L77",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/list",
      "id": "remix_package_dependencies_editorjs_list",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/marker",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L78",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/marker",
      "id": "remix_package_dependencies_editorjs_marker",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/quote",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L79",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/quote",
      "id": "remix_package_dependencies_editorjs_quote",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/simple-image",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L80",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/simple-image",
      "id": "remix_package_dependencies_editorjs_simple_image",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/table",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L81",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/table",
      "id": "remix_package_dependencies_editorjs_table",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/underline",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L82",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/underline",
      "id": "remix_package_dependencies_editorjs_underline",
      "community_name": "Community 103"
    },
    {
      "label": "@editorjs/warning",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L83",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@editorjs/warning",
      "id": "remix_package_dependencies_editorjs_warning",
      "community_name": "Community 103"
    },
    {
      "label": "@emotion/cache",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L84",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@emotion/cache",
      "id": "remix_package_dependencies_emotion_cache",
      "community_name": "Community 103"
    },
    {
      "label": "@emotion/react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L85",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@emotion/react",
      "id": "remix_package_dependencies_emotion_react",
      "community_name": "Community 103"
    },
    {
      "label": "@emotion/server",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L86",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@emotion/server",
      "id": "remix_package_dependencies_emotion_server",
      "community_name": "Community 103"
    },
    {
      "label": "@fortawesome/fontawesome-svg-core",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L87",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@fortawesome/fontawesome-svg-core",
      "id": "remix_package_dependencies_fortawesome_fontawesome_svg_core",
      "community_name": "Community 103"
    },
    {
      "label": "@fortawesome/free-regular-svg-icons",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L88",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@fortawesome/free-regular-svg-icons",
      "id": "remix_package_dependencies_fortawesome_free_regular_svg_icons",
      "community_name": "Community 103"
    },
    {
      "label": "@fortawesome/free-solid-svg-icons",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L89",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@fortawesome/free-solid-svg-icons",
      "id": "remix_package_dependencies_fortawesome_free_solid_svg_icons",
      "community_name": "Community 103"
    },
    {
      "label": "@fortawesome/react-fontawesome",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L90",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@fortawesome/react-fontawesome",
      "id": "remix_package_dependencies_fortawesome_react_fontawesome",
      "community_name": "Community 103"
    },
    {
      "label": "@monaco-editor/react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L91",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@monaco-editor/react",
      "id": "remix_package_dependencies_monaco_editor_react",
      "community_name": "Community 103"
    },
    {
      "label": "@vercel/analytics",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L92",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@vercel/analytics",
      "id": "remix_package_dependencies_vercel_analytics",
      "community_name": "Community 103"
    },
    {
      "label": "@vercel/oidc-aws-credentials-provider",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L93",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@vercel/oidc-aws-credentials-provider",
      "id": "remix_package_dependencies_vercel_oidc_aws_credentials_provider",
      "community_name": "Community 103"
    },
    {
      "label": "@vercel/sandbox",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L94",
      "_origin": "ast",
      "community": 103,
      "norm_label": "@vercel/sandbox",
      "id": "remix_package_dependencies_vercel_sandbox",
      "community_name": "Community 103"
    },
    {
      "label": "axios",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L95",
      "_origin": "ast",
      "community": 103,
      "norm_label": "axios",
      "id": "remix_package_dependencies_axios",
      "community_name": "Community 103"
    },
    {
      "label": "bcrypt",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L96",
      "_origin": "ast",
      "community": 103,
      "norm_label": "bcrypt",
      "id": "remix_package_dependencies_bcrypt",
      "community_name": "Community 103"
    },
    {
      "label": "draft-js",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L97",
      "_origin": "ast",
      "community": 103,
      "norm_label": "draft-js",
      "id": "remix_package_dependencies_draft_js",
      "community_name": "Community 103"
    },
    {
      "label": "emojis-list",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L98",
      "_origin": "ast",
      "community": 103,
      "norm_label": "emojis-list",
      "id": "remix_package_dependencies_emojis_list",
      "community_name": "Community 103"
    },
    {
      "label": "emotion",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L99",
      "_origin": "ast",
      "community": 103,
      "norm_label": "emotion",
      "id": "remix_package_dependencies_emotion",
      "community_name": "Community 103"
    },
    {
      "label": "file-type",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L100",
      "_origin": "ast",
      "community": 103,
      "norm_label": "file-type",
      "id": "remix_package_dependencies_file_type",
      "community_name": "Community 103"
    },
    {
      "label": "flatted",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L101",
      "_origin": "ast",
      "community": 103,
      "norm_label": "flatted",
      "id": "remix_package_dependencies_flatted",
      "community_name": "Community 103"
    },
    {
      "label": "fuse.js",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L102",
      "_origin": "ast",
      "community": 103,
      "norm_label": "fuse.js",
      "id": "remix_package_dependencies_fuse_js",
      "community_name": "Community 103"
    },
    {
      "label": "gradient-path",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L103",
      "_origin": "ast",
      "community": 103,
      "norm_label": "gradient-path",
      "id": "remix_package_dependencies_gradient_path",
      "community_name": "Community 103"
    },
    {
      "label": "hex-to-rgba",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L104",
      "_origin": "ast",
      "community": 103,
      "norm_label": "hex-to-rgba",
      "id": "remix_package_dependencies_hex_to_rgba",
      "community_name": "Community 103"
    },
    {
      "label": "isbot",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L105",
      "_origin": "ast",
      "community": 103,
      "norm_label": "isbot",
      "id": "remix_package_dependencies_isbot",
      "community_name": "Community 103"
    },
    {
      "label": "jose",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L106",
      "_origin": "ast",
      "community": 103,
      "norm_label": "jose",
      "id": "remix_package_dependencies_jose",
      "community_name": "Community 103"
    },
    {
      "label": "localforage",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L107",
      "_origin": "ast",
      "community": 103,
      "norm_label": "localforage",
      "id": "remix_package_dependencies_localforage",
      "community_name": "Community 103"
    },
    {
      "label": "lodash-es",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L108",
      "_origin": "ast",
      "community": 103,
      "norm_label": "lodash-es",
      "id": "remix_package_dependencies_lodash_es",
      "community_name": "Community 103"
    },
    {
      "label": "lucide-react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L109",
      "_origin": "ast",
      "community": 103,
      "norm_label": "lucide-react",
      "id": "remix_package_dependencies_lucide_react",
      "community_name": "Community 103"
    },
    {
      "label": "mongodb",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L110",
      "_origin": "ast",
      "community": 103,
      "norm_label": "mongodb",
      "id": "remix_package_dependencies_mongodb",
      "community_name": "Community 103"
    },
    {
      "label": "nitro",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L111",
      "_origin": "ast",
      "community": 91,
      "norm_label": "nitro",
      "id": "remix_package_dependencies_nitro",
      "community_name": "Community 91"
    },
    {
      "label": "openai",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L112",
      "_origin": "ast",
      "community": 103,
      "norm_label": "openai",
      "id": "remix_package_dependencies_openai",
      "community_name": "Community 103"
    },
    {
      "label": "prismjs",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L113",
      "_origin": "ast",
      "community": 103,
      "norm_label": "prismjs",
      "id": "remix_package_dependencies_prismjs",
      "community_name": "Community 103"
    },
    {
      "label": "react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L114",
      "_origin": "ast",
      "community": 58,
      "norm_label": "react",
      "id": "remix_package_dependencies_react",
      "community_name": "Community 58"
    },
    {
      "label": "react-click-away-listener",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L115",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-click-away-listener",
      "id": "remix_package_dependencies_react_click_away_listener",
      "community_name": "Community 103"
    },
    {
      "label": "react-contenteditable",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L116",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-contenteditable",
      "id": "remix_package_dependencies_react_contenteditable",
      "community_name": "Community 103"
    },
    {
      "label": "react-dom",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L117",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-dom",
      "id": "remix_package_dependencies_react_dom",
      "community_name": "Community 103"
    },
    {
      "label": "react-icons",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L118",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-icons",
      "id": "remix_package_dependencies_react_icons",
      "community_name": "Community 103"
    },
    {
      "label": "react-router",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L119",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-router",
      "id": "remix_package_dependencies_react_router",
      "community_name": "Community 103"
    },
    {
      "label": "react-simple-code-editor",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L120",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-simple-code-editor",
      "id": "remix_package_dependencies_react_simple_code_editor",
      "community_name": "Community 103"
    },
    {
      "label": "react-sticky",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L121",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-sticky",
      "id": "remix_package_dependencies_react_sticky",
      "community_name": "Community 103"
    },
    {
      "label": "react-sticky-el",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L122",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-sticky-el",
      "id": "remix_package_dependencies_react_sticky_el",
      "community_name": "Community 103"
    },
    {
      "label": "react-visibility-sensor",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L123",
      "_origin": "ast",
      "community": 103,
      "norm_label": "react-visibility-sensor",
      "id": "remix_package_dependencies_react_visibility_sensor",
      "community_name": "Community 103"
    },
    {
      "label": "rxjs",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L124",
      "_origin": "ast",
      "community": 103,
      "norm_label": "rxjs",
      "id": "remix_package_dependencies_rxjs",
      "community_name": "Community 103"
    },
    {
      "label": "sshpk",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L125",
      "_origin": "ast",
      "community": 103,
      "norm_label": "sshpk",
      "id": "remix_package_dependencies_sshpk",
      "community_name": "Community 103"
    },
    {
      "label": "tinygradient",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L126",
      "_origin": "ast",
      "community": 103,
      "norm_label": "tinygradient",
      "id": "remix_package_dependencies_tinygradient",
      "community_name": "Community 103"
    },
    {
      "label": "tldts",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L127",
      "_origin": "ast",
      "community": 103,
      "norm_label": "tldts",
      "id": "remix_package_dependencies_tldts",
      "community_name": "Community 103"
    },
    {
      "label": "unicode-emoji-json",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L128",
      "_origin": "ast",
      "community": 103,
      "norm_label": "unicode-emoji-json",
      "id": "remix_package_dependencies_unicode_emoji_json",
      "community_name": "Community 103"
    },
    {
      "label": "uuid",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L129",
      "_origin": "ast",
      "community": 103,
      "norm_label": "uuid",
      "id": "remix_package_dependencies_uuid",
      "community_name": "Community 103"
    },
    {
      "label": "workflow",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L130",
      "_origin": "ast",
      "community": 103,
      "norm_label": "workflow",
      "id": "remix_package_dependencies_workflow",
      "community_name": "Community 103"
    },
    {
      "label": "devDependencies",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L132",
      "_origin": "ast",
      "community": 345,
      "norm_label": "devdependencies",
      "id": "remix_package_devdependencies",
      "community_name": "Community 345"
    },
    {
      "label": "@emotion/styled",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L133",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@emotion/styled",
      "id": "remix_package_devdependencies_emotion_styled",
      "community_name": "Community 345"
    },
    {
      "label": "@remix-run/eslint-config",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L134",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@remix-run/eslint-config",
      "id": "remix_package_devdependencies_remix_run_eslint_config",
      "community_name": "Community 345"
    },
    {
      "label": "@shopify/eslint-plugin",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L135",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@shopify/eslint-plugin",
      "id": "remix_package_devdependencies_shopify_eslint_plugin",
      "community_name": "Community 345"
    },
    {
      "label": "@types/eslint",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L136",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@types/eslint",
      "id": "remix_package_devdependencies_types_eslint",
      "community_name": "Community 345"
    },
    {
      "label": "@types/node",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L137",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@types/node",
      "id": "remix_package_devdependencies_types_node",
      "community_name": "Community 345"
    },
    {
      "label": "@types/react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L138",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@types/react",
      "id": "remix_package_devdependencies_types_react",
      "community_name": "Community 345"
    },
    {
      "label": "@types/react-dom",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L139",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@types/react-dom",
      "id": "remix_package_devdependencies_types_react_dom",
      "community_name": "Community 345"
    },
    {
      "label": "@typescript-eslint/parser",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L140",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@typescript-eslint/parser",
      "id": "remix_package_devdependencies_typescript_eslint_parser",
      "community_name": "Community 345"
    },
    {
      "label": "@vitejs/plugin-react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L141",
      "_origin": "ast",
      "community": 345,
      "norm_label": "@vitejs/plugin-react",
      "id": "remix_package_devdependencies_vitejs_plugin_react",
      "community_name": "Community 345"
    },
    {
      "label": "eslint",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L142",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint",
      "id": "remix_package_devdependencies_eslint",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-config-prettier",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L143",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-config-prettier",
      "id": "remix_package_devdependencies_eslint_config_prettier",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-loader",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L144",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-loader",
      "id": "remix_package_devdependencies_eslint_loader",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-plugin-chakra-ui",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L145",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-plugin-chakra-ui",
      "id": "remix_package_devdependencies_eslint_plugin_chakra_ui",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-plugin-hydrogen",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L146",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-plugin-hydrogen",
      "id": "remix_package_devdependencies_eslint_plugin_hydrogen",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-plugin-prettier",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L147",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-plugin-prettier",
      "id": "remix_package_devdependencies_eslint_plugin_prettier",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-plugin-react",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L148",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-plugin-react",
      "id": "remix_package_devdependencies_eslint_plugin_react",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-plugin-react-hooks",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L149",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-plugin-react-hooks",
      "id": "remix_package_devdependencies_eslint_plugin_react_hooks",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-plugin-simple-import-sort",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L150",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-plugin-simple-import-sort",
      "id": "remix_package_devdependencies_eslint_plugin_simple_import_sort",
      "community_name": "Community 345"
    },
    {
      "label": "eslint-plugin-unused-imports",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L151",
      "_origin": "ast",
      "community": 345,
      "norm_label": "eslint-plugin-unused-imports",
      "id": "remix_package_devdependencies_eslint_plugin_unused_imports",
      "community_name": "Community 345"
    },
    {
      "label": "framer-motion",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L152",
      "_origin": "ast",
      "community": 345,
      "norm_label": "framer-motion",
      "id": "remix_package_devdependencies_framer_motion",
      "community_name": "Community 345"
    },
    {
      "label": "prettier",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L153",
      "_origin": "ast",
      "community": 345,
      "norm_label": "prettier",
      "id": "remix_package_devdependencies_prettier",
      "community_name": "Community 345"
    },
    {
      "label": "ts-node",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L154",
      "_origin": "ast",
      "community": 345,
      "norm_label": "ts-node",
      "id": "remix_package_devdependencies_ts_node",
      "community_name": "Community 345"
    },
    {
      "label": "tsx",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L155",
      "_origin": "ast",
      "community": 345,
      "norm_label": "tsx",
      "id": "remix_package_devdependencies_tsx",
      "community_name": "Community 345"
    },
    {
      "label": "typescript",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L156",
      "_origin": "ast",
      "community": 345,
      "norm_label": "typescript",
      "id": "remix_package_devdependencies_typescript",
      "community_name": "Community 345"
    },
    {
      "label": "vite",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L157",
      "_origin": "ast",
      "community": 345,
      "norm_label": "vite",
      "id": "remix_package_devdependencies_vite",
      "community_name": "Community 345"
    },
    {
      "label": "engines",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L159",
      "_origin": "ast",
      "community": 557,
      "norm_label": "engines",
      "id": "remix_package_engines",
      "community_name": "Community 557"
    },
    {
      "label": "node",
      "file_type": "code",
      "source_file": "remix/package.json",
      "source_location": "L160",
      "_origin": "ast",
      "community": 557,
      "norm_label": "node",
      "id": "remix_package_engines_node",
      "community_name": "Community 557"
    },
    {
      "label": "tt-boot.js",
      "file_type": "code",
      "source_file": "remix/public/tt-boot.js",
      "source_location": "L1",
      "_origin": "ast",
      "community": 1083,
      "norm_label": "tt-boot.js",
      "id": "remix_public_tt_boot",
      "community_name": "Community 1083"
    },
    {
      "label": "csp.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 186,
      "norm_label": "csp.mjs",
      "id": "remix_scripts_csp",
      "community_name": "Community 186"
    },
    {
      "label": "directives()",
      "file_type": "code",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L25",
      "_origin": "ast",
      "community": 186,
      "norm_label": "directives()",
      "id": "remix_scripts_csp_directives",
      "community_name": "Community 186"
    },
    {
      "label": "serialize()",
      "file_type": "code",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L53",
      "_origin": "ast",
      "community": 186,
      "norm_label": "serialize()",
      "id": "remix_scripts_csp_serialize",
      "community_name": "Community 186"
    },
    {
      "label": "buildCsp()",
      "file_type": "code",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L58",
      "_origin": "ast",
      "community": 186,
      "norm_label": "buildcsp()",
      "id": "remix_scripts_csp_buildcsp",
      "community_name": "Community 186"
    },
    {
      "label": "prodCsp",
      "file_type": "code",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L60",
      "_origin": "ast",
      "community": 186,
      "norm_label": "prodcsp",
      "id": "remix_scripts_csp_prodcsp",
      "community_name": "Community 186"
    },
    {
      "label": "devCsp",
      "file_type": "code",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L61",
      "_origin": "ast",
      "community": 186,
      "norm_label": "devcsp",
      "id": "remix_scripts_csp_devcsp",
      "community_name": "Community 186"
    },
    {
      "label": "designBundlesCsp",
      "file_type": "code",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L67",
      "_origin": "ast",
      "community": 186,
      "norm_label": "designbundlescsp",
      "id": "remix_scripts_csp_designbundlescsp",
      "community_name": "Community 186"
    },
    {
      "label": "patch-vercel-output.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 186,
      "norm_label": "patch-vercel-output.mjs",
      "id": "remix_scripts_patch_vercel_output",
      "community_name": "Community 186"
    },
    {
      "label": "config",
      "file_type": "code",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 186,
      "norm_label": "config",
      "id": "remix_scripts_patch_vercel_output_config",
      "community_name": "Community 186"
    },
    {
      "label": "filesystemRoute",
      "file_type": "code",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L11",
      "_origin": "ast",
      "community": 186,
      "norm_label": "filesystemroute",
      "id": "remix_scripts_patch_vercel_output_filesystemroute",
      "community_name": "Community 186"
    },
    {
      "label": "apiRootDataRoute",
      "file_type": "code",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L12",
      "_origin": "ast",
      "community": 186,
      "norm_label": "apirootdataroute",
      "id": "remix_scripts_patch_vercel_output_apirootdataroute",
      "community_name": "Community 186"
    },
    {
      "label": "apiCatchAllRoute",
      "file_type": "code",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L13",
      "_origin": "ast",
      "community": 186,
      "norm_label": "apicatchallroute",
      "id": "remix_scripts_patch_vercel_output_apicatchallroute",
      "community_name": "Community 186"
    },
    {
      "label": "serverFallbackRoute",
      "file_type": "code",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L14",
      "_origin": "ast",
      "community": 186,
      "norm_label": "serverfallbackroute",
      "id": "remix_scripts_patch_vercel_output_serverfallbackroute",
      "community_name": "Community 186"
    },
    {
      "label": "appShellHeaders",
      "file_type": "code",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L15",
      "_origin": "ast",
      "community": 186,
      "norm_label": "appshellheaders",
      "id": "remix_scripts_patch_vercel_output_appshellheaders",
      "community_name": "Community 186"
    },
    {
      "label": "verify-vercel-output.mjs",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L1",
      "_origin": "ast",
      "community": 186,
      "norm_label": "verify-vercel-output.mjs",
      "id": "remix_scripts_verify_vercel_output",
      "community_name": "Community 186"
    },
    {
      "label": "readJson()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L7",
      "_origin": "ast",
      "community": 186,
      "norm_label": "readjson()",
      "id": "remix_scripts_verify_vercel_output_readjson",
      "community_name": "Community 186"
    },
    {
      "label": "indexHtml",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L8",
      "_origin": "ast",
      "community": 186,
      "norm_label": "indexhtml",
      "id": "remix_scripts_verify_vercel_output_indexhtml",
      "community_name": "Community 186"
    },
    {
      "label": "bootScript",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L9",
      "_origin": "ast",
      "community": 186,
      "norm_label": "bootscript",
      "id": "remix_scripts_verify_vercel_output_bootscript",
      "community_name": "Community 186"
    },
    {
      "label": "config",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L10",
      "_origin": "ast",
      "community": 186,
      "norm_label": "config",
      "id": "remix_scripts_verify_vercel_output_config",
      "community_name": "Community 186"
    },
    {
      "label": "getDirectiveSources()",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L12",
      "_origin": "ast",
      "community": 186,
      "norm_label": "getdirectivesources()",
      "id": "remix_scripts_verify_vercel_output_getdirectivesources",
      "community_name": "Community 186"
    },
    {
      "label": "appScriptSources",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L27",
      "_origin": "ast",
      "community": 186,
      "norm_label": "appscriptsources",
      "id": "remix_scripts_verify_vercel_output_appscriptsources",
      "community_name": "Community 186"
    },
    {
      "label": "inlineExecutableScripts",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L39",
      "_origin": "ast",
      "community": 186,
      "norm_label": "inlineexecutablescripts",
      "id": "remix_scripts_verify_vercel_output_inlineexecutablescripts",
      "community_name": "Community 186"
    },
    {
      "label": "previewFreshnessIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L55",
      "_origin": "ast",
      "community": 186,
      "norm_label": "previewfreshnessindex",
      "id": "remix_scripts_verify_vercel_output_previewfreshnessindex",
      "community_name": "Community 186"
    },
    {
      "label": "appEntryTag",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L56",
      "_origin": "ast",
      "community": 186,
      "norm_label": "appentrytag",
      "id": "remix_scripts_verify_vercel_output_appentrytag",
      "community_name": "Community 186"
    },
    {
      "label": "hasFilesystemRoute",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L64",
      "_origin": "ast",
      "community": 186,
      "norm_label": "hasfilesystemroute",
      "id": "remix_scripts_verify_vercel_output_hasfilesystemroute",
      "community_name": "Community 186"
    },
    {
      "label": "filesystemIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L70",
      "_origin": "ast",
      "community": 186,
      "norm_label": "filesystemindex",
      "id": "remix_scripts_verify_vercel_output_filesystemindex",
      "community_name": "Community 186"
    },
    {
      "label": "apiIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L71",
      "_origin": "ast",
      "community": 186,
      "norm_label": "apiindex",
      "id": "remix_scripts_verify_vercel_output_apiindex",
      "community_name": "Community 186"
    },
    {
      "label": "rootIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L72",
      "_origin": "ast",
      "community": 186,
      "norm_label": "rootindex",
      "id": "remix_scripts_verify_vercel_output_rootindex",
      "community_name": "Community 186"
    },
    {
      "label": "directIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L73",
      "_origin": "ast",
      "community": 186,
      "norm_label": "directindex",
      "id": "remix_scripts_verify_vercel_output_directindex",
      "community_name": "Community 186"
    },
    {
      "label": "spaIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L74",
      "_origin": "ast",
      "community": 186,
      "norm_label": "spaindex",
      "id": "remix_scripts_verify_vercel_output_spaindex",
      "community_name": "Community 186"
    },
    {
      "label": "serverFallbackIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L77",
      "_origin": "ast",
      "community": 186,
      "norm_label": "serverfallbackindex",
      "id": "remix_scripts_verify_vercel_output_serverfallbackindex",
      "community_name": "Community 186"
    },
    {
      "label": "authorizeHeadersIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L123",
      "_origin": "ast",
      "community": 186,
      "norm_label": "authorizeheadersindex",
      "id": "remix_scripts_verify_vercel_output_authorizeheadersindex",
      "community_name": "Community 186"
    },
    {
      "label": "cspHeadersIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L138",
      "_origin": "ast",
      "community": 186,
      "norm_label": "cspheadersindex",
      "id": "remix_scripts_verify_vercel_output_cspheadersindex",
      "community_name": "Community 186"
    },
    {
      "label": "designBundlesHeadersIndex",
      "file_type": "code",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L153",
      "_origin": "ast",
      "community": 186,
      "norm_label": "designbundlesheadersindex",
      "id": "remix_scripts_verify_vercel_output_designbundlesheadersindex",
      "community_name": "Community 186"
    },
    {
      "label": "vite.config.ts",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L1",
      "_origin": "ast",
      "community": 186,
      "norm_label": "vite.config.ts",
      "id": "remix_vite_config",
      "community_name": "Community 186"
    },
    {
      "label": "designDocsDir",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L13",
      "_origin": "ast",
      "community": 186,
      "norm_label": "designdocsdir",
      "id": "remix_vite_config_designdocsdir",
      "community_name": "Community 186"
    },
    {
      "label": "require",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L17",
      "_origin": "ast",
      "community": 186,
      "norm_label": "require",
      "id": "remix_vite_config_require",
      "community_name": "Community 186"
    },
    {
      "label": "{ resolveDevContext }",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L18",
      "_origin": "ast",
      "community": 186,
      "norm_label": "{ resolvedevcontext }",
      "id": "remix_vite_config_resolvedevcontext",
      "community_name": "Community 186"
    },
    {
      "label": "{ ports: devPorts }",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L19",
      "_origin": "ast",
      "community": 186,
      "norm_label": "{ ports: devports }",
      "id": "remix_vite_config_ports_devports",
      "community_name": "Community 186"
    },
    {
      "label": "mimeTypes",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L20",
      "_origin": "ast",
      "community": 186,
      "norm_label": "mimetypes",
      "id": "remix_vite_config_mimetypes",
      "community_name": "Community 186"
    },
    {
      "label": "isPathInside()",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L31",
      "_origin": "ast",
      "community": 186,
      "norm_label": "ispathinside()",
      "id": "remix_vite_config_ispathinside",
      "community_name": "Community 186"
    },
    {
      "label": "hasUsableLocalApiEnv()",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L37",
      "_origin": "ast",
      "community": 186,
      "norm_label": "hasusablelocalapienv()",
      "id": "remix_vite_config_hasusablelocalapienv",
      "community_name": "Community 186"
    },
    {
      "label": "rewriteProxyCookieForLocalDev()",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L56",
      "_origin": "ast",
      "community": 186,
      "norm_label": "rewriteproxycookieforlocaldev()",
      "id": "remix_vite_config_rewriteproxycookieforlocaldev",
      "community_name": "Community 186"
    },
    {
      "label": "previewFreshnessHtmlPlugin()",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L73",
      "_origin": "ast",
      "community": 186,
      "norm_label": "previewfreshnesshtmlplugin()",
      "id": "remix_vite_config_previewfreshnesshtmlplugin",
      "community_name": "Community 186"
    },
    {
      "label": "designDocsStaticPlugin()",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L88",
      "_origin": "ast",
      "community": 186,
      "norm_label": "designdocsstaticplugin()",
      "id": "remix_vite_config_designdocsstaticplugin",
      "community_name": "Community 186"
    },
    {
      "label": "configure()",
      "file_type": "code",
      "source_file": "remix/vite.config.ts",
      "source_location": "L186",
      "_origin": "ast",
      "community": 186,
      "norm_label": "configure()",
      "id": "remix_vite_config_configure",
      "community_name": "Community 186"
    },
    {
      "label": "API is the only gateway to data",
      "file_type": "document",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 666,
      "norm_label": "api is the only gateway to data",
      "id": "fundamentals_api_gateway",
      "community_name": "Community 666"
    },
    {
      "label": "Seed and test through the real API",
      "file_type": "document",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 666,
      "norm_label": "seed and test through the real api",
      "id": "fundamentals_seed_through_real_api",
      "community_name": "Community 666"
    },
    {
      "label": "One database, everything is a thing",
      "file_type": "document",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "norm_label": "one database, everything is a thing",
      "id": "fundamentals_everything_is_a_thing",
      "community_name": "Community 37"
    },
    {
      "label": "Physical collections are versioned",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "norm_label": "physical collections are versioned",
      "id": "fundamentals_versioned_collections",
      "community_name": "Community 30"
    },
    {
      "label": "Appended/child data is relational",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 744,
      "norm_label": "appended/child data is relational",
      "id": "fundamentals_relational_child_data",
      "community_name": "Community 744"
    },
    {
      "label": "Account storage is one exact transactional ledger",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 429,
      "norm_label": "account storage is one exact transactional ledger",
      "id": "fundamentals_storage_ledger",
      "community_name": "Community 429"
    },
    {
      "label": "App namespaces (Login with Thingtime)",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 429,
      "norm_label": "app namespaces (login with thingtime)",
      "id": "fundamentals_app_namespaces",
      "community_name": "Community 429"
    },
    {
      "label": "One MongoDB connection source",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 91,
      "norm_label": "one mongodb connection source",
      "id": "fundamentals_one_mongo_connection",
      "community_name": "Community 91"
    },
    {
      "label": "Auth = httpOnly cookie + revocable JWT + Mongo session",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 390,
      "norm_label": "auth = httponly cookie + revocable jwt + mongo session",
      "id": "fundamentals_auth_model",
      "community_name": "Community 390"
    },
    {
      "label": "Never leak secrets",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 743,
      "norm_label": "never leak secrets",
      "id": "fundamentals_never_leak_secrets",
      "community_name": "Community 743"
    },
    {
      "label": "One notification surface: Lopu",
      "file_type": "concept",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 27,
      "norm_label": "one notification surface: lopu",
      "id": "fundamentals_lopu_notifications",
      "community_name": "Community 27"
    },
    {
      "label": "PR #201 \u2014 Private S3 Post Attachments",
      "file_type": "document",
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": null,
      "community": 367,
      "norm_label": "pr #201 \u2014 private s3 post attachments",
      "id": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201",
      "community_name": "Community 367"
    },
    {
      "label": "Attachment Thing Primitive",
      "file_type": "concept",
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "attachment thing primitive",
      "id": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing",
      "community_name": "Community 367"
    },
    {
      "label": "Account Storage Tier Ledger",
      "file_type": "concept",
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "account storage tier ledger",
      "id": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_storage_ledger",
      "community_name": "Community 367"
    },
    {
      "label": "Checksummed Multipart Upload Flow",
      "file_type": "concept",
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "checksummed multipart upload flow",
      "id": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_multipart_upload",
      "community_name": "Community 367"
    },
    {
      "label": "Bounded Hourly Cleanup Job",
      "file_type": "concept",
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "bounded hourly cleanup job",
      "id": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_cleanup_job",
      "community_name": "Community 367"
    },
    {
      "label": "Authorized Same-Origin Content Endpoint",
      "file_type": "concept",
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "authorized same-origin content endpoint",
      "id": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_content_endpoint",
      "community_name": "Community 367"
    },
    {
      "label": "PR #232 \u2014 Media Galleries and Managed Profile Attachments",
      "file_type": "document",
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": null,
      "community": 367,
      "norm_label": "pr #232 \u2014 media galleries and managed profile attachments",
      "id": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_pr232",
      "community_name": "Community 367"
    },
    {
      "label": "Managed Profile Media Contract",
      "file_type": "concept",
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "managed profile media contract",
      "id": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_profile_media",
      "community_name": "Community 367"
    },
    {
      "label": "Quota-Free Linked Image URL Fallback",
      "file_type": "concept",
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "quota-free linked image url fallback",
      "id": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_linked_url_fallback",
      "community_name": "Community 367"
    },
    {
      "label": "Proxy-Aware Same-Origin Mutation Check",
      "file_type": "concept",
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "proxy-aware same-origin mutation check",
      "id": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_proxy_origin_check",
      "community_name": "Community 367"
    },
    {
      "label": "PR #237 \u2014 Media Attachments Across Conversations",
      "file_type": "document",
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "Codex (AI)",
      "contributor": null,
      "community": 367,
      "norm_label": "pr #237 \u2014 media attachments across conversations",
      "id": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_pr237",
      "community_name": "Community 367"
    },
    {
      "label": "Server-Owned Attachment Purposes",
      "file_type": "concept",
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "server-owned attachment purposes",
      "id": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_attachment_purposes",
      "community_name": "Community 367"
    },
    {
      "label": "S3-Backed Custom Reaction Emoji",
      "file_type": "concept",
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "s3-backed custom reaction emoji",
      "id": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_custom_emoji_uploads",
      "community_name": "Community 367"
    },
    {
      "label": "Bounded Storage Failure Code Propagation",
      "file_type": "concept",
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "bounded storage failure code propagation",
      "id": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_storage_failure_codes",
      "community_name": "Community 367"
    },
    {
      "label": "Messenger and Comment Media Surfaces",
      "file_type": "concept",
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 826,
      "norm_label": "messenger and comment media surfaces",
      "id": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_messenger_surfaces",
      "community_name": "Community 826"
    },
    {
      "label": "VERCEL_DEPLOYMENTS.md",
      "file_type": "document",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1133,
      "norm_label": "vercel_deployments.md",
      "id": "vercel_deployments",
      "community_name": "Community 1133"
    },
    {
      "label": "Thingtime Vercel Project",
      "file_type": "document",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "thingtime vercel project",
      "id": "vercel_deployments_project",
      "community_name": "Community 367"
    },
    {
      "label": "Production Environment",
      "file_type": "document",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "production environment",
      "id": "vercel_deployments_production",
      "community_name": "Community 367"
    },
    {
      "label": "Develop Custom Environment",
      "file_type": "document",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "develop custom environment",
      "id": "vercel_deployments_develop_custom_environment",
      "community_name": "Community 367"
    },
    {
      "label": "Generic Preview Environment",
      "file_type": "document",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "generic preview environment",
      "id": "vercel_deployments_preview",
      "community_name": "Community 367"
    },
    {
      "label": "Develop S3 PR Preview Controller",
      "file_type": "document",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "develop s3 pr preview controller",
      "id": "vercel_deployments_develop_pr_preview_controller",
      "community_name": "Community 367"
    },
    {
      "label": "CRON_SECRET Cleanup Credential",
      "file_type": "concept",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "cron_secret cleanup credential",
      "id": "vercel_deployments_cron_secret",
      "community_name": "Community 367"
    },
    {
      "label": "Hourly Attachments Cleanup Cron",
      "file_type": "concept",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "hourly attachments cleanup cron",
      "id": "vercel_deployments_attachments_cleanup_cron",
      "community_name": "Community 367"
    },
    {
      "label": "Vercel OIDC S3 Roles",
      "file_type": "concept",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "vercel oidc s3 roles",
      "id": "vercel_deployments_oidc_s3_roles",
      "community_name": "Community 367"
    },
    {
      "label": "Preview Wildcard DNS and ACME Delegation",
      "file_type": "concept",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 367,
      "norm_label": "preview wildcard dns and acme delegation",
      "id": "vercel_deployments_wildcard_dns",
      "community_name": "Community 367"
    },
    {
      "label": "CI Control Integration",
      "file_type": "document",
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1134,
      "norm_label": "ci control integration",
      "id": "vercel_deployments_ci_control_integration",
      "community_name": "Community 1134"
    },
    {
      "label": "Thingtime README",
      "file_type": "document",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "thingtime readme",
      "id": "readme",
      "community_name": "Community 452"
    },
    {
      "label": "GitHub Actions Control Plane",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "github actions control plane",
      "id": "readme_github_actions_control_plane",
      "community_name": "Community 452"
    },
    {
      "label": "Signed CI Provider Router (/api/v1/integrations/ci/route)",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "signed ci provider router (/api/v1/integrations/ci/route)",
      "id": "readme_ci_provider_router",
      "community_name": "Community 452"
    },
    {
      "label": "Vercel Sandbox Ephemeral Self-Hosted Runner",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "vercel sandbox ephemeral self-hosted runner",
      "id": "readme_vercel_sandbox_runner",
      "community_name": "Community 452"
    },
    {
      "label": "Admin CI Control Dashboard",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "admin ci control dashboard",
      "id": "readme_admin_ci_control",
      "community_name": "Community 452"
    },
    {
      "label": "Resolve PR Conflicts (AI) Workflow",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "resolve pr conflicts (ai) workflow",
      "id": "readme_resolve_pr_conflicts",
      "community_name": "Community 383"
    },
    {
      "label": "Rebase PRs and Stacks (AI) Workflow",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "rebase prs and stacks (ai) workflow",
      "id": "readme_rebase_pr_stacks",
      "community_name": "Community 383"
    },
    {
      "label": "Promote Features to Main Workflow",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "promote features to main workflow",
      "id": "readme_promote_features_to_main",
      "community_name": "Community 383"
    },
    {
      "label": "Promote Develop to Main Workflow",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "promote develop to main workflow",
      "id": "readme_promote_develop_to_main",
      "community_name": "Community 383"
    },
    {
      "label": "Nitro + React Router App (remix/)",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "nitro + react router app (remix/)",
      "id": "readme_nitro_react_router_app",
      "community_name": "Community 508"
    },
    {
      "label": "Electron Desktop App",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "electron desktop app",
      "id": "readme_electron_desktop_app",
      "community_name": "Community 508"
    },
    {
      "label": "API Self-Documentation (-docs endpoints)",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "api self-documentation (-docs endpoints)",
      "id": "readme_api_self_documentation",
      "community_name": "Community 508"
    },
    {
      "label": "Extended Property + Schema-less Crystals",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "extended property + schema-less crystals",
      "id": "readme_extended_and_schemaless_crystals",
      "community_name": "Community 508"
    },
    {
      "label": "MongoDB Configuration and Production Fallback Proxy",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "mongodb configuration and production fallback proxy",
      "id": "readme_mongodb_configuration",
      "community_name": "Community 508"
    },
    {
      "label": "Admin Access and Dashboard",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "admin access and dashboard",
      "id": "readme_admin_access",
      "community_name": "Community 481"
    },
    {
      "label": "Subscription Tiers and App Storage Management",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "subscription tiers and app storage management",
      "id": "readme_subscription_tiers",
      "community_name": "Community 481"
    },
    {
      "label": "JWT ES256 Auth and JWKS",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "jwt es256 auth and jwks",
      "id": "readme_jwt_auth",
      "community_name": "Community 375"
    },
    {
      "label": "Password Reset and Email 2FA",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 583,
      "norm_label": "password reset and email 2fa",
      "id": "readme_password_reset_2fa",
      "community_name": "Community 583"
    },
    {
      "label": "Owned Email Layer (SES)",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 583,
      "norm_label": "owned email layer (ses)",
      "id": "readme_email_delivery",
      "community_name": "Community 583"
    },
    {
      "label": "Notification Emails and Weekly Digest",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 583,
      "norm_label": "notification emails and weekly digest",
      "id": "readme_notification_emails",
      "community_name": "Community 583"
    },
    {
      "label": "Private S3 Media and Attachments",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "private s3 media and attachments",
      "id": "readme_private_s3_attachments",
      "community_name": "Community 481"
    },
    {
      "label": "Attachment Cleanup Cron (/api/v1/attachments/cleanup)",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "attachment cleanup cron (/api/v1/attachments/cleanup)",
      "id": "readme_attachment_cleanup_cron",
      "community_name": "Community 481"
    },
    {
      "label": "Service Account Provisioning",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "service account provisioning",
      "id": "readme_service_account_provisioning",
      "community_name": "Community 375"
    },
    {
      "label": "Lopu AI Musings Provider Routing",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "lopu ai musings provider routing",
      "id": "readme_lopu_ai_musings",
      "community_name": "Community 383"
    },
    {
      "label": "PRConflictAutoResolverModelWaterfall",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "prconflictautoresolvermodelwaterfall",
      "id": "readme_model_waterfall",
      "community_name": "Community 383"
    },
    {
      "label": "Vercel Deployment Status Surface",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 555,
      "norm_label": "vercel deployment status surface",
      "id": "readme_vercel_deployment_status",
      "community_name": "Community 555"
    },
    {
      "label": "Trusted develop-target PR Preview Controller",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 555,
      "norm_label": "trusted develop-target pr preview controller",
      "id": "readme_develop_pr_preview_controller",
      "community_name": "Community 555"
    },
    {
      "label": "Public Env Exposure Allowlist Rule",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 555,
      "norm_label": "public env exposure allowlist rule",
      "id": "readme_public_env_exposure_rule",
      "community_name": "Community 555"
    },
    {
      "label": "Native iOS TestFlight Web URL",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 555,
      "norm_label": "native ios testflight web url",
      "id": "readme_ios_testflight_web_url",
      "community_name": "Community 555"
    },
    {
      "label": "Canonical AI Agent Instructions (AI_ALL.md)",
      "file_type": "concept",
      "source_file": "README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "canonical ai agent instructions (ai_all.md)",
      "id": "readme_ai_agent_instructions",
      "community_name": "Community 452"
    },
    {
      "label": "TESTING.md \u2014 Manual Test Checklists",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "testing.md \u2014 manual test checklists",
      "id": "testing",
      "community_name": "Community 452"
    },
    {
      "label": "Checklist: Canonical AI Instruction Links",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "checklist: canonical ai instruction links",
      "id": "testing_ai_instruction_links",
      "community_name": "Community 452"
    },
    {
      "label": "Checklist: Develop-target Vercel PR Previews",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 555,
      "norm_label": "checklist: develop-target vercel pr previews",
      "id": "testing_develop_pr_previews",
      "community_name": "Community 555"
    },
    {
      "label": "Checklist: iOS Web Destination Drawer",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 555,
      "norm_label": "checklist: ios web destination drawer",
      "id": "testing_ios_destination_drawer",
      "community_name": "Community 555"
    },
    {
      "label": "Checklist: Worktree Dependency Bootstrap",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "checklist: worktree dependency bootstrap",
      "id": "testing_worktree_bootstrap",
      "community_name": "Community 508"
    },
    {
      "label": "Checklist: Composer Thingtime Tab",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1095,
      "norm_label": "checklist: composer thingtime tab",
      "id": "testing_composer_thingtime_tab",
      "community_name": "Community 1095"
    },
    {
      "label": "Checklist: Post and Comment Attachments",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "checklist: post and comment attachments",
      "id": "testing_post_comment_attachments",
      "community_name": "Community 481"
    },
    {
      "label": "Checklist: Profile Avatar and Banner Media",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "checklist: profile avatar and banner media",
      "id": "testing_profile_media",
      "community_name": "Community 481"
    },
    {
      "label": "Checklist: Editor Windows and Layer System",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1098,
      "norm_label": "checklist: editor windows and layer system",
      "id": "testing_editor_windows",
      "community_name": "Community 1098"
    },
    {
      "label": "Checklist: Feed Thing Rendering",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1099,
      "norm_label": "checklist: feed thing rendering",
      "id": "testing_feed_thing_rendering",
      "community_name": "Community 1099"
    },
    {
      "label": "Checklist: Post Engagement Row and Comment Threads",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1101,
      "norm_label": "checklist: post engagement row and comment threads",
      "id": "testing_post_engagement",
      "community_name": "Community 1101"
    },
    {
      "label": "Checklist: AI Merge-Conflict Resolver",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "checklist: ai merge-conflict resolver",
      "id": "testing_ai_merge_conflict_resolver",
      "community_name": "Community 452"
    },
    {
      "label": "Checklist: AI PR/Stack Rebase Resolver",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "checklist: ai pr/stack rebase resolver",
      "id": "testing_ai_rebase_resolver",
      "community_name": "Community 383"
    },
    {
      "label": "Checklist: Per-feature develop \u2192 main Promoter",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "checklist: per-feature develop \u2192 main promoter",
      "id": "testing_promoter",
      "community_name": "Community 383"
    },
    {
      "label": "Checklist: PR Conflict Resolver Model Waterfall",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "checklist: pr conflict resolver model waterfall",
      "id": "testing_model_waterfall",
      "community_name": "Community 383"
    },
    {
      "label": "Checklist: Admin Migrations and Collection Generations",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "checklist: admin migrations and collection generations",
      "id": "testing_admin_migrations",
      "community_name": "Community 481"
    },
    {
      "label": "Checklist: Persisted-state Codec and CSP",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "checklist: persisted-state codec and csp",
      "id": "testing_persist_codec",
      "community_name": "Community 375"
    },
    {
      "label": "Checklist: Custom MongoDB Data Endpoint",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "checklist: custom mongodb data endpoint",
      "id": "testing_mongo_endpoint",
      "community_name": "Community 508"
    },
    {
      "label": "Checklist: Shared App-Data",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 675,
      "norm_label": "checklist: shared app-data",
      "id": "testing_shared_app_data",
      "community_name": "Community 675"
    },
    {
      "label": "Checklist: Sandbox Tokens",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 675,
      "norm_label": "checklist: sandbox tokens",
      "id": "testing_sandbox_tokens",
      "community_name": "Community 675"
    },
    {
      "label": "Checklist: Personal Access Token Minter",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "checklist: personal access token minter",
      "id": "testing_pat_token_minter",
      "community_name": "Community 375"
    },
    {
      "label": "Checklist: Admin Dashboard and Subscription Tiers",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "checklist: admin dashboard and subscription tiers",
      "id": "testing_admin_dashboard",
      "community_name": "Community 481"
    },
    {
      "label": "Checklist: Admin CI Control Plane",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "checklist: admin ci control plane",
      "id": "testing_admin_ci_control",
      "community_name": "Community 452"
    },
    {
      "label": "Checklist: App-Owner Storage Manager",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "checklist: app-owner storage manager",
      "id": "testing_app_storage_manager",
      "community_name": "Community 481"
    },
    {
      "label": "Checklist: Rate Limiting and Index-Ensure Reliability",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "checklist: rate limiting and index-ensure reliability",
      "id": "testing_rate_limiting",
      "community_name": "Community 375"
    },
    {
      "label": "Checklist: Password Hasher",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "checklist: password hasher",
      "id": "testing_password_hasher",
      "community_name": "Community 481"
    },
    {
      "label": "Checklist: Social Graph Follows and Friends",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 583,
      "norm_label": "checklist: social graph follows and friends",
      "id": "testing_social_graph",
      "community_name": "Community 583"
    },
    {
      "label": "Checklist: Notifications and Nav Bell",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 583,
      "norm_label": "checklist: notifications and nav bell",
      "id": "testing_notifications",
      "community_name": "Community 583"
    },
    {
      "label": "Checklist: Post Views Tracking",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1102,
      "norm_label": "checklist: post views tracking",
      "id": "testing_post_views",
      "community_name": "Community 1102"
    },
    {
      "label": "Checklist: Messenger Chats and Communities",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 481,
      "norm_label": "checklist: messenger chats and communities",
      "id": "testing_messenger",
      "community_name": "Community 481"
    },
    {
      "label": "Checklist: Things Page and Bulk Ops",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1105,
      "norm_label": "checklist: things page and bulk ops",
      "id": "testing_things_page",
      "community_name": "Community 1105"
    },
    {
      "label": "Checklist: Search Page",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1103,
      "norm_label": "checklist: search page",
      "id": "testing_search_page",
      "community_name": "Community 1103"
    },
    {
      "label": "Checklist: Docs Search",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1096,
      "norm_label": "checklist: docs search",
      "id": "testing_docs_search",
      "community_name": "Community 1096"
    },
    {
      "label": "Checklist: Required Web CI Contexts",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "checklist: required web ci contexts",
      "id": "testing_web_ci_contexts",
      "community_name": "Community 452"
    },
    {
      "label": "Checklist: Data Crystals and Nesting Depth",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "checklist: data crystals and nesting depth",
      "id": "testing_data_crystals_depth",
      "community_name": "Community 508"
    },
    {
      "label": "Checklist: Feed and Profile Advanced Filters",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1094,
      "norm_label": "checklist: feed and profile advanced filters",
      "id": "testing_advanced_filters",
      "community_name": "Community 1094"
    },
    {
      "label": "Checklist: Drawer Navigation and Settings",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1097,
      "norm_label": "checklist: drawer navigation and settings",
      "id": "testing_drawer_navigation",
      "community_name": "Community 1097"
    },
    {
      "label": "Checklist: Thing Context Menu",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1104,
      "norm_label": "checklist: thing context menu",
      "id": "testing_thing_context_menu",
      "community_name": "Community 1104"
    },
    {
      "label": "Checklist: Multi-editor Focus",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 1100,
      "norm_label": "checklist: multi-editor focus",
      "id": "testing_multi_editor_focus",
      "community_name": "Community 1100"
    },
    {
      "label": "Checklist: Docs Code Windows and Embed SDK Preview",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 508,
      "norm_label": "checklist: docs code windows and embed sdk preview",
      "id": "testing_docs_code_windows",
      "community_name": "Community 508"
    },
    {
      "label": "Checklist: Register Request Body Cap",
      "file_type": "document",
      "source_file": "TESTING.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "checklist: register request body cap",
      "id": "testing_register_body_cap",
      "community_name": "Community 375"
    },
    {
      "label": "AI Rebase Conflict Round Composite Action",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "ai rebase conflict round composite action",
      "id": "github_actions_rebase_conflict_round_action",
      "community_name": "Community 383"
    },
    {
      "label": "bootstrap: Copy Trusted Round Code Outside Model Workspace",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "bootstrap: copy trusted round code outside model workspace",
      "id": "github_actions_rebase_conflict_round_action_bootstrap",
      "community_name": "Community 383"
    },
    {
      "label": "prepare: Validate Conflicts and Create Repo-less Scratch",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "prepare: validate conflicts and create repo-less scratch",
      "id": "github_actions_rebase_conflict_round_action_prepare",
      "community_name": "Community 383"
    },
    {
      "label": "Resolve Rebase Conflict Set with Claude in Scratch",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "resolve rebase conflict set with claude in scratch",
      "id": "github_actions_rebase_conflict_round_action_claude_step",
      "community_name": "Community 383"
    },
    {
      "label": "verify: Verify Scratch and Continue Isolated Real Rebase",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "verify: verify scratch and continue isolated real rebase",
      "id": "github_actions_rebase_conflict_round_action_verify",
      "community_name": "Community 383"
    },
    {
      "label": "hash_trusted_tree",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "hash_trusted_tree",
      "id": "github_actions_rebase_conflict_round_action_hash_trusted_tree",
      "community_name": "Community 383"
    },
    {
      "label": "hash_rebase_state",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "hash_rebase_state",
      "id": "github_actions_rebase_conflict_round_action_hash_rebase_state",
      "community_name": "Community 383"
    },
    {
      "label": "unsafe_path_syntax",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "unsafe_path_syntax",
      "id": "github_actions_rebase_conflict_round_action_unsafe_path_syntax",
      "community_name": "Community 383"
    },
    {
      "label": "sha256_file",
      "file_type": "code",
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "sha256_file",
      "id": "github_actions_rebase_conflict_round_action_sha256_file",
      "community_name": "Community 383"
    },
    {
      "label": "PR #183 \u2014 Automatic AI Rebase Support for PRs and Stacks",
      "file_type": "document",
      "source_file": "PRs/183-codex-ai-rebase-stack-resolver--add-automatic-ai-rebase-support-for-pr-stacks.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 383,
      "norm_label": "pr #183 \u2014 automatic ai rebase support for prs and stacks",
      "id": "prs_183_codex_ai_rebase_stack_resolver__add_automatic_ai_rebase_support_for_pr_stacks",
      "community_name": "Community 383"
    },
    {
      "label": "PR #99 \u2014 Persisted-state, CSP, and Register Body-cap Hardening",
      "file_type": "document",
      "source_file": "PRs/99-claude-eval-csp-hardening--persisted-state-csp-register-body-cap.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "pr #99 \u2014 persisted-state, csp, and register body-cap hardening",
      "id": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap",
      "community_name": "Community 375"
    },
    {
      "label": "TODO Backlog",
      "file_type": "document",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo backlog",
      "id": "todo_todo_todo_todo",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 1: Make hydrateRoot(document) merge-ready",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 1: make hydrateroot(document) merge-ready",
      "id": "todo_todo_todo_todo_hydrate_root",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 2: Tighten verification-link origin trust",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 583,
      "norm_label": "todo 2: tighten verification-link origin trust",
      "id": "todo_todo_todo_todo_verification_link_origin",
      "community_name": "Community 583"
    },
    {
      "label": "TODO 3: Remove legacy HS256 JWT fallback",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 3: remove legacy hs256 jwt fallback",
      "id": "todo_todo_todo_todo_remove_hs256_fallback",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 4: Revocation-aware token introspection",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 4: revocation-aware token introspection",
      "id": "todo_todo_todo_todo_token_introspection",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 5: Replace Vercel status polling with webhooks",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 555,
      "norm_label": "todo 5: replace vercel status polling with webhooks",
      "id": "todo_todo_todo_todo_vercel_webhooks",
      "community_name": "Community 555"
    },
    {
      "label": "TODO 6: Cross-tab sync for persisted thingtime state",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 6: cross-tab sync for persisted thingtime state",
      "id": "todo_todo_todo_todo_cross_tab_sync",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 7: Lock down unauthenticated admin/data endpoints",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 7: lock down unauthenticated admin/data endpoints",
      "id": "todo_todo_todo_todo_admin_endpoint_lockdown",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 8: Auth endpoint rate limiting",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 8: auth endpoint rate limiting",
      "id": "todo_todo_todo_todo_auth_rate_limiting",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 9: Persisted strings corrupting into Dates",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 9: persisted strings corrupting into dates",
      "id": "todo_todo_todo_todo_persisted_date_corruption",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 10: Persisted-state code execution removed; strict CSP",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 10: persisted-state code execution removed; strict csp",
      "id": "todo_todo_todo_todo_persisted_code_execution",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 11: Feed duplicate posts in ranked mode",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 11: feed duplicate posts in ranked mode",
      "id": "todo_todo_todo_todo_feed_duplicate_posts",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 12: React.memo on PostCard defeated",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 12: react.memo on postcard defeated",
      "id": "todo_todo_todo_todo_postcard_memo_defeated",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 13: Global Cmd/Ctrl+Z listener hijacks native undo",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 13: global cmd/ctrl+z listener hijacks native undo",
      "id": "todo_todo_todo_todo_undo_listener_hijack",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 14: Remove render-time debug leaks",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 14: remove render-time debug leaks",
      "id": "todo_todo_todo_todo_debug_leaks",
      "community_name": "Community 375"
    },
    {
      "label": "TODO 15: DX ratchet \u2014 typecheck, headless test runner, CI",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 452,
      "norm_label": "todo 15: dx ratchet \u2014 typecheck, headless test runner, ci",
      "id": "todo_todo_todo_todo_dx_ratchet",
      "community_name": "Community 452"
    },
    {
      "label": "TODO 16: Delight and growth ideas",
      "file_type": "rationale",
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 375,
      "norm_label": "todo 16: delight and growth ideas",
      "id": "todo_todo_todo_todo_delight_growth_ideas",
      "community_name": "Community 375"
    },
    {
      "label": "09 \u2014 Security Hardening",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "09 \u2014 security hardening",
      "id": "todo_claude_todo_09_security_hardening",
      "community_name": "Community 255"
    },
    {
      "label": "\u00a7A Unauthenticated admin/data endpoints",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "\u00a7a unauthenticated admin/data endpoints",
      "id": "todo_claude_todo_09_security_hardening_a_unauth_endpoints",
      "community_name": "Community 255"
    },
    {
      "label": "A1 raw-results data exfiltration",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "a1 raw-results data exfiltration",
      "id": "todo_claude_todo_09_security_hardening_a1_raw_results",
      "community_name": "Community 255"
    },
    {
      "label": "A2 unauth populate / DoS amplification",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "a2 unauth populate / dos amplification",
      "id": "todo_claude_todo_09_security_hardening_a2_populate",
      "community_name": "Community 255"
    },
    {
      "label": "A3 unauth service-account token minting",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "a3 unauth service-account token minting",
      "id": "todo_claude_todo_09_security_hardening_a3_service_account",
      "community_name": "Community 255"
    },
    {
      "label": "\u00a7B Auth-endpoint rate limiting and input caps",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "\u00a7b auth-endpoint rate limiting and input caps",
      "id": "todo_claude_todo_09_security_hardening_b_rate_limiting",
      "community_name": "Community 255"
    },
    {
      "label": "\u00a7C Persisted-state eval \u2192 RCE, no CSP",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "\u00a7c persisted-state eval \u2192 rce, no csp",
      "id": "todo_claude_todo_09_security_hardening_c_eval_csp",
      "community_name": "Community 255"
    },
    {
      "label": "\u00a7D Date.parse reviver corrupts strings",
      "file_type": "document",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "\u00a7d date.parse reviver corrupts strings",
      "id": "todo_claude_todo_09_security_hardening_d_date_parse",
      "community_name": "Community 255"
    },
    {
      "label": "Thingtime \u00d7 Claude Feature To-Do README",
      "file_type": "document",
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "thingtime \u00d7 claude feature to-do readme",
      "id": "todo_claude_todo_readme",
      "community_name": "Community 255"
    },
    {
      "label": "Roadmap status board",
      "file_type": "document",
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "roadmap status board",
      "id": "todo_claude_todo_readme_status_board",
      "community_name": "Community 255"
    },
    {
      "label": "Locked decisions (one db, cookie+JWT auth, API seeding)",
      "file_type": "concept",
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "locked decisions (one db, cookie+jwt auth, api seeding)",
      "id": "todo_claude_todo_readme_locked_decisions",
      "community_name": "Community 255"
    },
    {
      "label": "Thingtime web app changelog",
      "file_type": "document",
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "thingtime web app changelog",
      "id": "remix_changelog",
      "community_name": "Community 255"
    },
    {
      "label": "PR #99 persisted-state, CSP, register-body hardening",
      "file_type": "document",
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "pr #99 persisted-state, csp, register-body hardening",
      "id": "remix_changelog_pr99_eval_csp",
      "community_name": "Community 255"
    },
    {
      "label": "PR #167 auth.register public sign-up rate limit",
      "file_type": "document",
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "pr #167 auth.register public sign-up rate limit",
      "id": "remix_changelog_pr167_auth_register_limit",
      "community_name": "Community 255"
    },
    {
      "label": "Service-account provisioning rate limit + body cap",
      "file_type": "document",
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "service-account provisioning rate limit + body cap",
      "id": "remix_changelog_service_account_rate_limit",
      "community_name": "Community 255"
    },
    {
      "label": "Legacy Thingtime function state repair on hydration",
      "file_type": "document",
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "legacy thingtime function state repair on hydration",
      "id": "remix_changelog_legacy_function_state_repair",
      "community_name": "Community 255"
    },
    {
      "label": "Root bootstrap no longer exposes server secrets",
      "file_type": "document",
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "root bootstrap no longer exposes server secrets",
      "id": "remix_changelog_root_bootstrap_secret_leak_fix",
      "community_name": "Community 255"
    },
    {
      "label": "Remix Vite HTML shell",
      "file_type": "code",
      "source_file": "remix/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "remix vite html shell",
      "id": "remix_index",
      "community_name": "Community 255"
    },
    {
      "label": "Pre-paint theme/title boot script (/tt-boot.js)",
      "file_type": "code",
      "source_file": "remix/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "pre-paint theme/title boot script (/tt-boot.js)",
      "id": "remix_index_tt_boot_script",
      "community_name": "Community 255"
    },
    {
      "label": "Client entry module reference (/app/entry.client.tsx)",
      "file_type": "code",
      "source_file": "remix/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "client entry module reference (/app/entry.client.tsx)",
      "id": "remix_index_entry_client",
      "community_name": "Community 255"
    },
    {
      "label": "POST /api/v1/mongodb/raw-results route",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/raw-results/_raw-results.tsx",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "post /api/v1/mongodb/raw-results route",
      "id": "remix_app_routes_api_v1_mongodb_raw_results__raw_results",
      "community_name": "Community 255"
    },
    {
      "label": "POST /api/v1/mongodb/populate route",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/mongodb/populate/_populate.tsx",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "post /api/v1/mongodb/populate route",
      "id": "remix_app_routes_api_v1_mongodb_populate__populate",
      "community_name": "Community 255"
    },
    {
      "label": "POST /api/v1/auth/service-account route",
      "file_type": "code",
      "source_file": "remix/app/routes/api/v1/auth/service-account/_service-account.tsx",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "post /api/v1/auth/service-account route",
      "id": "remix_app_routes_api_v1_auth_service_account__service_account",
      "community_name": "Community 255"
    },
    {
      "label": "provisionServiceAccount",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/serviceAccounts.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 75,
      "norm_label": "provisionserviceaccount",
      "id": "remix_app_api_utils_auth_serviceaccounts_provisionserviceaccount",
      "community_name": "Community 75"
    },
    {
      "label": "loginUser",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/loginUser.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "loginuser",
      "id": "remix_app_api_utils_auth_loginuser",
      "community_name": "Community 255"
    },
    {
      "label": "getCurrentUser",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/getCurrentUser.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "norm_label": "getcurrentuser",
      "id": "remix_app_api_utils_auth_getcurrentuser",
      "community_name": "Community 23"
    },
    {
      "label": "signJwt",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/jwt.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 75,
      "norm_label": "signjwt",
      "id": "remix_app_api_utils_auth_jwt_signjwt",
      "community_name": "Community 75"
    },
    {
      "label": "createSession",
      "file_type": "code",
      "source_file": "remix/app/api/utils/auth/sessions.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 75,
      "norm_label": "createsession",
      "id": "remix_app_api_utils_auth_sessions_createsession",
      "community_name": "Community 75"
    },
    {
      "label": "createPost",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/things.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "norm_label": "createpost",
      "id": "remix_app_api_utils_things_things_createpost",
      "community_name": "Community 23"
    },
    {
      "label": "visibilityQueryFor / canView",
      "file_type": "code",
      "source_file": "remix/app/api/utils/things/things.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 254,
      "norm_label": "visibilityqueryfor / canview",
      "id": "remix_app_api_utils_things_things_visibilityqueryfor",
      "community_name": "Community 254"
    },
    {
      "label": "MongoDB seeding setup script",
      "file_type": "code",
      "source_file": "remix/app/scripts/mongodb/setup.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "mongodb seeding setup script",
      "id": "remix_app_scripts_mongodb_setup",
      "community_name": "Community 255"
    },
    {
      "label": "Nitro API dispatcher import map",
      "file_type": "code",
      "source_file": "remix/server/routes/api/[...].ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "nitro api dispatcher import map",
      "id": "remix_server_routes_api_catchall",
      "community_name": "Community 255"
    },
    {
      "label": "enforceRateLimit",
      "file_type": "code",
      "source_file": "remix/app/api/utils/rateLimit.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "enforceratelimit",
      "id": "remix_app_api_utils_ratelimit_enforceratelimit",
      "community_name": "Community 255"
    },
    {
      "label": "readJsonBody",
      "file_type": "code",
      "source_file": "remix/app/api/http.ts",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "norm_label": "readjsonbody",
      "id": "remix_app_api_http_readjsonbody",
      "community_name": "Community 23"
    },
    {
      "label": "FUNDAMENTALS.md",
      "file_type": "document",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "fundamentals.md",
      "id": "fundamentals",
      "community_name": "Community 255"
    },
    {
      "label": "DECISIONS.md",
      "file_type": "document",
      "source_file": "DECISIONS.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 255,
      "norm_label": "decisions.md",
      "id": "decisions",
      "community_name": "Community 255"
    }
  ],
  "links": [
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".eslintrc.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_eslintrc_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_author"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_bugs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_engines"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_homepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_license"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_scripts_dev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository_type"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_repository_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_bugs",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_bugs_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_axios"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_bcrypt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_body_parser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_cors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_dotenv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_express"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_lodash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_lodash_es"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_luxon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_mongodb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_pug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_smarts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_socket_io"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_uuid"
    },
    {
      "relation": "imports",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L23",
      "weight": 1.0,
      "context": "import",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_cors",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L29",
      "weight": 1.0,
      "context": "import",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_dependencies_mongodb",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_chai"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_config_prettier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_config_xo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_jest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_nuxt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_prettier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_unicorn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_eslint_plugin_vue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_mocha"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_nuxtjs_eslint_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_devdependencies_prettier_plugin_pug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/package.json",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_engines",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_package_engines_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "deprecated_api_src_index",
      "target": "deprecated_api_src_index_app"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "deprecated_api_src_index",
      "target": "deprecated_api_src_index_io"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "deprecated_api_src_index",
      "target": "deprecated_api_src_index_server"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "deprecated_api_src_index",
      "target": "deprecated_api_src_index_smarts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "deprecated_api_src_index",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/index.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "deprecated_api_src_index",
      "target": "thingtime"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/App/ThingtimeApp.swift",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_app_thingtimeapp_thingtimeapp",
      "target": "deprecated_api_src_index_app"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_author"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_license"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_type"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/package.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_deprecated_api_src_package_scripts_test"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "deprecated/api/src/test.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "deprecated_api_src_test",
      "target": "remix_app_routes_tests"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support",
      "target": "docs_design_claude_design_mockup_v1_source_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_boot",
      "target": "docs_design_claude_design_mockup_v1_source_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_createcomponentfactory",
      "target": "docs_design_claude_design_mockup_v1_source_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_evaldclogic",
      "target": "docs_design_claude_design_mockup_v1_source_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_boot",
      "target": "docs_design_claude_design_mockup_v1_source_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_boot",
      "target": "docs_design_claude_design_mockup_v1_source_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_parsedcdocument",
      "target": "docs_design_claude_design_mockup_v1_source_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_parsedctext",
      "target": "docs_design_claude_design_mockup_v1_source_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_rootnamefordocument",
      "target": "docs_design_claude_design_mockup_v1_source_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_boot",
      "target": "docs_design_claude_design_mockup_v1_source_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_rootnamefordocument",
      "target": "docs_design_claude_design_mockup_v1_source_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_resolve",
      "target": "docs_design_claude_design_mockup_v1_source_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_resolve",
      "target": "docs_design_claude_design_mockup_v1_source_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_resolve",
      "target": "docs_design_claude_design_mockup_v1_source_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_compiletemplate",
      "target": "docs_design_claude_design_mockup_v1_source_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_collectprops",
      "target": "docs_design_claude_design_mockup_v1_source_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_csstoobj",
      "target": "docs_design_claude_design_mockup_v1_source_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_hostpositionstyle",
      "target": "docs_design_claude_design_mockup_v1_source_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_collectprops",
      "target": "docs_design_claude_design_mockup_v1_source_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkcomponent",
      "target": "docs_design_claude_design_mockup_v1_source_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkfor",
      "target": "docs_design_claude_design_mockup_v1_source_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkif",
      "target": "docs_design_claude_design_mockup_v1_source_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkximport",
      "target": "docs_design_claude_design_mockup_v1_source_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkcomponent",
      "target": "docs_design_claude_design_mockup_v1_source_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkelement",
      "target": "docs_design_claude_design_mockup_v1_source_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkximport",
      "target": "docs_design_claude_design_mockup_v1_source_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_compiletemplate",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkcomponent",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkelement",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkfor",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkif",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkximport",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walk",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walk",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walk",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walk",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walk",
      "target": "docs_design_claude_design_mockup_v1_source_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walk",
      "target": "docs_design_claude_design_mockup_v1_source_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_walkelement",
      "target": "docs_design_claude_design_mockup_v1_source_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_createruntime",
      "target": "docs_design_claude_design_mockup_v1_source_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_isrenderabletype",
      "target": "docs_design_claude_design_mockup_v1_source_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_createruntime",
      "target": "docs_design_claude_design_mockup_v1_source_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_createruntime",
      "target": "docs_design_claude_design_mockup_v1_source_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_createruntime",
      "target": "docs_design_claude_design_mockup_v1_source_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_createruntime",
      "target": "docs_design_claude_design_mockup_v1_source_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_init",
      "target": "docs_design_claude_design_mockup_v1_source_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/source/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v1_source_support_loadreactumd",
      "target": "docs_design_claude_design_mockup_v1_source_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfactorywithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_starttransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warn",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_act",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_arehookinputsequal",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_assertvalidprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdepsarearraydev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkfornestedupdates",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkforunmatchedtext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkpropstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkselectproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_coerceref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitreconciliationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_computeexpirationtime",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromprofiler",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_definekeypropwarninggetter",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_definerefpropwarninggetter",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuetask",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_error",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_errorhydratingcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finddomnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_forwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_imperativehandleeffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_injectinternals",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_isattributenamesafe",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_isconcurrentactenvironment",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ismounted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_lazy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_lazyinitializer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonativeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_memo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountimperativehandle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_onpostcommitroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_onscheduleroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_popactscope",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processchildcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reenablelogs",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registerdirectevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_render",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderwithhooks",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resetreplayingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelyattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycalldestroy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_sanitizeurl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setreplayingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateimperativehandle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usecontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateexplicitkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefragmentprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validaterevealorder",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatetailoptions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifhydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warninvalidariaprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnoop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonfunctiontype",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonhookmismatchindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_component",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_component",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderwithhooks",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdepsarearraydev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkselectproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkpropstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkpropstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_willcoercionthrow",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkpropstringcoercion",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getelementkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finddomnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateexplicitkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_iseventsupported",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_onlychild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getelementkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getelementkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mapintoarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_countchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_foreachchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_toarray",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_lazy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_memo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usecontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usedebugvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usedeferredvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_useeffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_useid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_useimperativehandle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_useinsertioneffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_uselayouteffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usememo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usereducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_useref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usestate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_usetransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_disablelogs",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describefiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describeclasscomponentframe",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describefunctioncomponentframe",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describefiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processchildcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateexplicitkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefragmentprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkselectproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateexplicitkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createelementwithvalidation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_advancetimers",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createlanemap",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_deletehydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuestaterestore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractbeforeinputevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_4",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_fiberrootnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invalidatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthooktypesdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_push",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushcontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushrenderlanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushsuspensecontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_queuehydrationerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registermutablesourceforhydration",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_remountfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdiderror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallback_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesynccallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warninvalidariaprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_advancetimers",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_advancetimers",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invalidatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_popcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_popprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_poprenderlanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_popsuspensecontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_poptoplevelcontextobject",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_siftup",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_siftdown",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_continueexecution",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_schedulecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_continueexecution",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_starttransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_starttransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_starttransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_act",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_act",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_act",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_act",
      "target": "docs_design_claude_design_mockup_v2_fable_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_claude_design_mockup_v2_fable_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registersimpleevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registertwophaseevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registerevents_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforattribute",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatenamedcousins",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_coerceref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dangerousstylevalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trackvalueonnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforattribute",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattribute",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialdomproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatechecked",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedomproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_describefiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_coerceref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ismounted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_logcapturederror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processchildcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonfunctiontype",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonhookmismatchindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gettreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoptions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoptions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkselectproptypes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getvaluefromnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trackvalueonnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_track",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatevalueifchanged",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trackvalueonnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatevalueifchanged",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_track",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatenamedcousins",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelementdeep",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatenamedcousins",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatenamedcousins",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handlecontrolledinputblur",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_postupdatewrapper",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildnamespace",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildhostcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createdangerousstringforstyles",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforstyles",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unhideinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createdangerousstringforstyles",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialdomproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedomproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warninvalidariaprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventsforplugins",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_manualdispatchchangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateifneeded",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateoftarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateoftarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finisheventhandler",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finisheventhandler",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_manualdispatchchangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldpreventmouseevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreafterdispatch",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdatequeue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reportuncaughterrorindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_executedispatch",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reportuncaughterrorindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attachpinglistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_4",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ismounted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_queueifcontinuousevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attachpinglistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonativeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_movependingfiberstomemoized",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonhookmismatchindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_assertismounted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_isfibermounted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ismounted",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancebyfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_injectinternals",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_injectinternals",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_injectintodevtools",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_applyderivedstatefromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getstatefromupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanelabelmap",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdateindevtools",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getmostrecenteventtime",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_lanestoeventpriority",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_requestretrylane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_lanestoeventpriority",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange_eager",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetoindex",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootentangled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootfinished",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_addfibertolanesmap",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_movependingfiberstomemoized",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_bubbleproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markskippedupdatelanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange_eager",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushrenderlanes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_bailouthooks",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_fiberrootnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_discreteupdates",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchcontinuousevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchdiscreteevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_discreteupdates",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchcontinuousevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchdiscreteevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_lanestoeventpriority",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_queueifcontinuousevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulehydration",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_replayunblockedevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_replayunblockedevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareforcommit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resetaftercommit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareforcommit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchdiscreteevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchcontinuousevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findinstanceblockingevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrenteventpriority",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_initialize",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getdata",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_4",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventkey",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createsyntheticevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnativebeforeinputchars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractbeforeinputevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractbeforeinputevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractbeforeinputevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_manualdispatchchangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handlepropertychange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_manualdispatchchangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_runeventinbatch",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforclickevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handlepropertychange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_startwatchingforvaluechange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setoffsets",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getoffsets",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getoffsets",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setoffsets",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setselection",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_containsnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_isindocument",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelementdeep",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getselectioninformation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getselectioninformation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getselectioninformation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareforcommit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resetaftercommit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restoreselection",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_registersimpleevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_4",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventsforplugins",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventsforplugins",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialdomproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_listentonativeevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareportalmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getlowestcommonancestor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_checkforunmatchedtext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchildtocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finalizeinitialchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratetextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicrootinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_appendinitialchild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createtextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchildtocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchildtocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_insertincontainerbefore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_removechildfromcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findfirstsuspended",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findfirstsuspended",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratablesibling",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enterhydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratetextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratesuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getclosestinstancefromnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnunhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnunhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnunhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_detachfiberaftereffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_render",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostrootcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invalidatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulelegacysynccallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_isforkedchild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getforksatlevel",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gettreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreefork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushtreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getleadingbit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspendedtreecontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifnothydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_deletehydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_deletehydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_insertnonhydratedinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehosttext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pophydrationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_cutofftailifneeded",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_coerceref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvelazy",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_clonechildfibers",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resetchildfibers",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getstatefromupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getstatefromupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange_eager",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatecontextchange_eager",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_forcestorererender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createrooterrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostrootcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateportalcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremainonfallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findlastcontentrow",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehooktypesdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountcallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdeferredvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountmemo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountreducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounttransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderdeferredvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderreducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerendertransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecallback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatetransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pusheffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountreducer",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderreducer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesyncexternalstore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestoreinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestoreinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_subscribetostore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_subscribetostore",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_forcestorererender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounttransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatetransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerendertransition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountimperativehandle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountinsertioneffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlayouteffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateimperativehandle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateinsertioneffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatelayouteffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rerenderdeferredvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountid",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchreduceraction",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_dispatchsetstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemountonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemountonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_logcapturederror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createrooterrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attachpinglistener",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_throwexception",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefragment",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateportalcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateprofiler",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateforwardref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesimplememocomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateoffscreencomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountlazycomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountindeterminatecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextprovider",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontextconsumer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_beginwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completework",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unwindinterruptedwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelyattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelyattachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelydetachref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycalldestroy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_safelycalldestroy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemountonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hideorunhideallchildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostparentfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostsibling",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitreconciliationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitreconciliationeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_batchedupdates_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_discreteupdates",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performconcurrentworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finishconcurrentrender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performsyncworkonroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushsync_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopsync",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_renderrootconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_workloopconcurrent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_performunitofwork",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitrootimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffects",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_capturecommitphaseerror",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_pingsuspendedroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveretrywakeable",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveclassforhotreloading",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createworkinprogress",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_issimplefunctioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_resolvelazycomponenttag",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_finddomnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_injectintodevtools",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_injectintodevtools",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_createportal_1",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_render",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_hydrate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_render",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unmountcomponentatnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isobject",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_toref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_px",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ring",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_subtract",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_subtract",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createresolver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createresolver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_logical",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transform",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transform",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ring",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_degree",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createresolver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createresolver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createresolver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapedot",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tohex",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transparentize",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_nametohex",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transparentize",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovarref",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovar",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hash2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prefix",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prefix",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prefix",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_next",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prefix",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prev",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_comment",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_declaration",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_alloc",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prefix",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stringify",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_middleware",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serialize",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_comment",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_declaration",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_comment",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_commenter",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escaping",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_identifier",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_whitespace",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escaping",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_commenter",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escaping",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_identifier",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_identifier",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_whitespace",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compile",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compile",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimit",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_compile",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_asrgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parse",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stringify",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_css2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_styled2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usechakra",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useconstant",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useispresent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memosupports",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_warnonce",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makestate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_build",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_build",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_settarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_speed",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_starttime",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_time",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_speed",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_time",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flatten",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pause",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_play",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flatten",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_play",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_play",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_complete",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cananimate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hover",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_press",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hover",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hover",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_press",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remove",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_on",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_unmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_jump",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_set",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_destroy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_jump",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_destroy",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stop",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_settarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getmixer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolved",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resume",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cananimate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tick",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_teardown",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_asrgba",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mix2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixobject",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_findspring",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_spring",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_spring",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_interpolate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initplayback",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sample",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_tick",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_finish",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_teardown",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_supports",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startobserver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasscale",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hastransform",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hastransform",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformbox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_remove",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_boxequals",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_relegate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_promote",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixbox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_roundbox",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_startobserver",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvalue",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_findtoast",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_factory",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usechakra",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_alerticon",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_whenready",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_defineel",
      "target": "docs_design_claude_design_mockup_v2_fable_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support",
      "target": "docs_design_claude_design_mockup_v2_fable_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_boot",
      "target": "docs_design_claude_design_mockup_v2_fable_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_createcomponentfactory",
      "target": "docs_design_claude_design_mockup_v2_fable_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_evaldclogic",
      "target": "docs_design_claude_design_mockup_v2_fable_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_boot",
      "target": "docs_design_claude_design_mockup_v2_fable_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_boot",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_parsedcdocument",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_parsedctext",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_rootnamefordocument",
      "target": "docs_design_claude_design_mockup_v2_fable_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_boot",
      "target": "docs_design_claude_design_mockup_v2_fable_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_rootnamefordocument",
      "target": "docs_design_claude_design_mockup_v2_fable_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_resolve",
      "target": "docs_design_claude_design_mockup_v2_fable_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_resolve",
      "target": "docs_design_claude_design_mockup_v2_fable_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_resolve",
      "target": "docs_design_claude_design_mockup_v2_fable_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_compiletemplate",
      "target": "docs_design_claude_design_mockup_v2_fable_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_collectprops",
      "target": "docs_design_claude_design_mockup_v2_fable_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_csstoobj",
      "target": "docs_design_claude_design_mockup_v2_fable_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_hostpositionstyle",
      "target": "docs_design_claude_design_mockup_v2_fable_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_collectprops",
      "target": "docs_design_claude_design_mockup_v2_fable_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkfor",
      "target": "docs_design_claude_design_mockup_v2_fable_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkif",
      "target": "docs_design_claude_design_mockup_v2_fable_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkximport",
      "target": "docs_design_claude_design_mockup_v2_fable_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkelement",
      "target": "docs_design_claude_design_mockup_v2_fable_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkximport",
      "target": "docs_design_claude_design_mockup_v2_fable_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_compiletemplate",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkcomponent",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkelement",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkfor",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkif",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkximport",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walk",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walk",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walk",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walk",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walk",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walk",
      "target": "docs_design_claude_design_mockup_v2_fable_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_walkelement",
      "target": "docs_design_claude_design_mockup_v2_fable_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_createruntime",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_isrenderabletype",
      "target": "docs_design_claude_design_mockup_v2_fable_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_createruntime",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_createruntime",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_createruntime",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_createruntime",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_init",
      "target": "docs_design_claude_design_mockup_v2_fable_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_support_loadreactumd",
      "target": "docs_design_claude_design_mockup_v2_fable_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/inline-dc.py",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_inline_dc_py",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_inline_dc_wrap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react",
      "target": "docs_design_thingtime_app_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_app_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_app_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_app_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_app_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createcontext",
      "target": "docs_design_thingtime_app_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_app_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot",
      "target": "docs_design_thingtime_app_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_starttransition",
      "target": "docs_design_thingtime_app_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warn",
      "target": "docs_design_thingtime_app_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_act",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkproptypes",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_coerceref",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitattachref",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createcontext",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot_1",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueuetask",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_error",
      "target": "docs_design_thingtime_app_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finddomnode",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsync_1",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_forwardref",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrate",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_injectinternals",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ismounted",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_lazy",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_memo",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_oncommitroot",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pop",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_popactscope",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processchildcontext",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushprovider",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_readcontext",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reenablelogs",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_render",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_safelyattachref",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_safelydetachref",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatereducer",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usecontext",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproperty",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateprops",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproptypes",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnnoop",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_app_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_component",
      "target": "docs_design_thingtime_app_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_component",
      "target": "docs_design_thingtime_app_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_app_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_app_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_app_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_cloneelement",
      "target": "docs_design_thingtime_app_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createportal",
      "target": "docs_design_thingtime_app_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getelementkey",
      "target": "docs_design_thingtime_app_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_app_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_app_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finddomnode",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproptypes",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_cloneelement",
      "target": "docs_design_thingtime_app_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_cloneelement",
      "target": "docs_design_thingtime_app_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelement",
      "target": "docs_design_thingtime_app_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createinstance",
      "target": "docs_design_thingtime_app_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_iseventsupported",
      "target": "docs_design_thingtime_app_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_onlychild",
      "target": "docs_design_thingtime_app_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_app_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getelementkey",
      "target": "docs_design_thingtime_app_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getelementkey",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapchildren",
      "target": "docs_design_thingtime_app_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mapintoarray",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_countchildren",
      "target": "docs_design_thingtime_app_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_foreachchildren",
      "target": "docs_design_thingtime_app_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_toarray",
      "target": "docs_design_thingtime_app_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_app_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_lazy",
      "target": "docs_design_thingtime_app_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_memo",
      "target": "docs_design_thingtime_app_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usecallback",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usecontext",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_useeffect",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_useid",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usememo",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usereducer",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_useref",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usestate",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_usetransition",
      "target": "docs_design_thingtime_app_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_disablelogs",
      "target": "docs_design_thingtime_app_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_app_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_app_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describefiber",
      "target": "docs_design_thingtime_app_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_app_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_app_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_app_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_app_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_app_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describefiber",
      "target": "docs_design_thingtime_app_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_app_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_app_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_app_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkproptypes",
      "target": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkproptypes",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processchildcontext",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproptypes",
      "target": "docs_design_thingtime_app_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_app_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_app_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_app_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_app_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_app_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_app_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_app_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_advancetimers",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructselectevent",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createlanemap",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_4",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_push",
      "target": "docs_design_thingtime_app_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushprovider",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_remountfiber",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderdiderror",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restoreselection",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_app_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_advancetimers",
      "target": "docs_design_thingtime_app_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handletimeout",
      "target": "docs_design_thingtime_app_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_app_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_app_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_workloop",
      "target": "docs_design_thingtime_app_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_advancetimers",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pop",
      "target": "docs_design_thingtime_app_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_popcontext",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophostcontext",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_popprovider",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_workloop",
      "target": "docs_design_thingtime_app_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_siftup",
      "target": "docs_design_thingtime_app_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_siftdown",
      "target": "docs_design_thingtime_app_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushwork",
      "target": "docs_design_thingtime_app_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handletimeout",
      "target": "docs_design_thingtime_app_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_workloop",
      "target": "docs_design_thingtime_app_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_handletimeout",
      "target": "docs_design_thingtime_app_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handletimeout",
      "target": "docs_design_thingtime_app_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handletimeout",
      "target": "docs_design_thingtime_app_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_app_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_workloop",
      "target": "docs_design_thingtime_app_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushwork",
      "target": "docs_design_thingtime_app_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushwork",
      "target": "docs_design_thingtime_app_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_app_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_app_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_workloop",
      "target": "docs_design_thingtime_app_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_workloop",
      "target": "docs_design_thingtime_app_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_app_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_app_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_app_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_app_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_app_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_starttransition",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_starttransition",
      "target": "docs_design_thingtime_app_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_starttransition",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_app_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_act",
      "target": "docs_design_thingtime_app_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_act",
      "target": "docs_design_thingtime_app_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_act",
      "target": "docs_design_thingtime_app_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_act",
      "target": "docs_design_thingtime_app_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_app_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_app_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_app_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registerevents",
      "target": "docs_design_thingtime_app_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registerevents_1",
      "target": "docs_design_thingtime_app_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registerevents_3",
      "target": "docs_design_thingtime_app_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_app_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_app_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registerevents_2",
      "target": "docs_design_thingtime_app_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_app_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_app_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_coerceref",
      "target": "docs_design_thingtime_app_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_app_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_app_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_app_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_app_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_app_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_app_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatechecked",
      "target": "docs_design_thingtime_app_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_app_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_describefiber",
      "target": "docs_design_thingtime_app_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_app_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_app_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_app_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_app_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_app_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_coerceref",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitattachref",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ismounted",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_logcapturederror",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processchildcontext",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelydetachref",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_app_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performunitofwork",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performunitofwork",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gettreeid",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountid",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushtreeid",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateoptions",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_app_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_app_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_app_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_app_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateoptions",
      "target": "docs_design_thingtime_app_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper",
      "target": "docs_design_thingtime_app_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_app_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_app_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_app_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_app_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_app_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_app_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_track",
      "target": "docs_design_thingtime_app_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_app_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_app_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_app_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_track",
      "target": "docs_design_thingtime_app_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_app_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_app_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructselectevent",
      "target": "docs_design_thingtime_app_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_app_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_app_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_app_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper",
      "target": "docs_design_thingtime_app_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateproperties",
      "target": "docs_design_thingtime_app_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper",
      "target": "docs_design_thingtime_app_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_app_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_app_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateproperties",
      "target": "docs_design_thingtime_app_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatewrapper",
      "target": "docs_design_thingtime_app_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_app_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_app_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_app_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_app_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_app_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_app_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_app_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_app_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateproperties",
      "target": "docs_design_thingtime_app_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_app_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_app_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateproperties",
      "target": "docs_design_thingtime_app_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_app_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_app_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_app_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_app_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_app_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_app_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unhideinstance",
      "target": "docs_design_thingtime_app_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_app_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_app_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_app_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_app_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_app_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateproperties",
      "target": "docs_design_thingtime_app_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproperties",
      "target": "docs_design_thingtime_app_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_app_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_app_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validateproperties",
      "target": "docs_design_thingtime_app_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_app_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_app_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_2",
      "target": "docs_design_thingtime_app_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_app_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_app_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_app_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_app_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_app_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_app_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_app_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_app_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_app_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_batchedupdates",
      "target": "docs_design_thingtime_app_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_app_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_app_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_app_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getlistener",
      "target": "docs_design_thingtime_app_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_app_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_app_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_app_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getlistener",
      "target": "docs_design_thingtime_app_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_app_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_app_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_app_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_executedispatch",
      "target": "docs_design_thingtime_app_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_app_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_app_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_app_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_4",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ismounted",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_app_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_app_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_assertismounted",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_2",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_isfibermounted",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ismounted",
      "target": "docs_design_thingtime_app_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_app_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_app_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_app_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_app_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_app_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_app_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_app_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_app_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_app_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_injectinternals",
      "target": "docs_design_thingtime_app_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_injectinternals",
      "target": "docs_design_thingtime_app_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_app_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_app_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_app_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_app_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnextlanes",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnextlanes",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnextlanes",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_app_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_app_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_app_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_app_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitions",
      "target": "docs_design_thingtime_app_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_app_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_app_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_app_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_requestretrylane",
      "target": "docs_design_thingtime_app_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_app_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_lanetoindex",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markrootentangled",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markrootfinished",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_app_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_app_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markrootupdated",
      "target": "docs_design_thingtime_app_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_app_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_app_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_app_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_app_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatereducer",
      "target": "docs_design_thingtime_app_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitions",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushroot",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatereducer",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_app_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_bailouthooks",
      "target": "docs_design_thingtime_app_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_app_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_app_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitions",
      "target": "docs_design_thingtime_app_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_app_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_app_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_app_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_app_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_app_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_app_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_app_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitions",
      "target": "docs_design_thingtime_app_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_app_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushroot",
      "target": "docs_design_thingtime_app_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_app_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitroot",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_discreteupdates",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsync",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_app_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitroot",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_discreteupdates",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsync",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_app_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_app_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_app_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_app_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_app_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_app_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_app_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_app_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_app_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_app_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_app_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_app_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_app_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_app_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_app_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_app_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulehydration",
      "target": "docs_design_thingtime_app_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_app_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_app_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_app_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_app_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_app_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_app_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_app_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_app_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_app_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_app_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_app_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_app_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_app_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_app_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_app_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_app_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchevent",
      "target": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_app_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_app_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_app_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_app_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_app_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_app_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_app_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_app_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_app_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_initialize",
      "target": "docs_design_thingtime_app_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_app_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getdata",
      "target": "docs_design_thingtime_app_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_app_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_4",
      "target": "docs_design_thingtime_app_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_geteventkey",
      "target": "docs_design_thingtime_app_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_app_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_app_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_app_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_app_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_app_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents",
      "target": "docs_design_thingtime_app_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_app_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_app_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents",
      "target": "docs_design_thingtime_app_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_5",
      "target": "docs_design_thingtime_app_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_1",
      "target": "docs_design_thingtime_app_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_3",
      "target": "docs_design_thingtime_app_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_1",
      "target": "docs_design_thingtime_app_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_app_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_1",
      "target": "docs_design_thingtime_app_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_app_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_app_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_app_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_app_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_app_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_app_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_app_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_app_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_app_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_app_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_app_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_app_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_1",
      "target": "docs_design_thingtime_app_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_1",
      "target": "docs_design_thingtime_app_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_1",
      "target": "docs_design_thingtime_app_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_5",
      "target": "docs_design_thingtime_app_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_2",
      "target": "docs_design_thingtime_app_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_2",
      "target": "docs_design_thingtime_app_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_2",
      "target": "docs_design_thingtime_app_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_2",
      "target": "docs_design_thingtime_app_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_5",
      "target": "docs_design_thingtime_app_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_app_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructselectevent",
      "target": "docs_design_thingtime_app_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_app_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_app_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_app_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setoffsets",
      "target": "docs_design_thingtime_app_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getoffsets",
      "target": "docs_design_thingtime_app_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getoffsets",
      "target": "docs_design_thingtime_app_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setoffsets",
      "target": "docs_design_thingtime_app_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setselection",
      "target": "docs_design_thingtime_app_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_containsnode",
      "target": "docs_design_thingtime_app_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_isindocument",
      "target": "docs_design_thingtime_app_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restoreselection",
      "target": "docs_design_thingtime_app_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_app_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_app_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restoreselection",
      "target": "docs_design_thingtime_app_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getselection_1",
      "target": "docs_design_thingtime_app_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_app_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restoreselection",
      "target": "docs_design_thingtime_app_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_app_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_app_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_app_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restoreselection",
      "target": "docs_design_thingtime_app_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getselection_1",
      "target": "docs_design_thingtime_app_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructselectevent",
      "target": "docs_design_thingtime_app_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructselectevent",
      "target": "docs_design_thingtime_app_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructselectevent",
      "target": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_3",
      "target": "docs_design_thingtime_app_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_3",
      "target": "docs_design_thingtime_app_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_5",
      "target": "docs_design_thingtime_app_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_app_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_4",
      "target": "docs_design_thingtime_app_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_extractevents_5",
      "target": "docs_design_thingtime_app_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_app_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_app_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_app_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_app_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_app_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_app_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_app_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_app_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_app_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_app_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_app_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot",
      "target": "docs_design_thingtime_app_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot",
      "target": "docs_design_thingtime_app_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_app_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_app_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_app_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_app_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_app_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_app_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_app_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_app_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_app_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_app_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_app_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_app_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createtextnode",
      "target": "docs_design_thingtime_app_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_app_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffproperties",
      "target": "docs_design_thingtime_app_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_app_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateproperties",
      "target": "docs_design_thingtime_app_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createtextinstance",
      "target": "docs_design_thingtime_app_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_app_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_prepareupdate",
      "target": "docs_design_thingtime_app_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitupdate",
      "target": "docs_design_thingtime_app_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_app_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_app_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_app_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_app_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_app_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitattachref",
      "target": "docs_design_thingtime_app_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_app_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_app_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createinstance",
      "target": "docs_design_thingtime_app_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createinstance",
      "target": "docs_design_thingtime_app_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_app_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_app_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createtextinstance",
      "target": "docs_design_thingtime_app_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_app_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitupdate",
      "target": "docs_design_thingtime_app_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitplacement",
      "target": "docs_design_thingtime_app_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_app_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_app_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_app_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_app_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_app_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_clearcontainer",
      "target": "docs_design_thingtime_app_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_app_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_app_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_app_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_app_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_app_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_app_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_tryhydrate",
      "target": "docs_design_thingtime_app_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_tryhydrate",
      "target": "docs_design_thingtime_app_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_tryhydrate",
      "target": "docs_design_thingtime_app_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_app_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_app_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_tryhydrate",
      "target": "docs_design_thingtime_app_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_app_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_app_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_app_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_app_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_app_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_app_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_app_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_app_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_app_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot",
      "target": "docs_design_thingtime_app_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot",
      "target": "docs_design_thingtime_app_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrate",
      "target": "docs_design_thingtime_app_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_render",
      "target": "docs_design_thingtime_app_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_app_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_app_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_app_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_app_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_app_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_app_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushroot",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsync",
      "target": "docs_design_thingtime_app_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_isforkedchild",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gettreeid",
      "target": "docs_design_thingtime_app_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountid",
      "target": "docs_design_thingtime_app_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_app_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushtreefork",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_app_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushtreeid",
      "target": "docs_design_thingtime_app_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushtreeid",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getleadingbit",
      "target": "docs_design_thingtime_app_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_tryhydrate",
      "target": "docs_design_thingtime_app_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_app_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_app_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_app_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_tryhydrate",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_app_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehosttext",
      "target": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_app_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_app_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_app_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountid",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_app_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_app_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_app_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_coerceref",
      "target": "docs_design_thingtime_app_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resolvelazy",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_app_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_app_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_app_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_app_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_app_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_app_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_app_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_app_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_app_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_app_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_app_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_app_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_app_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_app_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_app_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_app_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_app_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_forcestorererender",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_app_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberroot",
      "target": "docs_design_thingtime_app_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_app_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_app_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_app_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_app_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_app_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_app_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_app_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_app_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_app_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_app_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gethostcontext",
      "target": "docs_design_thingtime_app_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_app_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_app_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_app_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_app_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_app_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_app_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_app_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_app_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot",
      "target": "docs_design_thingtime_app_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_app_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecallback",
      "target": "docs_design_thingtime_app_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_app_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememo",
      "target": "docs_design_thingtime_app_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountcallback",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountid",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountmemo",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountreducer",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountref",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountstate",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounttransition",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rerendertransition",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecallback",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateid",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememo",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatereducer",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateref",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatetransition",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pusheffect",
      "target": "docs_design_thingtime_app_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_app_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_mountstate",
      "target": "docs_design_thingtime_app_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_rerenderstate",
      "target": "docs_design_thingtime_app_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_updatestate",
      "target": "docs_design_thingtime_app_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountreducer",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatereducer",
      "target": "docs_design_thingtime_app_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatereducer",
      "target": "docs_design_thingtime_app_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatestate",
      "target": "docs_design_thingtime_app_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_app_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rerenderstate",
      "target": "docs_design_thingtime_app_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_app_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_app_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_app_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_subscribetostore",
      "target": "docs_design_thingtime_app_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_subscribetostore",
      "target": "docs_design_thingtime_app_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_forcestorererender",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounttransition",
      "target": "docs_design_thingtime_app_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatetransition",
      "target": "docs_design_thingtime_app_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rerendertransition",
      "target": "docs_design_thingtime_app_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_app_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_app_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounteffect",
      "target": "docs_design_thingtime_app_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_app_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_app_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_app_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateeffect",
      "target": "docs_design_thingtime_app_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_app_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_app_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_app_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_app_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_app_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_app_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountid",
      "target": "docs_design_thingtime_app_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_app_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_app_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_app_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performunitofwork",
      "target": "docs_design_thingtime_app_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performunitofwork",
      "target": "docs_design_thingtime_app_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitattachref",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelydetachref",
      "target": "docs_design_thingtime_app_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_app_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_app_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_app_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitattachref",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelydetachref",
      "target": "docs_design_thingtime_app_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_app_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_app_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_app_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_app_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_app_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_app_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_logcapturederror",
      "target": "docs_design_thingtime_app_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_app_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_app_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_app_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_app_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_app_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_app_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_throwexception",
      "target": "docs_design_thingtime_app_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_app_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefragment",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatemode",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateprofiler",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateforwardref",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_app_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_app_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_app_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_app_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatehostroot",
      "target": "docs_design_thingtime_app_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_app_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_app_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_app_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_app_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_app_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_app_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_app_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_app_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_app_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_app_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_app_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_app_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_beginwork",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_app_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completework",
      "target": "docs_design_thingtime_app_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_app_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindwork",
      "target": "docs_design_thingtime_app_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_app_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_app_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_app_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelyattachref",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelyattachref",
      "target": "docs_design_thingtime_app_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelydetachref",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_app_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_app_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_app_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_app_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_app_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_app_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_app_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_app_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitplacement",
      "target": "docs_design_thingtime_app_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_app_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_gethostsibling",
      "target": "docs_design_thingtime_app_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitplacement",
      "target": "docs_design_thingtime_app_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitplacement",
      "target": "docs_design_thingtime_app_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitplacement",
      "target": "docs_design_thingtime_app_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_app_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_app_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_app_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_app_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_app_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_app_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_app_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_app_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_app_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_app_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_app_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_app_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_discreteupdates",
      "target": "docs_design_thingtime_app_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushroot",
      "target": "docs_design_thingtime_app_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_app_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_app_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_app_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_app_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_app_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_app_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushroot",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_app_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_app_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_app_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_app_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_app_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_app_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_app_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_app_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsync",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsync_1",
      "target": "docs_design_thingtime_app_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushsync_1",
      "target": "docs_design_thingtime_app_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_app_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_handleerror",
      "target": "docs_design_thingtime_app_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootsync",
      "target": "docs_design_thingtime_app_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_workloopsync",
      "target": "docs_design_thingtime_app_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_app_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_app_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_performunitofwork",
      "target": "docs_design_thingtime_app_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitroot",
      "target": "docs_design_thingtime_app_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_app_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_app_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_app_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_app_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_app_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_app_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_app_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_app_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_app_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_app_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_app_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_app_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_app_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberroot",
      "target": "docs_design_thingtime_app_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_app_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createcontainer",
      "target": "docs_design_thingtime_app_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_app_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createportal_1",
      "target": "docs_design_thingtime_app_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_app_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_updatecontainer",
      "target": "docs_design_thingtime_app_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_finddomnode",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot",
      "target": "docs_design_thingtime_app_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot",
      "target": "docs_design_thingtime_app_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_app_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_app_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_app_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_app_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_app_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot",
      "target": "docs_design_thingtime_app_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createroot_1",
      "target": "docs_design_thingtime_app_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot",
      "target": "docs_design_thingtime_app_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_app_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_createportal_1",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrate",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_render",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_app_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_hydrate",
      "target": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_render",
      "target": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_app_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_app_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_tt_elements",
      "target": "docs_design_thingtime_app_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_tt_elements",
      "target": "docs_design_thingtime_app_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_tt_elements",
      "target": "docs_design_thingtime_app_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_app_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_app_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support",
      "target": "docs_design_thingtime_app_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_boot",
      "target": "docs_design_thingtime_app_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_createcomponentfactory",
      "target": "docs_design_thingtime_app_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_evaldclogic",
      "target": "docs_design_thingtime_app_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_boot",
      "target": "docs_design_thingtime_app_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_boot",
      "target": "docs_design_thingtime_app_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_parsedcdocument",
      "target": "docs_design_thingtime_app_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_parsedctext",
      "target": "docs_design_thingtime_app_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_rootnamefordocument",
      "target": "docs_design_thingtime_app_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_boot",
      "target": "docs_design_thingtime_app_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_rootnamefordocument",
      "target": "docs_design_thingtime_app_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_resolve",
      "target": "docs_design_thingtime_app_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_resolve",
      "target": "docs_design_thingtime_app_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_resolve",
      "target": "docs_design_thingtime_app_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_compiletemplate",
      "target": "docs_design_thingtime_app_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_collectprops",
      "target": "docs_design_thingtime_app_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_csstoobj",
      "target": "docs_design_thingtime_app_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_hostpositionstyle",
      "target": "docs_design_thingtime_app_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_collectprops",
      "target": "docs_design_thingtime_app_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkcomponent",
      "target": "docs_design_thingtime_app_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkfor",
      "target": "docs_design_thingtime_app_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkif",
      "target": "docs_design_thingtime_app_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkximport",
      "target": "docs_design_thingtime_app_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkcomponent",
      "target": "docs_design_thingtime_app_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkelement",
      "target": "docs_design_thingtime_app_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkximport",
      "target": "docs_design_thingtime_app_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_compiletemplate",
      "target": "docs_design_thingtime_app_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkcomponent",
      "target": "docs_design_thingtime_app_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkelement",
      "target": "docs_design_thingtime_app_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkfor",
      "target": "docs_design_thingtime_app_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkif",
      "target": "docs_design_thingtime_app_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkximport",
      "target": "docs_design_thingtime_app_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walk",
      "target": "docs_design_thingtime_app_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walk",
      "target": "docs_design_thingtime_app_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walk",
      "target": "docs_design_thingtime_app_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walk",
      "target": "docs_design_thingtime_app_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walk",
      "target": "docs_design_thingtime_app_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walk",
      "target": "docs_design_thingtime_app_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_walkelement",
      "target": "docs_design_thingtime_app_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_app_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_createruntime",
      "target": "docs_design_thingtime_app_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_isrenderabletype",
      "target": "docs_design_thingtime_app_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_createruntime",
      "target": "docs_design_thingtime_app_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_createruntime",
      "target": "docs_design_thingtime_app_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_createruntime",
      "target": "docs_design_thingtime_app_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_createruntime",
      "target": "docs_design_thingtime_app_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_init",
      "target": "docs_design_thingtime_app_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-app/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_app_support_loadreactumd",
      "target": "docs_design_thingtime_app_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react",
      "target": "docs_design_thingtime_directions_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_directions_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_directions_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_directions_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_directions_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createcontext",
      "target": "docs_design_thingtime_directions_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot",
      "target": "docs_design_thingtime_directions_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_starttransition",
      "target": "docs_design_thingtime_directions_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warn",
      "target": "docs_design_thingtime_directions_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_act",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkproptypes",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_coerceref",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitattachref",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createcontext",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot_1",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueuetask",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_error",
      "target": "docs_design_thingtime_directions_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finddomnode",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsync_1",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_forwardref",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrate",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_injectinternals",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ismounted",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_lazy",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_memo",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_oncommitroot",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pop",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_popactscope",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processchildcontext",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushprovider",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_readcontext",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reenablelogs",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_render",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_safelyattachref",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_safelydetachref",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatereducer",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usecontext",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproperty",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateprops",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproptypes",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnnoop",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_directions_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_component",
      "target": "docs_design_thingtime_directions_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_component",
      "target": "docs_design_thingtime_directions_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_directions_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_directions_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_directions_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_cloneelement",
      "target": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createportal",
      "target": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getelementkey",
      "target": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_directions_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_directions_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finddomnode",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproptypes",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_cloneelement",
      "target": "docs_design_thingtime_directions_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_cloneelement",
      "target": "docs_design_thingtime_directions_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelement",
      "target": "docs_design_thingtime_directions_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createinstance",
      "target": "docs_design_thingtime_directions_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_iseventsupported",
      "target": "docs_design_thingtime_directions_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_onlychild",
      "target": "docs_design_thingtime_directions_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_directions_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getelementkey",
      "target": "docs_design_thingtime_directions_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getelementkey",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapchildren",
      "target": "docs_design_thingtime_directions_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mapintoarray",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_countchildren",
      "target": "docs_design_thingtime_directions_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_foreachchildren",
      "target": "docs_design_thingtime_directions_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_toarray",
      "target": "docs_design_thingtime_directions_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_directions_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_lazy",
      "target": "docs_design_thingtime_directions_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_memo",
      "target": "docs_design_thingtime_directions_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usecallback",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usecontext",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_useeffect",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_useid",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usememo",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usereducer",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_useref",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usestate",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_usetransition",
      "target": "docs_design_thingtime_directions_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_disablelogs",
      "target": "docs_design_thingtime_directions_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_directions_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_directions_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describefiber",
      "target": "docs_design_thingtime_directions_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_directions_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_directions_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_directions_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_directions_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_directions_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describefiber",
      "target": "docs_design_thingtime_directions_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_directions_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_directions_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_directions_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkproptypes",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkproptypes",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processchildcontext",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproptypes",
      "target": "docs_design_thingtime_directions_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_directions_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_directions_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_directions_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_directions_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_directions_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_advancetimers",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructselectevent",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createlanemap",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_4",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_push",
      "target": "docs_design_thingtime_directions_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushprovider",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_remountfiber",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderdiderror",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restoreselection",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_directions_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_advancetimers",
      "target": "docs_design_thingtime_directions_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handletimeout",
      "target": "docs_design_thingtime_directions_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_directions_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_directions_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_workloop",
      "target": "docs_design_thingtime_directions_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_advancetimers",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pop",
      "target": "docs_design_thingtime_directions_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_popcontext",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophostcontext",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_popprovider",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_workloop",
      "target": "docs_design_thingtime_directions_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_siftup",
      "target": "docs_design_thingtime_directions_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_siftdown",
      "target": "docs_design_thingtime_directions_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushwork",
      "target": "docs_design_thingtime_directions_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handletimeout",
      "target": "docs_design_thingtime_directions_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_workloop",
      "target": "docs_design_thingtime_directions_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_handletimeout",
      "target": "docs_design_thingtime_directions_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handletimeout",
      "target": "docs_design_thingtime_directions_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handletimeout",
      "target": "docs_design_thingtime_directions_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_directions_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_workloop",
      "target": "docs_design_thingtime_directions_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushwork",
      "target": "docs_design_thingtime_directions_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushwork",
      "target": "docs_design_thingtime_directions_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_directions_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_directions_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_workloop",
      "target": "docs_design_thingtime_directions_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_workloop",
      "target": "docs_design_thingtime_directions_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_directions_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_directions_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_directions_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_directions_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_starttransition",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_starttransition",
      "target": "docs_design_thingtime_directions_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_starttransition",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_directions_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_act",
      "target": "docs_design_thingtime_directions_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_act",
      "target": "docs_design_thingtime_directions_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_act",
      "target": "docs_design_thingtime_directions_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_act",
      "target": "docs_design_thingtime_directions_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_directions_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_directions_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_directions_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registerevents",
      "target": "docs_design_thingtime_directions_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registerevents_1",
      "target": "docs_design_thingtime_directions_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registerevents_3",
      "target": "docs_design_thingtime_directions_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_directions_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_directions_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registerevents_2",
      "target": "docs_design_thingtime_directions_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_directions_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_coerceref",
      "target": "docs_design_thingtime_directions_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_directions_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_directions_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_directions_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_directions_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_directions_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_directions_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatechecked",
      "target": "docs_design_thingtime_directions_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_directions_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_describefiber",
      "target": "docs_design_thingtime_directions_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_directions_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_directions_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_directions_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_directions_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_directions_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_coerceref",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitattachref",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ismounted",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_logcapturederror",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processchildcontext",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelydetachref",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_directions_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gettreeid",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountid",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushtreeid",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateoptions",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_directions_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_directions_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_directions_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_directions_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateoptions",
      "target": "docs_design_thingtime_directions_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper",
      "target": "docs_design_thingtime_directions_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_directions_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_directions_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_directions_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_directions_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_directions_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_directions_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_track",
      "target": "docs_design_thingtime_directions_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_directions_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_directions_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_directions_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_track",
      "target": "docs_design_thingtime_directions_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_directions_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_directions_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructselectevent",
      "target": "docs_design_thingtime_directions_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_directions_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_directions_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_directions_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper",
      "target": "docs_design_thingtime_directions_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateproperties",
      "target": "docs_design_thingtime_directions_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper",
      "target": "docs_design_thingtime_directions_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_directions_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_directions_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateproperties",
      "target": "docs_design_thingtime_directions_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatewrapper",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_directions_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_directions_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_directions_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_directions_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_directions_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_directions_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_directions_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateproperties",
      "target": "docs_design_thingtime_directions_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_directions_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateproperties",
      "target": "docs_design_thingtime_directions_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_directions_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_directions_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_directions_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_directions_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_directions_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_directions_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unhideinstance",
      "target": "docs_design_thingtime_directions_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_directions_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_directions_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_directions_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_directions_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_directions_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateproperties",
      "target": "docs_design_thingtime_directions_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproperties",
      "target": "docs_design_thingtime_directions_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_directions_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_directions_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validateproperties",
      "target": "docs_design_thingtime_directions_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_directions_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_directions_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_2",
      "target": "docs_design_thingtime_directions_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_directions_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_directions_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_directions_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_directions_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_directions_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_directions_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_directions_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_directions_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_directions_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_batchedupdates",
      "target": "docs_design_thingtime_directions_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_directions_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_directions_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_directions_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getlistener",
      "target": "docs_design_thingtime_directions_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_directions_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getlistener",
      "target": "docs_design_thingtime_directions_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_directions_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_directions_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_directions_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_executedispatch",
      "target": "docs_design_thingtime_directions_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_directions_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_directions_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_directions_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_4",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ismounted",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_directions_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_directions_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_assertismounted",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_2",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_isfibermounted",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ismounted",
      "target": "docs_design_thingtime_directions_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_directions_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_directions_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_directions_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_directions_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_directions_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_directions_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_directions_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_directions_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_directions_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_injectinternals",
      "target": "docs_design_thingtime_directions_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_injectinternals",
      "target": "docs_design_thingtime_directions_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_directions_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_directions_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_directions_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnextlanes",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnextlanes",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnextlanes",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_directions_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_directions_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_directions_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_directions_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitions",
      "target": "docs_design_thingtime_directions_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_directions_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_directions_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_directions_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_requestretrylane",
      "target": "docs_design_thingtime_directions_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_directions_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_lanetoindex",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markrootentangled",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markrootfinished",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_directions_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_directions_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markrootupdated",
      "target": "docs_design_thingtime_directions_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_directions_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_directions_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_directions_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_directions_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatereducer",
      "target": "docs_design_thingtime_directions_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitions",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushroot",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatereducer",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_directions_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_bailouthooks",
      "target": "docs_design_thingtime_directions_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_directions_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_directions_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitions",
      "target": "docs_design_thingtime_directions_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_directions_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_directions_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_directions_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_directions_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_directions_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_directions_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_directions_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitions",
      "target": "docs_design_thingtime_directions_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_directions_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushroot",
      "target": "docs_design_thingtime_directions_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_directions_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitroot",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_discreteupdates",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsync",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitroot",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_discreteupdates",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsync",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_directions_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_directions_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_directions_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_directions_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_directions_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_directions_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_directions_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_directions_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_directions_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_directions_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_directions_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_directions_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_directions_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_directions_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_directions_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_directions_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulehydration",
      "target": "docs_design_thingtime_directions_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_directions_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_directions_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_directions_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_directions_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_directions_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_directions_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_directions_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_directions_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_directions_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_directions_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_directions_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_directions_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_directions_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_directions_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_directions_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchevent",
      "target": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_directions_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_directions_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_directions_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_directions_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_directions_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_directions_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_directions_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_directions_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_initialize",
      "target": "docs_design_thingtime_directions_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_directions_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getdata",
      "target": "docs_design_thingtime_directions_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_directions_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_4",
      "target": "docs_design_thingtime_directions_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_geteventkey",
      "target": "docs_design_thingtime_directions_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_directions_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_directions_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_directions_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_directions_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_directions_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents",
      "target": "docs_design_thingtime_directions_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_directions_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_directions_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents",
      "target": "docs_design_thingtime_directions_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_5",
      "target": "docs_design_thingtime_directions_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_1",
      "target": "docs_design_thingtime_directions_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_3",
      "target": "docs_design_thingtime_directions_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_1",
      "target": "docs_design_thingtime_directions_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_directions_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_1",
      "target": "docs_design_thingtime_directions_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_directions_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_directions_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_directions_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_directions_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_directions_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_directions_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_directions_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_directions_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_directions_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_1",
      "target": "docs_design_thingtime_directions_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_1",
      "target": "docs_design_thingtime_directions_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_1",
      "target": "docs_design_thingtime_directions_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_5",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_2",
      "target": "docs_design_thingtime_directions_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_2",
      "target": "docs_design_thingtime_directions_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_2",
      "target": "docs_design_thingtime_directions_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_2",
      "target": "docs_design_thingtime_directions_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_5",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_directions_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructselectevent",
      "target": "docs_design_thingtime_directions_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_directions_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_directions_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setoffsets",
      "target": "docs_design_thingtime_directions_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getoffsets",
      "target": "docs_design_thingtime_directions_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getoffsets",
      "target": "docs_design_thingtime_directions_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setoffsets",
      "target": "docs_design_thingtime_directions_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setselection",
      "target": "docs_design_thingtime_directions_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_containsnode",
      "target": "docs_design_thingtime_directions_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_isindocument",
      "target": "docs_design_thingtime_directions_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restoreselection",
      "target": "docs_design_thingtime_directions_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_directions_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_directions_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restoreselection",
      "target": "docs_design_thingtime_directions_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getselection_1",
      "target": "docs_design_thingtime_directions_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_directions_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restoreselection",
      "target": "docs_design_thingtime_directions_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_directions_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_directions_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_directions_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restoreselection",
      "target": "docs_design_thingtime_directions_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getselection_1",
      "target": "docs_design_thingtime_directions_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructselectevent",
      "target": "docs_design_thingtime_directions_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructselectevent",
      "target": "docs_design_thingtime_directions_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructselectevent",
      "target": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_3",
      "target": "docs_design_thingtime_directions_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_3",
      "target": "docs_design_thingtime_directions_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_5",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_directions_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_4",
      "target": "docs_design_thingtime_directions_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_extractevents_5",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_directions_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_directions_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_directions_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_directions_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_directions_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_directions_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_directions_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_directions_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_directions_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot",
      "target": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "target": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_directions_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_directions_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_directions_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_directions_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_directions_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_directions_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_directions_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createtextnode",
      "target": "docs_design_thingtime_directions_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_directions_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffproperties",
      "target": "docs_design_thingtime_directions_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_directions_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateproperties",
      "target": "docs_design_thingtime_directions_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createtextinstance",
      "target": "docs_design_thingtime_directions_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_directions_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_prepareupdate",
      "target": "docs_design_thingtime_directions_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitupdate",
      "target": "docs_design_thingtime_directions_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_directions_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_directions_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_directions_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_directions_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_directions_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitattachref",
      "target": "docs_design_thingtime_directions_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_directions_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createinstance",
      "target": "docs_design_thingtime_directions_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createinstance",
      "target": "docs_design_thingtime_directions_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_directions_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_directions_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createtextinstance",
      "target": "docs_design_thingtime_directions_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_directions_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitupdate",
      "target": "docs_design_thingtime_directions_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitplacement",
      "target": "docs_design_thingtime_directions_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_directions_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_directions_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_directions_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_directions_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_directions_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_clearcontainer",
      "target": "docs_design_thingtime_directions_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_directions_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_directions_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_directions_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_directions_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_directions_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_directions_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_tryhydrate",
      "target": "docs_design_thingtime_directions_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_tryhydrate",
      "target": "docs_design_thingtime_directions_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_tryhydrate",
      "target": "docs_design_thingtime_directions_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_directions_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_directions_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_tryhydrate",
      "target": "docs_design_thingtime_directions_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_directions_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_directions_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_directions_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_directions_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_directions_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_directions_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_directions_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_directions_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_directions_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot",
      "target": "docs_design_thingtime_directions_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "target": "docs_design_thingtime_directions_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrate",
      "target": "docs_design_thingtime_directions_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_render",
      "target": "docs_design_thingtime_directions_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_directions_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_directions_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_directions_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_directions_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_directions_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_directions_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushroot",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsync",
      "target": "docs_design_thingtime_directions_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_isforkedchild",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gettreeid",
      "target": "docs_design_thingtime_directions_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountid",
      "target": "docs_design_thingtime_directions_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_directions_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushtreefork",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_directions_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushtreeid",
      "target": "docs_design_thingtime_directions_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushtreeid",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getleadingbit",
      "target": "docs_design_thingtime_directions_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_tryhydrate",
      "target": "docs_design_thingtime_directions_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_directions_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_directions_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_directions_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_tryhydrate",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_directions_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehosttext",
      "target": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_directions_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_directions_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_directions_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountid",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_directions_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_directions_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_directions_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_coerceref",
      "target": "docs_design_thingtime_directions_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resolvelazy",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_directions_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_directions_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_directions_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_directions_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_directions_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_directions_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_directions_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_directions_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_directions_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_directions_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_directions_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_directions_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_directions_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_directions_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_directions_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_forcestorererender",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_directions_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberroot",
      "target": "docs_design_thingtime_directions_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_directions_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_directions_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_directions_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_directions_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_directions_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_directions_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_directions_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_directions_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gethostcontext",
      "target": "docs_design_thingtime_directions_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_directions_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_directions_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_directions_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_directions_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_directions_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_directions_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "target": "docs_design_thingtime_directions_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_directions_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecallback",
      "target": "docs_design_thingtime_directions_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_directions_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememo",
      "target": "docs_design_thingtime_directions_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountcallback",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountid",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountmemo",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountreducer",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountref",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountstate",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounttransition",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rerendertransition",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecallback",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateid",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememo",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatereducer",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateref",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatetransition",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pusheffect",
      "target": "docs_design_thingtime_directions_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_directions_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_mountstate",
      "target": "docs_design_thingtime_directions_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_rerenderstate",
      "target": "docs_design_thingtime_directions_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_updatestate",
      "target": "docs_design_thingtime_directions_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountreducer",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatereducer",
      "target": "docs_design_thingtime_directions_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatereducer",
      "target": "docs_design_thingtime_directions_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatestate",
      "target": "docs_design_thingtime_directions_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_directions_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rerenderstate",
      "target": "docs_design_thingtime_directions_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_directions_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_directions_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_subscribetostore",
      "target": "docs_design_thingtime_directions_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_subscribetostore",
      "target": "docs_design_thingtime_directions_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_forcestorererender",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounttransition",
      "target": "docs_design_thingtime_directions_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatetransition",
      "target": "docs_design_thingtime_directions_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rerendertransition",
      "target": "docs_design_thingtime_directions_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_directions_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_directions_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounteffect",
      "target": "docs_design_thingtime_directions_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_directions_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_directions_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_directions_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateeffect",
      "target": "docs_design_thingtime_directions_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_directions_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_directions_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_directions_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_directions_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_directions_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_directions_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountid",
      "target": "docs_design_thingtime_directions_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_directions_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_directions_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitattachref",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelydetachref",
      "target": "docs_design_thingtime_directions_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitattachref",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelydetachref",
      "target": "docs_design_thingtime_directions_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_directions_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_directions_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_directions_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_directions_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_logcapturederror",
      "target": "docs_design_thingtime_directions_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_directions_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_directions_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_directions_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_throwexception",
      "target": "docs_design_thingtime_directions_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_directions_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefragment",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatemode",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateprofiler",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateforwardref",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_directions_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_directions_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatehostroot",
      "target": "docs_design_thingtime_directions_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_directions_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_directions_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_directions_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_directions_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_directions_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_directions_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_directions_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_directions_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_directions_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_directions_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_directions_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_beginwork",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completework",
      "target": "docs_design_thingtime_directions_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindwork",
      "target": "docs_design_thingtime_directions_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_directions_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelyattachref",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelyattachref",
      "target": "docs_design_thingtime_directions_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelydetachref",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_directions_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_directions_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_directions_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_directions_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_directions_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_directions_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_directions_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitplacement",
      "target": "docs_design_thingtime_directions_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_directions_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_gethostsibling",
      "target": "docs_design_thingtime_directions_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitplacement",
      "target": "docs_design_thingtime_directions_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitplacement",
      "target": "docs_design_thingtime_directions_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitplacement",
      "target": "docs_design_thingtime_directions_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_directions_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_directions_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_directions_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_directions_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_directions_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_directions_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_directions_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_directions_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_directions_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_directions_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_directions_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_discreteupdates",
      "target": "docs_design_thingtime_directions_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushroot",
      "target": "docs_design_thingtime_directions_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_directions_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_directions_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_directions_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_directions_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_directions_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_directions_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushroot",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_directions_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_directions_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_directions_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_directions_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_directions_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_directions_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_directions_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsync",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsync_1",
      "target": "docs_design_thingtime_directions_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushsync_1",
      "target": "docs_design_thingtime_directions_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_directions_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_handleerror",
      "target": "docs_design_thingtime_directions_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootsync",
      "target": "docs_design_thingtime_directions_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_workloopsync",
      "target": "docs_design_thingtime_directions_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_directions_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_performunitofwork",
      "target": "docs_design_thingtime_directions_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitroot",
      "target": "docs_design_thingtime_directions_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_directions_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_directions_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_directions_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_directions_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_directions_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_directions_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_directions_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_directions_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_directions_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_directions_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_directions_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_directions_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberroot",
      "target": "docs_design_thingtime_directions_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_directions_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createcontainer",
      "target": "docs_design_thingtime_directions_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_directions_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createportal_1",
      "target": "docs_design_thingtime_directions_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_directions_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_updatecontainer",
      "target": "docs_design_thingtime_directions_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_finddomnode",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot",
      "target": "docs_design_thingtime_directions_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "target": "docs_design_thingtime_directions_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_directions_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_directions_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_directions_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_directions_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_directions_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot",
      "target": "docs_design_thingtime_directions_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createroot_1",
      "target": "docs_design_thingtime_directions_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot",
      "target": "docs_design_thingtime_directions_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_directions_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_createportal_1",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrate",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_render",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_directions_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_hydrate",
      "target": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_render",
      "target": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_directions_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_directions_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_tt_elements",
      "target": "docs_design_thingtime_directions_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_tt_elements",
      "target": "docs_design_thingtime_directions_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_tt_elements",
      "target": "docs_design_thingtime_directions_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_directions_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_directions_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support",
      "target": "docs_design_thingtime_directions_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_boot",
      "target": "docs_design_thingtime_directions_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_createcomponentfactory",
      "target": "docs_design_thingtime_directions_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_evaldclogic",
      "target": "docs_design_thingtime_directions_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_boot",
      "target": "docs_design_thingtime_directions_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_boot",
      "target": "docs_design_thingtime_directions_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_parsedcdocument",
      "target": "docs_design_thingtime_directions_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_parsedctext",
      "target": "docs_design_thingtime_directions_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_rootnamefordocument",
      "target": "docs_design_thingtime_directions_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_boot",
      "target": "docs_design_thingtime_directions_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_rootnamefordocument",
      "target": "docs_design_thingtime_directions_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_resolve",
      "target": "docs_design_thingtime_directions_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_resolve",
      "target": "docs_design_thingtime_directions_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_resolve",
      "target": "docs_design_thingtime_directions_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_compiletemplate",
      "target": "docs_design_thingtime_directions_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_collectprops",
      "target": "docs_design_thingtime_directions_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_csstoobj",
      "target": "docs_design_thingtime_directions_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_hostpositionstyle",
      "target": "docs_design_thingtime_directions_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_collectprops",
      "target": "docs_design_thingtime_directions_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkcomponent",
      "target": "docs_design_thingtime_directions_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkfor",
      "target": "docs_design_thingtime_directions_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkif",
      "target": "docs_design_thingtime_directions_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkximport",
      "target": "docs_design_thingtime_directions_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkcomponent",
      "target": "docs_design_thingtime_directions_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkelement",
      "target": "docs_design_thingtime_directions_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkximport",
      "target": "docs_design_thingtime_directions_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_compiletemplate",
      "target": "docs_design_thingtime_directions_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkcomponent",
      "target": "docs_design_thingtime_directions_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkelement",
      "target": "docs_design_thingtime_directions_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkfor",
      "target": "docs_design_thingtime_directions_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkif",
      "target": "docs_design_thingtime_directions_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkximport",
      "target": "docs_design_thingtime_directions_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walk",
      "target": "docs_design_thingtime_directions_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walk",
      "target": "docs_design_thingtime_directions_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walk",
      "target": "docs_design_thingtime_directions_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walk",
      "target": "docs_design_thingtime_directions_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walk",
      "target": "docs_design_thingtime_directions_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walk",
      "target": "docs_design_thingtime_directions_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_walkelement",
      "target": "docs_design_thingtime_directions_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_createruntime",
      "target": "docs_design_thingtime_directions_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_isrenderabletype",
      "target": "docs_design_thingtime_directions_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_createruntime",
      "target": "docs_design_thingtime_directions_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_createruntime",
      "target": "docs_design_thingtime_directions_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_createruntime",
      "target": "docs_design_thingtime_directions_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_createruntime",
      "target": "docs_design_thingtime_directions_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_init",
      "target": "docs_design_thingtime_directions_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_directions_support_loadreactumd",
      "target": "docs_design_thingtime_directions_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warn",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_act",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_memo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_memo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_useref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_act",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_act",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_act",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_act",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_track",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_track",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completework",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_render",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1a_classic_centered_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_boot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_boot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_boot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_parsedctext",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_boot",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_resolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_resolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_resolve",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_collectprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_csstoobj",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_collectprops",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkfor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkif",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkximport",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkximport",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkfor",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkif",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkximport",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walk",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walk",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walk",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walk",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walk",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walk",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_walkelement",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_init",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1a_classic_centered_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warn",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_act",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_error",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_memo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_render",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_component",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_component",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_memo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_useid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_useref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_push",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_act",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_act",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_act",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_act",
      "target": "docs_design_thingtime_landing_1b_product_split_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1b_product_split_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_track",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_track",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_render",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completework",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_render",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_render",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1b_product_split_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support",
      "target": "docs_design_thingtime_landing_1b_product_split_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_boot",
      "target": "docs_design_thingtime_landing_1b_product_split_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1b_product_split_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1b_product_split_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_boot",
      "target": "docs_design_thingtime_landing_1b_product_split_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_boot",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_parsedctext",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1b_product_split_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_boot",
      "target": "docs_design_thingtime_landing_1b_product_split_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1b_product_split_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_resolve",
      "target": "docs_design_thingtime_landing_1b_product_split_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_resolve",
      "target": "docs_design_thingtime_landing_1b_product_split_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_resolve",
      "target": "docs_design_thingtime_landing_1b_product_split_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1b_product_split_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_collectprops",
      "target": "docs_design_thingtime_landing_1b_product_split_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_csstoobj",
      "target": "docs_design_thingtime_landing_1b_product_split_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1b_product_split_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_collectprops",
      "target": "docs_design_thingtime_landing_1b_product_split_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkfor",
      "target": "docs_design_thingtime_landing_1b_product_split_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkif",
      "target": "docs_design_thingtime_landing_1b_product_split_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkximport",
      "target": "docs_design_thingtime_landing_1b_product_split_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkelement",
      "target": "docs_design_thingtime_landing_1b_product_split_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkximport",
      "target": "docs_design_thingtime_landing_1b_product_split_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkelement",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkfor",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkif",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkximport",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walk",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walk",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walk",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walk",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walk",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walk",
      "target": "docs_design_thingtime_landing_1b_product_split_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_walkelement",
      "target": "docs_design_thingtime_landing_1b_product_split_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_createruntime",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1b_product_split_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_createruntime",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_createruntime",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_createruntime",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_createruntime",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_init",
      "target": "docs_design_thingtime_landing_1b_product_split_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1b-product-split/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1b_product_split_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warn",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_act",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_memo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_memo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_useref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_act",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_act",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_act",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_act",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_track",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_track",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completework",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_render",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_boot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_boot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_boot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedctext",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_boot",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolve",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_collectprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_csstoobj",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_collectprops",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkfor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkif",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkximport",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkximport",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkfor",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkif",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkximport",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walk",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_walkelement",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_init",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_support_loadscript"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warn",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_act",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_error",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_memo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_render",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_component",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_component",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_memo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_useid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_useref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_push",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_act",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_act",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_act",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_act",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_track",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_track",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_render",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completework",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_render",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_render",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1d_developer_first_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_boot",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_boot",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_boot",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_parsedctext",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_boot",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_resolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_resolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_resolve",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_collectprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_csstoobj",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_collectprops",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkfor",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkif",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkximport",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkximport",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkfor",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkif",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkximport",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walk",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walk",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walk",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walk",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walk",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walk",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_walkelement",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_createruntime",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_createruntime",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_createruntime",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_createruntime",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_createruntime",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_init",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1d-developer-first/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1d_developer_first_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1d_developer_first_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warn",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_act",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_memo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_memo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_useref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_act",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_act",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_act",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_act",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_track",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_track",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completework",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_render",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1e_typographic_story_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_boot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_boot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_boot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_parsedctext",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_boot",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_resolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_resolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_resolve",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_collectprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_csstoobj",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_collectprops",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkfor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkif",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkximport",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkximport",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkfor",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkif",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkximport",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walk",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walk",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walk",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walk",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walk",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walk",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_walkelement",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_init",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1e_typographic_story_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warn",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_act",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_memo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_memo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_useref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_act",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_act",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_act",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_act",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_track",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_track",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completework",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_render",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_boot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_boot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_boot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedctext",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_boot",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolve",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_collectprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_csstoobj",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_collectprops",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkfor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkif",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkximport",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkximport",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkfor",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkif",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkximport",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walk",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_walkelement",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_init",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_support_loadscript"
    },
    {
      "relation": "imports",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L117",
      "weight": 1.0,
      "context": "import",
      "confidence_score": 1.0,
      "source": "remix_package_dependencies_react_dom",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warn",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_act",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_memo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_memo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_useref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_act",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_act",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_act",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_act",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_track",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_track",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completework",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_render",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_boot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_boot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_boot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedctext",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_boot",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolve",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_collectprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_csstoobj",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_collectprops",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkfor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkif",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkximport",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkximport",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkfor",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkif",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkximport",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walk",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_walkelement",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_init",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopsync"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react"
    },
    {
      "relation": "imports",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L114",
      "weight": 1.0,
      "context": "import",
      "confidence_score": 1.0,
      "source": "remix_package_dependencies_react",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warn",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_act",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuetask",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_memo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popactscope",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenablelogs",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnoop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iseventsupported",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onlychild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getelementkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapintoarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_countchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_foreachchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_toarray",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_memo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usecontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useeffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usememo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usereducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_useref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usestate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_usetransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disablelogs",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createlanemap",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_remountfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdiderror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_advancetimers",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftup",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_siftdown",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_starttransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_act",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_act",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_act",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_act",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerevents_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatechecked",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processchildcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoptions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_track",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_track",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unhideinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_executedispatch",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertismounted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfibermounted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismounted",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectinternals",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestretrylane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetoindex",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootentangled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootfinished",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailouthooks",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulehydration",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initialize",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdata",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventkey",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getoffsets",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setoffsets",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setselection",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_containsnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isindocument",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoreselection",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_4",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createtextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isforkedchild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreefork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushtreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getleadingbit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehosttext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_coerceref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvelazy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountcallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountmemo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecallback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pusheffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountreducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_subscribetostore",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forcestorererender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounttransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatetransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerendertransition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountid",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_logcapturederror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_throwexception",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefragment",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateprofiler",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateforwardref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_beginwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completework",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelyattachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelydetachref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostsibling",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_discreteupdates",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushsync_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopsync",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_performunitofwork",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_finddomnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_createportal_1",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_hydrate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_render",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_boot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createcomponentfactory",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_evaldclogic",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_boot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_boot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedcdocument",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedctext",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_boot",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_rootnamefordocument",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolve",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_collectprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_csstoobj",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_hostpositionstyle",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_collectprops",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkfor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkif",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkximport",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkximport",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_compiletemplate",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkcomponent",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkfor",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkif",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkximport",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walk",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_walkelement",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_isrenderabletype",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_init",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_loadreactumd",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_act"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventbubblelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventcapturelistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addfibertolanesmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_adoptclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_advancetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_appendchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_appendchildtocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_appendinitialchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_arehookinputsequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_assertismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_assertvalidprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_assignfiberpropertiesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attachpinglistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attachretrylistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptcontinuoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attempthydrationatcurrentpriority_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailouthooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_basicstatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_beginwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bubbleproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cachecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cancelcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cancelhosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_canhydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_canhydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkdepsarearraydev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkfornestedupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkselectproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_childreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_claimnextretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cloneandreplacekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clonechildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cloneelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cloneelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cloneupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clz32fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_coerceref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithydratedcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitplacement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitsuspensecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_committextupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_completework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_component"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_componentdummy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_computeexpirationtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_containsnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createdispatchlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfactorywithvalidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromfragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createhostrootfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createlanemap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createportal_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createrooterrorupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createsyntheticevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createtextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cutofftailifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dangerousstylevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_deletehydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describefiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachdeletedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachfibermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachtracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14785",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didsuspendorerrorwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_diffproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disabledlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_discreteupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchdiscreteevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_emptyfindfiberbyhostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuestaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuetask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_entangletransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enterhydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_executedispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_expandshorthandmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_fibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_fiberrootnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finddomnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findfirstsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesformatchingfibersrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithnoportals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findlastcontentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finisheventhandler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushactqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsync_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_forceframerate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_forcestorererender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_foreachchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_forwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_functionthatreturnsfalse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getactiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getactiveelementdeep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getbitlength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getchildhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getchildnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcompositioneventtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontextname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontextname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberstackindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getelementkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventcharcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventlistenerset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventmodifierstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventtargetdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getforksatlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostparentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostsibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstancefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getiteratorfn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlabelforlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlanelabelmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getleadingbit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getleafnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlistenersetkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnodefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpossiblestandardname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpropertyinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpublicinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpublicrootinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getrendertargettime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11884",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselection_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselectioninformation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsiblingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getstatefromupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspendedcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforinputorchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4890",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getvalueforattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4946",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getvaluefromnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getvendorprefixedeventname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getworkinprogressroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getwrappedname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getwrappedname_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handleerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handleerrorinnexttick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handleeventsforinputeventpolyfill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handlepropertychange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handletimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handlewindowerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hascaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hascontextchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hassuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasvalidkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasvalidref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_highereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_higherprioritylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydrateinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydratetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hyphenatestylename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_imperativehandleeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesblockinglane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesexpiredlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesnonidlework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesonlyretries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesonlytransitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessynclane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initializeupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_injectinternals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_injectintodevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_injectprofilinghooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertincontainerbefore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_intersectlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokeeffectsindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallbackprod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isalreadyrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isattributenamesafe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ischeckable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscompatiblefamilyforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontrolled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iseventsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isfibermounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isforkedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ishighereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ishostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isindocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isinteractive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iskeypresscommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_islegacyactenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ismounted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isreactclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrootdehydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issameoriginframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issubsetoflanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istextinputelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istextnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istransitionlane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isusingkoreanime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidelementtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalueempty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_jnd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanestoeventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanetoindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanetolanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lazyinitializer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentonativeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_logcapturederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lowereventpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_makeprefixmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mapchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcommitstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcommitstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponenterrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markforceupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markref_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderscheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderstarted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderstopped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderyielded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootentangled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootfinished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootpinged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marktaskerrored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdateindevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_modifierstategetter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountdebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounthooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountlayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountmemo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountmutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_needsstaterestore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_noop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_oncommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_oncommitroot_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_oncommitunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_onlychild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_onpostcommitroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_onscheduleroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popactscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29608",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poprenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptonexthostparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postupdatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_precachefibernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_prefixkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_prepareforcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_prepareportalmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetothrowuncaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_prepareupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_printwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processchildcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_propertyinforecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_purecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushcontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushdispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pusheffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostrootcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushrenderlanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushtreefork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushtreeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queuehydrationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reactdomhydrationroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reactdomroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_readcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordcommittime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reenablelogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registerdirectevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registerevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registerevents_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registerevents_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registerevents_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registersimpleevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registersimpleevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registertwophaseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_remountfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechildfromcontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removelanes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdiderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderwithhooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_replayunblockedevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestcurrenttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthostcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthosttimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestpaint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestretrylane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requiredcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rerenderdeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rerenderreducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rerenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rerendertransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetaftercommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetchildfibers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcontextdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethooksafterthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethydrationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetrendertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedefaultprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvelazy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveretrywakeable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restoreafterdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restoreselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorestateifneeded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorestateoftarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rethrowcaughterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retrydehydratedsuspenseboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_runeventinbatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelyattachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycalldestroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_sanitizeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulefiberswithfamiliesrecursively"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulehydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulesynccallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setattemptcontinuoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setattempthydrationatcurrentpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setattempthydrationatpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setattemptsynchronoushydration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setbatchingimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setextrastackframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setgetcurrentupdatepriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setinitialdomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setreplayingevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setrestoreimplementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setsuppresswarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setvalueforstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shoulderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldignoreattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremainonfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldsettextcontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldsuspend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldusechangeevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shoulduseclickevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldyieldtohost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_showerrordialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_siftdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_siftup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startprofilertimer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_starttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_subscribetostore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_throwexception"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_throwinvalidhookerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_throwoninvalidobjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5021",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trackvalueonnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_transferactualduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_typename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unhideinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unhidetextinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_cancelcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_continueexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_getcurrentprioritylevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_getfirstcallbacknode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_pauseexecution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_runwithpriority"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_wrapcallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unwindwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatechecked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24504",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedomproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefiberprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefragment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatehooktypesdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatehosttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatelayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatemousemovementpolyfillstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatemutablesource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatenamedcousins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateportalcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateprofiler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatestoreinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatevalueifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usecallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usedebugvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usedeferredvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_useeffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_useid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_useimperativehandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_useinsertioneffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_uselayouteffect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usememo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usereducer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_useref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usesyncexternalstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_usetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateexplicitkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatefragmentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproperties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproperties_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproperties_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproptypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validaterevealorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatetailoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifhydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warninvalidariaprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnnoop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnonfunctiontype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_workloop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_workloopconcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react",
      "target": "docs_design_thingtime_launch_celebration_ds_react_workloopsync"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_test",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/Branding.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_branding",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/Logo.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_logo",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/LogoOld2.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_logoold2",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/LogoOld3.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_logoold3",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Buttons/Attention.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_buttons_attention",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Buttons/Hamburger.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_buttons_hamburger",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderclickaway",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/Editor.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editor",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/ReactionControl.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactioncontrol",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_useviewtracking",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_icon_icon",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/BrutalButton.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_brutalbutton",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_confetticanvas",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/TopSpacing.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_topspacing",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_magicinput_magicinput",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallery",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/CustomEmojiImage.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_customemojiimage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nativebridge_nativebridgehost",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_reorderablelist",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactivenav",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveRightNav.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactiverightnav",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/rainbowText.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbowtext",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingssection",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Skeleton/RainbowSkeleton.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_skeleton_rainbowskeleton",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Splash/Splash.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_splash_splash",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/StatusRefreshButton.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusrefreshbutton",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/textAnimation1.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_textanimation1",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_usethingcontextmenu",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeDemo.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimedemo",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_usethingtime",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/tt/Button.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_tt_button",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/globals/GlobalStyles.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_globals_globalstyles",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useAsyncFetcher.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useasyncfetcher",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usecommentdraft",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useOutsideTapClose.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useoutsidetapclose",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/usePath.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usepath",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useProps.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThings.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethings",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTrace.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetrace",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useUuid.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useuuid",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/ChakraWrapper.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_chakrawrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/Components/Button.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_components_button",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_emotioncontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/authorize.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_authorize",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_index",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/useDocsAnchorScroll.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_usedocsanchorscroll",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/login.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_login",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_mongodb_status",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_rainbow",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_raw",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/register.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_register",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_status",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/themes.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_themes",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_69924d",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_icons",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "imports_from",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "docs_design_thingtime_launch_celebration_ds_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getiteratorfn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setextrastackframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfactorywithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_starttransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warn",
      "target": "docs_design_thingtime_launch_celebration_ds_react_printwarning"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3164",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_act",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_arehookinputsequal",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_assertvalidprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkcontrolledvalueprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkfornestedupdates",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_coerceref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_computeexpirationtime",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromprofiler",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_definekeypropwarninggetter",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_definerefpropwarninggetter",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueuetask",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_error",
      "target": "docs_design_thingtime_launch_celebration_ds_react_printwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_errorhydratingcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finddomnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsync_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_forwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_imperativehandleeffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_injectinternals",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7416",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallbackprod",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_isattributenamesafe",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_isconcurrentactenvironment",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ismounted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_lazy",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_lazyinitializer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_memo",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_oncommitroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_oncommitunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_onpostcommitroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_onscheduleroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_popactscope",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processchildcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_readcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reenablelogs",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registerdirectevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_render",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resetreplayingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelyattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_sanitizeurl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setreplayingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33089",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatereducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usecontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproperties_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validaterevealorder",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatetailoptions",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratableelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratabletext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedtext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifhydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnnoop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnoninvalidcallback_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_error"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_component",
      "target": "docs_design_thingtime_launch_celebration_ds_react_component_forceupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_component",
      "target": "docs_design_thingtime_launch_celebration_ds_react_component_setstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderwithhooks",
      "target": "docs_design_thingtime_launch_celebration_ds_react_component"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkdepsarearraydev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistnestedchild",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_typename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_willcoercionthrow",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkcsspropertystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkhtmlstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkpropstringcoercion",
      "target": "docs_design_thingtime_launch_celebration_ds_react_teststringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_cloneelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createportal",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getelementkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkkeystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getwrappedname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontextname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finddomnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L589",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifstringrefcannotbeautoconverted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_cloneelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasvalidref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_cloneelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasvalidkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_definekeypropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_definerefpropwarninggetter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifstringrefcannotbeautoconverted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_iseventsupported",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cloneandreplacekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_onlychild",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getelementkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_escapeuserprovidedkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getelementkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getelementkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mapintoarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_countchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_foreachchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_toarray",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mapchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6053",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_toarray"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_lazy",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lazyinitializer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_memo",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidelementtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usecontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usedebugvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usedeferredvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_useeffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_useid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_useimperativehandle",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_useinsertioneffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_uselayouteffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usememo",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usereducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_useref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usestate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_usetransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedispatcher"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1700",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_disablelogs",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disabledlog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reenablelogs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describefiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describebuiltincomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describeclasscomponentframe",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describefunctioncomponentframe",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describenativecomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4597",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describefiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describefunctioncomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L1967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2000",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describeunknownelementtypeframeindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processchildcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatefragmentprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentlyvalidatingelement_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcurrentcomponenterrorinfo",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdeclarationerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getdeclarationerroraddendum",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getsourceinfoerroraddendumforprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsourceinfoerroraddendum"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsourceinfoerroraddendumforprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateexplicitkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentcomponenterrorinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateexplicitkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatechildkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_cloneelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createelementwithvalidation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatefragmentprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_advancetimers",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createlanemap",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueuestaterestore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_4",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounthooktypesdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_push",
      "target": "docs_design_thingtime_launch_celebration_ds_react_siftup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushconcurrentupdatequeue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushcontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushsuspensecontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushtoplevelcontextobject",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_queuehydrationerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registermutablesourceforhydration",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_remountfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderdiderror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restoreselection",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulecallback_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulesynccallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_push"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_advancetimers",
      "target": "docs_design_thingtime_launch_celebration_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handletimeout",
      "target": "docs_design_thingtime_launch_celebration_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_getfirstcallbacknode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_advancetimers",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_siftdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_popcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophostcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophostcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_popprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_poprenderlanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_popsuspensecontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_poptoplevelcontextobject",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_siftup",
      "target": "docs_design_thingtime_launch_celebration_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_siftdown",
      "target": "docs_design_thingtime_launch_celebration_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_compare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marktaskerrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handletimeout",
      "target": "docs_design_thingtime_launch_celebration_ds_react_advancetimers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_advancetimers"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handletimeout",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handletimeout",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handletimeout",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthosttimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handletimeout"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handletimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_workloop"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushwork"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloop",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldyieldtohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cancelhosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_schedulecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthosttimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L2842",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_continueexecution",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesthostcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestpaint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_starttransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_starttransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_highereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_starttransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuetask"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_act",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_act",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popactscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_act",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recursivelyflushasyncactwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3159",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_act",
      "target": "docs_design_thingtime_launch_celebration_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushactqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3250",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelyflushasyncactwork",
      "target": "docs_design_thingtime_launch_celebration_support_resolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setsuppresswarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registerevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registerevents_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registerevents_3",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registersimpleevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registertwophaseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registertwophaseevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registerevents_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registerdirectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkattributestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_coerceref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkpropstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dangerousstylevalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkcsspropertystringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_normalizemarkupfortextorattribute",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkhtmlstringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkformfieldvaluestringcoercion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getvalueforattribute",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isattributenamesafe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldignoreattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L3755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattribute",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattributewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremoveattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpropertyinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_sanitizeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getvalueforattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatechecked",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setvalueforproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_describefiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describeclasscomponentframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getstackbyfiberindevandprod",
      "target": "docs_design_thingtime_launch_celebration_ds_react_describefiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberstackindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getstackbyfiberindevandprod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getwrappedname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontextname_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_coerceref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberownernameindevornull",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ismounted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_logcapturederror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processchildcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnonfunctiontype",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcomponentnamefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberownernameindevornull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gettreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushtreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateoptions",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateoptions",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettostringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkselectproptypes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkcontrolledvalueprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getvaluefromnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ischeckable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_track",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trackvalueonnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachtracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatevalueifchanged",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getvaluefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_track",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trackvalueonnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_track"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatevalueifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setdefaultvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getactiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontrolled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatechecked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatenamedcousins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatenamedcousins",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handlecontrolledinputblur",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkselectproptypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_postupdatewrapper",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postupdatewrapper"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostprops_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initwrapperstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatewrapper_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_postmountwrapper_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_3",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorecontrolledstate_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L5720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getchildnamespace",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getintrinsicnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getchildhostcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getchildnamespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setvalueforstyles",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unhideinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dangerousstylevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createdangerousstringforstyles",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hyphenatestylename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createdangerousstringforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedomproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setvalueforstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalueempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateshorthandpropertycollisionindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_expandshorthandmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateshorthandpropertycollisionindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_assertvalidprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproperties_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscustomcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warninvalidariaprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validateproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L6959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warninvalidariaprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isreplayingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorestateifneeded",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorestateoftarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorestateoftarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuestaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_launch_celebration_ds_react_needsstaterestore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finisheventhandler",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorestateifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finisheventhandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_shouldpreventmouseevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isinteractive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getlistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldpreventmouseevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getlistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfibercurrentpropsfromnode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restoreafterdispatch",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitupdatequeue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_executedispatch",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallbackandcatchfirsterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokeguardedcallbackandcatchfirsterror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rethrowcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reportuncaughterrorindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearcaughterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_4",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ismounted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillreceiveprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_isalreadyfailedlegacyerrorboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnonhookmismatchindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_has"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_assertismounted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_isfibermounted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ismounted",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestmountedfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspenseinstancefromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontainerfromfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isfibermounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L7957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrentfiberusingslowpath",
      "target": "docs_design_thingtime_launch_celebration_ds_react_assertismounted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrentfiberusingslowpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancebyfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportals",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportalsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithnoportals",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrenthostfiberwithnoportals"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8162",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_injectinternals",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlanelabelmap"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8163",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_injectinternals",
      "target": "docs_design_thingtime_launch_celebration_ds_react_injectprofilinghooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_launch_celebration_ds_react_injectinternals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_onscheduleroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_oncommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_onpostcommitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_oncommitunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_applyderivedstatefromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisstrictmodefordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getlanelabelmap",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlabelforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcommitstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcommitstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentpassiveeffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentlayouteffectunmountstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponenterrored"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcomponentsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marklayouteffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marklayouteffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markpassiveeffectsstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markpassiveeffectsstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderstarted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderyielded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderstopped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrenderscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markupdateindevtools",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markstateupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritypendinglanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnextlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmostrecenteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getmostrecenteventtime",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_launch_celebration_ds_react_computeexpirationtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markstarvedlanesasexpired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L8970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markstarvedlanesasexpired",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritypendinglanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlanestoretrysynchronouslyonerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessynclane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesnonidlework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesonlyretries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesonlynonurgentlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesonlytransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesblockinglane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includesexpiredlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitions",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_claimnexttransitionlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_requestretrylane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_claimnextretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getbumpedlaneforhydration",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethighestprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_lanetoindex",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markrootentangled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markrootfinished",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pickarbitrarylaneindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_addfibertolanesmap",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_movependingfiberstomemoized",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanetoindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkscheduledupdateorcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_includessomelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatereducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issubsetoflanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_bubbleproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitions",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markskippedupdatelanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushrenderlanes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulecontextworkonparentpath",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatereducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseoffscreenstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mergelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_bailouthooks",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getremainingworkinprimarytree",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitions",
      "target": "docs_design_thingtime_launch_celebration_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_intersectlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanetolanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_higherprioritylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_fiberrootnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createlanemap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootupdated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootpinged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootfinished"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitions",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootentangled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getbumpedlaneforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addfibertolanesmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_movependingfiberstomemoized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettransitionsforlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_discreteupdates",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_discreteupdates",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setcurrentupdatepriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lowereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_lanestoeventpriority",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ishighereventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_lanestoeventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrootdehydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isdiscreteeventthatrequireshydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateorcreatecontinuousqueuedreplayableevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_queueifcontinuousevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulateorcreatecontinuousqueuedreplayableevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queueifcontinuousevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_queueexplicithydrationtarget",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulehydration",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queueexplicithydrationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedeventinmap",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9665",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_replayunblockedevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptreplaycontinuousqueuedeventinmap"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9678",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulecallbackifunblocked",
      "target": "docs_design_thingtime_launch_celebration_ds_react_replayunblockedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecallbackifunblocked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithydratedcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithydratedsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retryifblockedon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20527",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createeventlistenerwrapperwithpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createeventlistenerwrapperwithpriority",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchdiscreteevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchcontinuousevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatchevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventforplugineventsystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventwithenablecapturephaseselectivehydrationwithoutdiscreteeventreplay",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L9873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findinstanceblockingevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcurrenteventpriority",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventbubblelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventcapturelistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventcapturelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addeventbubblelistenerwithpassiveflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_initialize",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getdata",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_4",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventcharcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_geteventkey",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventcharcode"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10273",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createsyntheticevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_functionthatreturnstrue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iskeypresscommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcompositioneventtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10826",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isfallbackcompositionstart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isfallbackcompositionend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnativebeforeinputchars",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getdatafromcustomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isusingkoreanime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractcompositionevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L10998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnativebeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfallbackbeforeinputchars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractbeforeinputevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractbeforeinputevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_3",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istextinputelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createandaccumulatechangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createandaccumulatechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldusechangeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_launch_celebration_ds_react_manualdispatchchangeevent"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11158",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_manualdispatchchangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_runeventinbatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_runeventinbatch",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforclickevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforinputeventpolyfill",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gettargetinstforinputorchangeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handlepropertychange",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstifvaluechanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11200",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_startwatchingforvaluechange",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleeventsforinputeventpolyfill",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopwatchingforvaluechange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11213",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_stopwatchingforvaluechange",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handlepropertychange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shoulduseclickevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handlecontrolledinputblur"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shallowequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getleafnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnodeforcharacteroffset",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsiblingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setoffsets",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnodeforcharacteroffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getoffsets",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmodernoffsetsfrompoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getoffsets",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setoffsets",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setselection",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setoffsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_containsnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_istextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_isindocument",
      "target": "docs_design_thingtime_launch_celebration_ds_react_containsnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restoreselection",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isindocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getactiveelementdeep",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issameoriginframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restoreselection",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getactiveelementdeep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getselection_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restoreselection",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasselectioncapabilities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getselectioninformation",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_prepareforcommit",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselectioninformation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resetaftercommit",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restoreselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restoreselection",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getselection_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getselection_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11982",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventtargetdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L11993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_3",
      "target": "docs_design_thingtime_launch_celebration_ds_react_constructselectevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_3",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnodefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_3"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_registersimpleevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registersimpleevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_4",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulatesinglephaselisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_4"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_launch_celebration_ds_react_extractevents_5"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueueitemsinorder",
      "target": "docs_design_thingtime_launch_celebration_ds_react_executedispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueueitemsinorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventsforplugins",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processdispatchqueue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventsforplugins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_geteventlistenerset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlistenersetkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialdomproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentonondelegatedevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentonativeevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_listentonativeevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addtrappedeventlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_prepareportalmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_listentoallsupportedevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ismatchingrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatcheventforplugineventsystem",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getclosestinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavelistenersforevent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulatesinglephaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulatetwophaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createdispatchlistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getlowestcommonancestor",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getlowestcommonancestor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12853",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavetwophaselisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_accumulateenterleavelistenersforevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L12981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_checkforunmatchedtext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_normalizemarkupfortextorattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedcontainertextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedtextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkforunmatchedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createtextnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getownerdocumentfromrootcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trapclickonnoninteractiveelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setinitialdomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedomproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createtextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createtextnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finalizeinitialchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setinitialproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_prepareupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_diffproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L13745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpossiblestandardname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_diffhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratableelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithincontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnfordeletedhydratabletext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithincontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithincontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnforinsertedhydratedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getchildhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getpublicrootinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpublicinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_prepareforcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetaftercommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_appendinitialchild",
      "target": "docs_design_thingtime_launch_celebration_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finalizeinitialchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldsettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createtextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrenteventpriority"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitplacement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resettextcontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_committextupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_appendchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_appendchildtocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_appendchildtocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_insertincontainerbefore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnodeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertincontainerbefore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_clearcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14471",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_removechildfromcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_removechildfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundaryfromcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearsuspenseboundaryfromcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unhideinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26978",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unhidetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clearcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_canhydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_canhydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_canhydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancepending"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findfirstsuspended",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountdehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issuspenseinstancefallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspenseinstancefallbackerrordetails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registersuspenseinstanceretry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechild",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithincontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithinsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratablesibling",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratableinstanceaftersuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratablesibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enterhydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getfirsthydratablechildwithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefiberprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydratetextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydratetextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydratesuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_precachefibernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydratesuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_skippastdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnexthydratableinstanceaftersuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L14911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getclosestinstancefromnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getparentsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithydratedcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitsuspensehydrationcallbacks",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16026",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shoulddeleteunhydratedtailinstances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedcontainertextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehosttextinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotmatchhydratedtextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnunhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnothydrateinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithincontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstancewithinsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_didnotfindhydratabletextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_errorhydratingcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_prepareportalmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_detachfiberaftereffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachdeletedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unmarkcontainerasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_render",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifreactdomcontainerindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontainermarkedasroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getinstancefromnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cachecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22957",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hascontextchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findcurrentunmaskedcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushtoplevelcontextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invalidatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processchildcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23059",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushcontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invalidatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findcurrentunmaskedcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulelegacysynccallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulesynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulelegacysynccallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacksonlyinlegacymode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacksonlyinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29034",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsynccallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isforkedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_isforkedchild",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getforksatlevel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getforksatlevel",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gettreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getleadingbit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gettreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushtreefork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushtreefork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushtreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushtreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23537",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22998",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushmaterializedtreeid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getleadingbit",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getbitlength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getsuspendedtreecontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restoresuspendedtreecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_restoresuspendedtreecontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifnothydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifhydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markdidthrowwhilehydratingdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enterhydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reenterhydrationstatefromdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifunhydratedtailnodes",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnunhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_deletehydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromhostinstancefordeletion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_deletehydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_insertnonhydratedinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertnonhydratedinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromdehydratedfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_tryhydrate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldclientrenderonmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_throwonhydrationmismatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehosttext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_trytoclaimnexthydratableinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehosttextinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetohydratehostsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_skippastdehydratedsuspenseinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poptonexthostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pophydrationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hasunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifunhydratedtailnodes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethydrationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_upgradehydrationerrorstorecoverable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_upgradehydrationerrorstorecoverable",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_cutofftailifneeded",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getishydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queuehydrationerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestcurrenttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_coerceref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isreactclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L16497",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resolvelazy",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_clonechildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_clonechildfibers",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetchildfibers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resetchildfibers",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29905",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29834",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetcontextdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enterdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getstatefromupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_exitdisallowedcontextreadindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulesuspenseworkonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecontextworkonparentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange",
      "target": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange_eager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_propagatecontextchange_eager",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparetoreadcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_readcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdateandeagerlybailout",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushconcurrentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishqueueingconcurrentupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrenthookupdateandeagerlybailout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentclassupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentclassupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdatelanefromfibertoroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_forcestorererender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueconcurrentrenderforlane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markupdatelanefromfibertoroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnaboutupdateonnotyetmountedfiberindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initializeupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cloneupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isunsafeclassrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_marksuspenseboundaryshouldcapture",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueueupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_entangletransitions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuecapturedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getstatefromupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_processupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethasforceupdatebeforeprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkhasforceupdateafterprocessing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gethostcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requiredcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getroothostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushhostrootcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26068",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pophostcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_shouldremainonfallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hassuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setdefaultshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setshallowsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_addsubtreesuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popsuspensecontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_getnearestsuspenseboundarytocapture",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldcapturesuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findlastcontentrow",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findfirstsuspended"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetworkinprogressversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_registermutablesourceforhydration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L18714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehooktypesdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnonhookmismatchindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19747",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememo",
      "target": "docs_design_thingtime_launch_celebration_ds_react_arehookinputsequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderwithhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkdidrenderidhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailouthooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resethooksafterthrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountcallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountdeferredvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountmemo",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountreducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounttransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerendertransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecallback",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememo",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatereducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatetransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogresshook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pusheffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pushstoreconsistencycheck",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfunctioncomponentupdatequeue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19530",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerenderstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_basicstatereducer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatestate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_basicstatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19083",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountreducer",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatereducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatereducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatestate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatereducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerenderreducer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerenderstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rerenderreducer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounteffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushstoreconsistencycheck"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesyncexternalstore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateeffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatestoreinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_subscribetostore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkifsnapshotchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_subscribetostore",
      "target": "docs_design_thingtime_launch_celebration_ds_react_forcestorererender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_forcestorererender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounttransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatetransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerendertransition",
      "target": "docs_design_thingtime_launch_celebration_ds_react_rerenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pusheffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounteffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountimperativehandle",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountinsertioneffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlayouteffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounteffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateeffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateimperativehandle",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateinsertioneffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatelayouteffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateeffectimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19666",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_imperativehandleeffect",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rerenderdeferredvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedeferredvalueimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markworkinprogressreceivedupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnaboutrenderphaseupdatesindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getisupdatingopaquevalueinrenderphaseindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19925",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountid",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19981",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19992",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L19987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchreduceraction",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuerenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_entangletransitionupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrenderphaseupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdateindevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L20062",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_dispatchsetstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_launch_celebration_ds_react_iscurrentupdatenested"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marknestedupdatescheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29087",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_syncnestedupdateflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveeffectdurations",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordcommittime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startprofilertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29690",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_stopprofilertimerifrunningandrecorddelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordlayouteffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recordpassiveeffectduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startlayouteffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_startpassiveeffecttimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26056",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_transferactualduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvedefaultprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21718",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_applyderivedstatefromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkshouldcomponentupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_adoptclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_constructclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L21893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_react_callcomponentwillreceiveprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resumemountclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateclassinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalueatfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcapturedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_logcapturederror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_showerrordialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createrooterrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_logcapturederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createrooterrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markfailederrorboundaryforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marklegacyerrorboundaryasfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createclasserrorupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attachpinglistener",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attachpinglistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attachretrylistener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getnearestsuspenseboundarytocapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_marksuspenseboundaryshouldcapture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_throwexception"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdiderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_throwexception",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseoffscreenstate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getsuspendedcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mounthostrootwithouthydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22897",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefragment",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatemode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateportalcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateprofiler",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reconcilechildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_forceunmountcurrentandreconcile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateforwardref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_issimplefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22745",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesimplememocomponent",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateoffscreencomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushrenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatemode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L22994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shoulderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushhostrootcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatehostroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mounthostrootwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatehostcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25014",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatehosttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvelazycomponenttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23327",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountlazycomponent",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountincompleteclasscomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetsuspendedcurrentonmountinlegacymode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountindeterminatecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatefunctioncomponentindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseoffscreenstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldremainonfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getremainingworkinprimarytree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23729",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountdehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensefallbackchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseprimarychildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrysuspensecomponentwithouthydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspenseprimarychildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenseprimarychildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogressoffscreenfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updateworkinprogressoffscreenfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspensefallbackchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retrysuspensecomponentwithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L23974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackafterretrywithouthydrating",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_mountsuspensefallbackafterretrywithouthydrating"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getworkinprogressroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatedehydratedsuspensecomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_propagatesuspensecontextchange",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulesuspenseworkonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_propagatesuspensecontextchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findlastcontentrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validaterevealorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatetailoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistnestedchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_validatesuspenselistchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_initsuspenselistrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatesuspenselistcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updateportalcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextprovider",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontextconsumer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_bailoutonalreadyfinishedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markskippedupdatelanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_remountfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkscheduledupdateorcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attemptearlybailoutifnoscheduledupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L24913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_beginwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markupdate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markref_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cutofftailifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_bubbleproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_completedehydratedsuspenseboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_completework"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getrendertargettime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspend"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspenddelayifpossible"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L25808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completework",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderhasnotsuspendedyet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unwindwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unwindinterruptedwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_poprenderlanes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reportuncaughterrorindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcommithooklayouteffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycallcommithooklayouteffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentwillunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentwillunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentdidmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycallcomponentdidmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelyattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelyattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelyattachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelydetachref",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_safelycalldestroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26325",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_safelycalldestroy",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitbeforemutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountinsidedeletedtreeonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistunmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26543",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemountonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commithookeffectlistmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveeffectdurations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitattachref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitsuspensehydrationcallbacks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_enqueuependingpassiveprofilereffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffectonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L26967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hideorunhideallchildren",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachfibermutation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_detachfiberaftereffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitplacement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostparentfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gethostparentfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_gethostsibling",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ishostparent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitplacement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_gethostsibling"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitplacement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitplacement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_insertorappendplacementnodeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitplacement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdeletioneffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversedeletioneffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitsuspensecallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attachsuspenseretrylisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27886",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_attachsuspenseretrylisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recursivelytraversemutationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitreconciliationeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitmutationeffectsonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markcommittimeoffallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L27986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitreconciliationeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitlayoutmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_disappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_reappearlayouteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassivemountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffects_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmounteffectsinsideofdeletedtree_begin",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitpassiveunmountinsidedeletedtreeonfiber"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30720",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30723",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokelayouteffectunmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30717",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectunmountindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_invokepassiveeffectunmountindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_oncommitroot_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_islegacyactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifsuspenseresolutionnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isconcurrentactenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_batchedupdates_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_discreteupdates",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resetrendertimer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requesteventtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestupdatelane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_requestretrylane"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_schedulefiberswithfamiliesrecursively",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_checkfornestedupdates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnaboutrenderphaseupdatesindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifupdatesnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleupdateonfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_scheduleinitialhydrationonroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_scheduleinitialhydrationonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L28977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_cancelcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_ensurerootisscheduled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isrenderconsistentwithexternalstores"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performconcurrentworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_queuerecoverableerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_recoverfromconcurrenterror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_jnd"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finishconcurrentrender",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldforceflushfallbacksindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderdidsuspenddelayifpossible",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markrootsuspended_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performsyncworkonroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsync_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushsync_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isalreadyrendering"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_preparefreshstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_handleerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_handleerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_pushdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29836",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_popdispatcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_workloopsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloopsync",
      "target": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29875",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_restorependingupdaters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_renderrootconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_workloopconcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29936",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_workloopconcurrent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L29961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_performunitofwork",
      "target": "docs_design_thingtime_launch_celebration_ds_react_completeunitofwork"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30095",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushrenderphasestrictmodewarningsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitrootimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffects",
      "target": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_enqueuependingpassiveprofilereffect",
      "target": "docs_design_thingtime_launch_celebration_ds_react_schedulecallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_flushpassiveeffectsimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isalreadyfailedlegacyerrorboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerroronroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_capturecommitphaseerror",
      "target": "docs_design_thingtime_launch_celebration_ds_react_setisrunninginsertioneffect"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_pingsuspendedroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifsuspenseresolutionnotwrappedwithactdev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resolveretrywakeable",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_retrydehydratedsuspenseboundary",
      "target": "docs_design_thingtime_launch_celebration_ds_react_retrytimedoutboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L30714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_commitdoubleinvokeeffectsindev",
      "target": "docs_design_thingtime_launch_celebration_ds_react_invokeeffectsindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resolveclassforhotreloading",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resolveforwardrefforhotreloading",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolvefunctionforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveclassforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createworkinprogress",
      "target": "docs_design_thingtime_launch_celebration_ds_react_resolveforwardrefforhotreloading"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesformatchingfibersrecursively",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancesforfibershallowly",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findchildhostinstancesforfibershallowly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_issimplefunctioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_resolvelazycomponenttag",
      "target": "docs_design_thingtime_launch_celebration_ds_react_shouldconstruct_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createhostrootfiber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromelement",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromfragment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromoffscreen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromprofiler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromsuspense"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L31760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromtypeandprops",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberfromsuspenselist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createfiberroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createportal_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createportal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcontextforsubtree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_finddomnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancewithwarning"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createhydrationcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_updatecontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getpublicrootinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptsynchronoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneifnothydrated",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attemptcontinuoushydration_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_attempthydrationatcurrentpriority_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_markretrylaneifnothydrated"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32649",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_launch_celebration_ds_react_findhostinstancebyfiber"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32657",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_injectintodevtools",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getcurrentfiberfordevtools"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createroot_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_createroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnifreactdomcontainerindev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_hydrateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_createportal_1",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_render",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33092",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_isvalidcontainerlegacy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_getreactrootelementincontainer"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32930",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_nooponrecoverableerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_legacycreaterootfromdomcontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L32986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_warnoninvalidcallback_1"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_hydrate",
      "target": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33085",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_render",
      "target": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unmountcomponentatnode",
      "target": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_unstable_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_legacyrendersubtreeintocontainer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/react.js",
      "source_location": "L33192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_react_rendersubtreeintocontainer",
      "target": "docs_design_thingtime_launch_celebration_ds_react_unstable_rendersubtreeintocontainer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20612",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvariantchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_alerticon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10705",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_anatomy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatechildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatesinglevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_append"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17990",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applydefaultfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18000",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applytreedeltas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16001",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_asrgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_assignafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_attach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisdeltaequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_backdropfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bgclip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bgimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_binarysubdivide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_boxequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13801",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildprojectiontransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13765",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcgeneratorvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcorigin2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17819",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_canceltreeoptimisedtransformanimations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_caret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_char"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_checkicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_checknodewasscrollroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_checkvariantsdidchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cleandirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearislayoutdirty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19967",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearmeasurements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cleartime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_closeicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_combine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_comment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_complete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17941",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyaxisdeltainto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyboxinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14094",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createcookiestoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createdommotioncomponentproxy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createlocalstoragemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmotioncomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmultistyleconfighelpers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19022",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createprojectionnode2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderbatcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrendertoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstringfromobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstyleelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_css2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cubicbezier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_darkmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_define_import_meta_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_definecssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_definestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_definestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_degree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_degreet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_destroy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_duration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_end"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_environmentprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18922",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_exitanimationcomplete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_factory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterevents2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_findtoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finishanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finished"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_firepointerevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flatten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flexdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_float"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_forwardref5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_fraction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_generatestripe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15430",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimationstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L7025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcolormodeutils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcurrentdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L8171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_geterrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15830",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getlastitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15081",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14953",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprevious"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprojectionfunctionality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getregisteredstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L7847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L8520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L8666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsize4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsnapshotbeforeupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstatuscolorscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettheme3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettoastliststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettoaststyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformpagepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariantcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_globalstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_guard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20088",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlehoverevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlepressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasopacitycrossfade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hover"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_inertia"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_infoicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15017",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isanimating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18829",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isbrowser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5097",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5947",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscssvar3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18832",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14547",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iselementkeyboardaccessible"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnullish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_issvgelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_istransitiondefined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvalidpressevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_jump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_lightmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_loadexternalisvalidprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_logical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16086",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_matchorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15510",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinitialstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinstanceviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memosupports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_middleware"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20003",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19997",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15989",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_miximmediate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixnumber2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6908",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_newchildrenmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitthemingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onblur"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onfocus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onkeyframesresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onlyelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpointerdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6911",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_orient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_outline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsegradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsehex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pauseanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pixelstopercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_play"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_popchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L22065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_portalmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_press"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_promote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_propagatedirtynodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_propt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_px"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rebaseaxisconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emojis_list_3_0_0_node_modules_emojis_list_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L950",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_memoize_0_9_0_node_modules_emotion_memoize_dist_emotion_memoize_esm_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L856",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_hoist_non_react_statics_3_3_2_node_modules_hoist_non_react_statics_dist_hoist_non_react_statics_cjs_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeboxtransforms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeleadsnapshots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removenontranslationaltransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_render"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderendstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13935",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resetdistortingtransform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resetskewandrotation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resettransformstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvereference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvetargetdelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6795",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20024",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_roundbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rulesheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L7190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runiffn2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_schedulerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setdraglock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setfinalkeyframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_settarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sheetfortag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shim_react_dom_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shim_react_is_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shim_react_shim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldforwardprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_snaptocursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_speed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_splitbycomma"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_splitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_spring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startaxisvalueanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_starttime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stylesheet2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_substr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_subtract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_supports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_themeprovider3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16651",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_toconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tohex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_token"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_toref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6973",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5777",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transparentize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20541",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateaxis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatehandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatesvgdimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useconstant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecreatemotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usehtmlprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useispresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_uselayoutid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usemotionref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usemultistyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestrictmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usesvgprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usetimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usevisualelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_vh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warningicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13069",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_lodash_mergewith_4_6_2_node_modules_lodash_mergewith_index_js",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memoize3"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_emotion_is_prop_valid_1_4_0_node_modules_emotion_is_prop_valid_dist_emotion_is_prop_valid_esm_js",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L1029",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remix_node_modules_pnpm_react_fast_compare_3_2_2_node_modules_react_fast_compare_index_js",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isobject",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvereference",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_toref",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzecssvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_px",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzecssvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tomediaquerystring",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_px"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_subtract",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6079",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tomediaquerystring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzebreakpoints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analyzebreakpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettheme3",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initintersectionobserver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvemotionvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_get"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitthemingprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extracttokens",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6080",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runiffn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_walkobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usetimeout",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecallbackref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L4937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_logical",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transform",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettransformgputemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ring",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getringtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_degree",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscssvar2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5098",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscssvar2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgpath",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcorigin",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5939",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_splitbycomma",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L5948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscssvar3",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6070",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_normalize2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getnextindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createresolver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvestyleconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapedot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapesymbol"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapedot",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escapesymbol",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovardefinition",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovarreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovardefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_definecssvars",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extracttokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flattentokens",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extractsemantictokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flattentokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createthemevars",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tokentocssvar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tokentocssvar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tocssvar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createthemevars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_guard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointermove"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointerup"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_notifyupdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_stop"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updatepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createanimationstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17707",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_extracteventinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_nametohex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tohex",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsetorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_nametohex",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6800",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transparentize",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolorfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolorfromstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomfromlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_randomcolorfromstring",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L8174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdefaults",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdecimal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replacewhitespace2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6971",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addprefix2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6968",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6974",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovarref",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escape2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6977",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovar",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addprefix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovarref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6980",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tovar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L6983",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvar2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getfallback"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stylesheet2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stylesheet2_inserttag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hash2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hash2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildtransform",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_trim"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecookie",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_match"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analysecomplexvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_replace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_indexof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_next",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10659",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prev",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_charat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_substr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_alloc",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prefix",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10938",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_strlen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_middleware",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10919",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serialize",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sizeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10641",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copy",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_declaration",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_node"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10909",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_comment",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_char"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_prev"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_peek"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_caret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applydefaultfilter",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_commenter",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escaping",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_slice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_identifier",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_whitespace",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_token"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_alloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_dealloc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimit",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimiter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_delimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_whitespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_escaping"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_commenter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_identifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_compile",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16006",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10817",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_comment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_declaration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10846",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parse",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ruleset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L10934",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stringify",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serialize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getregisteredstyles",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_murmur2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstringfromobject",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serializestyles",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handleinterpolation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L11810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_css2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_serializestyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_globalstyle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_styled2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecolormode"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12363",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_themeprovider3",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cssvars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12496",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useconstant",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_relegate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getsnapshotbeforeupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_safetoremove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurelayout",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usepresence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useispresent",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_ispresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L12661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onlyelements",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memosupports",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_memo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderermotioncomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_loadfeatures"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvalidmotionprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warnonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_warnonce",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariantcontext",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscontrollingvariants",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateanimationcontrolssubscription",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isanimationcontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcurrenttreevariants",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantnode",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iscontrollingvariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcurrenttreevariants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usecreatemotioncontext",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_variantlabelsasdependency"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isrefobject2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usevisualelement",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createprojectionnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createprojectionnode",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getclosestprojectingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createrenderermotioncomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_issvgcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_issvgcomponent",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13459",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvaluestate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariantfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvaluestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariantfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makestate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makelatestvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildhtmlstyles",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildtransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13879",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildhtmlstyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13904",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcsvgtransformorigin",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13895",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgattrs",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcsvgtransformorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20809",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_build",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_buildsvgattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L13972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rendersvg",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderhtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20812",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderinstance",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_rendersvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18563",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addscalecorrector"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyrawvaluesonly",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isforcedmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scrapemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usesvgprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyrawvaluesonly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_useinitialmotionvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usehtmlprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmotioncomponentfactory",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createuserender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_checkvariantsdidchange",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shallowcompare"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariant",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15053",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_starttime",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_speed",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_time",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_attachtimeline"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17054",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pause",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_runall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flatten",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16791",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_play"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_play",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpostresolved",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16806",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17065",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cancel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_complete",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_complete"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_then"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvaluetransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcgeneratorduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isgenerator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_requirespregeneratedkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iswaapisupportedeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startwaapianimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mapeasingtonativeeasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isvalidpressevent",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdragactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setupgesture",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setupgesture"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filterevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hover",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hover"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_press"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_press",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adduniqueitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18696",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20615",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentdidmount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14870",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_on",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_add"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_notifyupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14799",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19976",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15007",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearlisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_unmount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcgeneratorvelocity",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_velocitypersecond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setcurrent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updateandnotify",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setprevframevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_set",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updateandnotify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onchange",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bindtomotionvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20745",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlechildmotionvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearlisteners"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setwithvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14933",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_jump",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15764",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_jump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvelocity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvelocity",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L14984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_start"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_destroy",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15010",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_clearanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17041",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stop",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatesinglevalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_motionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15047",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15046",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setmotionvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15058",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_settarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15074",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_iswillchangemotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15073",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvaluetowillchange",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvaluetowillchange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19012",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_canceltreeoptimisedtransformanimations",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getoptimisedappearid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15736",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getmixer",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransformer",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecomplexvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_analysecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecomplexvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtransformer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makenonekeyframesanimatable",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimatablenone2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvenonekeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_makenonekeyframesanimatable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removenontranslationaltransform",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureallkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flushkeyframeresolvers",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readallkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15576",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readallkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15876",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolved",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_flushkeyframeresolvers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resume",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scheduleresolve",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariablevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15712",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readkeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinitialstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureendstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvenonekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_parsecssvariable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvariablevalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cananimate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_haskeyframeschanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_cananimate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getfinalkeyframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16929",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcstarttime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15899",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onkeyframesresolved",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpostresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefinishedpromise"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L15975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hslatorgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_huetorgb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_asrgba",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hslatorgba"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mix2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixobject",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getmixer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mix2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_findspring",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_approximateroot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_findspring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcangularfreq"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getspringoptions",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isspringtype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_spring",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getspringoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_interpolate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createmixers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_interpolate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_defaultoffset",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_filloffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_defaultoffset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertoffsettotimes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_keyframes2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_defaulteasing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isunsupportedease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pregeneratekeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_requirespregeneratedkeyframes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initplayback",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startwaapianimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16825",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sample",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tick"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_tick",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finish"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_finish",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_teardown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_teardown",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stopdriver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L16882",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pregeneratekeyframes",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_supports",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldblockanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevariant",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getdefaulttransition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevisualelement",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatevariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_foreach"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17276",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatechildren",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortbytreeorder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortbytreeorder",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortnodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_animatelist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createanimationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createtypestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_handlechildmotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasviewportoptionchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_update"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateanimationcontrolssubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initprefersreducedmotion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatefeatures",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_unmount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addpointerevent",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_adddomevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addpointerevent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17670",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_distance2d"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_updatepoint",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointermove",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17689",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_end"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_handlepointerup",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_subtractpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_lastdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getpaninfo",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startdevicepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_aspectratio",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcaxisdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcorigin2",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17813",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxis",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxisposition",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calclength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isnear"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcboxdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativebox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeposition",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxisposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19921",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcrelativeconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17859",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcviewportconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcviewportaxisconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_calcviewportconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvedragelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17892",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvedragelastic",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveaxiselastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17898",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveaxiselastic",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolvepointelastic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_pauseanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_snaptocursor",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stopanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_eachaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertboundingboxtobox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_convertboxtoboundingbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformboxpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17966",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasscale",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isidentityscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasscale"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hastransform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17969",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hastransform",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_has2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17972",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_has2dtranslate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_is2dtranslate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17986",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applypointdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18797",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removepointdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17991",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyaxisdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applypointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L17995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyboxdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18042",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformaxis",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18023",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applyboxdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18015",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_applytreedeltas",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18057",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_translateaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18045",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformbox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_transformaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureinstanceviewportbox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurepagebox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measureviewportbox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_measurepagebox"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updateaxis",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shoulddrag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolveconstraints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resolverefconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startaxisvalueanimation",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_stopanimation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getanimationstate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getaxismotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_scalepositionwithinconstraints",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addlisteners",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatelayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19975",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resettransformstyle",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_onpointerdown",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_createpanhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_componentwillunmount",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remove"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_remove",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixvalues",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getradius"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18749",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixvalues",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyboxinto",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_copyaxisinto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxisdelta",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removepointdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18818",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxistransforms",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxisdelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeboxtransforms",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeaxistransforms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18833",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdeltazero",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isaxisdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_isdeltazero"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18839",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_boxequals",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_boxequalsrounded",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_axisequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_boxequalsrounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20029",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldanimatepositiononly",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_aspectratio"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18889",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_relegate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_promote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18903",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_promote",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_schedulerender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeleadsnapshots",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removeleadsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L18999",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_resetdistortingtransform",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L19894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_notifylayoutupdate",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_shouldanimatepositiononly"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20008",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixbox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_mixaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20025",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_roundbox",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_roundaxis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_observeintersection",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_initintersectionobserver"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_startobserver",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_observeintersection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstaticvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_hasvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_updatemotionvaluesfromprops",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_renderinstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_render",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_triggerbuild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_schedulerender",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_constructor_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_bindtomotionvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortnodeposition",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_sortinstancenodeposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20542",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_triggerbuild",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_build"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvariantchild",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getclosestvariantnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20626",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_addvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_removevaluefromrenderstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvaluefrominstance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvalue",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_setbasetarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetarget",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getbasetargetfromprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_readvaluefrominstance",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getcomputedstyle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L20850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_findtoast",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_gettoastposition"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21254",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_factory",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_styled2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usechakra",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usetheme2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usechakra"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfigimpl",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_omitreactelements"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usemultistyleconfig",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfig",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_usestyleconfigimpl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/thingtime-bundle.js",
      "source_location": "L21672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_alerticon",
      "target": "docs_design_thingtime_launch_celebration_ds_thingtime_bundle_getstatusicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_tt_elements",
      "target": "docs_design_thingtime_launch_celebration_ds_tt_elements_defineel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_tt_elements",
      "target": "docs_design_thingtime_launch_celebration_ds_tt_elements_ready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_tt_elements",
      "target": "docs_design_thingtime_launch_celebration_ds_tt_elements_whenready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_tt_elements_whenready",
      "target": "docs_design_thingtime_launch_celebration_ds_tt_elements_ready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/ds/tt-elements.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_ds_tt_elements_defineel",
      "target": "docs_design_thingtime_launch_celebration_ds_tt_elements_whenready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_boot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_collectprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_compileattr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_compiletemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_componentdidmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_componentdidupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_componentwillunmount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L717",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L672",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_contentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_createcomponentfactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_createexternalmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_createhelmetmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_createpseudosheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_createregistry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_createruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_csstoobj"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_dcnamefrompath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_encodecase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_evaldclogic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_findtoplevelequality"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L727",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_forceupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_getreact"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_getreactdom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_hiderawtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_hinttomin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_hostpositionstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1598",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_iselementclass"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_isrenderabletype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_kebabtocamel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_loadreactumd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_parenswrapwhole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_parsedataprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_parsedcdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_parsedctext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_placeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_rendervals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_resolve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_resolvedottedpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_resolvepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_rootnamefordocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_safedecode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_setstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_shallowequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walkchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walkcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walkelement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walkfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walkif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walktext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_walkximport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support",
      "target": "docs_design_thingtime_launch_celebration_support_warnunresolved"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_boot",
      "target": "docs_design_thingtime_launch_celebration_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_createcomponentfactory",
      "target": "docs_design_thingtime_launch_celebration_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_evaldclogic",
      "target": "docs_design_thingtime_launch_celebration_support_getreact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_boot",
      "target": "docs_design_thingtime_launch_celebration_support_getreactdom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_boot",
      "target": "docs_design_thingtime_launch_celebration_support_parsedcdocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_parsedcdocument",
      "target": "docs_design_thingtime_launch_celebration_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_parsedctext",
      "target": "docs_design_thingtime_launch_celebration_support_parsedataprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_rootnamefordocument",
      "target": "docs_design_thingtime_launch_celebration_support_dcnamefrompath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_boot",
      "target": "docs_design_thingtime_launch_celebration_support_rootnamefordocument"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_rootnamefordocument",
      "target": "docs_design_thingtime_launch_celebration_support_safedecode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L195",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_boot",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_resolve",
      "target": "docs_design_thingtime_launch_celebration_support_findtoplevelequality"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_resolve",
      "target": "docs_design_thingtime_launch_celebration_support_parenswrapwhole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_resolve",
      "target": "docs_design_thingtime_launch_celebration_support_resolvepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_compiletemplate",
      "target": "docs_design_thingtime_launch_celebration_support_encodecase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_collectprops",
      "target": "docs_design_thingtime_launch_celebration_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_csstoobj",
      "target": "docs_design_thingtime_launch_celebration_support_kebabtocamel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_hostpositionstyle",
      "target": "docs_design_thingtime_launch_celebration_support_csstoobj"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_collectprops",
      "target": "docs_design_thingtime_launch_celebration_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkcomponent",
      "target": "docs_design_thingtime_launch_celebration_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkfor",
      "target": "docs_design_thingtime_launch_celebration_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkif",
      "target": "docs_design_thingtime_launch_celebration_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkximport",
      "target": "docs_design_thingtime_launch_celebration_support_compileattr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L574",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkcomponent",
      "target": "docs_design_thingtime_launch_celebration_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L693",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkelement",
      "target": "docs_design_thingtime_launch_celebration_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L611",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkximport",
      "target": "docs_design_thingtime_launch_celebration_support_collectprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_compiletemplate",
      "target": "docs_design_thingtime_launch_celebration_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkcomponent",
      "target": "docs_design_thingtime_launch_celebration_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkelement",
      "target": "docs_design_thingtime_launch_celebration_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkfor",
      "target": "docs_design_thingtime_launch_celebration_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkif",
      "target": "docs_design_thingtime_launch_celebration_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkximport",
      "target": "docs_design_thingtime_launch_celebration_support_walkchildren"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walk",
      "target": "docs_design_thingtime_launch_celebration_support_walkcomponent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L465",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walk",
      "target": "docs_design_thingtime_launch_celebration_support_walkelement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walk",
      "target": "docs_design_thingtime_launch_celebration_support_walkfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walk",
      "target": "docs_design_thingtime_launch_celebration_support_walkif"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walk",
      "target": "docs_design_thingtime_launch_celebration_support_walktext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walk",
      "target": "docs_design_thingtime_launch_celebration_support_walkximport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L617",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkximport",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L692",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_walkelement",
      "target": "docs_design_thingtime_launch_celebration_support_contentkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L789",
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_createcomponentfactory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_createruntime",
      "target": "docs_design_thingtime_launch_celebration_support_createcomponentfactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1037",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_isrenderabletype",
      "target": "docs_design_thingtime_launch_celebration_support_iselementclass"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_createruntime",
      "target": "docs_design_thingtime_launch_celebration_support_createexternalmodules"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_createruntime",
      "target": "docs_design_thingtime_launch_celebration_support_createhelmetmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_createruntime",
      "target": "docs_design_thingtime_launch_celebration_support_createpseudosheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_createruntime",
      "target": "docs_design_thingtime_launch_celebration_support_createregistry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_init",
      "target": "docs_design_thingtime_launch_celebration_support_createruntime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/support.js",
      "source_location": "L1594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_design_thingtime_launch_celebration_support_loadreactumd",
      "target": "docs_design_thingtime_launch_celebration_support_loadscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_packagemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_private"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_repository"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_repository",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_repository_directory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_repository",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_repository_type"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_repository",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_repository_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_build_web"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_dev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_dist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_dist_unsigned"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_install_local"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_scripts_verify_web"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build_appid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build_asar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build_directories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build_extraresources"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build_files"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build_mac"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_build_productname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build_directories",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_directories_buildresources"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build_directories",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_directories_output"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_build_mac",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_mac_category"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies_electron"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/package.json",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_package_devdependencies_electron_builder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_desktopreleasemetadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_electrondir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_readgitvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_remixdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_remixoutputdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_reporoot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_run"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_runremixscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web",
      "target": "electron_scripts_build_web_stagedwebdir"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/build-web.mjs",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_build_web_runremixscript",
      "target": "electron_scripts_build_web_run"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_copyresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_electrondir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_runoptional"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_scriptdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_sourceapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_targetapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_targetdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/install-local-app.mjs",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_install_local_app",
      "target": "electron_scripts_install_local_app_tempapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_verify_web_build",
      "target": "electron_scripts_verify_web_build_assertexists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_verify_web_build",
      "target": "electron_scripts_verify_web_build_electrondir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_verify_web_build",
      "target": "electron_scripts_verify_web_build_indexhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_verify_web_build",
      "target": "electron_scripts_verify_web_build_serverentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/scripts/verify-web-build.mjs",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "electron_scripts_verify_web_build",
      "target": "electron_scripts_verify_web_build_weboutputdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphifyExtract.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_graphifyextract_sh",
      "target": "users_lopu_things_code_lopugit_thingtime_graphifyextract_sh__entry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/App/ThingtimeApp.swift",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_app_thingtimeapp_swift",
      "target": "swiftui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/App/ThingtimeApp.swift",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_app_thingtimeapp_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_app_thingtimeapp_thingtimeapp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview",
      "target": "swiftui"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "target": "swiftui"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/App/ThingtimeApp.swift",
      "source_location": "L5",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_app_thingtimeapp_thingtimeapp",
      "target": "scene"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_swift",
      "target": "foundation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift",
      "target": "foundation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L16",
      "weight": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L9",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient",
      "target": "urlsession"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient_fetchdeployments"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/Users/lopu/things/code/lopugit/thingtime/iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L10",
      "weight": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_deploymentsapiurl"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror",
      "target": "error"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror_invalidresponse"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror_requestfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient_fetchdeployments",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_clienterror_requestfailed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L151",
      "weight": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeployments",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient_fetchdeployments"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDeploymentsClient.swift",
      "source_location": "L12",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdeploymentsclient_thingtimewebdeploymentsclient_fetchdeployments",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsoverview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L167",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L237",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_destinationrow",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L319",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_iconname",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L315",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_rowbackground",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L30",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L132",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_select",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L62",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsincludesverceldeploymentsfromapi",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L90",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationspreserveslonguniquedeploymentlists",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L113",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testverceldeploymentdestinationrejectsinvalidapiurls",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination"
    },
    {
      "relation": "references",
      "context": "field",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_append"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_configureddestination"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_deploymentsapiurl"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_isallowedconfiguredurl"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_isverceldeployment"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_nonempty"
    },
    {
      "relation": "method",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_normalizedidentifier"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_url"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_validatedhttpsurl"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination",
      "target": "equatable"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination",
      "target": "identifiable"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L15",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L172",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_append",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L57",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination"
    },
    {
      "relation": "references",
      "context": "return_type",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_configureddestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination"
    },
    {
      "relation": "references",
      "context": "return_type",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_destination"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_deploymentsloadstate",
      "target": "equatable"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsoverview",
      "target": "equatable"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsummary",
      "target": "equatable"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source",
      "target": "equatable"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source_configured"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source_production"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_source_verceldeployment"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L32",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsoverview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsummary"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsummary",
      "target": "decodable"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L57",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsummary"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L105",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsummary"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_deploymentsoverview",
      "target": "decodable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L53",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsdeduplicatesconfiguredproductionurl",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L41",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsincludesproductionandconfiguredvercelurl",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L75",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsincludesverceldeploymentsfromapi",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L104",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationspreserveslonguniquedeploymentlists",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_append"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_configureddestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_availabledestinations",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L12",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testconfiguredhttpsurlcanoverridehomeurl",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_url"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L23",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testconfiguredloopbackhttpurlcanoverridehomeurlindebugbuilds",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_url"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L35",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testinvalidconfiguredurlfallsbacktoproduction",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_url"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_configureddestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_url"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_url",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_isallowedconfiguredurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L131",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testdeploymentsapiurltargetsthingtimedeploymentsendpoint",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_deploymentsapiurl"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L95",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_deploymentsapiurl",
      "target": "int"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "/Users/lopu/things/code/lopugit/thingtime/iOS/Thingtime/Web/WebView.swift",
      "source_location": "L243",
      "weight": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_csspixels",
      "target": "int"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L126",
      "weight": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testverceldeploymentdestinationrejectsinvalidapiurls",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_nonempty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_normalizedidentifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_verceldeploymentdestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_validatedhttpsurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_configureddestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_isverceldeployment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebDestination.swift",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_configureddestination",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_thingtimewebdestination_thingtimewebdestination_normalizedidentifier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_deploymentsloadstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_storagekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview",
      "target": "uikit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "target": "uikit"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L164",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L93",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "gesture"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_closedestinationpicker"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_ensureselecteddestinationisavailable"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendestinationpicker"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendrawergesture"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_preparedestinationstate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeployments"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeploymentsifneeded"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_select"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L36",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview",
      "target": "view"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L293",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "view"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L237",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_destinationrow",
      "target": "view"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_deploymentsloadstate",
      "target": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_failed"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_deploymentsloadstate",
      "target": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_idle"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_deploymentsloadstate",
      "target": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_loaded"
    },
    {
      "relation": "case_of",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_deploymentsloadstate",
      "target": "ios_thingtime_web_thingtimewebview_deploymentsloadstate_loading"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L83",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendrawergesture",
      "target": "gesture"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L83",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendrawergesture",
      "target": "ios_thingtime_web_thingtimewebview_swift_cgfloat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendrawergesture",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendestinationpicker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_preparedestinationstate",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_ensureselecteddestinationisavailable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_opendestinationpicker",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeploymentsifneeded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_select",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_closedestinationpicker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeploymentsifneeded",
      "target": "ios_thingtime_web_thingtimewebview_thingtimewebview_refreshdeployments"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L166",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "edgeinsets"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_destinationrow"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_iconname"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_rowbackground"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L163",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "ios_thingtime_web_thingtimewebview_swift_string"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L169",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer",
      "target": "void"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L319",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_iconname",
      "target": "ios_thingtime_web_thingtimewebview_swift_string"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_destinationrow",
      "target": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_iconname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_destinationrow",
      "target": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_rowbackground"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/ThingtimeWebView.swift",
      "source_location": "L315",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "ios_thingtime_web_thingtimewebview_destinationpickerdrawer_rowbackground",
      "target": "color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "target": "uiedgeinsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_swift",
      "target": "webkit"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview",
      "target": "uiviewrepresentable"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makecoordinator"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makeuiview"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_updateuiview"
    },
    {
      "relation": "references",
      "context": "return_type",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makecoordinator",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L14",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makeuiview",
      "target": "context"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makeuiview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makeuiview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L14",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_makeuiview",
      "target": "wkwebview"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L41",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_updateuiview",
      "target": "context"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L107",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "wkwebview"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L110",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_webview",
      "target": "wkwebview"
    },
    {
      "relation": "inherits",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "wkwebview"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L41",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_webview_updateuiview",
      "target": "wkwebview"
    },
    {
      "relation": "inherits",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "nsobject"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_jsoncompatiblevalue"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_sendtoweb"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_usercontentcontroller"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_webview"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "wknavigationdelegate"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator",
      "target": "wkscriptmessagehandler"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_webview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_sendtoweb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_webview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L110",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_webview",
      "target": "wknavigation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_usercontentcontroller",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_jsoncompatiblevalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_usercontentcontroller",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_sendtoweb"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L119",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_usercontentcontroller",
      "target": "wkscriptmessage"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L119",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_usercontentcontroller",
      "target": "wkusercontentcontroller"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_sendtoweb",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_coordinator_jsoncompatiblevalue"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L157",
      "weight": 1.0,
      "context": "field",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "uiedgeinsets"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applynativesafeareavariables"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_csspixels"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_layoutsubviews"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_resolvedsafeareainsets"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_safeareainsetsdidchange"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L211",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applynativesafeareavariables",
      "target": "uiedgeinsets"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L187",
      "weight": 1.0,
      "context": "return_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_resolvedsafeareainsets",
      "target": "uiedgeinsets"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L248",
      "weight": 1.0,
      "context": "parameter_type",
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_uiedgeinsets_isapproximatelyequal",
      "target": "uiedgeinsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_layoutsubviews",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_safeareainsetsdidchange",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applynativesafeareavariables"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applythingtimescrollinsets",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_resolvedsafeareainsets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applynativesafeareavariables",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_csspixels"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "iOS/Thingtime/Web/WebView.swift",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_thingtimewkwebview_applynativesafeareavariables",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_thingtime_web_webview_uiedgeinsets_isapproximatelyequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests",
      "target": "thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests",
      "target": "xctest"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsdeduplicatesconfiguredproductionurl"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsincludesproductionandconfiguredvercelurl"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationsincludesverceldeploymentsfromapi"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testavailabledestinationspreserveslonguniquedeploymentlists"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testconfiguredhttpsurlcanoverridehomeurl"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testconfiguredloopbackhttpurlcanoverridehomeurlindebugbuilds"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testdeploymentsapiurltargetsthingtimedeploymentsendpoint"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testhomeurlloadsproductionthingtime"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testinvalidconfiguredurlfallsbacktoproduction"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests_testverceldeploymentdestinationrejectsinvalidapiurls"
    },
    {
      "relation": "inherits",
      "confidence": "EXTRACTED",
      "source_file": "iOS/ThingtimeTests/ThingtimeWebDestinationTests.swift",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_thingtimetests_thingtimewebdestinationtests_thingtimewebdestinationtests",
      "target": "xctestcase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/scripts/_xcode-common.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_scripts_xcode_common_sh",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_scripts_xcode_common_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/scripts/bootstrap.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_scripts_bootstrap_sh",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_scripts_bootstrap_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/scripts/build.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_scripts_build_sh",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_scripts_build_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/scripts/test.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_scripts_test_sh",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_scripts_test_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/scripts/testflight-beta.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_scripts_testflight_beta_sh",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_scripts_testflight_beta_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_author"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_keywords"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_license"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_scripts_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies_speed_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/package.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_lopu_package_dependencies_speedtest_net"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/src/index.js",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lopu_src_index",
      "target": "lopu_src_index_getinternetspeed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "lopu/src/index.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lopu_src_index",
      "target": "lopu_src_index_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_author"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_bugs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_homepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_license"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_repository"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_build_electron"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_build_remix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_build_web"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_dist_electron"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_electron"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_install_electron"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_install_git_hooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_postinstall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_remix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_remix_pms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_thingtime_stack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_web"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_web_pms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_web_pms_stop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_web_ports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_web_ports_all"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_webserver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_worktree_setup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_repository",
      "target": "package_repository_type"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_repository",
      "target": "package_repository_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_bugs",
      "target": "package_bugs_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_dependencies",
      "target": "package_dependencies_smarts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_dependencies",
      "target": "package_dependencies_ts_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_dependencies",
      "target": "package_dependencies_typescript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_parser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_plugins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_root"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env_es2020"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/.eslintrc.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_eslintrc_env_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_author"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_categories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_commands"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_contributors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_disabledcommands"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_icon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_keywords"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_license"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_preferences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_title"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_dev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_fix_lint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_lint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_scripts_publish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L475",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_fuse_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_mathjs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_raycast_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_raycast_utils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_run_applescript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_svgo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_dependencies_tar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_eslint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_eslint_config_prettier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_prettier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_types_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_types_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_types_tar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_typescript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_typescript_eslint_eslint_plugin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/package.json",
      "source_location": "L486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_package_devdependencies_typescript_eslint_parser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_commander"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_commanderconvert"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_commandermp4tomp3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_commanderopennewfinderwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_commanderregextoreplacementconverter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_commanderregextrim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_commandertrim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_extensionpreferences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/raycast-env.d.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_raycast_env_d",
      "target": "raycast_raycast_env_d_preferences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_apply_filter_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_operations_filteroperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_operations_filteroperation_applyfilter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_filters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_filters_filters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_filters_getfilterthumbnail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_types_filter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_utils_cleanup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/apply-filter.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_apply_filter",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commandertrim_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commandertrim_convertformats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commandertrim_formats"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commands_opennewfinderwindow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commands_regextoreplacementconverter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commands_regextrim"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_operations_anyoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commander.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_operations_anyoperation_any"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commander.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_utilities_utils_getselectedfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderTrim.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandertrim",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commander.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "raycast_src_commandertrim_command",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commander.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "raycast_src_commandertrim_command",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commander.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "raycast_src_commandertrim_command",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_commands_opennewfinderwindow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_commands_regextoreplacementconverter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_commands_regextrim"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_operations_anyoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_utilities_utils_getselectedfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_convertformats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderconvert",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_formats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_command",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_command",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderConvert.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderconvert_command",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_commands_opennewfinderwindow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_commands_regextoreplacementconverter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_commands_regextrim"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_operations_anyoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_utilities_utils_getselectedfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_convertformats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commandermp4tomp3",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_formats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_command",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_command",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderMp4ToMp3.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commandermp4tomp3_command",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_commands_opennewfinderwindow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_commands_regextoreplacementconverter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_commands_regextrim"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_operations_anyoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_utilities_utils_getselectedfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_convertformats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderopennewfinderwindow",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_formats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_command",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_command",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderOpenNewFinderWindow.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderopennewfinderwindow_command",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_commands_opennewfinderwindow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_commands_regextoreplacementconverter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_commands_regextrim"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_operations_anyoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_utilities_utils_getselectedfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_convertformats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextoreplacementconverter",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_formats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_command",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_command",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderRegexToReplacementConverter.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextoreplacementconverter_command",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_commands_opennewfinderwindow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_commands_regextoreplacementconverter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_commands_regextrim"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_operations_anyoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_utilities_utils_getselectedfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_convertformats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commanderregextrim",
      "target": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_formats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_command",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_command",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/commanderRegexTrim.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "users_lopu_codex_worktrees_6e25_thingtime_raycast_src_commanderregextrim_command",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commands/openNewFinderWindow.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commands_opennewfinderwindow",
      "target": "raycast_src_commands_opennewfinderwindow_opennewfinderwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commands/regexToReplacementConverter.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commands_regextoreplacementconverter",
      "target": "raycast_src_commands_regextoreplacementconverter_regextoreplacementconverter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/commands/regexTrim.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_commands_regextrim",
      "target": "raycast_src_commands_regextrim_regextrim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_components_imagegeneratoractionpanel_imagegeneratoractionpanel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_utilities_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_utilities_types_generator"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_utilities_utils_cleanup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImageGeneratorActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagegeneratoractionpanel",
      "target": "raycast_src_utilities_utils_showerrortoast"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_components_imagegeneratoractionpanel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_components_imagegeneratoractionpanel_imagegeneratoractionpanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_components_imagepatterngrid_imagepatterngrid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_generatepreview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_generators"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getcheckerboardoptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getlenticularhalooptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getlineargradientoptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getradialgradientoptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getsolidcoloroptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getstarshineoptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getstripeoptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_generators_getsunbeamsoptions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/ImagePatternGrid.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_imagepatterngrid",
      "target": "raycast_src_utilities_types_generatoroptions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_components_imagepatterngrid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_components_sizeselectionactionpanel_sizeselectionactionpanel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_utilities_generators"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_utilities_generators_generateplaceholder"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_utilities_utils_cleanup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/components/SizeSelectionActionPanel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_components_sizeselectionactionpanel",
      "target": "raycast_src_utilities_utils_showerrortoast"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/create-image.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_create_image",
      "target": "raycast_src_components_sizeselectionactionpanel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/create-image.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_create_image",
      "target": "raycast_src_components_sizeselectionactionpanel_sizeselectionactionpanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_convert_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_convert_formats"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_operations_convertoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_operations_convertoperation_convert"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/convert.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_convert",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/create-image.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_create_image",
      "target": "raycast_src_create_image_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/create-image.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_create_image",
      "target": "raycast_src_utilities_generators"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/create-image.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_create_image",
      "target": "raycast_src_utilities_generators_standarddimensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_flip_horizontally_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_operations_flipoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_operations_flipoperation_flip"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_utilities_enums_direction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_horizontally",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L17",
      "weight": 1.0,
      "source": "raycast_src_flip_horizontally_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/flip-horizontally.ts",
      "source_location": "L16",
      "weight": 1.0,
      "source": "raycast_src_flip_horizontally_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_flip_vertically_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_operations_flipoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_operations_flipoperation_flip"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_utilities_enums_direction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_flip_vertically",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L17",
      "weight": 1.0,
      "source": "raycast_src_flip_vertically_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/flip-vertically.ts",
      "source_location": "L16",
      "weight": 1.0,
      "source": "raycast_src_flip_vertically_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_operations_anyoperation_any"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_enums_imageresulthandling"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_utils_convertpdf"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_utils_convertsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_anyoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L145",
      "weight": 1.0,
      "source": "raycast_src_operations_anyoperation_any",
      "target": "raycast_src_utilities_utils_convertpdf"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L116",
      "weight": 1.0,
      "source": "raycast_src_operations_anyoperation_any",
      "target": "raycast_src_utilities_utils_convertsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/anyOperation.ts",
      "source_location": "L154",
      "weight": 1.0,
      "source": "raycast_src_operations_anyoperation_any",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_operations_convertoperation_convert"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_enums_imageresulthandling"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_utils_convertpdf"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_utils_convertsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_convertoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L93",
      "weight": 1.0,
      "source": "raycast_src_operations_convertoperation_convert",
      "target": "raycast_src_utilities_utils_convertpdf"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L64",
      "weight": 1.0,
      "source": "raycast_src_operations_convertoperation_convert",
      "target": "raycast_src_utilities_utils_convertsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/convertOperation.ts",
      "source_location": "L102",
      "weight": 1.0,
      "source": "raycast_src_operations_convertoperation_convert",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_operations_filteroperation_applyfilter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_enums_imageresulthandling"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_types_filter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_filteroperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/filterOperation.ts",
      "source_location": "L67",
      "weight": 1.0,
      "source": "raycast_src_operations_filteroperation_applyfilter",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_operations_flipoperation_flip"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_enums_direction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_utils_flippdf"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_flipoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L47",
      "weight": 1.0,
      "source": "raycast_src_operations_flipoperation_flip",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L44",
      "weight": 1.0,
      "source": "raycast_src_operations_flipoperation_flip",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L50",
      "weight": 1.0,
      "source": "raycast_src_operations_flipoperation_flip",
      "target": "raycast_src_utilities_utils_flippdf"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L31",
      "weight": 1.0,
      "source": "raycast_src_operations_flipoperation_flip",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/flipOperation.ts",
      "source_location": "L58",
      "weight": 1.0,
      "source": "raycast_src_operations_flipoperation_flip",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_operations_optimizeoperation_optimize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_operations_optimizeoperation_optimizejpeg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_operations_optimizeoperation_optimizesvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_operations_optimizeoperation_optimizewebp"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_utilities_enums_imageresulthandling"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_optimize",
      "target": "raycast_src_operations_optimizeoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation_optimize",
      "target": "raycast_src_operations_optimizeoperation_optimizejpeg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation_optimizewebp",
      "target": "raycast_src_operations_optimizeoperation_optimizejpeg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation_optimize",
      "target": "raycast_src_operations_optimizeoperation_optimizewebp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_optimizeoperation_optimize",
      "target": "raycast_src_operations_optimizeoperation_optimizesvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L136",
      "weight": 1.0,
      "source": "raycast_src_operations_optimizeoperation_optimize",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/optimizeOperation.ts",
      "source_location": "L164",
      "weight": 1.0,
      "source": "raycast_src_operations_optimizeoperation_optimize",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_optimize",
      "target": "raycast_src_operations_optimizeoperation_optimize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_padoperation",
      "target": "raycast_src_operations_padoperation_pad"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_padoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_padoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_padoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_padoperation",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_padoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_operations_padoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L49",
      "weight": 1.0,
      "source": "raycast_src_operations_padoperation_pad",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L41",
      "weight": 1.0,
      "source": "raycast_src_operations_padoperation_pad",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L28",
      "weight": 1.0,
      "source": "raycast_src_operations_padoperation_pad",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/padOperation.ts",
      "source_location": "L67",
      "weight": 1.0,
      "source": "raycast_src_operations_padoperation_pad",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_operations_padoperation_pad"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_resizeoperation",
      "target": "raycast_src_operations_resizeoperation_resize"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_resizeoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_resizeoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_resizeoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_resizeoperation",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_resizeoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_resize",
      "target": "raycast_src_operations_resizeoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L48",
      "weight": 1.0,
      "source": "raycast_src_operations_resizeoperation_resize",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L39",
      "weight": 1.0,
      "source": "raycast_src_operations_resizeoperation_resize",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L30",
      "weight": 1.0,
      "source": "raycast_src_operations_resizeoperation_resize",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/resizeOperation.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "raycast_src_operations_resizeoperation_resize",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_resize",
      "target": "raycast_src_operations_resizeoperation_resize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_rotateoperation",
      "target": "raycast_src_operations_rotateoperation_rotate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_rotateoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_rotateoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_rotateoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_rotateoperation",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_rotateoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_rotateoperation",
      "target": "raycast_src_utilities_utils_rotatepdf"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_operations_rotateoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L46",
      "weight": 1.0,
      "source": "raycast_src_operations_rotateoperation_rotate",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L43",
      "weight": 1.0,
      "source": "raycast_src_operations_rotateoperation_rotate",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L31",
      "weight": 1.0,
      "source": "raycast_src_operations_rotateoperation_rotate",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L57",
      "weight": 1.0,
      "source": "raycast_src_operations_rotateoperation_rotate",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/rotateOperation.ts",
      "source_location": "L49",
      "weight": 1.0,
      "source": "raycast_src_operations_rotateoperation_rotate",
      "target": "raycast_src_utilities_utils_rotatepdf"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_operations_rotateoperation_rotate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_runoperation",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_runoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_runoperation",
      "target": "raycast_src_utilities_utils_cleanup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_runoperation",
      "target": "raycast_src_utilities_utils_showerrortoast"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_optimize",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_resize",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_scale",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_operations_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L49",
      "weight": 1.0,
      "source": "raycast_src_operations_runoperation_runoperation",
      "target": "raycast_src_utilities_utils_cleanup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/runOperation.ts",
      "source_location": "L43",
      "weight": 1.0,
      "source": "raycast_src_operations_runoperation_runoperation",
      "target": "raycast_src_utilities_utils_showerrortoast"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_optimize",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L29",
      "weight": 1.0,
      "source": "raycast_src_optimize_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/pad.ts",
      "source_location": "L37",
      "weight": 1.0,
      "source": "raycast_src_pad_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_resize",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/resize.ts",
      "source_location": "L36",
      "weight": 1.0,
      "source": "raycast_src_resize_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L33",
      "weight": 1.0,
      "source": "raycast_src_rotate_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_scale",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/scale.ts",
      "source_location": "L26",
      "weight": 1.0,
      "source": "raycast_src_scale_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L124",
      "weight": 1.0,
      "source": "raycast_src_strip_exif_command",
      "target": "raycast_src_operations_runoperation_runoperation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_scaleoperation",
      "target": "raycast_src_operations_scaleoperation_scale"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_scaleoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_scaleoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_scaleoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_scaleoperation",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_scaleoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_scale",
      "target": "raycast_src_operations_scaleoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L48",
      "weight": 1.0,
      "source": "raycast_src_operations_scaleoperation_scale",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L40",
      "weight": 1.0,
      "source": "raycast_src_operations_scaleoperation_scale",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L27",
      "weight": 1.0,
      "source": "raycast_src_operations_scaleoperation_scale",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/scaleOperation.ts",
      "source_location": "L63",
      "weight": 1.0,
      "source": "raycast_src_operations_scaleoperation_scale",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_scale",
      "target": "raycast_src_operations_scaleoperation_scale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_operations_stripexifoperation_stripexif"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_utilities_enums_exiftoollocation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_operations_stripexifoperation",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_operations_stripexifoperation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L48",
      "weight": 1.0,
      "source": "raycast_src_operations_stripexifoperation_stripexif",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L45",
      "weight": 1.0,
      "source": "raycast_src_operations_stripexifoperation_stripexif",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L29",
      "weight": 1.0,
      "source": "raycast_src_operations_stripexifoperation_stripexif",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/operations/stripEXIFOperation.ts",
      "source_location": "L58",
      "weight": 1.0,
      "source": "raycast_src_operations_stripexifoperation_stripexif",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_operations_stripexifoperation_stripexif"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_optimize",
      "target": "raycast_src_optimize_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_optimize",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_optimize",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/optimize.ts",
      "source_location": "L28",
      "weight": 1.0,
      "source": "raycast_src_optimize_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_pad_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_utilities_preferences_padpreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/pad.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_pad",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/pad.ts",
      "source_location": "L19",
      "weight": 1.0,
      "source": "raycast_src_pad_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_resize",
      "target": "raycast_src_resize_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_resize",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/resize.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_resize",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/resize.ts",
      "source_location": "L35",
      "weight": 1.0,
      "source": "raycast_src_resize_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_rotate_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_utilities_preferences_rotatepreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_rotate",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/rotate.ts",
      "source_location": "L32",
      "weight": 1.0,
      "source": "raycast_src_rotate_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_scale",
      "target": "raycast_src_scale_command"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_scale",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/scale.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_scale",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/scale.ts",
      "source_location": "L25",
      "weight": 1.0,
      "source": "raycast_src_scale_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_strip_exif_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_strip_exif_getexiftoollocation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_strip_exif_installexiftool"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_strip_exif_setexiftoollocation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_utilities_enums_exiftoollocation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_utilities_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif",
      "target": "remix_app_routes_crypto"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif_setexiftoollocation",
      "target": "raycast_src_strip_exif_installexiftool"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif_getexiftoollocation",
      "target": "raycast_src_strip_exif_setexiftoollocation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_strip_exif_command",
      "target": "raycast_src_strip_exif_getexiftoollocation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/strip-exif.ts",
      "source_location": "L113",
      "weight": 1.0,
      "source": "raycast_src_strip_exif_command",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/clipboard.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_clipboard",
      "target": "raycast_src_utilities_clipboard_copyimagesatpathstoclipboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/clipboard.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_clipboard",
      "target": "raycast_src_utilities_clipboard_getclipboardfiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/clipboard.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_clipboard",
      "target": "raycast_src_utilities_clipboard_getclipboardimages"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_clipboard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_clipboard_getclipboardimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L259",
      "weight": 1.0,
      "source": "raycast_src_utilities_utils_getselectedimages",
      "target": "raycast_src_utilities_clipboard_getclipboardimages"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_clipboard_getclipboardfiles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L332",
      "weight": 1.0,
      "source": "raycast_src_utilities_utils_getselectedfiles",
      "target": "raycast_src_utilities_clipboard_getclipboardfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_clipboard_copyimagesatpathstoclipboard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L412",
      "weight": 1.0,
      "source": "raycast_src_utilities_utils_moveimageresultstofinaldestination",
      "target": "raycast_src_utilities_clipboard_copyimagesatpathstoclipboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/enums.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_enums",
      "target": "raycast_src_utilities_enums_direction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/enums.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_enums",
      "target": "raycast_src_utilities_enums_exiftoollocation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/enums.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_enums",
      "target": "raycast_src_utilities_enums_imageresulthandling"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_enums"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_enums_direction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_enums_imageresulthandling"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L140",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "raycast_src_utilities_filters",
      "target": "raycast_src_utilities_filters_applybasicfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_filters",
      "target": "raycast_src_utilities_filters_filters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_filters",
      "target": "raycast_src_utilities_filters_getfilterthumbnail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_filters",
      "target": "raycast_src_utilities_filters_initializefilterscript"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_filters",
      "target": "raycast_src_utilities_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_filters",
      "target": "raycast_src_utilities_types_filter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_filters_applybasicfilter",
      "target": "raycast_src_utilities_filters_initializefilterscript"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/filters.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_filters_getfilterthumbnail",
      "target": "raycast_src_utilities_filters_initializefilterscript"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L157",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_generate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_generateplaceholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_generatepreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_generators"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getcheckerboardoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getlenticularhalooptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getlineargradientoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getradialgradientoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getsolidcoloroptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L450",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getstarshineoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getstripeoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_getsunbeamsoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_generators_standarddimensions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_types_generator"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/generators.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_generators",
      "target": "raycast_src_utilities_types_generatorkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_preferences",
      "target": "raycast_src_utilities_preferences_convertpreferences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_preferences",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_preferences",
      "target": "raycast_src_utilities_preferences_padpreferences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/preferences.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_preferences",
      "target": "raycast_src_utilities_preferences_rotatepreferences"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_preferences"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_preferences_extensionpreferences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_types",
      "target": "raycast_src_utilities_types_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_types",
      "target": "raycast_src_utilities_types_generator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_types",
      "target": "raycast_src_utilities_types_generatorkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/types.ts",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_types",
      "target": "raycast_src_utilities_types_generatoroptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_cleanup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L561",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_convertpdf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_convertsvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_deletefiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_execsipscommandonsvg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_execsipscommandonwebp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_flippdf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L906",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getcurrentdirectory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getdestinationpaths"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L768",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getimagedestination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getmenubarowningapplication"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getselectedfiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getselectedfinderfiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getselectedfinderimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getselectedimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getselectedpathfinderfiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_getselectedpathfinderimages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_moveimageresultstofinaldestination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_openpathsinpreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_rotatepdf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L994",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils",
      "target": "raycast_src_utilities_utils_showerrortoast"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_getselectedimages",
      "target": "raycast_src_utilities_utils_getselectedfinderimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_getselectedfiles",
      "target": "raycast_src_utilities_utils_getselectedfinderfiles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_getselectedimages",
      "target": "raycast_src_utilities_utils_getselectedpathfinderimages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_getselectedfiles",
      "target": "raycast_src_utilities_utils_getselectedpathfinderfiles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_moveimageresultstofinaldestination",
      "target": "raycast_src_utilities_utils_deletefiles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_moveimageresultstofinaldestination",
      "target": "raycast_src_utilities_utils_openpathsinpreview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_execsipscommandonsvg",
      "target": "raycast_src_utilities_utils_convertsvg"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "raycast/src/utilities/utils.ts",
      "source_location": "L910",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "raycast_src_utilities_utils_getcurrentdirectory",
      "target": "raycast_src_utilities_utils_getmenubarowningapplication"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_include"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_esmoduleinterop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_forceconsistentcasinginfilenames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_isolatedmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_jsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_lib"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_module"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_resolvejsonmodule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_skiplibcheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_strict"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/tsconfig.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_tsconfig_compileroptions_target"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_branding_branding"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_branding_branding_branding"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_branding_logo"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_branding_logo_logo"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_buttons_attention"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_buttons_attention_attention"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_buttons_hamburger"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_buttons_hamburger_hamburger"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_skeleton_rainbowskeleton"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/.ds-entry.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ds_entry",
      "target": "remix_app_components_skeleton_rainbowskeleton_rainbowskeleton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_extends"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_root"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_json",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_import_no_duplicates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_no_eval"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_no_unused_vars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_extra_semi"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_unused_expressions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_unused_vars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_typescript_eslint_no_use_before_define"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_unused_imports_no_unused_imports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/.eslintrc.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_eslintrc_rules_unused_imports_no_unused_vars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app.env.d.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_env_d",
      "target": "remix_app_env_d_window"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/ChakraWrapper.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_chakrawrapper",
      "target": "remix_app_providers_chakra_chakrawrapper_chakrawrapper"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/ChakraWrapper.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_chakrawrapper",
      "target": "remix_app_providers_chakra_theme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/ChakraWrapper.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_chakrawrapper",
      "target": "remix_app_providers_chakra_theme_theme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_providers_chakra_chakrawrapper"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_providers_chakra_chakrawrapper_chakrawrapper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/Components/Button.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_components_button",
      "target": "remix_app_providers_chakra_components_button_chakrabutton"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "remix_app_providers_chakra_components_button"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "remix_app_providers_chakra_components_button_chakrabutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_colors",
      "target": "remix_app_providers_chakra_colors_adddark"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_colors",
      "target": "remix_app_providers_chakra_colors_chakras"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_colors",
      "target": "remix_app_providers_chakra_colors_chakrasdark"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_colors",
      "target": "remix_app_providers_chakra_colors_chakraslight"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_colors",
      "target": "remix_app_providers_chakra_colors_colors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_colors",
      "target": "remix_app_providers_chakra_colors_g"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/colors.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_colors",
      "target": "remix_app_providers_chakra_colors_greys"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "remix_app_providers_chakra_colors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "remix_app_providers_chakra_colors_colors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_providers_chakra_createemotioncache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_createemotioncache",
      "target": "remix_app_providers_chakra_createemotioncache_createemotioncache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_createemotioncache",
      "target": "remix_app_providers_chakra_createemotioncache_defaultemotioncache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_createemotioncache",
      "target": "remix_app_providers_chakra_createemotioncache_emotioncachefactory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_createemotioncache",
      "target": "remix_app_providers_chakra_createemotioncache_getexport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_createemotioncache",
      "target": "remix_app_providers_chakra_createemotioncache_resolveemotioncachefactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_providers_chakra_createemotioncache_createemotioncache",
      "target": "remix_app_providers_chakra_createemotioncache_emotioncachefactory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/createEmotionCache.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_createemotioncache_resolveemotioncachefactory",
      "target": "remix_app_providers_chakra_createemotioncache_getexport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_providers_chakra_createemotioncache_createemotioncache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client_clientcacheprovider",
      "target": "remix_app_providers_chakra_createemotioncache_createemotioncache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_providers_chakra_createemotioncache_defaultemotioncache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_providers_chakra_emotioncontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_emotioncontext",
      "target": "remix_app_providers_chakra_emotioncontext_clientstylecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_emotioncontext",
      "target": "remix_app_providers_chakra_emotioncontext_clientstylecontextdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_emotioncontext",
      "target": "remix_app_providers_chakra_emotioncontext_emotionstyledata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/emotionContext.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_emotioncontext",
      "target": "remix_app_providers_chakra_emotioncontext_serverstylecontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_providers_chakra_emotioncontext_clientstylecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/space.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_space",
      "target": "remix_app_providers_chakra_space_spaceobj"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "remix_app_providers_chakra_space"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "remix_app_providers_chakra_space_space"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Chakra/theme.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_chakra_theme",
      "target": "remix_app_providers_chakra_theme_theme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_defaults_cmdwatcher"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_defaults_cmdwatcher_value"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_thingtimedefaults_defaultvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_thingtimedefaults_mergedversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_thingtimedefaults_thingtimedefaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_thingtimedefaults_thingtimeminimumvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_thingtimedefaults_thingtimenewdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_thingtimedefaults_thingtimeoverwriteall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_providers_thingtime_thingtimedefaults_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_routes_branding_assets_all"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_routes_branding_assets_all_assets"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_smarts_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_smarts_index_smarts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_utils_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/ThingtimeDefaults.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_thingtimedefaults",
      "target": "remix_app_utils_index_stringliteraltorichtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/Thingtime/defaults/cmdWatcher.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtime_defaults_cmdwatcher",
      "target": "remix_app_providers_thingtime_defaults_cmdwatcher_value"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_test",
      "target": "remix_app_providers_latestrevisionautosave"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_test",
      "target": "remix_app_providers_latestrevisionautosave_createlatestrevisionautosave"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_test",
      "target": "remix_app_providers_latestrevisionautosave_test_deferred"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_test",
      "target": "remix_app_providers_latestrevisionautosave_test_faketimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_test",
      "target": "remix_app_providers_latestrevisionautosave_test_flushmicrotasks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_test",
      "target": "remix_app_providers_latestrevisionautosave_test_timertask"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.test.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_test_faketimers",
      "target": "remix_app_providers_latestrevisionautosave_test_faketimers_advanceby"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_createlatestrevisionautosave"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_defaulttimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_latestrevisionautosavecoordinator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_latestrevisionautosaveerrorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_latestrevisionautosaveoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_latestrevisionautosavephase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_latestrevisionautosavestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_latestrevisionautosavetimers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_validatedelay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/latestRevisionAutosave.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_latestrevisionautosave_createlatestrevisionautosave",
      "target": "remix_app_providers_latestrevisionautosave_validatedelay"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimemutationqueue_test",
      "target": "remix_app_providers_thingtimemutationqueue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimemutationqueue_test",
      "target": "remix_app_providers_thingtimemutationqueue_drainthingtimemutationqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimemutationqueue_test",
      "target": "remix_app_providers_thingtimemutationqueue_test_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.test.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimemutationqueue_test",
      "target": "remix_app_providers_thingtimemutationqueue_test_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimemutationqueue",
      "target": "remix_app_providers_thingtimemutationqueue_drainthingtimemutationqueue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeMutationQueue.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimemutationqueue",
      "target": "remix_app_providers_thingtimemutationqueue_thingtimemutationdrainresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_haspersistedthingtimeruntimemethods"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_parsethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_parsethingtimewithdiagnostics"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_stringifythingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_stringifythingtimeforstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_test_add"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_test_named"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_test_roundtrip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test",
      "target": "remix_app_providers_thingtimeserialization_test_scopedfunction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test_roundtrip",
      "target": "remix_app_providers_thingtimeserialization_parsethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.test.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_test_roundtrip",
      "target": "remix_app_providers_thingtimeserialization_stringifythingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_compilefunction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_haspersistedthingtimeruntimemethods"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_islegacyfailedrevival"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_isrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_parsedthingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_parsethingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_parsethingtimewithdiagnostics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_replacer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_reserved_identifiers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_revivepersistedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_root_runtime_methods"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_serializedthingtimefunction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_stringifythingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_stringifythingtimeforstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_thingtimefunction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_unrevivable_function"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization",
      "target": "remix_app_providers_thingtimeserialization_validatescopekeys"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_providers_thingtimeserialization_validatescopekeys",
      "target": "remix_app_providers_thingtimeserialization_reserved_identifiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_haspersistedthingtimeruntimemethods",
      "target": "remix_app_providers_thingtimeserialization_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_revivepersistedvalue",
      "target": "remix_app_providers_thingtimeserialization_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_compilefunction",
      "target": "remix_app_providers_thingtimeserialization_islegacyfailedrevival"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_compilefunction",
      "target": "remix_app_providers_thingtimeserialization_validatescopekeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_revivepersistedvalue",
      "target": "remix_app_providers_thingtimeserialization_compilefunction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_parsethingtimewithdiagnostics",
      "target": "remix_app_providers_thingtimeserialization_revivepersistedvalue"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_providers_thingtimeserialization_stringifythingtime",
      "target": "remix_app_providers_thingtimeserialization_replacer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_stringifythingtimeforstorage",
      "target": "remix_app_providers_thingtimeserialization_replacer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L219",
      "weight": 1.0,
      "source": "remix_app_providers_thingtimeserialization_stringifythingtimeforstorage",
      "target": "remix_app_providers_thingtimeserialization_root_runtime_methods"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimeSerialization.ts",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeserialization_parsethingtime",
      "target": "remix_app_providers_thingtimeserialization_parsethingtimewithdiagnostics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_cookies",
      "target": "remix_app_api_cookies_cookieoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_cookies",
      "target": "remix_app_api_cookies_createcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_cookies",
      "target": "remix_app_api_cookies_decodecookievalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_cookies",
      "target": "remix_app_api_cookies_encodecookievalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_cookies",
      "target": "remix_app_api_cookies_parsecookieheader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/cookies.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_cookies",
      "target": "remix_app_api_cookies_serializeoptions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accountscookie",
      "target": "remix_app_api_cookies"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authcookie",
      "target": "remix_app_api_cookies"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_cookies"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/cookies.server.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_cookies_server",
      "target": "remix_app_api_cookies"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accountscookie",
      "target": "remix_app_api_cookies_createcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authcookie",
      "target": "remix_app_api_cookies_createcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_cookies_createcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/cookies.server.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_cookies_server",
      "target": "remix_app_api_cookies_createcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_accountlink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_accountlinkkind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_createaccountlink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_isaccountlinkkind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_linkmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_linkshareid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksfortarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_listlinkedappclientids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_removeaccountlink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_tolink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_accounts_accountlinks_userownslinkedaccount"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_accounts_accountlinks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_accounts_accountlinks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_accounts_accountlinks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_accounts_accountlinks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_api_utils_accounts_accountlinks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_accounts_accountlinks_isaccountlinkkind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L59",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_action",
      "target": "remix_app_api_utils_accounts_accountlinks_isaccountlinkkind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_loader",
      "target": "remix_app_api_utils_accounts_accountlinks_isaccountlinkkind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_linkmatch",
      "target": "remix_app_api_utils_accounts_accountlinks_linkshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_createaccountlink",
      "target": "remix_app_api_utils_accounts_accountlinks_linkmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_removeaccountlink",
      "target": "remix_app_api_utils_accounts_accountlinks_linkmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp",
      "target": "remix_app_api_utils_accounts_accountlinks_linkmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_userownslinkedaccount",
      "target": "remix_app_api_utils_accounts_accountlinks_linkmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_createaccountlink",
      "target": "remix_app_api_utils_accounts_accountlinks_tolink"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_accounts_accountlinks_listaccountlinksfortarget",
      "target": "remix_app_api_utils_accounts_accountlinks_tolink"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser",
      "target": "remix_app_api_utils_accounts_accountlinks_tolink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_createaccountlink",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_createaccountlink",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_accounts_accountlinks_createaccountlink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L78",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_action",
      "target": "remix_app_api_utils_accounts_accountlinks_createaccountlink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_removeaccountlink",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_accounts_accountlinks_removeaccountlink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_action",
      "target": "remix_app_api_utils_accounts_accountlinks_removeaccountlink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_listlinkedappclientids",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_loader",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned_loader",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksforuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_listaccountlinksfortarget",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksfortarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_loader",
      "target": "remix_app_api_utils_accounts_accountlinks_listaccountlinksfortarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L138",
      "weight": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_userownslinkedaccount",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_accounts_accountlinks_userownslinkedaccount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_utils_accounts_accountlinks_userownslinkedaccount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_accounts_accountlinks_listlinkedappclientids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L245",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_listapps",
      "target": "remix_app_api_utils_accounts_accountlinks_listlinkedappclientids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/accounts/accountLinks.ts",
      "source_location": "L157",
      "weight": 1.0,
      "source": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L280",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_updateapp",
      "target": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp",
      "target": "remix_app_api_utils_accounts_accountlinks_usercanmanageapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_adminappoverviewrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_adminappoverviewsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_adminappscursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_adminstorageoverview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_adminuseroverviewrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_adminuseroverviewsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_appsexist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_listadminappsoverview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_listadminusersoverview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_readadminappscursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_serializestorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_admindirectory_unavailablestorage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotafterfilter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_createlivesessionclause"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_decodeadminsnapshotcursor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_encodeadminsnapshotcursor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_apps_apps_findappsbyclientids"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_auth_users_adminuserrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_auth_users_findusersbyids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_auth_users_topublicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_api_utils_subscriptions_subscriptions_subscriptioninfo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_api_utils_admin_admindirectory"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_api_utils_admin_admindirectory"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L107",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_createlivesessionclause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L81",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L132",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L132",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_auth_users_findusersbyids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L92",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L91",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L96",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminusersoverview",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_api_utils_admin_admindirectory_listadminusersoverview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview_loader",
      "target": "remix_app_api_utils_admin_admindirectory_listadminusersoverview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_admin_admindirectory_readadminappscursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_readadminappscursor",
      "target": "remix_app_api_utils_admin_adminsnapshot_decodeadminsnapshotcursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_readadminappscursor",
      "target": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L231",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotafterfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L244",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L254",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_createlivesessionclause"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L240",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_encodeadminsnapshotcursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L224",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L223",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L229",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L275",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_auth_users_findusersbyids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L227",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L226",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L251",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_listadminappsoverview",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_api_utils_admin_admindirectory_listadminappsoverview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps_loader",
      "target": "remix_app_api_utils_admin_admindirectory_listadminappsoverview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/admin/adminDirectory.ts",
      "source_location": "L308",
      "weight": 1.0,
      "source": "remix_app_api_utils_admin_admindirectory_appsexist",
      "target": "remix_app_api_utils_apps_apps_findappsbyclientids"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminResponse.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminresponse_test",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminResponse.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminresponse_test",
      "target": "remix_app_api_utils_admin_adminresponse_test_assertprivate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminResponse.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminresponse_test",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminResponse.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminresponse",
      "target": "remix_app_api_utils_admin_adminresponse_applyadminprivateheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminResponse.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminresponse",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_admin_adminresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminResponse.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse",
      "target": "remix_app_api_utils_admin_adminresponse_applyadminprivateheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations_action",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci_loader",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch_action",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile_action",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic_loader",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run_action",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits_action",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits_loader",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_action",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_loader",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers_action",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers_loader",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users_loader",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L110",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_loader",
      "target": "remix_app_api_utils_admin_adminresponse_withadminprivateresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotafterfilter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotexcludingidfilter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_consumeadminsnapshotnewest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_createlivesessionclause"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_decodeadminsnapshotcursor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_encodeadminsnapshotcursor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_mergeadminsnapshotnewest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.test.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_test",
      "target": "remix_app_api_utils_admin_adminsnapshot_test_row"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotafterfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotexcludingidfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotsource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_compareadminsnapshotnewest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_consumeadminsnapshotnewest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_consumedadminsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_createdatms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_createlivesessionclause"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_datedrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_decodeadminsnapshotcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_encodeadminsnapshotcursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_isadminsnapshotcursorkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_mergeadminsnapshotnewest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_recordid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot",
      "target": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_api_utils_admin_adminsnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_api_utils_admin_adminsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1242",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotlimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1241",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_admin_adminsnapshot_normalizeadminsnapshotquery"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror",
      "target": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror_constructor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_api_utils_admin_adminsnapshot_invalidadminsnapshotcursorerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey",
      "target": "remix_app_api_utils_admin_adminsnapshot_createdatms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey",
      "target": "remix_app_api_utils_admin_adminsnapshot_recordid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1231",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_advanceadminusersource",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotcursorkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey",
      "target": "remix_app_api_utils_admin_adminsnapshot_isadminsnapshotcursorkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_encodeadminsnapshotcursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1356",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_admin_adminsnapshot_encodeadminsnapshotcursor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_decodeadminsnapshotcursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_readadminuserscursor",
      "target": "remix_app_api_utils_admin_adminsnapshot_decodeadminsnapshotcursor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_readadminusersourcecursor",
      "target": "remix_app_api_utils_admin_adminsnapshot_requireadminsnapshotcursorkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotafterfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1290",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotafterfilter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotexcludingidfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1288",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_admin_adminsnapshot_adminsnapshotexcludingidfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_compareadminsnapshotnewest",
      "target": "remix_app_api_utils_admin_adminsnapshot_recordid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_mergeadminsnapshotnewest",
      "target": "remix_app_api_utils_admin_adminsnapshot_recordid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_compareadminsnapshotnewest",
      "target": "remix_app_api_utils_admin_adminsnapshot_createdatms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_admin_adminsnapshot_consumeadminsnapshotnewest",
      "target": "remix_app_api_utils_admin_adminsnapshot_compareadminsnapshotnewest"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/admin/adminSnapshot.ts",
      "source_location": "L194",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_admin_adminsnapshot_mergeadminsnapshotnewest",
      "target": "remix_app_api_utils_admin_adminsnapshot_compareadminsnapshotnewest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_consumeadminsnapshotnewest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1334",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_admin_adminsnapshot_consumeadminsnapshotnewest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_admin_adminsnapshot_mergeadminsnapshotnewest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1428",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_listadmins",
      "target": "remix_app_api_utils_admin_adminsnapshot_mergeadminsnapshotnewest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_algorithmstoragecas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_algorithmthingtodoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_assertlegacyalgorithmmutationallowed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_createalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_createalgorithminput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_deletealgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_feedalgorithmdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_getownedalgorithmweights"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_ownedalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_projectalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_publicalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_resolveauthorusernames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_sanitizeemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_sanitizeevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_setactivealgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_storagefail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_storedalgorithmsizebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L508",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_trackengagement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L356",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_updatealgorithm"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_auth_users_clearuseractivefeedalgorithm"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_auth_users_setuseractivefeedalgorithm"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_userstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_storage_userstorage_readyuserstoragematch"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_things_feedranking"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_things_feedranking_algorithmweights"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_things_feedranking_applyeventstoweights"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_things_feedranking_emptyweights"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_things_feedranking_engagementevent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_api_utils_things_feedranking_topinterests"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_active_active",
      "target": "remix_app_api_utils_algorithms_algorithms"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_delete_delete",
      "target": "remix_app_api_utils_algorithms_algorithms"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/track/_track.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_track_track",
      "target": "remix_app_api_utils_algorithms_algorithms"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_update_update",
      "target": "remix_app_api_utils_algorithms_algorithms"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed",
      "target": "remix_app_api_utils_algorithms_algorithms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L257",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L456",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_deletealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L500",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_setactivealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_storagefail",
      "target": "remix_app_api_utils_algorithms_algorithms_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L515",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "target": "remix_app_api_utils_algorithms_algorithms_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L361",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_storagefail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_deletealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_storagefail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "target": "remix_app_api_utils_algorithms_algorithms_storagefail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_storagefail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_storedalgorithmsizebytes",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_assertlegacyalgorithmmutationallowed",
      "target": "remix_app_api_utils_storage_userstorage_readyuserstoragematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_algorithmthingtodoc",
      "target": "remix_app_api_utils_things_feedranking_emptyweights"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera",
      "target": "remix_app_api_utils_algorithms_algorithms_algorithmthingtodoc"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser",
      "target": "remix_app_api_utils_algorithms_algorithms_algorithmthingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser",
      "target": "remix_app_api_utils_algorithms_algorithms_resolveauthorusernames"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_resolveauthorusernames",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L117",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_resolveauthorusernames",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_resolveauthorusernames",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_resolveauthorusernames"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_projectalgorithm",
      "target": "remix_app_api_utils_things_feedranking_emptyweights"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_projectalgorithm",
      "target": "remix_app_api_utils_things_feedranking_topinterests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_projectalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L153",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm",
      "target": "remix_app_api_utils_things_feedranking_emptyweights"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L153",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm",
      "target": "remix_app_api_utils_things_feedranking_topinterests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_topublicalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_sanitizeevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L513",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "target": "remix_app_api_utils_algorithms_algorithms_sanitizeevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_sanitizeemoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_sanitizeemoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_findownedalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L189",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithmwithera"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_getownedalgorithmweights",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_setactivealgorithm",
      "target": "remix_app_api_utils_algorithms_algorithms_findownedalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L213",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L204",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms_loader",
      "target": "remix_app_api_utils_algorithms_algorithms_listalgorithmsforuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L242",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_getownedalgorithmweights",
      "target": "remix_app_api_utils_things_feedranking_emptyweights"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed",
      "target": "remix_app_api_utils_algorithms_algorithms_getownedalgorithmweights"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed_loader",
      "target": "remix_app_api_utils_algorithms_algorithms_getownedalgorithmweights"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L260",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L259",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L344",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L337",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L293",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_things_feedranking_applyeventstoweights"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L270",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_createalgorithm",
      "target": "remix_app_api_utils_things_feedranking_emptyweights"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms",
      "target": "remix_app_api_utils_algorithms_algorithms_createalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms_action",
      "target": "remix_app_api_utils_algorithms_algorithms_createalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L433",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L381",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L382",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_updatealgorithm",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_update_update",
      "target": "remix_app_api_utils_algorithms_algorithms_updatealgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_update_update_action",
      "target": "remix_app_api_utils_algorithms_algorithms_updatealgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L489",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_deletealgorithm",
      "target": "remix_app_api_utils_auth_users_clearuseractivefeedalgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L463",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_deletealgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L462",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_deletealgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L467",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_deletealgorithm",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_delete_delete",
      "target": "remix_app_api_utils_algorithms_algorithms_deletealgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_delete_delete_action",
      "target": "remix_app_api_utils_algorithms_algorithms_deletealgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L496",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_setactivealgorithm",
      "target": "remix_app_api_utils_auth_users_setuseractivefeedalgorithm"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_active_active",
      "target": "remix_app_api_utils_algorithms_algorithms_setactivealgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_active_active_action",
      "target": "remix_app_api_utils_algorithms_algorithms_setactivealgorithm"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L587",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L537",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/algorithms/algorithms.ts",
      "source_location": "L538",
      "weight": 1.0,
      "source": "remix_app_api_utils_algorithms_algorithms_trackengagement",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/track/_track.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_track_track",
      "target": "remix_app_api_utils_algorithms_algorithms_trackengagement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/track/_track.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_track_track_action",
      "target": "remix_app_api_utils_algorithms_algorithms_trackengagement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_app_data_key_re"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_appdataentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_appdatavisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_appdatawriteconflict"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_buildkeyfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_decodecursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_decodekeycursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_deleteappdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_encodecursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_encodekeycursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_entryacl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_escapere"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_getappdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_listappdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L533",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_listsharedappdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_registeredstoragesize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_sanitizeappdatakey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_setappdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_sharedappdataentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L496",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_sharedentryauthor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_storagemutationfail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_appdata_toentry"
    },
    {
      "relation": "re_exports",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L80",
      "weight": 1.0,
      "context": "export",
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_appaclentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_appnamespacescope"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_appnamespacestamp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_appthingsizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_chargeappstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_livesandboxauthors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_livesharingauthors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_refundappstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_namespace_resolveappscopedacl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_profilemedia"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_sandbox"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_sandbox_sandboxdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_storage_userstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_utils_profilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_appdata"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_apps_appdata"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_appdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L137",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_buildkeyfilter",
      "target": "remix_app_api_utils_apps_appdata_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L422",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_deleteappdata",
      "target": "remix_app_api_utils_apps_appdata_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L157",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listappdata",
      "target": "remix_app_api_utils_apps_appdata_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L568",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_appdata_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L198",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_appdata_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_storagemutationfail",
      "target": "remix_app_api_utils_apps_appdata_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_deleteappdata",
      "target": "remix_app_api_utils_apps_appdata_storagemutationfail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_appdata_storagemutationfail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_registeredstoragesize",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_appdatawriteconflict",
      "target": "remix_app_api_utils_apps_appdata_appdatawriteconflict_constructor"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L87",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_sanitizeappdatakey",
      "target": "remix_app_api_utils_apps_appdata_app_data_key_re"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_buildkeyfilter",
      "target": "remix_app_api_utils_apps_appdata_sanitizeappdatakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_deleteappdata",
      "target": "remix_app_api_utils_apps_appdata_sanitizeappdatakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_appdata_sanitizeappdatakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_toentry",
      "target": "remix_app_api_utils_apps_appdata_entryacl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_getappdata",
      "target": "remix_app_api_utils_apps_appdata_toentry"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_apps_appdata_listappdata",
      "target": "remix_app_api_utils_apps_appdata_toentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_appdata_toentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_toentry",
      "target": "remix_app_api_utils_apps_namespace_appaclentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L109",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_getappdata",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_appdata_getappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_loader",
      "target": "remix_app_api_utils_apps_appdata_getappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listappdata",
      "target": "remix_app_api_utils_apps_appdata_encodekeycursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listappdata",
      "target": "remix_app_api_utils_apps_appdata_decodekeycursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_buildkeyfilter",
      "target": "remix_app_api_utils_apps_appdata_escapere"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listappdata",
      "target": "remix_app_api_utils_apps_appdata_buildkeyfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_appdata_buildkeyfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L163",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listappdata",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_appdata_listappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_loader",
      "target": "remix_app_api_utils_apps_appdata_listappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L201",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_appdata_resolveappdataacl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L301",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_namespace_appnamespacestamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L232",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_namespace_appthingsizebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L255",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_namespace_chargeappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L280",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_apps_namespace_refundappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L220",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L325",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_setappdata",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_appdata_setappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_action",
      "target": "remix_app_api_utils_apps_appdata_setappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L440",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_deleteappdata",
      "target": "remix_app_api_utils_apps_namespace_appthingsizebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L441",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_deleteappdata",
      "target": "remix_app_api_utils_apps_namespace_refundappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L424",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_deleteappdata",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L448",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_deleteappdata",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_apps_appdata_deleteappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete_action",
      "target": "remix_app_api_utils_apps_appdata_deleteappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_appdata_encodecursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L567",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_appdata_decodecursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L547",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_namespace_appaclentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L605",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_namespace_livesandboxauthors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L609",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_namespace_livesharingauthors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L644",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_sandbox_sandboxdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L644",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appData.ts",
      "source_location": "L571",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appdata_listsharedappdata",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_appdata_listsharedappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_loader",
      "target": "remix_app_api_utils_apps_appdata_listsharedappdata"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore_appcontrolthingmatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleinsession"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore_liveappsessionsmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore_test_findone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore_test_findoneanddelete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore_test_revokedat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test",
      "target": "remix_app_api_utils_apps_applifecyclecore_test_updatemany"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test_findoneanddelete",
      "target": "remix_app_api_utils_apps_applifecyclecore_appcontrolthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.test.ts",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_test_updatemany",
      "target": "remix_app_api_utils_apps_applifecyclecore_liveappsessionsmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore",
      "target": "remix_app_api_utils_apps_applifecyclecore_appcontrolthingmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore",
      "target": "remix_app_api_utils_apps_applifecyclecore_applifecyclesessions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore",
      "target": "remix_app_api_utils_apps_applifecyclecore_applifecyclethings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore",
      "target": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleinsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore",
      "target": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore",
      "target": "remix_app_api_utils_apps_applifecyclecore_liveappsessionsmatch"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_applifecyclecore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleinsession",
      "target": "remix_app_api_utils_apps_applifecyclecore_appcontrolthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appLifecycleCore.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleinsession",
      "target": "remix_app_api_utils_apps_applifecyclecore_liveappsessionsmatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_applifecyclecore_deleteapplifecycleinsession"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_test",
      "target": "remix_app_api_utils_apps_apporiginscore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_test",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_test",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporiginentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_test",
      "target": "remix_app_api_utils_apps_apporiginscore_originallowedby"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore",
      "target": "remix_app_api_utils_apps_apporiginscore_entrycovers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore",
      "target": "remix_app_api_utils_apps_apporiginscore_local_hostnames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporiginentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore",
      "target": "remix_app_api_utils_apps_apporiginscore_originallowedby"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apporiginscore"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin",
      "target": "remix_app_api_utils_apps_apporiginscore_local_hostnames"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_normalizeapporiginentry",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_originallowedby",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appOriginsCore.ts",
      "source_location": "L88",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apporiginscore_normalizeapporiginentry",
      "target": "remix_app_smarts_index_parse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporiginentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L91",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_sanitizeapporigins",
      "target": "remix_app_api_utils_apps_apporiginscore_normalizeapporiginentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apporiginscore_originallowedby"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L179",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_appallowsorigin",
      "target": "remix_app_api_utils_apps_apporiginscore_originallowedby"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_apprequest_apprequestcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_apptokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_apptokens_apptokencontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apprequest",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_apprequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_apps_apprequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_apprequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_apps_apprequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apprequest_resolveapprequest",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apprequest_resolveapprequest",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appRequest.ts",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apprequest_resolveapprequest",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_action",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_loader",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete_action",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_loader",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage_loader",
      "target": "remix_app_api_utils_apps_apprequest_resolveapprequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_test",
      "target": "remix_app_api_utils_apps_appstoragecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_test",
      "target": "remix_app_api_utils_apps_appstoragecore_admitappanduserstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_test",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_test",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_test",
      "target": "remix_app_api_utils_apps_appstoragecore_storageusage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_test",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbyteallowance"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_test",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_appstoragecore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_admitappanduserstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_appstoragereservation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_dualstorageadmission"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_finitestorageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_storageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbyteallowance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragecore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_appstoragecore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_appstoragecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_appstoragecore_storageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_topublicapp",
      "target": "remix_app_api_utils_apps_appstoragecore_storageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_storageusage",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbyteallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_storageusage",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_appstoragecore_storageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1499",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_appstoragecore_storageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reserveuserstorage",
      "target": "remix_app_api_utils_apps_appstoragecore_storageusage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_appstoragecore_finitestorageusage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L126",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_appstoragepolicyof",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageCore.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L182",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbytecount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbyteallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L125",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_appstoragepolicyof",
      "target": "remix_app_api_utils_apps_appstoragecore_storedbyteallowance"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_topublicapp",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L327",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1503",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_withremaining",
      "target": "remix_app_api_utils_apps_appstoragecore_remainingstoragebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_projectappdatastorage",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1498",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reserveuserstorage",
      "target": "remix_app_api_utils_apps_appstoragecore_effectiveappuserallowance"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_asiso"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_loadusernames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_managedappstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_managedappstorageuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_parseallowance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_appstoragemanagement_storedallowancestate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountermatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_namespace_setappuserstorageallowance"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_subscriptions_setsubscription"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_bounds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_apps_appstoragemanagement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp",
      "target": "remix_app_api_utils_apps_appstoragemanagement_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L401",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance",
      "target": "remix_app_api_utils_apps_appstoragemanagement_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L380",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier",
      "target": "remix_app_api_utils_apps_appstoragemanagement_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L435",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances",
      "target": "remix_app_api_utils_apps_appstoragemanagement_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance",
      "target": "remix_app_api_utils_apps_appstoragemanagement_parseallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances",
      "target": "remix_app_api_utils_apps_appstoragemanagement_parseallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_storedallowancestate",
      "target": "remix_app_api_utils_apps_appstoragemanagement_parseallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_appstoragemanagement_storedallowancestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L403",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance",
      "target": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier",
      "target": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances",
      "target": "remix_app_api_utils_apps_appstoragemanagement_resolvemanagedapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_appstoragemanagement_loadusernames"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_loadusernames",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L277",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L178",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L273",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L273",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L96",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L101",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L148",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L143",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_action",
      "target": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_loader",
      "target": "remix_app_api_utils_apps_appstoragemanagement_getmanagedappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L378",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L382",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier",
      "target": "remix_app_api_utils_subscriptions_subscriptions_setsubscription"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_action",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappstoragetier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L405",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L410",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_action",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappdefaultuserallowance"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L448",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L458",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appStorageManagement.ts",
      "source_location": "L454",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_action",
      "target": "remix_app_api_utils_apps_appstoragemanagement_setmanagedappuserallowances"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apps_appallowsorigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apps_appisrevoked"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apptokens_apptokencontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apptokens_apptokengrant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apptokens_embeduser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apptokens_issueapptoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_apptokens_toembeduser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_profilemedia"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_sandbox"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_sandbox_sandboxpublicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_scopes_appscopeid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apptokens",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_apptokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_apptokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_apptokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_apptokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_apptokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_toembeduser",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L59",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_issueapptoken",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L54",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_issueapptoken",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L65",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_issueapptoken",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_apptokens_issueapptoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_apptokens_issueapptoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_apptokens_apptokencontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_apptokens_apptokencontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L136",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "target": "remix_app_api_utils_apps_apps_appallowsorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L139",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "target": "remix_app_api_utils_apps_apps_appisrevoked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L135",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L120",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "target": "remix_app_api_utils_apps_sandbox_sandboxpublicuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L128",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L141",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/appTokens.ts",
      "source_location": "L147",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apptokens_resolveapptoken",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor_resolveactor",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_loader",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo_loader",
      "target": "remix_app_api_utils_apps_apptokens_resolveapptoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_appallowsorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_appisrevoked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_createapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_deleteapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_embedapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_findappsbyclientids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_listapps"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_publicapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_sanitizeappname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_sanitizeapporigins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_setapprevoked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_toembedapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_topublicapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_apps_apps_updateapp"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_apps"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L183",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_apps_apps_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L299",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_deleteapp",
      "target": "remix_app_api_utils_apps_apps_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L83",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_sanitizeapporigins",
      "target": "remix_app_api_utils_apps_apps_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L330",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_setapprevoked",
      "target": "remix_app_api_utils_apps_apps_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L261",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_updateapp",
      "target": "remix_app_api_utils_apps_apps_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_apps_apps_sanitizeappname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_updateapp",
      "target": "remix_app_api_utils_apps_apps_sanitizeappname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_apps_apps_sanitizeapporigins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_updateapp",
      "target": "remix_app_api_utils_apps_apps_sanitizeapporigins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_topublicapp",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_projectappdatastorage",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1352",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_explainappstorageadmissionfailure",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1495",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendingappstorageaccounting",
      "target": "remix_app_api_utils_apps_apps_appstoragepolicyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_apps_apps_topublicapp"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_apps_apps_listapps",
      "target": "remix_app_api_utils_apps_apps_topublicapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_setapprevoked",
      "target": "remix_app_api_utils_apps_apps_topublicapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_topublicapp",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_updateapp",
      "target": "remix_app_api_utils_apps_apps_topublicapp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_apps_appisrevoked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_apps_apps_appisrevoked"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_apps_appisrevoked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_apps_appisrevoked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L165",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_findappbyclientid",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_apps_updateapp",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1492",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_action",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_resolvesubjectowner",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_apps_findappbyclientid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L174",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_findappsbyclientids",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_apps_findappsbyclientids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L118",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_listappdatasummaries",
      "target": "remix_app_api_utils_apps_apps_findappsbyclientids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_apps_findappsbyclientids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L58",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_grants_listgrants",
      "target": "remix_app_api_utils_apps_apps_findappsbyclientids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_apps_appallowsorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_apps_apps_appallowsorigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_apps_appallowsorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_apps_appallowsorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L188",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L194",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L204",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L203",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L204",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_createapp",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_utils_apps_apps_createapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps_action",
      "target": "remix_app_api_utils_apps_apps_createapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L244",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_listapps",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_utils_apps_apps_listapps"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps_loader",
      "target": "remix_app_api_utils_apps_apps_listapps"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L282",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_updateapp",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_api_utils_apps_apps_updateapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update_action",
      "target": "remix_app_api_utils_apps_apps_updateapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L302",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_deleteapp",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L301",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_deleteapp",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L304",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_deleteapp",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_api_utils_apps_apps_deleteapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete_action",
      "target": "remix_app_api_utils_apps_apps_deleteapp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_apps_toembedapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_apps_apps_toembedapp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L344",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_setapprevoked",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/apps.ts",
      "source_location": "L333",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_apps_setapprevoked",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke",
      "target": "remix_app_api_utils_apps_apps_setapprevoked"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke_action",
      "target": "remix_app_api_utils_apps_apps_setapprevoked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_appdatasummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_deleteallappdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_listappdatasummaries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_nonnegativesafeinteger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_projectappdatastorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_userapplens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_browse_usergrantscopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_namespace_appnamespacescope"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountermatch"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_api_utils_apps_browse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_api_utils_apps_browse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "target": "remix_app_api_utils_apps_browse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L202",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_deleteallappdata",
      "target": "remix_app_api_utils_apps_browse_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L178",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_userapplens",
      "target": "remix_app_api_utils_apps_browse_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse_projectappdatastorage",
      "target": "remix_app_api_utils_apps_browse_nonnegativesafeinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse_listappdatasummaries",
      "target": "remix_app_api_utils_apps_browse_projectappdatastorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L59",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_projectappdatastorage",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L58",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_projectappdatastorage",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_listappdatasummaries",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "target": "remix_app_api_utils_apps_browse_listappdatasummaries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary_loader",
      "target": "remix_app_api_utils_apps_browse_listappdatasummaries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browse_userapplens",
      "target": "remix_app_api_utils_apps_browse_usergrantscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L162",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_usergrantscopes",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L150",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_usergrantscopes",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L180",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_userapplens",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_api_utils_apps_browse_userapplens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared_loader",
      "target": "remix_app_api_utils_apps_browse_userapplens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/browse.ts",
      "source_location": "L204",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_browse_deleteallappdata",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_api_utils_apps_browse_deleteallappdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all_action",
      "target": "remix_app_api_utils_apps_browse_deleteallappdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browsestorageprojection_test",
      "target": "remix_app_api_utils_apps_browsestorageprojection_test_app"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browsestorageprojection_test",
      "target": "remix_app_api_utils_apps_browsestorageprojection_test_app_storage_accounting_version_appstoragecountermatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browsestorageprojection_test",
      "target": "remix_app_api_utils_apps_browsestorageprojection_test_counter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browsestorageprojection_test",
      "target": "remix_app_api_utils_apps_browsestorageprojection_test_match"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browsestorageprojection_test",
      "target": "remix_app_api_utils_apps_browsestorageprojection_test_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browsestorageprojection_test",
      "target": "remix_app_api_utils_apps_browsestorageprojection_test_projectappdatastorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/browseStorageProjection.test.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_browsestorageprojection_test",
      "target": "remix_app_api_utils_apps_browsestorageprojection_test_remixroot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_cors",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_cors",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_cors",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_cors",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_apps_cors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_cors_appdatapreflight",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor_resolveactor",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_action",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_action",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_loader",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo_action",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo_loader",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L170",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_apps_cors_appcorsheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L161",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_apps_cors_appdatapreflight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/cors.ts",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_cors_readjsonbodywithcors",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_apps_cors_readjsonbodywithcors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_grants_appgrant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_grants_listgrants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_grants_liveappsessionsfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_grants_revokegrant"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_scopes_appscopeid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants",
      "target": "remix_app_api_utils_apps_grants"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_revoke_revoke",
      "target": "remix_app_api_utils_apps_grants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants_listgrants",
      "target": "remix_app_api_utils_apps_grants_liveappsessionsfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_grants_revokegrant",
      "target": "remix_app_api_utils_apps_grants_liveappsessionsfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_grants_listgrants",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_grants_listgrants",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants",
      "target": "remix_app_api_utils_apps_grants_listgrants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants_loader",
      "target": "remix_app_api_utils_apps_grants_listgrants"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/grants.ts",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_grants_revokegrant",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_revoke_revoke",
      "target": "remix_app_api_utils_apps_grants_revokegrant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_revoke_revoke_action",
      "target": "remix_app_api_utils_apps_grants_revokegrant"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_app_namespaces",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_app_storage_counter_crystal_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_app_storage_counter_root_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appaclentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appcanviewdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appnamespaceclauses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appnamespacescope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appnamespacestamp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appscopeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L822",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstorageadmissionledgerdecision"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragebudgetbytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L438",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterfencematch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountermatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterprojectionisready"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L687",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterupsertplan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L815",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstorageledgerneedsbaseline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L918",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragereconciliation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L772",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragereconciliationplan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L766",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourceinvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L858",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourcepipeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L758",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourcerow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_appstorageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_chargeappstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_ensureappstoragecounter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_exactappstoragecounterexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_explainappstorageadmissionfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_filterbyliveauthors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_getappstorageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_hasexactkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_healthystorageledgerstatusmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_historicalcounterinvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_isappstoragecountercandidateid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_isnonnegativesafeinteger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_isplainobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_isvalidoptionaldate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_legacy_app_storage_counter_root_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_livesandboxauthors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_livesharingauthors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_objectkeyssubsetexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_optionaldateexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_orphanappinvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1036",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_orphanappstoragereconciliation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1049",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_orphanappstoragereconciliationplan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_readyappstoragematch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_reconcileappstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1061",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_reconcileorphanappstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_refundappstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_refunduserstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_registeredappstorageledgersmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_reserveuserstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_resolveappscopedacl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_rethrowstoragemutationfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_safewholenumberexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_setappstorageused"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_setappuserstorageallowance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_storagecharge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_storagematch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_transactionalreadyappstoragematch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_namespace_withremaining"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_sandbox"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_sandbox_sandboxdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_ratelimit_bytebudget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_ratelimit_bytebudget_consumebytebudget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_ratelimit_bytebudget_refundbytebudget"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_storagecore_nonsandboxstoragecandidateexpression"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_storagecore_realstoragesourceexpression"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_storagecore_user_storage_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_userstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_storage_userstorage_getuserstorageusage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_apps_namespace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1534",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_chargeappstorage",
      "target": "remix_app_api_utils_apps_namespace_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L154",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_resolveappscopedacl",
      "target": "remix_app_api_utils_apps_namespace_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appcanviewdoc",
      "target": "remix_app_api_utils_apps_namespace_appaclentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appnamespaceclauses",
      "target": "remix_app_api_utils_apps_namespace_appaclentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_resolveappscopedacl",
      "target": "remix_app_api_utils_apps_namespace_appaclentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_namespace_appnamespacescope"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_appnamespacescope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appscopeof",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_namespace_appscopeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor_resolveactor",
      "target": "remix_app_api_utils_apps_namespace_appscopeof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_apps_namespace_appscopeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage_loader",
      "target": "remix_app_api_utils_apps_namespace_appscopeof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_apps_namespace_appnamespaceclauses"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_filterbyliveauthors",
      "target": "remix_app_api_utils_apps_namespace_livesharingauthors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L204",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_livesharingauthors",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L198",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_livesharingauthors",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L183",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_livesharingauthors",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_filterbyliveauthors",
      "target": "remix_app_api_utils_apps_namespace_livesandboxauthors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L235",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_livesandboxauthors",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L234",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_livesandboxauthors",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L220",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_livesandboxauthors",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterfencematch",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecountermatch",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterupsertplan",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan",
      "target": "remix_app_api_utils_apps_namespace_storageshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_safewholenumberexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_exactappstoragecounterexpression",
      "target": "remix_app_api_utils_apps_namespace_safewholenumberexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_readyappstoragematch",
      "target": "remix_app_api_utils_apps_namespace_safewholenumberexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterfencematch",
      "target": "remix_app_api_utils_apps_namespace_objectkeyssubsetexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_exactappstoragecounterexpression",
      "target": "remix_app_api_utils_apps_namespace_objectkeyssubsetexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_exactappstoragecounterexpression",
      "target": "remix_app_api_utils_apps_namespace_optionaldateexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecountermatch",
      "target": "remix_app_api_utils_apps_namespace_exactappstoragecounterexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_registeredappstorageledgersmatch",
      "target": "remix_app_api_utils_apps_namespace_exactappstoragecounterexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_storagematch",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountermatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_storagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure",
      "target": "remix_app_api_utils_apps_namespace_storagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1004",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "target": "remix_app_api_utils_apps_namespace_storagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_refunduserstorage",
      "target": "remix_app_api_utils_apps_namespace_storagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reserveuserstorage",
      "target": "remix_app_api_utils_apps_namespace_storagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_setappuserstorageallowance",
      "target": "remix_app_api_utils_apps_namespace_storagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L838",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready",
      "target": "remix_app_api_utils_apps_namespace_isplainobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted",
      "target": "remix_app_api_utils_apps_namespace_isplainobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan",
      "target": "remix_app_api_utils_apps_namespace_isplainobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready",
      "target": "remix_app_api_utils_apps_namespace_isnonnegativesafeinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted",
      "target": "remix_app_api_utils_apps_namespace_isnonnegativesafeinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan",
      "target": "remix_app_api_utils_apps_namespace_isnonnegativesafeinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready",
      "target": "remix_app_api_utils_apps_namespace_hasexactkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted",
      "target": "remix_app_api_utils_apps_namespace_hasexactkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan",
      "target": "remix_app_api_utils_apps_namespace_hasexactkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted",
      "target": "remix_app_api_utils_apps_namespace_isvalidoptionaldate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan",
      "target": "remix_app_api_utils_apps_namespace_isvalidoptionaldate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterprojectionisready",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L734",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_ensureappstoragecounter",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_canonicalstandingappcounter",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L649",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession",
      "target": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_historicalappstoragecounterconversionplan",
      "target": "remix_app_api_utils_apps_namespace_historicalcounterinvariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L640",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession",
      "target": "remix_app_api_utils_apps_namespace_historicalcounterinvariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounter",
      "target": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounterinsession",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L679",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounter",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_converthistoricalappstoragecounter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_ensureappstoragecounter",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterupsertplan"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_ensureappstoragecounter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L720",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_ensureappstoragecounter",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1002",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "target": "remix_app_api_utils_apps_namespace_ensureappstoragecounter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_refunduserstorage",
      "target": "remix_app_api_utils_apps_namespace_ensureappstoragecounter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reserveuserstorage",
      "target": "remix_app_api_utils_apps_namespace_ensureappstoragecounter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_setappuserstorageallowance",
      "target": "remix_app_api_utils_apps_namespace_ensureappstoragecounter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L792",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragereconciliationplan",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourceinvariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1052",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_orphanappstoragereconciliationplan",
      "target": "remix_app_api_utils_apps_namespace_appstoragereconciliationplan"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L950",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "target": "remix_app_api_utils_apps_namespace_appstoragereconciliationplan"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourceinvariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1032",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorage",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourceinvariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_setappstorageused",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourceinvariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1321",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_appstorageadmissionledgerdecision"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L855",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragecounterprojectionisready",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_canonicalstandingappcounter",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountercrystalisready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_namespace_appstoragecounterprojectionisready"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L948",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "target": "remix_app_api_utils_apps_namespace_appstoragesourcepipeline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "target": "remix_app_api_utils_apps_namespace_registeredappstorageledgersmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorageinsession",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_apps_namespace_reconcileappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1033",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileappstorage",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_reconcileappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileorphanappstorage",
      "target": "remix_app_api_utils_apps_namespace_orphanappinvariant"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1065",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reconcileorphanappstorage",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_reconcileorphanappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_transactionalreadyappstoragematch",
      "target": "remix_app_api_utils_apps_namespace_readyappstoragematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1551",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_chargeappstorage",
      "target": "remix_app_api_utils_apps_namespace_reserveuserstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reserveuserstorage",
      "target": "remix_app_api_utils_apps_namespace_healthystorageledgerstatusmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_reserveuserstorage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_chargeappstorage",
      "target": "remix_app_api_utils_apps_namespace_refunduserstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_refunduserstorage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_healthystorageledgerstatusmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_transactionalreadyappstoragematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_rethrowstoragemutationfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_explainappstorageadmissionfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_explainappstorageadmissionfailure",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_explainappuserstorageadmissionfailure",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1307",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_applyappstoragedeltatransaction",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1506",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_apps_namespace_withremaining"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_appstoragebudgetbytes",
      "target": "remix_app_api_utils_apps_namespace_getappstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_chargeappstorage",
      "target": "remix_app_api_utils_apps_namespace_getappstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1486",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1493",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_getappstorageusage",
      "target": "remix_app_api_utils_storage_userstorage_getuserstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_setappuserstorageallowance",
      "target": "remix_app_api_utils_apps_namespace_getappstorageusage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_apps_namespace_getappstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage_loader",
      "target": "remix_app_api_utils_apps_namespace_getappstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1544",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_chargeappstorage",
      "target": "remix_app_api_utils_ratelimit_bytebudget_consumebytebudget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1553",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_chargeappstorage",
      "target": "remix_app_api_utils_ratelimit_bytebudget_refundbytebudget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1571",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespace_refundappstorage",
      "target": "remix_app_api_utils_apps_namespace_chargeappstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1590",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_setappuserstorageallowance",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1617",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_setappstorageused",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_setappstorageused"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1651",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1671",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1671",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1673",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1672",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/namespace.ts",
      "source_location": "L1675",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_initializeappstorageaccounting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespaceStorageRecovery.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespacestoragerecovery_test",
      "target": "remix_app_api_utils_apps_namespacestoragerecovery_test_namespacemodule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespaceStorageRecovery.test.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespacestoragerecovery_test",
      "target": "remix_app_api_utils_apps_namespacestoragerecovery_test_remixroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/namespaceStorageRecovery.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_namespacestoragerecovery_test",
      "target": "remix_app_api_utils_apps_namespacestoragerecovery_test_thingsmodule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/profileMedia.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_profilemedia",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/profileMedia.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_profilemedia",
      "target": "remix_app_utils_profilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/profileMedia.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_profilemedia",
      "target": "remix_app_utils_profilemediaurl_absolutethirdpartyprofilemediaurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_profilemedia"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_profilemedia"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_profilemedia"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/profileMedia.ts",
      "source_location": "L5",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl",
      "target": "remix_app_utils_profilemediaurl_absolutethirdpartyprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_loader",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo_loader",
      "target": "remix_app_api_utils_apps_profilemedia_thirdpartyprofilemediaurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_issandboxownerid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_mintsandboxtoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sandboxdisplayname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sandboxpublicuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sandboxtokengrant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sanitizesandboxspace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sanitizesandboxusername"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_apps_sandbox"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_sandbox"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sanitizesandboxspace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_sandbox_sanitizesandboxspace"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sanitizesandboxusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_sandbox_sanitizesandboxusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sandbox_sandboxpublicuser",
      "target": "remix_app_api_utils_apps_sandbox_sandboxdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_sandboxpublicuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_sandbox_sandboxpublicuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L141",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_sandbox_mintsandboxtoken",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/sandbox.ts",
      "source_location": "L129",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_sandbox_mintsandboxtoken",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_sandbox_mintsandboxtoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_sandbox_mintsandboxtoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_app_scope_catalog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_app_scope_ids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_appscopedescriptor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_appscopeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_appscopekind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_baseline_app_scopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_catalog_by_id"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_coverspath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_dedupe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_default_app_scopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_describescopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_exact_app_scopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_isknownscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_legacy_app_scopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_parsescopeparam"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_sessionscopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes",
      "target": "remix_app_api_utils_apps_scopes_withbaseline"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/scopes/_scopes.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_scopes_scopes",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/scopes/_scopes.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_scopes_scopes",
      "target": "remix_app_api_utils_apps_scopes_app_scope_catalog"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L200",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes",
      "target": "remix_app_api_utils_apps_scopes_baseline_app_scopes"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L129",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_scopes_scopecovers",
      "target": "remix_app_api_utils_apps_scopes_baseline_app_scopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/scopes/_scopes.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_scopes_scopes",
      "target": "remix_app_api_utils_apps_scopes_default_app_scopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes_parsescopeparam",
      "target": "remix_app_api_utils_apps_scopes_isknownscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes",
      "target": "remix_app_api_utils_apps_scopes_isknownscope"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_apps_scopes_sessionscopes",
      "target": "remix_app_api_utils_apps_scopes_isknownscope"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L130",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_scopes_scopecovers",
      "target": "remix_app_api_utils_apps_scopes_exact_app_scopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L85",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor_resolveactor",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_action",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_loader",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_loader",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_apps_scopes_scopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes_withbaseline",
      "target": "remix_app_api_utils_apps_scopes_dedupe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes",
      "target": "remix_app_api_utils_apps_scopes_withbaseline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/scopes.ts",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_scopes_sessionscopes",
      "target": "remix_app_api_utils_apps_scopes_withbaseline"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_scopes_parsescopeparam"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_apps_scopes_parsescopeparam"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_scopes_parsescopeparam"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_scopes_parsescopeparam"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_scopes_parsescopeparam"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L59",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_scopes_parsescopeparam"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_apps_scopes_sanitizegrantedscopes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_apps_scopes_describescopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_apps_scopes_describescopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings",
      "target": "remix_app_api_utils_apps_sharedthings_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings",
      "target": "remix_app_api_utils_apps_sharedthings_getsharedthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings",
      "target": "remix_app_api_utils_apps_sharedthings_sanitizesharedthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings",
      "target": "remix_app_api_utils_apps_sharedthings_sharedthing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_sharedthings"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_sharedthings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings_sanitizesharedthings",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_apps_sharedthings_sanitizesharedthings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_apps_sharedthings_sanitizesharedthings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/apps/sharedThings.ts",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_api_utils_apps_sharedthings_getsharedthings",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_apps_sharedthings_getsharedthings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_loader",
      "target": "remix_app_api_utils_apps_sharedthings_getsharedthings"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_test",
      "target": "remix_app_api_utils_attachments_attachmentaccess"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_test",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetaclallows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_test",
      "target": "remix_app_api_utils_attachments_attachmentaccess_createcanviewhomeattachmenttarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_test",
      "target": "remix_app_api_utils_attachments_attachmentaccess_profileattachmenttargetallows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_test",
      "target": "remix_app_api_utils_attachments_attachmentaccess_test_post"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.test.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_test",
      "target": "remix_app_api_utils_attachments_attachmentaccess_test_profileattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmentaccessdocument"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmentaccessviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmentrootaclallows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetaccessdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetaclallows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetacldoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_canviewcommentattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_canviewemojiattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_canviewhomeattachmenttarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_canviewmessageattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_createcanviewhomeattachmenttarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_exactthingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_profileattachmenttargetallows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentaccess_profileattachmenttargetdoc"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentpurpose"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_attachments_attachmentcore_profileattachmentslot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_schemas_registry_aclallows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_schemas_registry_aclfromvisibility"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess",
      "target": "remix_app_schemas_registry_thingvisibility"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentaccess"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmentaccessviewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetaclallows",
      "target": "remix_app_schemas_registry_aclallows"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_attachmenttargetaclallows",
      "target": "remix_app_schemas_registry_aclfromvisibility"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_canviewcommentattachment",
      "target": "remix_app_api_utils_attachments_attachmentaccess_exactthingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_canviewemojiattachment",
      "target": "remix_app_api_utils_attachments_attachmentaccess_exactthingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_canviewmessageattachment",
      "target": "remix_app_api_utils_attachments_attachmentaccess_exactthingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_attachmentrootaclallows",
      "target": "remix_app_schemas_registry_aclallows"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_attachmentrootaclallows",
      "target": "remix_app_schemas_registry_aclfromvisibility"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentAccess.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentaccess_canviewcommentattachment",
      "target": "remix_app_api_utils_attachments_attachmentaccess_attachmentrootaclallows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentaccess_canviewhomeattachmenttarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcascadecore_test",
      "target": "remix_app_api_utils_attachments_attachmentcascadecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcascadecore_test",
      "target": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecleanuptargets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcascadecore",
      "target": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecandidate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcascadecore",
      "target": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecleanuptarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcascadecore",
      "target": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecleanuptargets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcascadecore",
      "target": "remix_app_api_utils_attachments_attachmentcascadecore_isattachmentcandidate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCascadeCore.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcascadecore_attachmentcascadecleanuptargets",
      "target": "remix_app_api_utils_attachments_attachmentcascadecore_isattachmentcandidate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_envelope_version"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_states"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentfinalizationleaseid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_test_attachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_toattachmentpublicmetadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_envelope_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_media_kinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_part_issuing_states"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_profile_slots"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_purposes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_states"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentcrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentmetadataresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentprivateobjectfields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentpublicmetadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentpurpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentstoragecandidate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_canonicalattachmentcrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_hasasciicontrolchar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentfinalizationleaseid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentprofileslot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentpurpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_iswellformedunicode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_profileattachmentslot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_safe_audio_content_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_safe_image_content_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_safe_video_content_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore",
      "target": "remix_app_api_utils_attachments_attachmentcore_toattachmentpublicmetadata"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_envelope_version"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_envelope_version"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_envelope_version"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_states"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_purposes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentpurpose"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentpurpose"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_profile_slots"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_profileattachmentslot"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_profileattachmentslot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_media_kinds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentpublicmetadata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentpublicmetadata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentcrystal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentcrystal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentcrystal"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype",
      "target": "remix_app_api_utils_attachments_attachmentcore_safe_image_content_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L117",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype",
      "target": "remix_app_api_utils_attachments_attachmentcore_safe_video_content_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L118",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype",
      "target": "remix_app_api_utils_attachments_attachmentcore_safe_audio_content_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L245",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachment_part_issuing_states"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_hasasciicontrolchar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid",
      "target": "remix_app_api_utils_attachments_attachmentcore_hasasciicontrolchar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata",
      "target": "remix_app_api_utils_attachments_attachmentcore_iswellformedunicode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentmediakindforcontenttype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_canonicalattachmentcrystal",
      "target": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeattachmentcrystal",
      "target": "remix_app_api_utils_attachments_attachmentcore_sanitizeattachmentpublicmetadata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentpurpose"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentprofileslot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L792",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_isbindableprofileattachment",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentobjectversionid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentfinalizationleaseid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentcore_isattachmentfinalizationleaseid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting",
      "target": "remix_app_api_utils_attachments_attachmentcore_canonicalattachmentcrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentCore.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentcore_toattachmentpublicmetadata",
      "target": "remix_app_api_utils_attachments_attachmentcore_canonicalattachmentcrystal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentcore_toattachmentpublicmetadata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_attachments_attachmentcore_toattachmentpublicmetadata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L940",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_projectmessages",
      "target": "remix_app_api_utils_attachments_attachmentcore_toattachmentpublicmetadata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes",
      "target": "remix_app_api_utils_attachments_attachmentcore_attachmentobjectsizebytesforaccounting"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_test",
      "target": "remix_app_api_utils_attachments_attachmentpresentation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_test",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentcontentdisposition"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_test",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentmayrenderinline"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_test",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentpublicprojection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_test",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_detectedattachmenttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_asciifilename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachment_inline_content_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentcontentdisposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentmayrenderinline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentpublicprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_detectedattachmenttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_encoderfc5987"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_extensionfromname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentpresentation"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_attachmentmayrenderinline",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachment_inline_content_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_detectedattachmenttype",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachment_inline_content_types"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_detectedattachmenttype",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_extensionfromname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_detectedattachmenttype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_attachmentcontentdisposition",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_asciifilename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentPresentation.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentpresentation_attachmentcontentdisposition",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_encoderfc5987"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentcontentdisposition"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentmayrenderinline"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentpresentation_attachmentpublicprojection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_applyprivateheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_attachmentmutationdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_defaultdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_mutationservice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_delete_delete",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_abort_abort",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_complete_complete",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_parts_parts",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_uploads",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_utils_attachments_attachmentresponses"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse",
      "target": "remix_app_api_utils_attachments_attachmentresponses_applyprivateheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentResponses.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader",
      "target": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup_action",
      "target": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content_action",
      "target": "remix_app_api_utils_attachments_attachmentresponses_withattachmentprivateresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages_action",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis_action",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L234",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_utils_attachments_attachmentresponses_issameoriginattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_delete_delete",
      "target": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_abort_abort",
      "target": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_complete_complete",
      "target": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_parts_parts",
      "target": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_uploads",
      "target": "remix_app_api_utils_attachments_attachmentresponses_createattachmentmutationaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_delete_delete",
      "target": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_abort_abort",
      "target": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_complete_complete",
      "target": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_parts_parts",
      "target": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_uploads",
      "target": "remix_app_api_utils_attachments_attachmentresponses_attachmentpostonlyloader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_createprofileattachmentreconciler"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_isbindableprofileattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_test_inmemoryreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_test_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_test_profiledoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.test.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_test_inmemoryreconciler",
      "target": "remix_app_api_utils_attachments_attachmentstore_createprofileattachmentreconciler"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeleteclaimfence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeleteclaimscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeletingretryat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeletingretryupdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdraftdeleteclaimscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentmpusettlementat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentobjectlesspendingdeletefence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentpurposelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentstoreconflicterror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindableattachmentpurpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentstotarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadycommentattachmentstotarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L762",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyemojiattachmenttotarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L755",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadymessageattachmentstotarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_canonicalstoredbytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L807",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_createprofileattachmentreconciler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_exactacl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_expiredattachmentdraftfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L773",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_isbindableprofileattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_pendinginput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_profile_attachment_content_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_profileattachmentreconcilerdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_profileattachmentrefs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L928",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_attachments_attachmentstore_reconcilereadyprofileattachmentstouser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_storage_userstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_attachments_attachmentstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_profile_attachment_content_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L788",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_isbindableprofileattachment",
      "target": "remix_app_api_utils_attachments_attachmentstore_profile_attachment_content_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeletingretryat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentmpusettlementat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentmpusettlementat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeletingretryupdate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeleteclaimfence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_attachmentobjectlesspendingdeletefence",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentdeleteclaimfence"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentobjectlesspendingdeletefence"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentstoreconflicterror"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_attachmentstoreconflicterror",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentstoreconflicterror_constructor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror_constructor"
    },
    {
      "relation": "inherits",
      "context": "type",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentbindingerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_canonicalstoredbytes",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_attachmentstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachmentstore_expiredattachmentdraftfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L683",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentstotarget",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_bindreadycommentattachmentstotarget",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_bindreadyemojiattachmenttotarget",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_bindreadymessageattachmentstotarget",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentsforpurpose"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyattachmentstotarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadycommentattachmentstotarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadymessageattachmentstotarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachmentstore_bindreadyemojiattachmenttotarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_attachments_attachmentstore_profileattachmentrefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachmentStore.ts",
      "source_location": "L798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachmentstore_isbindableprofileattachment",
      "target": "remix_app_api_utils_attachments_attachmentstore_exactacl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_attachments_attachmentstore_reconcilereadyprofileattachmentstouser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_attachmentexpectedpartbytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_attachmentidforrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_createattachmentservice"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentpostinserthook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_test_attachmentdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_test_checksum"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_test_noops3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_test_now"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_attachments_validatecompletedattachmentparts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_config_privates3configerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_privates3"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_attachments_privates3_attachments3"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.test.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_test",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachment_upload_purposes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentcleanupoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentexpectedpartbytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentfail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentidforrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentok"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentpartplan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentrequestfingerprint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentservicedependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentserviceerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentuploadintent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentuploadpurpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_attachmentviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_createattachmentservice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentcommentinserthook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentemojiinserthook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentinserthook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentmessageinserthook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentpostinserthook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_custom_emoji_attachment_content_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_defaultdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_exactpartrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_iscanonicalsha256"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_knownfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_normalizeid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_service"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_unavailable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_attachments_validatecompletedattachmentparts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_config_privates3configerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_privates3"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_privates3_attachmentobjecthead"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_privates3_attachments3"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_privates3_attachmentuploadedpart"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_attachments_privates3_getprivates3"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_delete_delete",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_abort_abort",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_complete_complete",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_parts_parts",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_uploads",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_attachments"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_attachmentserviceerror",
      "target": "remix_app_api_utils_attachments_attachments_attachmentserviceerror_constructor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_knownfailure",
      "target": "remix_app_api_utils_attachments_attachments_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_unavailable",
      "target": "remix_app_api_utils_attachments_attachments_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_validatecompletedattachmentparts",
      "target": "remix_app_api_utils_attachments_attachments_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_attachmentexpectedpartbytes",
      "target": "remix_app_api_utils_attachments_attachments_attachmentpartplan"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_validatecompletedattachmentparts",
      "target": "remix_app_api_utils_attachments_attachments_attachmentpartplan"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_validatecompletedattachmentparts",
      "target": "remix_app_api_utils_attachments_attachments_iscanonicalsha256"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentpostinserthook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L255",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentpostinserthook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_createreadyattachmentcommentinserthook",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentinserthook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_createreadyattachmentemojiinserthook",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentinserthook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/attachments.ts",
      "source_location": "L1245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_attachments_createreadyattachmentmessageinserthook",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentinserthook"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentcommentinserthook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentcommentinserthook"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentmessageinserthook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1215",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentmessageinserthook"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentemojiinserthook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_attachments_attachments_createreadyattachmentemojiinserthook"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config_test",
      "target": "remix_app_api_utils_attachments_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config_test",
      "target": "remix_app_api_utils_attachments_config_getprivates3config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config_test",
      "target": "remix_app_api_utils_attachments_config_privates3configerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config",
      "target": "remix_app_api_utils_attachments_config_getprivates3config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config",
      "target": "remix_app_api_utils_attachments_config_privates3config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config",
      "target": "remix_app_api_utils_attachments_config_privates3configerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config",
      "target": "remix_app_api_utils_attachments_config_role_arn_re"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_config"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_config_getprivates3config",
      "target": "remix_app_api_utils_attachments_config_role_arn_re"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_config_privates3config"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/config.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_config_privates3configerror",
      "target": "remix_app_api_utils_attachments_config_privates3configerror_constructor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_config_getprivates3config"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L267",
      "weight": 1.0,
      "source": "remix_app_api_utils_attachments_privates3_getprivates3",
      "target": "remix_app_api_utils_attachments_config_getprivates3config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate_test",
      "target": "remix_app_api_utils_attachments_postcreate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate_test",
      "target": "remix_app_api_utils_attachments_postcreate_attachmentpostactorallowed"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate_test",
      "target": "remix_app_api_utils_attachments_postcreate_bodyhasattachmentids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate_test",
      "target": "remix_app_api_utils_attachments_postcreate_postattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate_test",
      "target": "remix_app_api_utils_attachments_postcreate_postbodywithoutattachmentids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate",
      "target": "remix_app_api_utils_attachments_postcreate_attachmentpostactorallowed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate",
      "target": "remix_app_api_utils_attachments_postcreate_bodyhasattachmentids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate",
      "target": "remix_app_api_utils_attachments_postcreate_hasown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate",
      "target": "remix_app_api_utils_attachments_postcreate_postattachmentrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate",
      "target": "remix_app_api_utils_attachments_postcreate_postbodywithoutattachmentids"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_postcreate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_postcreate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/postCreate.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_postcreate_postattachmentrequest",
      "target": "remix_app_api_utils_attachments_postcreate_hasown"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_postcreate_postattachmentrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L212",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_attachments_postcreate_postattachmentrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_postcreate_bodyhasattachmentids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_attachments_postcreate_bodyhasattachmentids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_postcreate_attachmentpostactorallowed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_attachments_postcreate_attachmentpostactorallowed"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_postcreate_attachmentpostactorallowed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L228",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_attachments_postcreate_attachmentpostactorallowed"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_attachments_postcreate_postbodywithoutattachmentids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_attachments_postcreate_postbodywithoutattachmentids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_attachments_postcreate_postbodywithoutattachmentids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L257",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_attachments_postcreate_postbodywithoutattachmentids"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.test.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3_test",
      "target": "remix_app_api_utils_attachments_privates3"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.test.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3_test",
      "target": "remix_app_api_utils_attachments_privates3_createprivates3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_attachmentobjecthead"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_attachments3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_attachmentuploadedpart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_createprivates3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_errorname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_errorstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_expiresat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_getprivates3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_makeclient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3",
      "target": "remix_app_api_utils_attachments_privates3_presignurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/attachments/privateS3.ts",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_attachments_privates3_getprivates3",
      "target": "remix_app_api_utils_attachments_privates3_createprivates3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_findliverosterdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_getcookieauthtoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L288",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_mergeaccountsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_mintaccounttoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_mutateroster"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_persistroster"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_persistrosterifchanged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_publicaccount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_removeaccounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_resolvedroster"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_resolveroster"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_rosteraccount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_rosterdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_rosterentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_rostermutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_rosterwriteresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_toentries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accounts_topublicaccounts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accountscookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accountscookie_clearaccountscookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accountscookie_parseaccountscookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_accountscookie_serializeaccountscookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_authcookie_authcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_authcookie_clearauthcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts",
      "target": "remix_app_api_utils_mongodb_collections_getrosterscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts",
      "target": "remix_app_api_utils_auth_accounts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_accounts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove",
      "target": "remix_app_api_utils_auth_accounts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_auth_accounts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout",
      "target": "remix_app_api_utils_auth_accounts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_auth_accounts"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_auth_accounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_mutateroster",
      "target": "remix_app_api_utils_auth_accounts_toentries"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_persistroster",
      "target": "remix_app_api_utils_auth_accounts_toentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts",
      "target": "remix_app_api_utils_auth_accounts_topublicaccounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts_loader",
      "target": "remix_app_api_utils_auth_accounts_topublicaccounts"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_auth_accounts_topublicaccounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch_action",
      "target": "remix_app_api_utils_auth_accounts_topublicaccounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_resolveroster",
      "target": "remix_app_api_utils_auth_accounts_getcookieauthtoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_findliverosterdoc",
      "target": "remix_app_api_utils_mongodb_collections_getrosterscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_resolveroster",
      "target": "remix_app_api_utils_auth_accounts_findliverosterdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_mutateroster",
      "target": "remix_app_api_utils_auth_accounts_resolveroster"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L101",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_accounts_resolveroster",
      "target": "remix_app_api_utils_auth_accountscookie_parseaccountscookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts",
      "target": "remix_app_api_utils_auth_accounts_resolveroster"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts_loader",
      "target": "remix_app_api_utils_auth_accounts_resolveroster"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_auth_accounts_resolveroster"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch_action",
      "target": "remix_app_api_utils_auth_accounts_resolveroster"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_mutateroster",
      "target": "remix_app_api_utils_auth_accounts_persistroster"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L206",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_accounts_persistroster",
      "target": "remix_app_api_utils_auth_accountscookie_clearaccountscookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L219",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_accounts_persistroster",
      "target": "remix_app_api_utils_auth_accountscookie_serializeaccountscookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L195",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_accounts_persistroster",
      "target": "remix_app_api_utils_mongodb_collections_getrosterscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_persistrosterifchanged",
      "target": "remix_app_api_utils_auth_accounts_persistroster"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts",
      "target": "remix_app_api_utils_auth_accounts_persistrosterifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts_loader",
      "target": "remix_app_api_utils_auth_accounts_persistrosterifchanged"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_auth_accounts_persistrosterifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch_action",
      "target": "remix_app_api_utils_auth_accounts_persistrosterifchanged"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L257",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_accounts_mintaccounttoken",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_removeaccounts",
      "target": "remix_app_api_utils_auth_accounts_mintaccounttoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_auth_accounts_mintaccounttoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch_action",
      "target": "remix_app_api_utils_auth_accounts_mintaccounttoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_mergeaccountsession",
      "target": "remix_app_api_utils_auth_accounts_mutateroster"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accounts_removeaccounts",
      "target": "remix_app_api_utils_auth_accounts_mutateroster"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_accounts_mergeaccountsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_utils_auth_accounts_mergeaccountsession"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_auth_accounts_mergeaccountsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary_action",
      "target": "remix_app_api_utils_auth_accounts_mergeaccountsession"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_auth_accounts_mergeaccountsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_login_login_action",
      "target": "remix_app_api_utils_auth_accounts_mergeaccountsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L336",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_accounts_removeaccounts",
      "target": "remix_app_api_utils_auth_authcookie_clearauthcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/accounts.ts",
      "source_location": "L336",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_accounts_removeaccounts",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove",
      "target": "remix_app_api_utils_auth_accounts_removeaccounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove_action",
      "target": "remix_app_api_utils_auth_accounts_removeaccounts"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout",
      "target": "remix_app_api_utils_auth_accounts_removeaccounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout_action",
      "target": "remix_app_api_utils_auth_accounts_removeaccounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accountscookie",
      "target": "remix_app_api_utils_auth_accountscookie_accountscookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accountscookie",
      "target": "remix_app_api_utils_auth_accountscookie_accountscookievalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accountscookie",
      "target": "remix_app_api_utils_auth_accountscookie_clearaccountscookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accountscookie",
      "target": "remix_app_api_utils_auth_accountscookie_parseaccountscookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/accountsCookie.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_accountscookie",
      "target": "remix_app_api_utils_auth_accountscookie_serializeaccountscookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_admin",
      "target": "remix_app_api_utils_auth_admin_envadminusernames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_admin",
      "target": "remix_app_api_utils_auth_admin_isadmindoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_admin",
      "target": "remix_app_api_utils_auth_admin_isenvadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_admin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_admin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_admin_isenvadmin",
      "target": "remix_app_api_utils_auth_admin_envadminusernames"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/admin.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_admin_isadmindoc",
      "target": "remix_app_api_utils_auth_admin_isenvadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_admin_isenvadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L77",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_auth_admin_isenvadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_admin_isenvadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_toadminrow",
      "target": "remix_app_api_utils_auth_admin_isenvadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_admin_isadmindoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_toadminrow",
      "target": "remix_app_api_utils_auth_admin_isadmindoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L163",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_topublicuser",
      "target": "remix_app_api_utils_auth_admin_isadmindoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/appOrigin.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_apporigin",
      "target": "remix_app_api_utils_auth_apporigin_resolvetrustedorigin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_apporigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_apporigin_resolvetrustedorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_utils_auth_apporigin_resolvetrustedorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authcookie",
      "target": "remix_app_api_utils_auth_authcookie_authcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authcookie",
      "target": "remix_app_api_utils_auth_authcookie_clearauthcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authcookie",
      "target": "remix_app_api_utils_auth_authcookie_getauthtoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authCookie.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authcookie",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_auth_authcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_authcookie_getauthtoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_authcookie_getauthtoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_authcookie_getauthtoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L262",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvethingsactor",
      "target": "remix_app_api_utils_auth_authcookie_getauthtoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout",
      "target": "remix_app_api_utils_auth_authcookie_getauthtoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout_action",
      "target": "remix_app_api_utils_auth_authcookie_getauthtoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch_action",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary_action",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_login_login_action",
      "target": "remix_app_api_utils_auth_authcookie_serializeauthcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout",
      "target": "remix_app_api_utils_auth_authcookie_clearauthcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout_action",
      "target": "remix_app_api_utils_auth_authcookie_clearauthcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_auth_authotps_consumeotpchallenge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_auth_authotps_consumeotpresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_auth_authotps_createotpchallenge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_auth_authotps_deleteotpchallenge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_auth_authotps_generateotpcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_auth_authotps_hashotpcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_auth_authotps_otppurpose"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_api_utils_mongodb_collections_getauthotpscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_auth_authotps"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps_consumeotpchallenge",
      "target": "remix_app_api_utils_auth_authotps_hashotpcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_authotps_createotpchallenge",
      "target": "remix_app_api_utils_auth_authotps_hashotpcode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_auth_authotps_generateotpcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp_action",
      "target": "remix_app_api_utils_auth_authotps_generateotpcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_authotps_createotpchallenge",
      "target": "remix_app_api_utils_mongodb_collections_getauthotpscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_authotps_consumeotpchallenge",
      "target": "remix_app_api_utils_mongodb_collections_getauthotpscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/authOtps.ts",
      "source_location": "L114",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_authotps_deleteotpchallenge",
      "target": "remix_app_api_utils_mongodb_collections_getauthotpscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/devVerification.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_devverification",
      "target": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_devverification"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_config_config",
      "target": "remix_app_api_utils_auth_devverification"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_auth_devverification"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_config_config",
      "target": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_config_config_loader",
      "target": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp_action",
      "target": "remix_app_api_utils_auth_devverification_shouldshowdevverificationlink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_auth_email_sendemailotp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_auth_email_sendnewsletteremail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_auth_email_sendpasswordresetemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_auth_email_sendverificationemail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_service"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_templates"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_templates_renderemailotptemplate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_templates_renderemailverificationtemplate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_templates_rendernewslettertemplate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_templates_renderpasswordresettemplate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_email",
      "target": "remix_app_api_utils_email_types_emailsendresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_email"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_email"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_auth_email"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendverificationemail",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendverificationemail",
      "target": "remix_app_api_utils_email_templates_renderemailverificationtemplate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_email_sendverificationemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L200",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_registeruser",
      "target": "remix_app_api_utils_auth_email_sendverificationemail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_email_sendverificationemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_utils_auth_email_sendverificationemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendpasswordresetemail",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendpasswordresetemail",
      "target": "remix_app_api_utils_email_templates_renderpasswordresettemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendemailotp",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendemailotp",
      "target": "remix_app_api_utils_email_templates_renderemailotptemplate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_auth_email_sendemailotp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp_action",
      "target": "remix_app_api_utils_auth_email_sendemailotp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L110",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendnewsletteremail",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/email.ts",
      "source_location": "L109",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_email_sendnewsletteremail",
      "target": "remix_app_api_utils_email_templates_rendernewslettertemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_auth_emailverifications_consumeemailverification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_auth_emailverifications_consumeresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_auth_emailverifications_createemailverification"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_auth_singleusetokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_auth_singleusetokens_consumesingleusetoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_auth_singleusetokens_consumetokenresult"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_auth_singleusetokens_createsingleusetoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_api_utils_mongodb_collections_getemailverificationscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_emailverifications"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_emailverifications"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_verify_email_verify_email",
      "target": "remix_app_api_utils_auth_emailverifications"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications_createemailverification",
      "target": "remix_app_api_utils_auth_singleusetokens_createsingleusetoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_emailverifications_createemailverification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L194",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_registeruser",
      "target": "remix_app_api_utils_auth_emailverifications_createemailverification"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_emailverifications_createemailverification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_utils_auth_emailverifications_createemailverification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/emailVerifications.ts",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_emailverifications_consumeemailverification",
      "target": "remix_app_api_utils_auth_singleusetokens_consumesingleusetoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_verify_email_verify_email",
      "target": "remix_app_api_utils_auth_emailverifications_consumeemailverification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_verify_email_verify_email_loader",
      "target": "remix_app_api_utils_auth_emailverifications_consumeemailverification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_serviceaccountauthresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_servicerequired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_unauthorized"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_unauthorized"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_servicerequired"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/getCurrentServiceAccount.ts",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota_authenticate",
      "target": "remix_app_api_utils_auth_getcurrentserviceaccount_getcurrentserviceaccount"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation_test",
      "target": "remix_app_api_utils_auth_passwordconfirmation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation_test",
      "target": "remix_app_api_utils_auth_passwordconfirmation_confirmcurrentpassword"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation_test",
      "target": "remix_app_api_utils_auth_passwordconfirmation_test_user"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation_test",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation_test",
      "target": "remix_app_api_utils_auth_users_userdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation",
      "target": "remix_app_api_utils_auth_passwordconfirmation_confirmcurrentpassword"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation",
      "target": "remix_app_api_utils_auth_passwordconfirmation_defaultdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation",
      "target": "remix_app_api_utils_auth_passwordconfirmation_passwordconfirmationdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation",
      "target": "remix_app_api_utils_auth_passwordconfirmation_passwordconfirmationresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordConfirmation.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordconfirmation",
      "target": "remix_app_api_utils_auth_users_userdoc"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_auth_passwordconfirmation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_auth_passwordconfirmation_confirmcurrentpassword"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_passwordresets_applypasswordreset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_passwordresets_consumepasswordreset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_passwordresets_consumepasswordresetresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_passwordresets_createpasswordreset"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_singleusetokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_singleusetokens_consumesingleusetoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_singleusetokens_consumetokenresult"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_singleusetokens_createsingleusetoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_auth_users_setuserpasswordhash"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_mongodb_collections_getauthotpscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_mongodb_collections_getpasswordresetscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_api_utils_auth_passwordresets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets_createpasswordreset",
      "target": "remix_app_api_utils_auth_singleusetokens_createsingleusetoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets_consumepasswordreset",
      "target": "remix_app_api_utils_auth_singleusetokens_consumesingleusetoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_api_utils_auth_passwordresets_consumepasswordreset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_action",
      "target": "remix_app_api_utils_auth_passwordresets_consumepasswordreset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets_applypasswordreset",
      "target": "remix_app_api_utils_auth_users_setuserpasswordhash"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets_applypasswordreset",
      "target": "remix_app_api_utils_mongodb_collections_getauthotpscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets_applypasswordreset",
      "target": "remix_app_api_utils_mongodb_collections_getpasswordresetscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/passwordResets.ts",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_passwordresets_applypasswordreset",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_api_utils_auth_passwordresets_applypasswordreset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_action",
      "target": "remix_app_api_utils_auth_passwordresets_applypasswordreset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_patscopes",
      "target": "remix_app_api_utils_auth_patscopes_catalog_by_id"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_patscopes",
      "target": "remix_app_api_utils_auth_patscopes_coverspath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_patscopes",
      "target": "remix_app_api_utils_auth_patscopes_isknownpatscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_patscopes",
      "target": "remix_app_api_utils_auth_patscopes_pat_scope_catalog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_patscopes",
      "target": "remix_app_api_utils_auth_patscopes_pat_scope_ids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_patscopes",
      "target": "remix_app_api_utils_auth_patscopes_patscopecovers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patScopes.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_patscopes",
      "target": "remix_app_api_utils_auth_patscopes_patscopedescriptor"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_patscopes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_api_utils_auth_patscopes"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_patscopes_patscopedescriptor"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_patscopes_pat_scope_catalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_api_utils_auth_patscopes_pat_scope_catalog"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_patscopes_pat_scope_ids"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_patscopes_isknownpatscope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L120",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_mintpattoken",
      "target": "remix_app_api_utils_auth_patscopes_isknownpatscope"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_patscopes_patscopecovers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L284",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvethingsactor",
      "target": "remix_app_api_utils_auth_patscopes_patscopecovers"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_consumepatuse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_listpattokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_mintpatinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_mintpatresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_mintpattoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_patcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_patintrospection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_patsessionscopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_publicpattoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_resolvepatintrospection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_revokepatresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_revokepattoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_thingsactor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_thingsactorresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_pattokens_topublicpattoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/user/_user.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_user_user",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/self/_self.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_self_self",
      "target": "remix_app_api_utils_auth_pattokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvethingsactor",
      "target": "remix_app_api_utils_auth_pattokens_patsessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_topublicpattoken",
      "target": "remix_app_api_utils_auth_pattokens_patsessionscopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_mintpattoken",
      "target": "remix_app_api_utils_auth_pattokens_topublicpattoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvepatintrospection",
      "target": "remix_app_api_utils_auth_pattokens_topublicpattoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_revokepattoken",
      "target": "remix_app_api_utils_auth_pattokens_topublicpattoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L176",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_mintpattoken",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L161",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_mintpattoken",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L144",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_mintpattoken",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L147",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_mintpattoken",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L190",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_listpattokens",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L204",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_revokepattoken",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_api_utils_auth_pattokens_revokepattoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke_action",
      "target": "remix_app_api_utils_auth_pattokens_revokepattoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_consumepatuse",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvethingsactor",
      "target": "remix_app_api_utils_auth_pattokens_consumepatuse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_pattokens_patcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L293",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvethingsactor",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L301",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvethingsactor",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed_loader",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent_loader",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save_action",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share_action",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/user/_user.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_user_user",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/user/_user.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_user_user_loader",
      "target": "remix_app_api_utils_auth_pattokens_resolvethingsactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/patTokens.ts",
      "source_location": "L347",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_pattokens_resolvepatintrospection",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/self/_self.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_self_self",
      "target": "remix_app_api_utils_auth_pattokens_resolvepatintrospection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/tokens/self/_self.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_tokens_self_self_loader",
      "target": "remix_app_api_utils_auth_pattokens_resolvepatintrospection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_createuseraccount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_createuseraccountinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_createuseraccountresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_isemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_privileged_meta_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_registerinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_registerresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_registeruser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_sanitizecreatemeta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_users_finduserbyemail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_users_insertuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_users_topublicuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_auth_users_userdoc"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_subscriptions_subscriptions_setsubscription"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_registeruser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_registeruser_createuseraccountinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_auth_registeruser_isemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_auth_registeruser_sanitizecreatemeta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L83",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_auth_users_finduserbyemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L169",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_auth_users_topublicuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L80",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L113",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L107",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_createuseraccount",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_registeruser",
      "target": "remix_app_api_utils_auth_registeruser_createuseraccount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_registeruser_createuseraccount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession",
      "target": "remix_app_api_utils_auth_registeruser_createuseraccount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L190",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_registeruser",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/registerUser.ts",
      "source_location": "L189",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_registeruser_registeruser",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/requireAdmin.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_requireadmin",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/requireAdmin.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_requireadmin",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/requireAdmin.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_requireadmin",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/requireAdmin.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_requireadmin",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_migrations",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_auth_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps_loader",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke_action",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_action",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_loader",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_migrations",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_migrations_loader",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin_action",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview_loader",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_authorize",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_auth_requireadmin_requireadmin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_resolveactor_actor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/resolveActor.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_resolveactor",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_auth_resolveactor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_auth_resolveactor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_auth_resolveactor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_auth_resolveactor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_auth_resolveactor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_auth_resolveactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_auth_resolveactor_actor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_respond",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L185",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L90",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_loader",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_auth_resolveactor_actoruser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_respond",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L190",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_loader",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorcors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L188",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_auth_resolveactor_actorpat"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_action",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_loader",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L180",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L88",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_loader",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_auth_resolveactor_resolveactor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_singleusetokens",
      "target": "remix_app_api_utils_auth_singleusetokens_consumesingleusetoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_singleusetokens",
      "target": "remix_app_api_utils_auth_singleusetokens_consumetokenresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_singleusetokens",
      "target": "remix_app_api_utils_auth_singleusetokens_createsingleusetoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_singleusetokens",
      "target": "remix_app_api_utils_auth_singleusetokens_singleusetokendoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_singleusetokens_createsingleusetoken",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/auth/singleUseTokens.ts",
      "source_location": "L57",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_singleusetokens_consumesingleusetoken",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_api_utils_auth_temporaryuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_api_utils_auth_temporaryuser_buildtemporaryuseraccountinput"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_api_utils_auth_users_topublicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_routes_api_v1_auth_temporary_temporary"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_routes_api_v1_auth_temporary_temporary_issameoriginpost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_test",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_temporaryuser_buildtemporaryuseraccountinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_temporaryuser_temporaryusersessionresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_auth_temporaryuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession",
      "target": "remix_app_api_utils_auth_temporaryuser_buildtemporaryuseraccountinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L57",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/temporaryUser.ts",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary_action",
      "target": "remix_app_api_utils_auth_temporaryuser_createtemporaryusersession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_twofactor",
      "target": "remix_app_api_utils_auth_twofactor_gettwofactoremailenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_twofactor",
      "target": "remix_app_api_utils_auth_twofactor_settwofactoremailenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_twofactor",
      "target": "remix_app_api_utils_auth_twofactor_settwofactorresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_twofactor",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_twofactor",
      "target": "remix_app_api_utils_auth_users_getusertwofactoremailenabled"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_twofactor",
      "target": "remix_app_api_utils_auth_users_setusertwofactoremailenabled"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "target": "remix_app_api_utils_auth_twofactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L9",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_twofactor_gettwofactoremailenabled",
      "target": "remix_app_api_utils_auth_users_getusertwofactoremailenabled"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "target": "remix_app_api_utils_auth_twofactor_gettwofactoremailenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor_loader",
      "target": "remix_app_api_utils_auth_twofactor_gettwofactoremailenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/twoFactor.ts",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_twofactor_settwofactoremailenabled",
      "target": "remix_app_api_utils_auth_users_setusertwofactoremailenabled"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "target": "remix_app_api_utils_auth_twofactor_settwofactoremailenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor_action",
      "target": "remix_app_api_utils_auth_twofactor_settwofactoremailenabled"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users_createupdateuserprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users_profile_test_canonicaluser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users_profile_test_createharness"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users_profile_test_now"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users_profileattachmentrefsforuserroot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test",
      "target": "remix_app_api_utils_auth_users_topublicuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.profile.test.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_profile_test_createharness",
      "target": "remix_app_api_utils_auth_users_createupdateuserprofile"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 0.8,
      "source": "fundamentals_auth_model",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_addusermongoendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_admincreatedat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_adminlistsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_adminuseroverviewpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1051",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_adminuserrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_adminuserscursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_adminusersourcecursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_advanceadminusersource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_buildusersecure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_byusername"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_clearuseractivefeedalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L930",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_clearuseractivetheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_createupdateuserprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_emailnotificationtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1064",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_findlegacyuserstoragefieldsbyids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_finduserbyemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L335",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_findusersbyids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_finduserthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_frombin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_getemailnotificationtargets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L840",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_getusermongoendpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_getusernotificationprefs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1030",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_getuserrecentreactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L784",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_getusersreadreceiptsmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_getusertwofactoremailenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_hasown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_insertuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_legacyuserstoragefields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_listadmins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_markemailverified"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_mergeuserdocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_normalizeprofileattachmentid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_normalizesavedmongoendpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_packrecentreactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_packsecure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_profileattachmentrefsforuserroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_profileusermutationdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_publicprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_pushuserrecentreaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_readadminuserscursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_readadminusersourcecursor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L779",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_readreceiptscache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_removelegacyuserstoragefields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_removeusermongoendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_sanitizeprofileimageurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L824",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_savedmongoendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_searchusersforadmin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_searchusersforadmincapped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_searchuserspublic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L576",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_securemutateresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_securepayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_securewritecontendederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L944",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_setuseractivefeedalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_setuseractivetheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_setuseradmin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_setusernotificationprefs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_setuserpasswordhash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L759",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_setuserreadreceiptsenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_setusertwofactoremailenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_striplegacystoragefromsecurepayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1071",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_toadminrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_topublicuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_unpackrecentreactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_updateprofileinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_updateprofileresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_updateuserprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_userdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_useremailkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_auth_users_userusernamekey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_api_utils_subscriptions_subscriptions_subscriptioninfo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_utils_profilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_utils_profilemediaurl_linkedprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_utils_profilemediaurl_profileattachmentidfromrecord"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_test",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_verify_email_verify_email",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search",
      "target": "remix_app_api_utils_auth_users"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L535",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_insertuser",
      "target": "remix_app_api_utils_auth_users_profileattachmentrefsforuserroot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_profileattachmentrefsforuserroot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_test",
      "target": "remix_app_api_utils_auth_users_profileattachmentrefsforuserroot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_auth_users_publicuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_auth_users_publicprofile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L143",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_topublicuser",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L147",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_topublicuser",
      "target": "remix_app_utils_profilemediaurl_linkedprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L145",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_topublicuser",
      "target": "remix_app_utils_profilemediaurl_profileattachmentidfromrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_topublicuserwithstorage",
      "target": "remix_app_api_utils_auth_users_topublicuser"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1499",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_createupdateuserprofile",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L169",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_topublicuserwithstorage",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_utils_auth_users_topublicuserwithstorage"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1398",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_searchuserspublic",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L177",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_topublicprofile",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L70",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_followstatus",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L90",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_togglefollow",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile_loader",
      "target": "remix_app_api_utils_auth_users_topublicprofile"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_packrecentreactions",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L996",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_pushuserrecentreaction",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_useremailkey",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_userusernamekey",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L219",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L117",
      "weight": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_joinwaitlist",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L77",
      "weight": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_waitlistemailkey",
      "target": "remix_app_api_utils_auth_users_tobin"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_unpackrecentreactions",
      "target": "remix_app_api_utils_auth_users_frombin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_unpacksecure",
      "target": "remix_app_api_utils_auth_users_frombin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_auth_users_frombin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_auth_users_frombin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic",
      "target": "remix_app_api_utils_auth_users_frombin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_buildusersecure",
      "target": "remix_app_api_utils_auth_users_packsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_mutateuserthingsecure",
      "target": "remix_app_api_utils_auth_users_packsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_findlegacyuserstoragefieldsbyids",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getemailnotificationtargets",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getusermongoendpoints",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getusernotificationprefs",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L753",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getuserrecentreactions",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getusersreadreceiptsmap",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L668",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getusertwofactoremailenabled",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L584",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_mutateuserthingsecure",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_userthingtodoc",
      "target": "remix_app_api_utils_auth_users_unpacksecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_insertuser",
      "target": "remix_app_api_utils_auth_users_packrecentreactions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_packrecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1034",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getuserrecentreactions",
      "target": "remix_app_api_utils_auth_users_unpackrecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_pushuserrecentreaction",
      "target": "remix_app_api_utils_auth_users_unpackrecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_insertuser",
      "target": "remix_app_api_utils_auth_users_userusernamekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_userusernamekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_insertuser",
      "target": "remix_app_api_utils_auth_users_useremailkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_auth_users_useremailkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_auth_users_useremailkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_useremailkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyemail",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyid",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyusername",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_insertuser",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1428",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_listadmins",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1151",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1398",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_searchuserspublic",
      "target": "remix_app_api_utils_auth_users_userthingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_insertuser",
      "target": "remix_app_api_utils_auth_users_buildusersecure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_buildusersecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyid",
      "target": "remix_app_api_utils_auth_users_finduserthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyusername",
      "target": "remix_app_api_utils_auth_users_finduserthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserthing",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L329",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserthing",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L339",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyusername",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows_resolvetargetuser",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L467",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_resolvesocialtarget",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile_loader",
      "target": "remix_app_api_utils_auth_users_finduserbyusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L348",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyemail",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L349",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyemail",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_auth_users_finduserbyemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_utils_auth_users_finduserbyemail"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1498",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_createupdateuserprofile",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L358",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_finduserbyid",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseradmin",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows_resolvetargetuser",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_resolvesocialtarget",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_action",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_decorate",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_resolvesubjectowner",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_api_utils_auth_users_finduserbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L373",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_findusersbyids",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L374",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_findusersbyids",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L402",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_findlegacyuserstoragefieldsbyids",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L410",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_findlegacyuserstoragefieldsbyids",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_findlegacyuserstoragefieldsbyids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_auth_users_emailnotificationtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L454",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getemailnotificationtargets",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L461",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getemailnotificationtargets",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_auth_users_getemailnotificationtargets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L128",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_emails_emailnotificationsbulk",
      "target": "remix_app_api_utils_auth_users_getemailnotificationtargets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L110",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_emails_maybeemailnotification",
      "target": "remix_app_api_utils_auth_users_getemailnotificationtargets"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_auth_users_getemailnotificationtargets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L142",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_auth_users_getemailnotificationtargets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L552",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_insertuser",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L877",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_addusermongoendpoint",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_clearuseractivefeedalgorithm",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L931",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_clearuseractivetheme",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_markemailverified",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L578",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_mutateuserthingsecure",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L578",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_mutateuserthingsecure",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L607",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_removelegacyuserstoragefields",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_removeusermongoendpoint",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseractivefeedalgorithm",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseractivetheme",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L716",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setusernotificationprefs",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setuserpasswordhash",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setuserreadreceiptsenabled",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L677",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setusertwofactoremailenabled",
      "target": "remix_app_api_utils_auth_users_mutateuserthingsecure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L614",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_removelegacyuserstoragefields",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_auth_users_removelegacyuserstoragefields"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_securewritecontendederror",
      "target": "remix_app_api_utils_auth_users_securewritecontendederror_constructor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L641",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_markemailverified",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_verify_email_verify_email",
      "target": "remix_app_api_utils_auth_users_markemailverified"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_verify_email_verify_email_loader",
      "target": "remix_app_api_utils_auth_users_markemailverified"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L658",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setuserpasswordhash",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L666",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusertwofactoremailenabled",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L670",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusertwofactoremailenabled",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L686",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setusertwofactoremailenabled",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L698",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusernotificationprefs",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L705",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusernotificationprefs",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_auth_users_getusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L109",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotification",
      "target": "remix_app_api_utils_auth_users_getusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L208",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_listnotifications",
      "target": "remix_app_api_utils_auth_users_getusernotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_utils_auth_users_getusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L118",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "target": "remix_app_api_utils_auth_users_getusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_loader",
      "target": "remix_app_api_utils_auth_users_getusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L742",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setusernotificationprefs",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_api_utils_auth_users_setusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_loader",
      "target": "remix_app_api_utils_auth_users_setusernotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_utils_auth_users_setusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "target": "remix_app_api_utils_auth_users_setusernotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L751",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L755",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_buildsummarycontext",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L625",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1096",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_memberspayload",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings_loader",
      "target": "remix_app_api_utils_auth_users_getuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L768",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setuserreadreceiptsenabled",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_utils_auth_users_setuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings_action",
      "target": "remix_app_api_utils_auth_users_setuserreadreceiptsenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L797",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusersreadreceiptsmap",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L806",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusersreadreceiptsmap",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_auth_users_getusersreadreceiptsmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_buildsummarycontext",
      "target": "remix_app_api_utils_auth_users_getusersreadreceiptsmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L626",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "target": "remix_app_api_utils_auth_users_getusersreadreceiptsmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1096",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_auth_users_getusersreadreceiptsmap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L715",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_memberspayload",
      "target": "remix_app_api_utils_auth_users_getusersreadreceiptsmap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_auth_users_savedmongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_addusermongoendpoint",
      "target": "remix_app_api_utils_auth_users_normalizesavedmongoendpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L843",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_getusermongoendpoints",
      "target": "remix_app_api_utils_auth_users_normalizesavedmongoendpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L907",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_removeusermongoendpoint",
      "target": "remix_app_api_utils_auth_users_normalizesavedmongoendpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L841",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusermongoendpoints",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L845",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getusermongoendpoints",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_auth_users_getusermongoendpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L106",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_utils_auth_users_getusermongoendpoints"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_auth_users_getusermongoendpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_loader",
      "target": "remix_app_api_utils_auth_users_getusermongoendpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L884",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_addusermongoendpoint",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_auth_users_addusermongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_auth_users_addusermongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L905",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_removeusermongoendpoint",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_auth_users_removeusermongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_auth_users_removeusermongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L923",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseractivetheme",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active",
      "target": "remix_app_api_utils_auth_users_setuseractivetheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active_action",
      "target": "remix_app_api_utils_auth_users_setuseractivetheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L939",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_clearuseractivetheme",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_auth_users_clearuseractivetheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L371",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_deletetheme",
      "target": "remix_app_api_utils_auth_users_clearuseractivetheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L952",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseractivefeedalgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L967",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_clearuseractivefeedalgorithm",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L994",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_pushuserrecentreaction",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1015",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_pushuserrecentreaction",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_auth_users_pushuserrecentreaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1405",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_api_utils_auth_users_pushuserrecentreaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1031",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getuserrecentreactions",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1044",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_getuserrecentreactions",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent",
      "target": "remix_app_api_utils_auth_users_getuserrecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent_loader",
      "target": "remix_app_api_utils_auth_users_getuserrecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchuserspublic",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_buildcondition",
      "target": "remix_app_api_utils_auth_users_escaperegex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1076",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_toadminrow",
      "target": "remix_app_api_utils_auth_users_admincreatedat"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1430",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_listadmins",
      "target": "remix_app_api_utils_auth_users_toadminrow"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1153",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_auth_users_toadminrow"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1343",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_auth_users_toadminrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseradmin",
      "target": "remix_app_api_utils_auth_users_toadminrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1095",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseradmin",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1099",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_setuseradmin",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin",
      "target": "remix_app_api_utils_auth_users_setuseradmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin_action",
      "target": "remix_app_api_utils_auth_users_setuseradmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_auth_users_mergeuserdocs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchuserspublic",
      "target": "remix_app_api_utils_auth_users_mergeuserdocs"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1153",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_auth_users_byusername"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1398",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_auth_users_searchuserspublic",
      "target": "remix_app_api_utils_auth_users_byusername"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadmin",
      "target": "remix_app_api_utils_auth_users_searchusersforadmincapped"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1131",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadmincapped",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_api_utils_auth_users_searchusersforadmin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_readadminuserscursor",
      "target": "remix_app_api_utils_auth_users_readadminusersourcecursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_auth_users_readadminuserscursor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_auth_users_advanceadminusersource"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1245",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1246",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchusersforadminoverviewpage",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1369",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchuserspublic",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1370",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_searchuserspublic",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search",
      "target": "remix_app_api_utils_auth_users_searchuserspublic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search_loader",
      "target": "remix_app_api_utils_auth_users_searchuserspublic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1412",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_listadmins",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/auth/users.ts",
      "source_location": "L1413",
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_users_listadmins",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_api_utils_auth_users_listadmins"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_utils_auth_users_updateuserprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/usersStorageLegacy.test.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_usersstoragelegacy_test",
      "target": "remix_app_api_utils_auth_usersstoragelegacy_test_remixroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/auth/usersStorageLegacy.test.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_auth_usersstoragelegacy_test",
      "target": "remix_app_api_utils_auth_usersstoragelegacy_test_striplegacystoragefromsecurepayload"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy_test",
      "target": "remix_app_api_utils_cicontrol_automationpolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy_test",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ci_automation_definitions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy_test",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_defaultciautomationpolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy_test",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciexecutionprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy_test",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciworkflowkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_bykey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ci_automation_definitions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ci_workflow_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationdefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationpolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciexecutionprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciworkflowkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_defaultciautomationpolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciexecutionprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciworkflowkey"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_automationpolicy"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness",
      "target": "remix_app_api_utils_cicontrol_automationpolicy"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_automationpolicy"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_automationpolicy"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_cicontrol_automationpolicy"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciworkflowkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciworkflowkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciworkflowkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciworkflowkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciworkflowkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciexecutionprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciexecutionprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/ciControl/automationPolicy.ts",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_automationpolicy_defaultciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationdefinition"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationdefinition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L290",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_setciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationdefinition"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ciautomationpolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_ci_automation_definitions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciworkflowkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_parseciproviderrouterequest",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciworkflowkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciworkflowkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciexecutionprovider"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_policyfromentity",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciexecutionprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_isciexecutionprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_defaultciautomationpolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_policyfromentity",
      "target": "remix_app_api_utils_cicontrol_automationpolicy_defaultciautomationpolicy"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_test",
      "target": "remix_app_api_utils_cicontrol_githubclient"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_test",
      "target": "remix_app_api_utils_cicontrol_githubclient_resolveciworkflowentryref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_appjwt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_appprivatekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_cachedtoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_encode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L579",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_githubappconfigured"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_githubrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_graphql"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_inputallowlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_installationid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_installationtoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_listgithubbranches"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_listopenpullrequests"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_prstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_repositoryname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_resolveciworkflowentryref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_workflowentryref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_githubclient_workflowfilebykey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_providerreadiness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_store"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_store_getciautomationpolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_webhooks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient",
      "target": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_githubclient"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_githubclient"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_utils_cicontrol_githubclient"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "target": "remix_app_api_utils_cicontrol_githubclient"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_appjwt",
      "target": "remix_app_api_utils_cicontrol_githubclient_encode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_appjwt",
      "target": "remix_app_api_utils_cicontrol_githubclient_appprivatekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_installationtoken",
      "target": "remix_app_api_utils_cicontrol_githubclient_appjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_installationtoken",
      "target": "remix_app_api_utils_cicontrol_githubclient_installationid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_githubrequest",
      "target": "remix_app_api_utils_cicontrol_githubclient_installationtoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_githubclient_githubrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_githubclient_githubrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_createrunner",
      "target": "remix_app_api_utils_cicontrol_githubclient_githubrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_githubclient_repositoryname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_githubclient_repositoryname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_githubclient_repositoryname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest",
      "target": "remix_app_api_utils_cicontrol_githubclient_repositoryname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_githubclient_resolveciworkflowentryref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L155",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_store_getciautomationpolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L213",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L159",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_vercelrunner"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L184",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_startcionvercel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L181",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunnerconfigured"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L120",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest",
      "target": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_utils_cicontrol_githubclient_dispatchciworkflow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_githubclient_graphql"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_githubclient_listgithubbranches"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_githubclient_listopenpullrequests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_githubclient_prstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L550",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L406",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L446",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository",
      "target": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "target": "remix_app_api_utils_cicontrol_githubclient_reconcilegithubrepository"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/githubClient.ts",
      "source_location": "L580",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_githubclient_githubappconfigured",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness_test",
      "target": "remix_app_api_utils_cicontrol_providerreadiness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness_test",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.test.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness_test",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_test_completeenvironment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness_test",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_validateciexecutionprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_configured"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_providerenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_validateciexecutionprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_vercel_provider_required_env"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerreadiness"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_providerreadiness"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_cicontrol_providerreadiness"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_cicontrol_providerreadiness"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_configured"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerReadiness.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerreadiness_validateciexecutionprovider",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L442",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunnerconfigured",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_ciproviderreadiness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_cicontrol_providerreadiness_validateciexecutionprovider"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_test",
      "target": "remix_app_api_utils_cicontrol_providerrouter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_test",
      "target": "remix_app_api_utils_cicontrol_providerrouter_parseciproviderrouterequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_test",
      "target": "remix_app_api_utils_cicontrol_providerrouter_verifyciproviderroutesignature"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerrouter_bounded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerrouter_ciproviderrouterequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerrouter_equaltext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerrouter_parseciproviderrouterequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_providerrouter_verifyciproviderroutesignature"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_store"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_store_claimcidispatchroute"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_store_getciautomationpolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route",
      "target": "remix_app_api_utils_cicontrol_providerrouter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_parseciproviderrouterequest",
      "target": "remix_app_api_utils_cicontrol_providerrouter_bounded"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_verifyciproviderroutesignature",
      "target": "remix_app_api_utils_cicontrol_providerrouter_equaltext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route",
      "target": "remix_app_api_utils_cicontrol_providerrouter_verifyciproviderroutesignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route_action",
      "target": "remix_app_api_utils_cicontrol_providerrouter_verifyciproviderroutesignature"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route",
      "target": "remix_app_api_utils_cicontrol_providerrouter_parseciproviderrouterequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route_action",
      "target": "remix_app_api_utils_cicontrol_providerrouter_parseciproviderrouterequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest",
      "target": "remix_app_api_utils_cicontrol_store_claimcidispatchroute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest",
      "target": "remix_app_api_utils_cicontrol_store_getciautomationpolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/providerRouter.ts",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route",
      "target": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route_action",
      "target": "remix_app_api_utils_cicontrol_providerrouter_routeciproviderrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_cientityinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_cientitykey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_cieventinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_ciprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_cithingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_claimcidispatchroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_clearcicontrolfortests"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_datefrom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_getciautomationpolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_listciautomationpolicies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_listcidashboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_policyfromentity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_publiccrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_readkind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_setciautomationpolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_stableshareid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_schemas_registry_ci_control_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_store"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_store"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.test.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_test",
      "target": "remix_app_api_utils_cicontrol_store"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_cicontrol_store"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_cicontrol_store"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_store_cientityinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_claimcidispatchroute",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_getciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_listciautomationpolicies",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_listcidashboard",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_recordcievent",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_setciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_upsertcientity",
      "target": "remix_app_api_utils_cicontrol_store_boundedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_recordcievent",
      "target": "remix_app_api_utils_cicontrol_store_datefrom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_upsertcientity",
      "target": "remix_app_api_utils_cicontrol_store_datefrom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_claimcidispatchroute",
      "target": "remix_app_api_utils_cicontrol_store_stableshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_recordcievent",
      "target": "remix_app_api_utils_cicontrol_store_stableshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_upsertcientity",
      "target": "remix_app_api_utils_cicontrol_store_stableshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_claimcidispatchroute",
      "target": "remix_app_api_utils_cicontrol_store_cientitykey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_upsertcientity",
      "target": "remix_app_api_utils_cicontrol_store_cientitykey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.test.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_test",
      "target": "remix_app_api_utils_cicontrol_store_cientitykey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_getciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_store_publiccrystal"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_cicontrol_store_readkind",
      "target": "remix_app_api_utils_cicontrol_store_publiccrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_setciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_store_publiccrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L80",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_recordcievent",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_upsertcientity",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_fallbacktogithub",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_finishdispatch",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L422",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_store_recordcievent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_setciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L134",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_upsertcientity",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_dispatchtorunner",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_fallbacktogithub",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_finishdispatch",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_upsert",
      "target": "remix_app_api_utils_cicontrol_store_upsertcientity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L397",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_listcidashboard",
      "target": "remix_app_api_utils_cicontrol_store_readkind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_readkind",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_getciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_store_policyfromentity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_setciautomationpolicy",
      "target": "remix_app_api_utils_cicontrol_store_policyfromentity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L254",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_listciautomationpolicies",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_listcidashboard",
      "target": "remix_app_api_utils_cicontrol_store_listciautomationpolicies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L274",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_getciautomationpolicy",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L323",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_setciautomationpolicy",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_utils_cicontrol_store_setciautomationpolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L335",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_claimcidispatchroute",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_api_utils_cicontrol_store_listcidashboard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/ciControl/store.ts",
      "source_location": "L438",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_store_clearcicontrolfortests",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_test",
      "target": "remix_app_api_utils_cicontrol_vercelrunner"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_test",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_installvercelrunnerdependencies"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_test",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_summarizevercelrunnerjobs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_test",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunneridentity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_cleanuprunner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_createrunner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_dispatchtorunner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_fallbacktogithub"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_finishdispatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_installvercelrunnerdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_repositorypath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_runnercommandexecutor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_runnerhandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_runnerjobs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_runnerjobsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_safesegment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_startcionvercel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_summarizevercelrunnerjobs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_vercelcirunnerinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunnerconfigured"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunneridentity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunnerjob"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_createrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_safesegment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunneridentity",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_safesegment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_cleanuprunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_repositorypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_createrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_repositorypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_dispatchtorunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_repositorypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_fallbacktogithub",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_repositorypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runnerjobs",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_repositorypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_createrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_vercelrunneridentity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runnerjobs",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_summarizevercelrunnerjobs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_createrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_installvercelrunnerdependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_createrunner",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_cleanuprunner"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_createrunner"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_dispatchtorunner"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_runnerjobs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_finishdispatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_fallbacktogithub"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_cleanuprunner"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L403",
      "weight": 1.0,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel",
      "target": "remix_app_tests_api_apitestrunner_sleep"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/ciControl/vercelRunner.ts",
      "source_location": "L437",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_cicontrol_vercelrunner_startcionvercel",
      "target": "remix_app_api_utils_cicontrol_vercelrunner_runcionvercel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_test",
      "target": "remix_app_api_utils_cicontrol_webhooks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_test",
      "target": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_test",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifygithubwebhooksignature"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_test",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifyvercelwebhooksignature"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_constanttimeequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_eventbase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_labelsfrom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_promotiongroupfrom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_promotionsourcefrombody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_prstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_safenumber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_safeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_upsert"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifygithubwebhooksignature"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifyvercelwebhooksignature"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_github_webhook_webhook",
      "target": "remix_app_api_utils_cicontrol_webhooks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook",
      "target": "remix_app_api_utils_cicontrol_webhooks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_eventbase",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_promotiongroupfrom",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_promotionsourcefrombody",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_prstatus",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_safeurl",
      "target": "remix_app_api_utils_cicontrol_webhooks_safestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_safenumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_promotionsourcefrombody",
      "target": "remix_app_api_utils_cicontrol_webhooks_safenumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_safeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_safeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_verifygithubwebhooksignature",
      "target": "remix_app_api_utils_cicontrol_webhooks_constanttimeequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_verifyvercelwebhooksignature",
      "target": "remix_app_api_utils_cicontrol_webhooks_constanttimeequal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_github_webhook_webhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifygithubwebhooksignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_integrations_github_webhook_webhook_action",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifygithubwebhooksignature"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifyvercelwebhooksignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook_action",
      "target": "remix_app_api_utils_cicontrol_webhooks_verifyvercelwebhooksignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_labelsfrom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity",
      "target": "remix_app_api_utils_cicontrol_webhooks_promotionsourcefrombody"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity",
      "target": "remix_app_api_utils_cicontrol_webhooks_promotiongroupfrom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_cifeatureidentity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_prstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_eventbase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_eventbase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_upsert"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/ciControl/webhooks.ts",
      "source_location": "L453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_upsert"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_github_webhook_webhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_integrations_github_webhook_webhook_action",
      "target": "remix_app_api_utils_cicontrol_webhooks_ingestgithubwebhook"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook",
      "target": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook_action",
      "target": "remix_app_api_utils_cicontrol_webhooks_ingestvercelwebhook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_base64urltobase64"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_configuredpublicpem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_crypto_standards"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_cryptostandard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodebase64urltext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodekeymaterial"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodesignature"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodetext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_escapepem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_exportprivatepem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_exportpublicpem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_generateinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_getstandard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_keyencoding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_keyinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_matchkeypairinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizeprivatepem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizepublicpem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_publicpemfromprivatepem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_standardconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_textencoding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_verifyjwtinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_verifysignatureinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_cryptotools_server"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_cryptotools_server_crypto_standards"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_verifyjwtinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L295",
      "weight": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_verifyjwtinput",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_cryptotools_server_verifyjwtinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_crypto_cryptotools_server_verifyjwtinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_matchkeypairinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizeprivatepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_matchkeypairinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizepublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_matchkeypairinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_publicpemfromprivatepem"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_cryptotools_server_matchkeypairinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_crypto_cryptotools_server_matchkeypairinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_decodebase64urltext",
      "target": "remix_app_api_utils_crypto_cryptotools_server_base64urltobase64"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_decodesignature",
      "target": "remix_app_api_utils_crypto_cryptotools_server_base64urltobase64"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_decodetext",
      "target": "remix_app_api_utils_crypto_cryptotools_server_base64urltobase64"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_decodekeymaterial",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodebase64urltext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodetext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_normalizeprivatepem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodekeymaterial"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_normalizepublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodekeymaterial"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64url",
      "target": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair",
      "target": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair",
      "target": "remix_app_api_utils_crypto_cryptotools_server_encodepembase64url"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair",
      "target": "remix_app_api_utils_crypto_cryptotools_server_escapepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair",
      "target": "remix_app_api_utils_crypto_cryptotools_server_getstandard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_getstandard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair",
      "target": "remix_app_api_utils_crypto_cryptotools_server_exportprivatepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_normalizeprivatepem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_exportprivatepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair",
      "target": "remix_app_api_utils_crypto_cryptotools_server_exportpublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_normalizepublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_exportpublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_publicpemfromprivatepem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_exportpublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_configuredpublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizeprivatepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizeprivatepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_configuredpublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizepublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_normalizepublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_configuredpublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_publicpemfromprivatepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_publicpemfromprivatepem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem",
      "target": "remix_app_api_utils_crypto_cryptotools_server_configuredpublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_resolvepublicpem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/cryptoTools.server.ts",
      "source_location": "L305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput",
      "target": "remix_app_api_utils_crypto_cryptotools_server_decodesignature"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_crypto_cryptotools_server_generatecryptokeypair"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_crypto_cryptotools_server_verifysignedmessageinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_buildmongoshsnippet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_costof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_generatepassword"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_mongodb_collectionnames"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_passwordhasher_server"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_generatepassword"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_costof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_buildmongoshsnippet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/crypto/passwordHasher.server.ts",
      "source_location": "L181",
      "weight": 1.0,
      "source": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_crypto_passwordhasher_server_hashpasswordforstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config",
      "target": "remix_app_api_utils_email_config_emailconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config",
      "target": "remix_app_api_utils_email_config_emailprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config",
      "target": "remix_app_api_utils_email_config_emailstream"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config",
      "target": "remix_app_api_utils_email_config_firstpresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config",
      "target": "remix_app_api_utils_email_config_getemailconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config",
      "target": "remix_app_api_utils_email_config_getfromaddressforstream"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config",
      "target": "remix_app_api_utils_email_config_getprovider"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_config_emailprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_config_emailstream"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_config_emailstream"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_config_emailconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_config_emailconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config_getemailconfig",
      "target": "remix_app_api_utils_email_config_firstpresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/config.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_config_getemailconfig",
      "target": "remix_app_api_utils_email_config_getprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_config_getemailconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_email_config_getemailconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_config_getemailconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_testconfig_getemailtestconfig",
      "target": "remix_app_api_utils_email_config_getemailconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_config_getfromaddressforstream"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L104",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_email_config_getfromaddressforstream"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_email_events_emaileventinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_email_events_normalizeemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_email_events_recordemailevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_email_events_suppressemailaddress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_email_events_unsubscribeemailaddress"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_mongodb_collections_getemaileventscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_mongodb_collections_getemailsuppressionlistcollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events",
      "target": "remix_app_api_utils_mongodb_collections_getemailunsubscribescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events_recordemailevent",
      "target": "remix_app_api_utils_email_events_normalizeemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events_suppressemailaddress",
      "target": "remix_app_api_utils_email_events_normalizeemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_events_unsubscribeemailaddress",
      "target": "remix_app_api_utils_email_events_normalizeemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_events_recordemailevent",
      "target": "remix_app_api_utils_mongodb_collections_getemaileventscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_events_suppressemailaddress",
      "target": "remix_app_api_utils_mongodb_collections_getemailsuppressionlistcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/events.ts",
      "source_location": "L70",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_events_unsubscribeemailaddress",
      "target": "remix_app_api_utils_mongodb_collections_getemailunsubscribescollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_deliveremail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_errormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_getsuppressedrecipients"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_normalizeemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_normalizerecipients"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_sendwithconsole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_service_updatemessagestatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_ses"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_ses_sendwithses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_types_emaildeliveryresult"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_types_emailsendinput"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_types_emailsendresult"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_email_types_emailstatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_mongodb_collections_getemailsuppressionlistcollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_api_utils_mongodb_collections_getemailunsubscribescollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_email_service"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_email_service"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_email_service_normalizerecipients",
      "target": "remix_app_api_utils_email_service_normalizeemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_email_service_normalizerecipients"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_email_service_errormessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_getsuppressedrecipients",
      "target": "remix_app_api_utils_mongodb_collections_getemailsuppressionlistcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_getsuppressedrecipients",
      "target": "remix_app_api_utils_mongodb_collections_getemailunsubscribescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_email_service_getsuppressedrecipients"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_deliveremail",
      "target": "remix_app_api_utils_email_service_sendwithconsole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_deliveremail",
      "target": "remix_app_api_utils_email_ses_sendwithses"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_email_service_deliveremail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_email_service_updatemessagestatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_service_updatemessagestatus",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/service.ts",
      "source_location": "L115",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_service_sendemail",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_sendtotarget",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L203",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_email_service_sendemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_ses_clients"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_ses_getsesclient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_ses_sanitizesestag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_ses_sendwithses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_ses_tosestags"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_types_emaildeliveryinput"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses",
      "target": "remix_app_api_utils_email_types_emaildeliveryresult"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses_sendwithses",
      "target": "remix_app_api_utils_email_ses_getsesclient"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/ses.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_ses_sendwithses",
      "target": "remix_app_api_utils_email_ses_tosestags"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_emailfooter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_notification_email_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_notificationemailinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_renderemailotptemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_renderemailverificationtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_rendernewslettertemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_rendernotificationemailtemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_renderpasswordresettemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_renderweeklysummarytemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates",
      "target": "remix_app_api_utils_email_templates_weeklysummarystat"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_email_templates"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_email_templates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_emailfooter",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_renderemailotptemplate",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_renderemailverificationtemplate",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_rendernewslettertemplate",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_rendernotificationemailtemplate",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_renderpasswordresettemplate",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_renderweeklysummarytemplate",
      "target": "remix_app_api_utils_email_templates_htmlescape"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_rendernotificationemailtemplate",
      "target": "remix_app_api_utils_email_templates_emailfooter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/templates.ts",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_templates_renderweeklysummarytemplate",
      "target": "remix_app_api_utils_email_templates_emailfooter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_email_templates_rendernotificationemailtemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_sendtotarget",
      "target": "remix_app_api_utils_email_templates_rendernotificationemailtemplate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_email_templates_renderweeklysummarytemplate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L196",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_email_templates_renderweeklysummarytemplate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_testconfig_firstpresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_testconfig_getemailtestconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_testconfig_isallowedemailtestrecipient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_testconfig_istruthyenv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_testconfig_parseemail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig",
      "target": "remix_app_api_utils_email_testconfig_true_values"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_config_config",
      "target": "remix_app_api_utils_email_testconfig"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_email_testconfig"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L8",
      "weight": 1.0,
      "source": "remix_app_api_utils_email_testconfig_istruthyenv",
      "target": "remix_app_api_utils_email_testconfig_true_values"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig_getemailtestconfig",
      "target": "remix_app_api_utils_email_testconfig_firstpresent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig_getemailtestconfig",
      "target": "remix_app_api_utils_email_testconfig_istruthyenv"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig_getemailtestconfig",
      "target": "remix_app_api_utils_email_testconfig_parseemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig_isallowedemailtestrecipient",
      "target": "remix_app_api_utils_email_testconfig_parseemail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/testConfig.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_testconfig_isallowedemailtestrecipient",
      "target": "remix_app_api_utils_email_testconfig_getemailtestconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_config_config",
      "target": "remix_app_api_utils_email_testconfig_getemailtestconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_config_config_loader",
      "target": "remix_app_api_utils_email_testconfig_getemailtestconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_email_testconfig_getemailtestconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp_action",
      "target": "remix_app_api_utils_email_testconfig_getemailtestconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_utils_email_testconfig_isallowedemailtestrecipient"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp_action",
      "target": "remix_app_api_utils_email_testconfig_isallowedemailtestrecipient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_types_emaildeliveryinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_types_emaildeliveryresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_types_emailsendinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_types_emailsendresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/email/types.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_email_types",
      "target": "remix_app_api_utils_email_types_emailstatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_test",
      "target": "remix_app_api_utils_errors_admindiagnostic"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_test",
      "target": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_test",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.test.ts",
      "source_location": "L273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_test",
      "target": "remix_app_api_utils_errors_admindiagnostic_test_get"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_admindiagnosticrevealable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_admindiagnosticrevealcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_adminerrordiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_captureobjectid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_capturestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_createcapturestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_credential_components"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_credentiallabelcomponents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_dataproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_escaperegexp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_exactrevealidentifiervaluepattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_formattederrorheader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_iscredentiallabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_nativeerrorstackdescriptor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_objectidplaceholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_propertylookup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_rememberirreversibleobjectids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_safecodeproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_safeerrorlabels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_safenumberproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_safestackproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L348",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_safetextproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizedstack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_truncatesanitizedtext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_errors_admindiagnostic"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_errors_admindiagnostic"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_errors_admindiagnostic"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_errors_admindiagnostic_admindiagnosticrevealable"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_errors_admindiagnostic_adminerrordiagnostic"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_errors_admindiagnostic_adminerrordiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L571",
      "weight": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_dataproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L449",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safecodeproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safeerrorlabels"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safenumberproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safestackproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_errorsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safetextproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_captureobjectid",
      "target": "remix_app_api_utils_errors_admindiagnostic_objectidplaceholder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_redacttext",
      "target": "remix_app_api_utils_errors_admindiagnostic_exactrevealidentifiervaluepattern"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_iscredentiallabel",
      "target": "remix_app_api_utils_errors_admindiagnostic_credentiallabelcomponents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_redacttext",
      "target": "remix_app_api_utils_errors_admindiagnostic_iscredentiallabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L575",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_truncatesanitizedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_redacttext",
      "target": "remix_app_api_utils_errors_admindiagnostic_truncatesanitizedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L560",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail",
      "target": "remix_app_api_utils_errors_admindiagnostic_truncatesanitizedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_createcapturestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L532",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail",
      "target": "remix_app_api_utils_errors_admindiagnostic_createcapturestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_redacttext",
      "target": "remix_app_api_utils_errors_admindiagnostic_rememberirreversibleobjectids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safecodeproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safeerrorlabels",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safetextproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizedstack",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L494",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_redacttext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L337",
      "weight": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_dataproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_propertylookup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L387",
      "weight": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safestackproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_propertylookup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safecodeproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_dataproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safeerrorlabels",
      "target": "remix_app_api_utils_errors_admindiagnostic_dataproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safenumberproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_dataproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safetextproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_dataproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_dataproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safetextproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizedstack",
      "target": "remix_app_api_utils_errors_admindiagnostic_formattederrorheader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_safestackproperty",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizedstack"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safestackproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safenumberproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L505",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safecodeproperty"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L512",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot",
      "target": "remix_app_api_utils_errors_admindiagnostic_safeerrorlabels"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/adminDiagnostic.ts",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L192",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_sanitizestoredadmindiagnosticdetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_capturemigrationfailurediagnostic",
      "target": "remix_app_api_utils_errors_admindiagnostic_captureadminerrordiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror",
      "target": "remix_app_api_utils_errors_safeerror_ascodestring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror",
      "target": "remix_app_api_utils_errors_safeerror_errorcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror",
      "target": "remix_app_api_utils_errors_safeerror_safeerrorname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/config.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_config",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_errors_safeerror"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror_publicerror",
      "target": "remix_app_api_utils_errors_safeerror_publicerror_constructor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/config.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_config",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_errors_safeerror_publicerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror_errorcode",
      "target": "remix_app_api_utils_errors_safeerror_ascodestring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror_safeerrortext",
      "target": "remix_app_api_utils_errors_safeerror_safeerrorname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/errors/safeError.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_errors_safeerror_safeerrortext",
      "target": "remix_app_api_utils_errors_safeerror_errorcode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L194",
      "weight": 1.0,
      "source": "remix_app_api_utils_health_statustarget_unavailableservicestatus",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L276",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L230",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L165",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_probemongourl",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L675",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_safemongoerror",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_status_getmongostatus",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb_unavailablemongostatus",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel_unavailablevercelstatus",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_actionexport",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_errors_safeerror_safeerrortext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_basicservicehealthstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_configuredorigins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_fetchremotejson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_fetchwithtimeout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_getrequestorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_isallowedstatusorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_local_status_ports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_normaliseorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget",
      "target": "remix_app_api_utils_health_statustarget_unavailableservicestatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_api_utils_health_statustarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend",
      "target": "remix_app_api_utils_health_statustarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_health_statustarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro",
      "target": "remix_app_api_utils_health_statustarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_health_statustarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_api_utils_health_statustarget_basicservicehealthstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend",
      "target": "remix_app_api_utils_health_statustarget_basicservicehealthstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro",
      "target": "remix_app_api_utils_health_statustarget_basicservicehealthstatus"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L98",
      "weight": 1.0,
      "source": "remix_app_api_utils_health_statustarget_isallowedstatusorigin",
      "target": "remix_app_api_utils_health_statustarget_local_status_ports"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_health_statustarget_configuredorigins",
      "target": "remix_app_api_utils_health_statustarget_normaliseorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget_getrequestorigin",
      "target": "remix_app_api_utils_health_statustarget_normaliseorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget_resolvestatustarget",
      "target": "remix_app_api_utils_health_statustarget_normaliseorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget_resolvestatustarget",
      "target": "remix_app_api_utils_health_statustarget_getrequestorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget_isallowedstatusorigin",
      "target": "remix_app_api_utils_health_statustarget_configuredorigins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/health/statusTarget.ts",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_health_statustarget_resolvestatustarget",
      "target": "remix_app_api_utils_health_statustarget_isallowedstatusorigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend_loader",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb_loader",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro_loader",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel_loader",
      "target": "remix_app_api_utils_health_statustarget_resolvestatustarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend",
      "target": "remix_app_api_utils_health_statustarget_fetchwithtimeout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend_getfrontendstatus",
      "target": "remix_app_api_utils_health_statustarget_fetchwithtimeout"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_health_statustarget_fetchremotejson"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro",
      "target": "remix_app_api_utils_health_statustarget_fetchremotejson"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_health_statustarget_fetchremotejson"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend",
      "target": "remix_app_api_utils_health_statustarget_unavailableservicestatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend_loader",
      "target": "remix_app_api_utils_health_statustarget_unavailableservicestatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro",
      "target": "remix_app_api_utils_health_statustarget_unavailableservicestatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro_loader",
      "target": "remix_app_api_utils_health_statustarget_unavailableservicestatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/fallbacks.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_fallbacks_test",
      "target": "remix_app_api_utils_lopu_fallbacks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/fallbacks.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_fallbacks_test",
      "target": "remix_app_api_utils_lopu_fallbacks_wishslotmusing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/fallbacks.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_fallbacks",
      "target": "remix_app_api_utils_lopu_fallbacks_fallback_musings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/fallbacks.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_fallbacks",
      "target": "remix_app_api_utils_lopu_fallbacks_wishslotmusing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_fallbacks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_api_utils_lopu_fallbacks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_api_utils_lopu_fallbacks_wishslotmusing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing_loader",
      "target": "remix_app_api_utils_lopu_fallbacks_wishslotmusing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_fallbacks_fallback_musings"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing_test",
      "target": "remix_app_api_utils_lopu_musing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing_test",
      "target": "remix_app_api_utils_lopu_musing_createlopuclaudemodelresolver"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodelid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_all_modes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_buildcontextline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_builduserprompt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_chunkwords"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_createlopuclaudemodelresolver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_fetchweather"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_generatelopumusing"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L128",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_getdefaultlopuclaudemodel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_getlopuclaudemodel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_hasanykey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_lopuclaudemodelresolverdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_lopucontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_lopumode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_lopumusing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_lopusource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_lopustreamevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_pickfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_pickmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_providerorder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_tick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_lopu_musing_weathercodetotext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_resolveaipreferredclaudemodel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_api_utils_lopu_musing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing_generatelopumusing",
      "target": "remix_app_api_utils_lopu_musing_pickfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing_builduserprompt",
      "target": "remix_app_api_utils_lopu_musing_buildcontextline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/musing.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_musing_fetchweather",
      "target": "remix_app_api_utils_lopu_musing_weathercodetotext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_api_utils_lopu_musing_fetchweather"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing_loader",
      "target": "remix_app_api_utils_lopu_musing_fetchweather"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_lopu_ratelimit_activerequestsexpr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_lopu_ratelimit_firstheaderip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_lopu_ratelimit_getrequestip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_lopu_ratelimit_haship"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_lopu_ratelimit_ratelimitresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_lopu_ratelimit_resetfromrequests"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_api_utils_mongodb_collections_getlopumusingratelimitscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_api_utils_lopu_ratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit_getrequestip",
      "target": "remix_app_api_utils_lopu_ratelimit_firstheaderip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota",
      "target": "remix_app_api_utils_lopu_ratelimit_getrequestip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota",
      "target": "remix_app_api_utils_lopu_ratelimit_haship"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota",
      "target": "remix_app_api_utils_lopu_ratelimit_activerequestsexpr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota",
      "target": "remix_app_api_utils_lopu_ratelimit_resetfromrequests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/lopu/rateLimit.ts",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota",
      "target": "remix_app_api_utils_mongodb_collections_getlopumusingratelimitscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing_loader",
      "target": "remix_app_api_utils_lopu_ratelimit_consumelopumusingquota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_messenger_channels_communitychannel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_messenger_channels_listchannelsresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_messenger_channels_listcommunitychannels"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_messenger_shared"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_channels",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get",
      "target": "remix_app_api_utils_messenger_channels"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_channels_listcommunitychannels",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_channels_listcommunitychannels",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_channels_listcommunitychannels",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/channels.ts",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_channels_listcommunitychannels",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get",
      "target": "remix_app_api_utils_messenger_channels_listcommunitychannels"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get_loader",
      "target": "remix_app_api_utils_messenger_channels_listcommunitychannels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_communitydetailresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_communitymembersresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_createcommunity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_createcommunityresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_createinvite"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_createinviteresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_getcommunitydetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_insertmember"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_joincommunitybycode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_joincommunityresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_leavecommunity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_listinvites"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_listinvitesresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_listmycommunities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_managecommunitymember"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_managesections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_publiccommunity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_publicinvite"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_publicsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_requirecommunityrole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_revokecommunitychannelmemberships"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_sectionsresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_topubliccommunity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_topublicinvite"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_topublicsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_updatecommunity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_communities_updatecommunityresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_chatrole"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_communitymemberkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_messenger_shared_role_rank"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_utils_messenger_communities"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get",
      "target": "remix_app_api_utils_messenger_communities"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_utils_messenger_communities"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_api_utils_messenger_communities"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_utils_messenger_communities"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_api_utils_messenger_communities"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_api_utils_messenger_communities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createcommunity",
      "target": "remix_app_api_utils_messenger_communities_topubliccommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_getcommunitydetail",
      "target": "remix_app_api_utils_messenger_communities_topubliccommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "target": "remix_app_api_utils_messenger_communities_topubliccommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_updatecommunity",
      "target": "remix_app_api_utils_messenger_communities_topubliccommunity"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_messenger_communities_getcommunitydetail",
      "target": "remix_app_api_utils_messenger_communities_topublicsection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_listmycommunities",
      "target": "remix_app_api_utils_messenger_communities_topublicsection"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L433",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_messenger_communities_managesections",
      "target": "remix_app_api_utils_messenger_communities_topublicsection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createcommunity",
      "target": "remix_app_api_utils_messenger_communities_insertmember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_insertmember",
      "target": "remix_app_api_utils_messenger_shared_communitymemberkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_insertmember",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_insertmember",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "target": "remix_app_api_utils_messenger_communities_insertmember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_leavecommunity",
      "target": "remix_app_api_utils_messenger_communities_revokecommunitychannelmemberships"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managecommunitymember",
      "target": "remix_app_api_utils_messenger_communities_revokecommunitychannelmemberships"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_revokecommunitychannelmemberships",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createinvite",
      "target": "remix_app_api_utils_messenger_communities_requirecommunityrole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_listinvites",
      "target": "remix_app_api_utils_messenger_communities_requirecommunityrole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managecommunitymember",
      "target": "remix_app_api_utils_messenger_communities_requirecommunityrole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managesections",
      "target": "remix_app_api_utils_messenger_communities_requirecommunityrole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L77",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_requirecommunityrole",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L78",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_requirecommunityrole",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_updatecommunity",
      "target": "remix_app_api_utils_messenger_communities_requirecommunityrole"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L88",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createcommunity",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L89",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createcommunity",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L96",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createcommunity",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L91",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createcommunity",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_utils_messenger_communities_createcommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities_action",
      "target": "remix_app_api_utils_messenger_communities_createcommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_listmycommunities",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_utils_messenger_communities_listmycommunities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities_loader",
      "target": "remix_app_api_utils_messenger_communities_listmycommunities"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L160",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_getcommunitydetail",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L157",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_getcommunitydetail",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L158",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_getcommunitydetail",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L162",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_getcommunitydetail",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get",
      "target": "remix_app_api_utils_messenger_communities_getcommunitydetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get_loader",
      "target": "remix_app_api_utils_messenger_communities_getcommunitydetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L203",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_updatecommunity",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L196",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_updatecommunity",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_updatecommunity",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L211",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_updatecommunity",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_api_utils_messenger_communities_updatecommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update_action",
      "target": "remix_app_api_utils_messenger_communities_updatecommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L226",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managecommunitymember",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L228",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managecommunitymember",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L232",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managecommunitymember",
      "target": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L236",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managecommunitymember",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_utils_messenger_communities_managecommunitymember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members_action",
      "target": "remix_app_api_utils_messenger_communities_managecommunitymember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L250",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_leavecommunity",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L251",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_leavecommunity",
      "target": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L254",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_leavecommunity",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_utils_messenger_communities_leavecommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members_action",
      "target": "remix_app_api_utils_messenger_communities_leavecommunity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createinvite",
      "target": "remix_app_api_utils_messenger_communities_topublicinvite"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L346",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_messenger_communities_listinvites",
      "target": "remix_app_api_utils_messenger_communities_topublicinvite"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L293",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createinvite",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L294",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createinvite",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L317",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createinvite",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L298",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_createinvite",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_utils_messenger_communities_createinvite"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites_action",
      "target": "remix_app_api_utils_messenger_communities_createinvite"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L335",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_listinvites",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L336",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_listinvites",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L340",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_listinvites",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_utils_messenger_communities_listinvites"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites_loader",
      "target": "remix_app_api_utils_messenger_communities_listinvites"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L354",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L364",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L355",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L362",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L356",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_joincommunitybycode",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_api_utils_messenger_communities_joincommunitybycode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join_action",
      "target": "remix_app_api_utils_messenger_communities_joincommunitybycode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L393",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managesections",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L386",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managesections",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L387",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managesections",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L397",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managesections",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/communities.ts",
      "source_location": "L391",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_communities_managesections",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_api_utils_messenger_communities_managesections"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections_action",
      "target": "remix_app_api_utils_messenger_communities_managesections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_deleteemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_deleteemojiresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_emojiattachmenturl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_emojiimagetostring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_listemojis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_listemojisresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_publiccustomemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_topublicemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_uploademoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_emojis_uploademojiresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_messengermediacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_messengermediacore_customemojiidforattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_messengermediacore_matchescommittedemojirequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_shared"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_shared_emojiscopekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_messenger_shared_role_rank"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_api_utils_messenger_emojis"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_messenger_emojis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_topublicemoji",
      "target": "remix_app_api_utils_messenger_emojis_emojiimagetostring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_topublicemoji",
      "target": "remix_app_api_utils_messenger_emojis_emojiattachmenturl"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_messenger_emojis_listemojis",
      "target": "remix_app_api_utils_messenger_emojis_topublicemoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_emojis_topublicemoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_messengermediacore_customemojiidforattachment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L122",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_messengermediacore_matchescommittedemojirequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L91",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L105",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_shared_emojiscopekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L88",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L101",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L96",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L110",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_uploademoji",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_messenger_emojis_uploademoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis_action",
      "target": "remix_app_api_utils_messenger_emojis_uploademoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L161",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_listemojis",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L155",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_listemojis",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L154",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_listemojis",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L148",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_listemojis",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_messenger_emojis_listemojis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis_loader",
      "target": "remix_app_api_utils_messenger_emojis_listemojis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L183",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_deleteemoji",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L178",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_deleteemoji",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L179",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_deleteemoji",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/emojis.ts",
      "source_location": "L192",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_emojis_deleteemoji",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_api_utils_messenger_emojis_deleteemoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete_action",
      "target": "remix_app_api_utils_messenger_emojis_deleteemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_followersofset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_followingset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_followstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_followstatusresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_isfollowing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_resolvetargetuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_togglefollow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_follows_togglefollowresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_shared"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_shared_followkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_follows"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_messenger_follows"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_messenger_follows"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows_followstatus",
      "target": "remix_app_api_utils_messenger_follows_isfollowing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_isfollowing",
      "target": "remix_app_api_utils_messenger_shared_followkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_isfollowing",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_follows_isfollowing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L335",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_follows_isfollowing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_messenger_follows_isfollowing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_setfollow",
      "target": "remix_app_api_utils_messenger_follows_isfollowing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_followingset",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_follows_followingset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L407",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_follows_followingset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_followersofset",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_follows_followersofset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L407",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_follows_followersofset"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows_followstatus",
      "target": "remix_app_api_utils_messenger_follows_resolvetargetuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_follows_togglefollow",
      "target": "remix_app_api_utils_messenger_follows_resolvetargetuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L61",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_followstatus",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_followstatus",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_messenger_follows_followstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow_action",
      "target": "remix_app_api_utils_messenger_follows_followstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow_loader",
      "target": "remix_app_api_utils_messenger_follows_followstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_togglefollow",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L87",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_togglefollow",
      "target": "remix_app_api_utils_messenger_shared_followkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L94",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_togglefollow",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/follows.ts",
      "source_location": "L86",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_follows_togglefollow",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_messenger_follows_togglefollow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L81",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_setfollow",
      "target": "remix_app_api_utils_messenger_follows_togglefollow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_buildsummarycontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_canadministerchat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_chataccess"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_chatdetailresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_chatlistentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_chatlistentryfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_chatpreviewof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_chatreactionresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_createchat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L288",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_createchatresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_customemojimap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_deletemessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_deletemessageresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_editmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_editmessageresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L618",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_getchatdetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_insertchatmember"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_insertsystemmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_leavechat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_leavechatresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_listchats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_listchatsresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_listmessages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1035",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_listmessagesresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1447",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_listrequests"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_managechatmembers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_managemembersresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_markchatread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_markreadresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L710",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_memberspayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_messagepreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_previewtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_projectmessages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_publicchat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_publicchatmember"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_publicchatmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_requestsresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_respondrequestresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1464",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_respondtorequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_revivemembership"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_sendmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_sendmessageresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_summarycontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_summaryentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_togglechatreaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_topublicchat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_topublicmember"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_touchchat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_updatechat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messenger_updatechatresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messengermediacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messengermediacore_matchescommittedmessagerequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messengermediacore_messageidforrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_messengermediacore_normalizedmessengerrequestid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_chatmemberkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_chatrole"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_chattype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_communitymembersamong"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_countactivechatmembers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_dmkeyof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_getchatmemberdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_listchatmemberdocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_memberstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_requestorigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_messenger_shared_role_rank"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_utils_reactiontokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_utils_reactiontokens_customreactionemojiid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_utils_reactiontokens_iscustomreactiontoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_utils_reactiontokens_sanitizechatreactiontoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/get/_get.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_get_get",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/updates/_updates.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_updates_updates",
      "target": "remix_app_api_utils_messenger_messenger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "target": "remix_app_api_utils_messenger_messenger_topublicchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_messenger_messenger_topublicchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_summaryentry",
      "target": "remix_app_api_utils_messenger_messenger_topublicchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_messenger_messenger_topublicchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L638",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "target": "remix_app_api_utils_messenger_messenger_topublicmember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1099",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_messenger_messenger_topublicmember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_summaryentry",
      "target": "remix_app_api_utils_messenger_messenger_topublicmember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_messenger_insertchatmember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_insertchatmember",
      "target": "remix_app_api_utils_messenger_shared_chatmemberkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_insertchatmember",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_insertchatmember",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L754",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_messenger_insertchatmember"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_messenger_revivemembership"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_messenger_revivemembership"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_revivemembership",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_messenger_revivemembership"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_insertsystemmessage",
      "target": "remix_app_api_utils_messenger_messenger_chatpreviewof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_messenger_chatpreviewof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_insertsystemmessage",
      "target": "remix_app_api_utils_messenger_messenger_touchchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_messenger_touchchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_touchchat",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_messenger_insertsystemmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_insertsystemmessage",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_insertsystemmessage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_leavechat",
      "target": "remix_app_api_utils_messenger_messenger_insertsystemmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L756",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_messenger_insertsystemmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L701",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_messenger_messenger_insertsystemmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_deletemessage",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_editmessage",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L866",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_leavechat",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_markchatread",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L265",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_resolvechataccess",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_resolvechataccess",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_resolvechataccess",
      "target": "remix_app_api_utils_messenger_shared_getchatmemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1356",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_messenger_messenger_resolvechataccess"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_canadministerchat",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_deletemessage",
      "target": "remix_app_api_utils_messenger_messenger_canadministerchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_messenger_canadministerchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L658",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_messenger_messenger_canadministerchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_messenger_chatlistentryfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L360",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L382",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_communitymembersamong"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L367",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L320",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_dmkeyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L303",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L365",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L325",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_getchatmemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L336",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L304",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_createchat",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_utils_messenger_messenger_createchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats_action",
      "target": "remix_app_api_utils_messenger_messenger_createchat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L445",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_buildsummarycontext",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L583",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_chatlistentryfor",
      "target": "remix_app_api_utils_messenger_messenger_buildsummarycontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listchats",
      "target": "remix_app_api_utils_messenger_messenger_buildsummarycontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1454",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listrequests",
      "target": "remix_app_api_utils_messenger_messenger_buildsummarycontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_chatlistentryfor",
      "target": "remix_app_api_utils_messenger_messenger_summaryentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_summaryentry",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L582",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_chatlistentryfor",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_chatlistentryfor",
      "target": "remix_app_api_utils_messenger_shared_getchatmemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L595",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listchats",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_utils_messenger_messenger_listchats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats_loader",
      "target": "remix_app_api_utils_messenger_messenger_listchats"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/updates/_updates.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_updates_updates",
      "target": "remix_app_api_utils_messenger_messenger_listchats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/updates/_updates.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_updates_updates_loader",
      "target": "remix_app_api_utils_messenger_messenger_listchats"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L632",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L622",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_getchatdetail",
      "target": "remix_app_api_utils_messenger_shared_listchatmemberdocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/get/_get.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_get_get",
      "target": "remix_app_api_utils_messenger_messenger_getchatdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/get/_get.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_get_get_loader",
      "target": "remix_app_api_utils_messenger_messenger_getchatdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L665",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L656",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L702",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L661",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_updatechat",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_api_utils_messenger_messenger_updatechat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update_action",
      "target": "remix_app_api_utils_messenger_messenger_updatechat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_messenger_memberspayload"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_memberspayload",
      "target": "remix_app_api_utils_messenger_shared_listchatmemberdocs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L831",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L784",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_shared_communitymembersamong"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L741",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L752",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_shared_countactivechatmembers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L736",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L737",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L743",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_messenger_shared_getchatmemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L764",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_managechatmembers",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_api_utils_messenger_messenger_managechatmembers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members_action",
      "target": "remix_app_api_utils_messenger_messenger_managechatmembers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L869",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_leavechat",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L876",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_leavechat",
      "target": "remix_app_api_utils_messenger_shared_listchatmemberdocs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L870",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_leavechat",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_api_utils_messenger_messenger_leavechat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave_action",
      "target": "remix_app_api_utils_messenger_messenger_leavechat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_editmessage",
      "target": "remix_app_api_utils_messenger_messenger_projectmessages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1083",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_messenger_messenger_projectmessages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L894",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_projectmessages",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L955",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_projectmessages",
      "target": "remix_app_utils_reactiontokens_customreactionemojiid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_projectmessages",
      "target": "remix_app_utils_reactiontokens_iscustomreactiontoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1016",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_projectmessages",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_messenger_projectmessages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_api_utils_messenger_messenger_projectmessages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1067",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1093",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_messenger_shared_listchatmemberdocs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1055",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listmessages",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_messenger_messenger_listmessages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages_loader",
      "target": "remix_app_api_utils_messenger_messenger_listmessages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1144",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_messengermediacore_messageidforrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1142",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_messengermediacore_normalizedmessengerrequestid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1140",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1175",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1158",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1216",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_sendmessage",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_messenger_messenger_sendmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages_action",
      "target": "remix_app_api_utils_messenger_messenger_sendmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1286",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_editmessage",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1287",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_editmessage",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1297",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_editmessage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_api_utils_messenger_messenger_editmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit_action",
      "target": "remix_app_api_utils_messenger_messenger_editmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1318",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_deletemessage",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1319",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_deletemessage",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1333",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_deletemessage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_api_utils_messenger_messenger_deletemessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete_action",
      "target": "remix_app_api_utils_messenger_messenger_deletemessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1352",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1353",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1393",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1362",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1364",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_utils_reactiontokens_customreactionemojiid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1363",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_utils_reactiontokens_iscustomreactiontoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1359",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_togglechatreaction",
      "target": "remix_app_utils_reactiontokens_sanitizechatreactiontoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_api_utils_messenger_messenger_togglechatreaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react_action",
      "target": "remix_app_api_utils_messenger_messenger_togglechatreaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1427",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_markchatread",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1428",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_markchatread",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_api_utils_messenger_messenger_markchatread"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read_action",
      "target": "remix_app_api_utils_messenger_messenger_markchatread"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1448",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_listrequests",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_utils_messenger_messenger_listrequests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests_loader",
      "target": "remix_app_api_utils_messenger_messenger_listrequests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1465",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_respondtorequest",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1466",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_respondtorequest",
      "target": "remix_app_api_utils_messenger_shared_getchatmemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/messenger.ts",
      "source_location": "L1469",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_messenger_respondtorequest",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_utils_messenger_messenger_respondtorequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests_action",
      "target": "remix_app_api_utils_messenger_messenger_respondtorequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_test",
      "target": "remix_app_api_utils_messenger_messengermediacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_test",
      "target": "remix_app_api_utils_messenger_messengermediacore_customemojiidforattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_test",
      "target": "remix_app_api_utils_messenger_messengermediacore_exactstringset"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_test",
      "target": "remix_app_api_utils_messenger_messengermediacore_matchescommittedemojirequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_test",
      "target": "remix_app_api_utils_messenger_messengermediacore_matchescommittedmessagerequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_test",
      "target": "remix_app_api_utils_messenger_messengermediacore_messageidforrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_test",
      "target": "remix_app_api_utils_messenger_messengermediacore_normalizedmessengerrequestid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore",
      "target": "remix_app_api_utils_messenger_messengermediacore_customemojiidforattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore",
      "target": "remix_app_api_utils_messenger_messengermediacore_exactstringset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore",
      "target": "remix_app_api_utils_messenger_messengermediacore_matchescommittedemojirequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore",
      "target": "remix_app_api_utils_messenger_messengermediacore_matchescommittedmessagerequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore",
      "target": "remix_app_api_utils_messenger_messengermediacore_messageidforrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore",
      "target": "remix_app_api_utils_messenger_messengermediacore_normalizedmessengerrequestid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore",
      "target": "remix_app_api_utils_messenger_messengermediacore_ownerscopedid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_customemojiidforattachment",
      "target": "remix_app_api_utils_messenger_messengermediacore_ownerscopedid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_messageidforrequest",
      "target": "remix_app_api_utils_messenger_messengermediacore_ownerscopedid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/messengerMediaCore.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_messengermediacore_matchescommittedmessagerequest",
      "target": "remix_app_api_utils_messenger_messengermediacore_exactstringset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_boundedtrimmed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_chatmemberkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_chatrole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_chattype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_communitymemberkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_communitymembersamong"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_communityroleof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_countactivechatmembers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_dmkeyof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_emojiscopekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_findthingbykind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_followkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_getchatmemberdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_isduplicatekeyerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_listchatmemberdocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_memberstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_newthingdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_requestorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_messenger_shared_role_rank"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared_getchatmemberdoc",
      "target": "remix_app_api_utils_messenger_shared_chatmemberkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc",
      "target": "remix_app_api_utils_messenger_shared_communitymemberkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_shared_findthingbykind",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L58",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_shared_getchatmemberdoc",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_messenger_shared_communityroleof",
      "target": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_shared_getcommunitymemberdoc",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_shared_communitymembersamong",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L96",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_shared_listchatmemberdocs",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/messenger/shared.ts",
      "source_location": "L104",
      "weight": 1.0,
      "source": "remix_app_api_utils_messenger_shared_countactivechatmembers",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore_test",
      "target": "remix_app_api_utils_migrations_migrationcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore_test",
      "target": "remix_app_api_utils_migrations_migrationcore_builtinschemaseedneedsrefresh"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore_test",
      "target": "remix_app_api_utils_migrations_migrationcore_exactdocumentsnapshotmatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore_test",
      "target": "remix_app_api_utils_migrations_migrationcore_storagemigrationownership"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore",
      "target": "remix_app_api_utils_migrations_migrationcore_builtinschemaseedneedsrefresh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore",
      "target": "remix_app_api_utils_migrations_migrationcore_exactdocumentsnapshotmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore",
      "target": "remix_app_api_utils_migrations_migrationcore_storagemigrationownership"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore",
      "target": "remix_app_api_utils_storage_storagecore_isbillablestoragething"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationcore_exactdocumentsnapshotmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_collectiontothingsmigration",
      "target": "remix_app_api_utils_migrations_migrationcore_exactdocumentsnapshotmatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationcore_builtinschemaseedneedsrefresh"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrationCore.ts",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrationcore_storagemigrationownership",
      "target": "remix_app_api_utils_storage_storagecore_isbillablestoragething"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationcore_storagemigrationownership"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1769",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_countunstampedbillablethings",
      "target": "remix_app_api_utils_migrations_migrationcore_storagemigrationownership"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_ismigrationdiagnosticid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealfromthing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_test",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnosticinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_diagnosticoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_findmigrationdiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L366",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnosticreveal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_ismigrationdiagnosticid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticreveal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealdescriptor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealfromthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_pruneolddiagnostics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_revealablefrom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safediagnosticdetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safemigrationid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safeownerid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferedactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferevealables"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safestatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safestoreddate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safesummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_storeddiagnosticsecure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_storeddiagnosticsecurev1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_storeddiagnosticsecurev2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticreveal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safemigrationid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safemigrationid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safemigrationid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safestatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safestatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safestatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safesummary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safesummary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L356",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safesummary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safeownerid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safeownerid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_findmigrationdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safeownerid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safediagnosticdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safediagnosticdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safediagnosticdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safediagnosticdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferedactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferedactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferedactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferedactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_saferevealables",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_revealablefrom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferevealables"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_saferevealables"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_safestoreddate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_formatmigrationdiagnosticdetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_ismigrationdiagnosticid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_findmigrationdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_ismigrationdiagnosticid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_ismigrationdiagnosticid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_ismigrationdiagnosticid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_buildmigrationdiagnosticthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_pruneolddiagnostics"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_pruneolddiagnostics",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L253",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_createmigrationdiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_unpackdiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_findmigrationdiagnostic",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_findmigrationdiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnosticreveal",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_findmigrationdiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealfromthing",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticfromthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationDiagnostics.ts",
      "source_location": "L405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnosticreveal",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_migrationdiagnosticrevealfromthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_migrations_migrationdiagnostics_getmigrationdiagnosticreveal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_migrations_migrationfailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_migrations_migrationfailure_capturemigrationfailurediagnostic"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_migrations_migrationfailure_test_get"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_test",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_capturemigrationfailurediagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatoroptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_operatorpresentation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_safecount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_safemigrationid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_storagemutationpresentation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_migrations_migrationfailure_withdiagnosticsource"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationfailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrationfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult",
      "target": "remix_app_api_utils_migrations_migrationfailure_safemigrationid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_operatorpresentation",
      "target": "remix_app_api_utils_migrations_migrationfailure_safemigrationid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult",
      "target": "remix_app_api_utils_migrations_migrationfailure_withdiagnosticsource"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_capturemigrationfailurediagnostic",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror_diagnosticrevealcontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrationfailure_capturemigrationfailurediagnostic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_operatorpresentation",
      "target": "remix_app_api_utils_migrations_migrationfailure_safecount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror_constructor",
      "target": "remix_app_api_utils_migrations_migrationfailure_operatorpresentation"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror_constructor"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror_diagnosticrevealcontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationoperatorerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrationFailure.ts",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult",
      "target": "remix_app_api_utils_migrations_migrationfailure_storagemutationpresentation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2719",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_runmigration",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrationfailure_migrationfailureresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_test",
      "target": "remix_app_api_utils_migrations_migrations"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_test",
      "target": "remix_app_api_utils_migrations_migrations_conversionthingsemanticallyequals"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_test",
      "target": "remix_app_api_utils_migrations_migrations_userstorageprerequisites"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_versioned_collections",
      "target": "remix_app_api_utils_migrations_migrations"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountershareid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_apps_namespace_appthingsizebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_acquiremigrationlease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_appnamespacebackfillfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_appstorageallowancebackfillfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_backfillappnamespacefields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_backfillappstorageallowances"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2040",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_backfilluserstorageaccounting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L288",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_buildlegacyrelationaldestination"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_builtincrystalschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_builtinschemacrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_builtinschemashareids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L633",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_builtthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1835",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_canonicalstandingappcounter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_collectiongenerationstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L761",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_collectiontothingsmigration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_collectionversionstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_conversionsemanticfields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L732",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_conversionthingsemanticallyequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_convertspec"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1649",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_countlegacyservicequotathings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_countunstampedbillablethings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_currentuserids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L738",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_destinationversioncas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_dropstalecollectiongenerations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_embeddedinteractionresiduefilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_exactinteractiontwin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1028",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_feedalgorithmstothings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1984",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_fenceallstorageledgers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_genuineseededschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2585",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_getmigration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_getmigrationstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L700",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_hascollectionconversionreceipt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_interactionmigrationcollision"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_interactionplan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_legacypostfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_legacyrelationalfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_legacyresidue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_legacyresiduerow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_legacyrowhasconvertedthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_legacyservicequotamatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L621",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_makenotes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_mergelegacycollections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_migratelegacyservicequotathings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_migration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_migrationlease"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_migrationreceiptkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_migrationreport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_migrations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L655",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_migrationsourcedigest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1851",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_pendingappstorageaccounting"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2051",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_registeredappstorageids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_runmigration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_seedbuiltinschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_sourceupdatedatms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_stablemigrationvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_stalegenerationblocker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_stampmigration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_themestothings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_thingsmigration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_thingsmigrationpostfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_userstorageprerequisites"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L915",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_userstothings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_validmigrationdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_versionfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1077",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_waitlisttothings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_writecollectionconversionreceipt"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collectionnames"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collectionnames_classifyphysicalcollections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collectionnames_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collectionnames_collectionversion"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collections_getadoptionissues"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collections_getthingtimedb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_storage_storagecore_storagesandboxstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_storage_storagecore_user_storage_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_storage_userstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_storage_userstorage_reconcileuserstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowanceisvalid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgerenvelopecanupgrade"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgermatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_themes_themes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_themes_themes_themeacl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_things_quota"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_waitlist_waitlist"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_api_utils_waitlist_waitlist_waitlistemailkey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_schemas_registry_aclfromvisibility"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_schemas_registry_projectbuiltinschemacrystal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations",
      "target": "remix_app_schemas_registry_validatethingtimecrystal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrations"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2704",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_runmigration",
      "target": "remix_app_api_utils_migrations_migrations_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_acquiremigrationlease",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_acquiremigrationlease",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_runmigration",
      "target": "remix_app_api_utils_migrations_migrations_acquiremigrationlease"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_stampmigration",
      "target": "remix_app_api_utils_migrations_migrations_versionfilter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_stampmigration",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_buildlegacyrelationaldestination",
      "target": "remix_app_api_utils_migrations_migrations_validmigrationdate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_interactionmigrationcollision",
      "target": "remix_app_api_utils_migrations_migrations_interactionmigrationcollision_constructor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_conversionthingsemanticallyequals",
      "target": "remix_app_api_utils_migrations_migrations_stablemigrationvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_migrationreceiptkey",
      "target": "remix_app_api_utils_migrations_migrations_stablemigrationvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_migrationsourcedigest",
      "target": "remix_app_api_utils_migrations_migrations_stablemigrationvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L711",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_hascollectionconversionreceipt",
      "target": "remix_app_api_utils_migrations_migrations_migrationsourcedigest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_writecollectionconversionreceipt",
      "target": "remix_app_api_utils_migrations_migrations_migrationsourcedigest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_hascollectionconversionreceipt",
      "target": "remix_app_api_utils_migrations_migrations_migrationreceiptkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L679",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_writecollectionconversionreceipt",
      "target": "remix_app_api_utils_migrations_migrations_migrationreceiptkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_hascollectionconversionreceipt",
      "target": "remix_app_api_utils_migrations_migrations_sourceupdatedatms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_writecollectionconversionreceipt",
      "target": "remix_app_api_utils_migrations_migrations_sourceupdatedatms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L676",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_writecollectionconversionreceipt",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_hascollectionconversionreceipt",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_legacyrowhasconvertedthing",
      "target": "remix_app_api_utils_migrations_migrations_hascollectionconversionreceipt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L774",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_collectiontothingsmigration",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_collectiontothingsmigration",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_builtinschemashareids",
      "target": "remix_app_api_utils_migrations_migrations_builtincrystalschemas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_builtinschemacrystal",
      "target": "remix_app_schemas_registry_projectbuiltinschemacrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_builtinschemacrystal",
      "target": "remix_app_schemas_registry_validatethingtimecrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_legacyrowhasconvertedthing",
      "target": "remix_app_api_utils_waitlist_waitlist_waitlistemailkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_legacyresidue",
      "target": "remix_app_api_utils_mongodb_collectionnames_classifyphysicalcollections"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_legacyresidue",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_legacyresidue",
      "target": "remix_app_api_utils_mongodb_collections_getthingtimedb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1912",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_migrations_migrations_userstorageprerequisites"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2733",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_runmigration",
      "target": "remix_app_api_utils_migrations_migrations_userstorageprerequisites"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_currentuserids",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1987",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_fenceallstorageledgers",
      "target": "remix_app_api_utils_migrations_migrations_currentuserids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1917",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_migrations_migrations_currentuserids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1650",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_countlegacyservicequotathings",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_countlegacyservicequotathings",
      "target": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_migrations_migrations_countlegacyservicequotathings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1663",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_migratelegacyservicequotathings",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1669",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_migratelegacyservicequotathings",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1719",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_migratelegacyservicequotathings",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_migratelegacyservicequotathings",
      "target": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1674",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_migratelegacyservicequotathings",
      "target": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1741",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_countunstampedbillablethings",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1767",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_countunstampedbillablethings",
      "target": "remix_app_api_utils_storage_storagecore_storagesandboxstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_countunstampedbillablethings",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1949",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_migrations_migrations_countunstampedbillablethings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1868",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendingappstorageaccounting",
      "target": "remix_app_api_utils_migrations_migrations_canonicalstandingappcounter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1900",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendingappstorageaccounting",
      "target": "remix_app_api_utils_apps_namespace_appstoragecountershareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendingappstorageaccounting",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_migrations_migrations_pendingappstorageaccounting"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1916",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowanceisvalid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1932",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_pendinguserstorageaccounting",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_fenceallstorageledgers",
      "target": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1965",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgerenvelopecanupgrade"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1970",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgermatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1964",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_upgradeusersubscriptionledgerenvelopes",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1985",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_fenceallstorageledgers",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L1993",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_fenceallstorageledgers",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2786",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_runmigration",
      "target": "remix_app_api_utils_migrations_migrations_fenceallstorageledgers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_runmigration",
      "target": "remix_app_api_utils_migrations_migrations_getmigration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2649",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_getmigrationstatus",
      "target": "remix_app_api_utils_mongodb_collectionnames_classifyphysicalcollections"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2665",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_getmigrationstatus",
      "target": "remix_app_api_utils_mongodb_collections_getadoptionissues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2621",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_getmigrationstatus",
      "target": "remix_app_api_utils_mongodb_collections_getthingtimedb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_migrations",
      "target": "remix_app_api_utils_migrations_migrations_getmigrationstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_migrations_loader",
      "target": "remix_app_api_utils_migrations_migrations_getmigrationstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/migrations/migrations.ts",
      "source_location": "L2734",
      "weight": 1.0,
      "source": "remix_app_api_utils_migrations_migrations_runmigration",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_utils_migrations_migrations_runmigration"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_collectionnames"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_collectionnames_classifyphysicalcollections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_collectionnames_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_collectionnames_collectionversion"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_collectionnames_isknowncollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_collectionnames_versionedcollectionname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_querysafety"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_api_utils_mongodb_querysafety_resolvepipelinecollections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_test",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_versioned_collections",
      "target": "remix_app_api_utils_mongodb_collectionnames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_classifyphysicalcollections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_collections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_collectionversion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_isknowncollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_knowncollections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectioninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_api_utils_mongodb_collectionnames_versionedcollectionname"
    },
    {
      "relation": "references",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "confidence_score": 0.9,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "references",
      "context": "export",
      "confidence": "INFERRED",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 0.9,
      "confidence_score": 0.85,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collectionnames"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_collectionnames"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_collectionnames"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collectionnames_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_collectionnames_isknowncollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_classifyphysicalcollections",
      "target": "remix_app_api_utils_mongodb_collectionnames_collectionversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname",
      "target": "remix_app_api_utils_mongodb_collectionnames_collectionversion"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collectionnames_collectionversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collectionNames.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname",
      "target": "remix_app_api_utils_mongodb_collectionnames_versionedcollectionname"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collectionnames_versionedcollectionname"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_adoptversionedcollections",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L249",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getcollection",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L250",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_gethomecollection",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_thingscollection",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L96",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_collectionnames_physicalcollectionname"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_versioned_collections",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_adoptionissues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_adoptversionedcollections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_clientcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_createindexreplacing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_createthingsdataindexes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_customindexesensured"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_ensurecustomdataindexes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getadoptionissues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getauthotpscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getclientcachedfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemaileventscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemailidentitiescollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemailsubscriptionscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemailsuppressionlistcollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemailtemplatescollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemailunsubscribescollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getemailverificationscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingtimedb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getlopumusingratelimitscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getpasswordresetscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getpostviewscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getratelimitscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getrosterscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getsessionscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getthemescollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getthingtimedb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_getwaitlistcollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_runmongotransaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L354",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_taggedcollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_thingscollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_warniftransactionsunsupported"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_collections_withmongotransaction"
    },
    {
      "relation": "references",
      "context": "import",
      "confidence": "INFERRED",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 0.9,
      "confidence_score": 0.8,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "references",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "confidence_score": 0.9,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongouri"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_mongodb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/plugins/mongo-warmup.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_plugins_mongo_warmup",
      "target": "remix_app_api_utils_mongodb_collections"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getclientcachedfor",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getclientcachedfor",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthingtimedb",
      "target": "remix_app_api_utils_mongodb_collections_getclientcachedfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withhomemongotransaction",
      "target": "remix_app_api_utils_mongodb_collections_getclientcachedfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withmongotransaction",
      "target": "remix_app_api_utils_mongodb_collections_getclientcachedfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withhomemongotransaction",
      "target": "remix_app_api_utils_mongodb_collections_runmongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withmongotransaction",
      "target": "remix_app_api_utils_mongodb_collections_runmongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withmongotransaction",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withmongotransaction",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withmongotransaction",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L121",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_withhomemongotransaction",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L384",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_reconcileuserstorage",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L347",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_deletetheme",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L150",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_mongodb_collections_withhomemongotransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_gethomecollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingtimedb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthingtimedb",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingtimedb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_warniftransactionsunsupported",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingtimedb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getcollection",
      "target": "remix_app_api_utils_mongodb_collections_getthingtimedb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthingtimedb",
      "target": "remix_app_api_utils_mongodb_collections_ensurecustomdataindexes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L199",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthingtimedb",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L198",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthingtimedb",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthingtimedb",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_collections_getthingtimedb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_collections_getthingtimedb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/plugins/mongo-warmup.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_plugins_mongo_warmup",
      "target": "remix_app_api_utils_mongodb_collections_warniftransactionsunsupported"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthingscollection",
      "target": "remix_app_api_utils_mongodb_collections_getcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getauthotpscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemaileventscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemailidentitiescollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemailmessagescollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemailsubscriptionscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemailsuppressionlistcollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemailtemplatescollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemailunsubscribescollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getemailverificationscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getfeedalgorithmscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_gethomethingscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getlopumusingratelimitscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getpasswordresetscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getpostviewscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getratelimitscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getrosterscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getsessionscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getsettingscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getthemescollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getuserscollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_getwaitlistcollection",
      "target": "remix_app_api_utils_mongodb_collections_gethomecollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_loadactors",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_listalluserids",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_loadpublicprofiles",
      "target": "remix_app_api_utils_mongodb_collections_getuserscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L112",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotification",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L142",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotificationsbulk",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L221",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_listnotifications",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L163",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_loadactors",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L265",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_marknotificationsread",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L89",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_trimrecipient",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_listalluserids",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_loadnotificationcounts",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L90",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_loadpostsandviews",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browselibrary",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browsemine",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browsepopular",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_decorate",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L289",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L165",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L136",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L145",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusages",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L364",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L194",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_reconcileuserstorageintransaction",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L601",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_clearsubscription",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L253",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L280",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L355",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L845",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_archivesubscriptiontierversion",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L489",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L503",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L429",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L414",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L373",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L360",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L662",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L806",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L551",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L342",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_deletetheme",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L81",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_findthemething",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L295",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_listthemesforuser",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L136",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_initializequotathing",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_validatedquotapreimage",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L531",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L114",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_views_recordpostviews",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L98",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_followeridsof",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L131",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_friendaction",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L227",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_friendidsof",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L391",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_listconnections",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L306",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_loadpublicprofiles",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L263",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_relationshipsummary",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_setfollow",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L102",
      "weight": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_joinwaitlist",
      "target": "remix_app_api_utils_mongodb_collections_getthingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_loadactors",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_trimrecipient",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_listalluserids",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_loadnotificationcounts",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_loadpostsandviews",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_reconcileuserstorageintransaction",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L662",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_findthemething",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_loadpublicprofiles",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_mongodb_collections_gethomethingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_mongodb_collections_getlopumusingratelimitscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_consumejoinquota",
      "target": "remix_app_api_utils_mongodb_collections_getlopumusingratelimitscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_mongodb_collections_getthemescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L343",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_deletetheme",
      "target": "remix_app_api_utils_mongodb_collections_getthemescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L327",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_getownedtheme",
      "target": "remix_app_api_utils_mongodb_collections_getthemescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L317",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_getsharedtheme",
      "target": "remix_app_api_utils_mongodb_collections_getthemescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L303",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_listthemesforuser",
      "target": "remix_app_api_utils_mongodb_collections_getthemescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L137",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_mongodb_collections_getthemescollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_mongodb_collections_getwaitlistcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_joinwaitlist",
      "target": "remix_app_api_utils_mongodb_collections_getwaitlistcollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L190",
      "weight": 1.0,
      "source": "remix_app_api_utils_ratelimit_config_getratelimitconfig",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L210",
      "weight": 1.0,
      "source": "remix_app_api_utils_ratelimit_config_setratelimitconfig",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L592",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_acquirepublishlock",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_releasepublishlock",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L622",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_renewpublishlock",
      "target": "remix_app_api_utils_mongodb_collections_getsettingscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_mongodb_collections_getratelimitscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget_consumebytebudget",
      "target": "remix_app_api_utils_mongodb_collections_getratelimitscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L86",
      "weight": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget_refundbytebudget",
      "target": "remix_app_api_utils_mongodb_collections_getratelimitscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_mongodb_collections_getratelimitscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_consume",
      "target": "remix_app_api_utils_mongodb_collections_getratelimitscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_recentnotificationemailcount",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L148",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_mongodb_collections_getemailmessagescollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_mongodb_collections_getpostviewscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_loadpostsandviews",
      "target": "remix_app_api_utils_mongodb_collections_getpostviewscollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_mongodb_collections_getpostviewscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L134",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_views_recordpostviews",
      "target": "remix_app_api_utils_mongodb_collections_getpostviewscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L172",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_views_resolveviewstats",
      "target": "remix_app_api_utils_mongodb_collections_getpostviewscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_createthingsdataindexes",
      "target": "remix_app_api_utils_mongodb_collections_createindexreplacing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_createthingsdataindexes",
      "target": "remix_app_api_utils_mongodb_collections_taggedcollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_createthingsdataindexes",
      "target": "remix_app_api_utils_mongodb_collections_thingscollection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/collections.ts",
      "source_location": "L656",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_collections_ensurecustomdataindexes",
      "target": "remix_app_api_utils_mongodb_collections_createthingsdataindexes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget_consumebytebudget",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/plugins/mongo-warmup.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_plugins_mongo_warmup",
      "target": "remix_app_api_utils_mongodb_collections_ensureindexes"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_one_mongo_connection",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/config.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_config",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/config.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_config",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/nitro.config.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_nitro_config",
      "target": "remix_app_api_utils_mongodb_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L125",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_getactivemongouri",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L133",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_getdefaulthost",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_actionexport",
      "target": "remix_app_api_utils_mongodb_config_getmongouri"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L163",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_probemongourl",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L54",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_validatemongourl",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_status_getmongostatus",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_getdefaulthost",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_toactiveendpoint",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_topublicendpoint",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_actionexport",
      "target": "remix_app_api_utils_mongodb_config_sanitisemongohost"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_one_mongo_connection",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_clearmongoendpointcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongoendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongouri"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_mongoendpointcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_mongoendpointselection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_mongoendpointstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_mongoproberesult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_probemongourl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_runwithmongoendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_serializemongoendpointcookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_validatemongourl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_mongodb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_test",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_endpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_mongoendpointselection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_validatemongourl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_validatemongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_utils_mongodb_endpoint_validatemongourl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_endpoint_validatemongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L105",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_mongodb_endpoint_validatemongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname",
      "target": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_probemongourl",
      "target": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_toactiveendpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_topublicendpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_dbnamefrommongourl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_loader",
      "target": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L91",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_loader",
      "target": "remix_app_api_utils_mongodb_endpoint_getrequestmongoendpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_serializemongoendpointcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_utils_mongodb_endpoint_serializemongoendpointcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_clearmongoendpointcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_utils_mongodb_endpoint_clearmongoendpointcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_endpoint_clearmongoendpointcookie"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_mongodb_endpoint_clearmongoendpointcookie"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_test",
      "target": "remix_app_api_utils_mongodb_endpoint_runwithmongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_getactivemongouri",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongoendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongoendpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_status_getmongostatus",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongouri"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_status_getmongostatus",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L107",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_views_recordpostviews",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L170",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_views_resolveviewstats",
      "target": "remix_app_api_utils_mongodb_endpoint_iscustommongoendpointactive"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L65",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_status_getmongostatus",
      "target": "remix_app_api_utils_mongodb_endpoint_getactivemongodbname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/endpoint.ts",
      "source_location": "L155",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_endpoint_probemongourl",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_mongodb_endpoint_probemongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L120",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_utils_mongodb_endpoint_probemongourl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_mongodb_endpoint_probemongourl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_mongodb_endpoint_probemongourl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/mongodb.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_mongodb",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/objectId.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_objectid",
      "target": "remix_app_api_utils_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_mongodb"
    },
    {
      "relation": "imports",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L110",
      "weight": 1.0,
      "context": "import",
      "confidence_score": 1.0,
      "source": "remix_package_dependencies_mongodb",
      "target": "remix_app_api_utils_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/mongodb.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_mongodb_getmongodb",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/objectId.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_objectid",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/objectId.ts",
      "source_location": "L5",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_objectid_getobjectid",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_status_getmongostatus",
      "target": "remix_app_api_utils_mongodb_mongodb_getmongodb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/objectId.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_objectid",
      "target": "remix_app_api_utils_mongodb_objectid_getobjectid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_blocked_query_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_bson_value_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_filter_operators"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_protected_thing_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_collections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_limits"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_operations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_read_only_aggregation_stages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongobsonvaluetype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerycollection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoqueryoperation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoqueryrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerysuccess"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryContract.ts",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querycontract",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoreadonlyaggregationstage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_api_utils_mongodb_querycontract"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_collections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerycollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerycollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerycollection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_protected_thing_fields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_operations"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_operations"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L329",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_raw_raw",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_operations"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoqueryoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoqueryoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoqueryoperation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_filter_operators"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_filter_operators"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_bson_value_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_bson_value_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_api_utils_mongodb_querycontract_mongobsonvaluetype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_api_utils_mongodb_querycontract_mongobsonvaluetype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_api_utils_mongodb_querycontract_mongobsonvaluetype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_read_only_aggregation_stages"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_read_only_aggregation_stages"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoreadonlyaggregationstage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoreadonlyaggregationstage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_limits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_limits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_limits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_query_limits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongo_blocked_query_keys"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoqueryrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoqueryrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerysuccess"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerysuccess"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_api_utils_mongodb_querycontract_mongoquerysuccess"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_test",
      "target": "remix_app_api_utils_mongodb_queryrunner_test_normalized"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_test",
      "target": "remix_app_api_utils_mongodb_querysafety"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_test",
      "target": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_test",
      "target": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_test",
      "target": "remix_app_api_utils_mongodb_querysafety_redactmongovalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.test.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_test_normalized",
      "target": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_queryrunner_baseoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_queryrunner_boundeddistinctpipeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_queryrunner_collectvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_queryrunner_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_queryrunner_runmongoquery"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety_mongoquerycapabilities"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety_normalizedmongoquery"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety_redactmongovalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety_resolvepipelinecollections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner",
      "target": "remix_app_api_utils_mongodb_querysafety_safemongoerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_queryrunner_baseoptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_collectvalues",
      "target": "remix_app_api_utils_mongodb_querysafety_redactmongovalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_queryrunner_collectvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_queryrunner_boundeddistinctpipeline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L87",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L85",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_querysafety_resolvepipelinecollections"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/mongodb/queryRunner.ts",
      "source_location": "L188",
      "weight": 1.0,
      "source": "remix_app_api_utils_mongodb_queryrunner_runmongoquery",
      "target": "remix_app_api_utils_mongodb_querysafety_safemongoerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_aggregationstageset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_all_probe_predicates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_blockedkeyset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_boundedinteger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_collectionset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_compute_probe_predicates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_deserializeextendedjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_findprotectedqueryreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_findsensitivequeryreference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L554",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_isrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_issafefieldpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_issensitivefieldpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_matchusestext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_mongoquerycapabilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_mongoqueryfail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_no_probe_predicates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_normalizedmongoquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_operationset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L479",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_protected_thing_strip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_protectedfieldcollectionset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_redactionstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_redactmongovalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_referencescanoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_resolvepipelinecollections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L671",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_safemongoerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_sanitizestring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_sensitivecollectionset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_shouldredactkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_stripthingsingress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_validatepipelinestages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety",
      "target": "remix_app_api_utils_mongodb_querysafety_validatestructure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L587",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery",
      "target": "remix_app_api_utils_mongodb_querysafety_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_findprotectedqueryreference",
      "target": "remix_app_api_utils_mongodb_querysafety_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L288",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_validatepipelinestages",
      "target": "remix_app_api_utils_mongodb_querysafety_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_boundedinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_issafefieldpath"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_mongodb_querysafety_issensitivefieldpath",
      "target": "remix_app_api_utils_mongodb_querysafety_shouldredactkey"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_mongodb_querysafety_findsensitivequeryreference",
      "target": "remix_app_api_utils_mongodb_querysafety_issensitivefieldpath"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L583",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery",
      "target": "remix_app_api_utils_mongodb_querysafety_issensitivefieldpath"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_issensitivefieldpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_findsensitivequeryreference",
      "target": "remix_app_api_utils_mongodb_querysafety_findprotectedqueryreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L582",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery",
      "target": "remix_app_api_utils_mongodb_querysafety_findprotectedqueryreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L308",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_findprotectedqueryreference"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_validatestructure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_validatepipelinestages"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_deserializeextendedjson",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_normalizemongoqueryrequest",
      "target": "remix_app_api_utils_mongodb_querysafety_deserializeextendedjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L555",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery",
      "target": "remix_app_api_utils_mongodb_querysafety_stripthingsingress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/querySafety.ts",
      "source_location": "L580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_querysafety_hardenthingsquery",
      "target": "remix_app_api_utils_mongodb_querysafety_matchusestext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/mongodb/status.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_mongodb_status",
      "target": "remix_app_api_utils_mongodb_status_mongoconnectionstatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_api_utils_mongodb_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_mongodb_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status-data/_status-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_data_status_data",
      "target": "remix_app_api_utils_mongodb_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "remix_app_api_utils_mongodb_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_mongodb_status",
      "target": "remix_app_api_utils_mongodb_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_api_utils_mongodb_status_mongoconnectionstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_mongodb_status_mongoconnectionstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_mongodb_status",
      "target": "remix_app_api_utils_mongodb_status_mongoconnectionstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb_loader",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status-data/_status-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_data_status_data",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/status-data/_status-data.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_data_status_data_loader",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status_action",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status_loader",
      "target": "remix_app_api_utils_mongodb_status_getmongostatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_buildemailunsubscribetoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_buildemailunsubscribeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_emailnotificationsbulk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_getunsubscribesecret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_maybeemailnotification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_notificationemailchannelon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_notificationemailorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_recentnotificationemailcount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_sendtotarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_emails_verifyemailunsubscribetoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_notifications"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_notifications_clamppreview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_api_utils_notifications_notifications_emitnotificationinput"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails",
      "target": "remix_app_schemas_registry_notificationtype"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_emails"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_api_utils_notifications_emails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_buildemailunsubscribetoken",
      "target": "remix_app_api_utils_notifications_emails_getunsubscribesecret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_buildemailunsubscribeurl",
      "target": "remix_app_api_utils_notifications_emails_buildemailunsubscribetoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_verifyemailunsubscribetoken",
      "target": "remix_app_api_utils_notifications_emails_buildemailunsubscribetoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_api_utils_notifications_emails_verifyemailunsubscribetoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_loader",
      "target": "remix_app_api_utils_notifications_emails_verifyemailunsubscribetoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_buildemailunsubscribeurl",
      "target": "remix_app_api_utils_notifications_emails_notificationemailorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_sendtotarget",
      "target": "remix_app_api_utils_notifications_emails_notificationemailorigin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_emails_notificationemailorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L179",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_notifications_emails_notificationemailorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_sendtotarget",
      "target": "remix_app_api_utils_notifications_emails_buildemailunsubscribeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_emails_buildemailunsubscribeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L201",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_notifications_emails_buildemailunsubscribeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_emails_notificationemailchannelon",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_sendtotarget",
      "target": "remix_app_api_utils_notifications_emails_notificationemailchannelon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_emails_notificationemailchannelon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_sendtotarget",
      "target": "remix_app_api_utils_notifications_emails_recentnotificationemailcount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_emailnotificationsbulk",
      "target": "remix_app_api_utils_notifications_emails_sendtotarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_maybeemailnotification",
      "target": "remix_app_api_utils_notifications_emails_sendtotarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/emails.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_emails_sendtotarget",
      "target": "remix_app_api_utils_notifications_notifications_clamppreview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_emails_maybeemailnotification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L118",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotification",
      "target": "remix_app_api_utils_notifications_emails_maybeemailnotification"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_emails_emailnotificationsbulk"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L149",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotificationsbulk",
      "target": "remix_app_api_utils_notifications_emails_emailnotificationsbulk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_clamppreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_emitnotification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_emitnotificationinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_emitnotificationsbulk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_listnotifications"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_listnotificationsresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_loadactors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_marknotificationsread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_notificationactor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_notificationdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_publicnotification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_trimrecipient"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_schemas_registry_notificationtype"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_utils_profilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_notifications_notifications"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_api_utils_notifications_notifications"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_notificationdoc",
      "target": "remix_app_api_utils_notifications_notifications_clamppreview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotification",
      "target": "remix_app_api_utils_notifications_notifications_notificationdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotification",
      "target": "remix_app_api_utils_notifications_notifications_trimrecipient"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L109",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_emitnotification",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_notifications_notifications_emitnotification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L184",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_friendaction",
      "target": "remix_app_api_utils_notifications_notifications_emitnotification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L84",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_setfollow",
      "target": "remix_app_api_utils_notifications_notifications_emitnotification"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_listnotifications",
      "target": "remix_app_api_utils_notifications_notifications_loadactors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_loadactors",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/notifications/notifications.ts",
      "source_location": "L208",
      "weight": 1.0,
      "source": "remix_app_api_utils_notifications_notifications_listnotifications",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications",
      "target": "remix_app_api_utils_notifications_notifications_listnotifications"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications_loader",
      "target": "remix_app_api_utils_notifications_notifications_listnotifications"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_api_utils_notifications_notifications_marknotificationsread"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read_action",
      "target": "remix_app_api_utils_notifications_notifications_marknotificationsread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_weeklysummary_digeststats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_weeklysummary_listalluserids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_weeklysummary_loadnotificationcounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_weeklysummary_loadpostsandviews"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary",
      "target": "remix_app_api_utils_notifications_weeklysummary_weeklysummaryrunresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_api_utils_notifications_weeklysummary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_notifications_weeklysummary_listalluserids"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_notifications_weeklysummary_loadnotificationcounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_notifications_weeklysummary_loadpostsandviews"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/notifications/weeklySummary.ts",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails",
      "target": "remix_app_api_utils_notifications_weeklysummary_digeststats"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_action",
      "target": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_loader",
      "target": "remix_app_api_utils_notifications_weeklysummary_sendweeklysummaryemails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_ratelimit_bytebudget_bytebudgetoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_ratelimit_bytebudget_consumebytebudget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_ratelimit_bytebudget_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_ratelimit_bytebudget_refundbytebudget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_ratelimit_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget",
      "target": "remix_app_api_utils_ratelimit_config_getratelimitconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/rateLimit/byteBudget.ts",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_api_utils_ratelimit_bytebudget_consumebytebudget",
      "target": "remix_app_api_utils_ratelimit_config_getratelimitconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_clamprule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_getratelimitconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_normalize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_rate_limit_defaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_rate_limit_endpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_ratelimitconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_ratelimitrule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config",
      "target": "remix_app_api_utils_ratelimit_config_setratelimitconfig"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_config"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_ratelimit_config"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_ratelimit_config_rate_limit_defaults"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_ratelimit_config_rate_limit_endpoints"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config_normalize",
      "target": "remix_app_api_utils_ratelimit_config_clamprule"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config_setratelimitconfig",
      "target": "remix_app_api_utils_ratelimit_config_clamprule"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config_getratelimitconfig",
      "target": "remix_app_api_utils_ratelimit_config_normalize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/config.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_config_setratelimitconfig",
      "target": "remix_app_api_utils_ratelimit_config_getratelimitconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_config_getratelimitconfig"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_enforceratelimit",
      "target": "remix_app_api_utils_ratelimit_config_getratelimitconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_ratelimit_config_getratelimitconfig"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_utils_ratelimit_config_setratelimitconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_activerequestsexpr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_consume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_enforcefixedratelimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_firstheaderip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_getrequestip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_hash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce",
      "target": "remix_app_api_utils_ratelimit_enforce_resetfrom"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search",
      "target": "remix_app_api_utils_ratelimit_enforce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_getrequestip",
      "target": "remix_app_api_utils_ratelimit_enforce_firstheaderip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_enforcefixedratelimit",
      "target": "remix_app_api_utils_ratelimit_enforce_getrequestip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_enforceratelimit",
      "target": "remix_app_api_utils_ratelimit_enforce_getrequestip"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_ratelimit_enforce_getrequestip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_views_viewerkeyfor",
      "target": "remix_app_api_utils_ratelimit_enforce_getrequestip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_consume",
      "target": "remix_app_api_utils_ratelimit_enforce_activerequestsexpr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_consume",
      "target": "remix_app_api_utils_ratelimit_enforce_resetfrom"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_enforcefixedratelimit",
      "target": "remix_app_api_utils_ratelimit_enforce_consume"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/rateLimit/enforce.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_ratelimit_enforce_enforceratelimit",
      "target": "remix_app_api_utils_ratelimit_enforce_consume"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_login_login_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L83",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_respond",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend_action",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_enforceratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_ratelimit_enforce_enforcefixedratelimit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_login_login_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_respond",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L203",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend_action",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search_loader",
      "target": "remix_app_api_utils_ratelimit_enforce_ratelimitedresponseinit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_browselibrary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_browsemine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_browsepopular"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_browseschemaentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_browseschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_browseschemasquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_browseschemasresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_cappedcount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_clamplimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_decorate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_schemas_browse_truthyflag"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_things_search"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_things_search_searchthings"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse",
      "target": "remix_app_api_utils_things_things_visibilityqueryfor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse",
      "target": "remix_app_api_utils_schemas_browse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browseschemas",
      "target": "remix_app_api_utils_schemas_browse_clamplimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browsemine",
      "target": "remix_app_api_utils_schemas_browse_cappedcount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browsepopular",
      "target": "remix_app_api_utils_schemas_browse_cappedcount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browseschemas",
      "target": "remix_app_api_utils_schemas_browse_truthyflag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browseschemas",
      "target": "remix_app_api_utils_schemas_browse_decorate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_decorate",
      "target": "remix_app_api_utils_things_things_visibilityqueryfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browsepopular",
      "target": "remix_app_api_utils_things_things_visibilityqueryfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browseschemas",
      "target": "remix_app_api_utils_schemas_browse_browsepopular"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browseschemas",
      "target": "remix_app_api_utils_schemas_browse_browselibrary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browseschemas",
      "target": "remix_app_api_utils_schemas_browse_browsemine"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/schemas/browse.ts",
      "source_location": "L364",
      "weight": 1.0,
      "source": "remix_app_api_utils_schemas_browse_browseschemas",
      "target": "remix_app_api_utils_things_search_searchthings"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse",
      "target": "remix_app_api_utils_schemas_browse_browseschemas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse_loader",
      "target": "remix_app_api_utils_schemas_browse_browseschemas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_createprconflictresolvermodelwaterfallstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_createprconflictresolvermodelwaterfallstore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_store"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall_storedependencies"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_default_pr_conflict_resolver_model_waterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_pr_conflict_resolver_model_waterfall_key"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodelid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfall.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_default_pr_conflict_resolver_model_waterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_pr_conflict_resolver_model_waterfall_key"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_resolveaipreferredclaudemodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_aipreferredmodelid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_default_pr_conflict_resolver_model_waterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_isprconflictresolvermodelid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_modelids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_pr_conflict_resolver_model_waterfall_key"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictautoresolvermodelid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodelid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_readknownuniquewaterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_resolveaipreferredclaudemodel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfallresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_pr_conflict_resolver_model_waterfall_key"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodelid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_prconflictresolvermodelid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_default_pr_conflict_resolver_model_waterfall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_readknownuniquewaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_isprconflictresolvermodelid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_readknownuniquewaterfall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_readknownuniquewaterfall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallCore.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_resolveaipreferredclaudemodel",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_readcachedwaterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_normalizeprconflictresolvermodelwaterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallcore_validateprconflictresolvermodelwaterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test_createhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test",
      "target": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test_postrequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_createprconflictresolvermodelwaterfallhandlers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/settings/prConflictResolverModelWaterfallRoute.test.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_settings_prconflictresolvermodelwaterfallroute_test_createhandlers",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_createprconflictresolvermodelwaterfallhandlers"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_control_plane_storage_thingtimes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_invalidattachmentstorageenvelopeerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_isbillablestoragething"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_storagesandboxstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_api_utils_storage_storagecore_user_storage_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_test",
      "target": "remix_app_schemas_registry_messenger_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_billablestoragecandidateexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_control_plane_storage_thingtimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_control_plane_thingtimes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_invalidattachmentstorageenvelopeerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_isbillablestoragething"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_nonsandboxstoragecandidateexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_realstoragesourceexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_storageoveragebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_storageremainingbytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_storagesandboxstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_user_storage_status"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_userstorageledgerstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_api_utils_storage_storagecore_userstorageusage"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore",
      "target": "remix_app_schemas_registry_messenger_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_storage_storagecore"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_invalidattachmentstorageenvelopeerror",
      "target": "remix_app_api_utils_storage_storagecore_invalidattachmentstorageenvelopeerror_constructor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L260",
      "weight": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_storage_storagecore_thingstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_storedthemesizebytes",
      "target": "remix_app_api_utils_storage_storagecore_currentcontentstoragesizebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_storagecore_user_storage_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_storage_storagecore_user_storage_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_storagecore_userstorageusage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_storage_storagecore_userstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L177",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_isbillablestoragething",
      "target": "remix_app_api_utils_storage_storagecore_storagesandboxstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_storagecore_realstoragesourceexpression"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_storagecore_billablestoragecandidateexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_normalizedstorageusage",
      "target": "remix_app_api_utils_storage_storagecore_storageremainingbytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_normalizedstorageusage",
      "target": "remix_app_api_utils_storage_storagecore_storageoveragebytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_unavailableuserstorageusage",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_usagefromsubscriptiondoc",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_defaultsubscription",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toappinfo",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toinfo",
      "target": "remix_app_api_utils_storage_storagecore_normalizedstorageusage"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/storageCore.ts",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_storagecore_storagemutationerror",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror_constructor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_api_utils_storage_storagecore_storagemutationerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_getuserstorageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_getuserstorageusages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_hasown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_readyuserstoragematch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L383",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_reconcileuserstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_reconcileuserstorageintransaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_safewholenumberexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_unavailableuserstorageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_usagefromsubscriptiondoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowanceexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowancefromcrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowanceisvalid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_userstorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_userstorageallowancefromcrystal",
      "target": "remix_app_api_utils_storage_userstorage_hasown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_userstorageallowanceisvalid",
      "target": "remix_app_api_utils_storage_userstorage_hasown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowancefromcrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_usagefromsubscriptiondoc",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowancefromcrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowanceisvalid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_usagefromsubscriptiondoc",
      "target": "remix_app_api_utils_storage_userstorage_userstorageallowanceisvalid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta",
      "target": "remix_app_api_utils_storage_userstorage_readyuserstoragematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_readyuserstoragematch",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_userstorage_readyuserstoragematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_assertlegacythememutationallowed",
      "target": "remix_app_api_utils_storage_userstorage_readyuserstoragematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta",
      "target": "remix_app_api_utils_storage_userstorage_safewholenumberexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusage",
      "target": "remix_app_api_utils_storage_userstorage_usagefromsubscriptiondoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusages",
      "target": "remix_app_api_utils_storage_userstorage_usagefromsubscriptiondoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusage",
      "target": "remix_app_api_utils_storage_userstorage_unavailableuserstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusages",
      "target": "remix_app_api_utils_storage_userstorage_unavailableuserstorageusage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L136",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusage",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L137",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusage",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L157",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_getuserstorageusages",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L331",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta",
      "target": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_explainpositiveadmissionfailure",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta",
      "target": "remix_app_api_utils_storage_userstorage_reconcileuserstorageintransaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_reconcileuserstorageintransaction",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta",
      "target": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_userstorage_applyuserstoragedelta"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/storage/userStorage.ts",
      "source_location": "L366",
      "weight": 1.0,
      "source": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_storage_userstorage_markuserstorageneedsreconcile"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgerenvelopecanupgrade"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_test_canonicalledger"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_test_canonicalledger",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_hasonlykeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_isplainobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgerenvelopecanupgrade"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgermatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_objectkeyssubsetexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionidentitysubject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_tier_quota_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_tierassignmentshapeistrusted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_user_subscription_crystal_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_user_subscription_root_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermongomatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_validdate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_validnullablequota"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermongomatch",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L300",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L544",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionshareid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_subscriptionthingmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_tierassignmentshapeistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_isplainobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_isplainobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_tierassignmentshapeistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_hasonlykeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_hasonlykeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_validdate"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_tierassignmentshapeistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_validnullablequota"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_tierassignmentshapeistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_tier_quota_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_tierassignmentshapeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgerenvelopecanupgrade",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionidentityistrusted"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L255",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L303",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgerenvelopeistrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermongomatch",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_objectkeyssubsetexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_legacyusersubscriptionledgermatch",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermongomatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptionIdentity.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermongomatch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L445",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptionidentity_usersubscriptionledgermatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_appmatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_clearsubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_defaultsubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_hasown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_initialsubscriptionsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_resolveappstoragebudget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_safestoredbyteexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_setsubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_setsubscriptioninput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_snapshotfromcrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_statictiersnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_subscriptioninfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_subscriptionsubjecttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_tiersnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toappinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toinfo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quotaoverrides"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvequotas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizequotaoverrides"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierquotas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierquotasfromunknown"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L603",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_clearsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L347",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_clearsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_appmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_appmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_appmatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_hasown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toappinfo",
      "target": "remix_app_api_utils_subscriptions_subscriptions_hasown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toinfo",
      "target": "remix_app_api_utils_subscriptions_subscriptions_hasown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_safestoredbyteexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_snapshotfromcrystal",
      "target": "remix_app_api_utils_subscriptions_subscriptions_statictiersnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_statictiersnapshot",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_statictiersnapshot",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_statictiersnapshot",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_initialsubscriptionsnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_initialsubscriptionsnapshot",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierquotasfromunknown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_snapshotfromcrystal",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierquotasfromunknown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toappinfo",
      "target": "remix_app_api_utils_subscriptions_subscriptions_snapshotfromcrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toinfo",
      "target": "remix_app_api_utils_subscriptions_subscriptions_snapshotfromcrystal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_defaultsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_defaultsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toappinfo",
      "target": "remix_app_api_utils_subscriptions_subscriptions_defaultsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toinfo",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvequotas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toinfo",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizequotaoverrides"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toappinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_getsubscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toappinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_toappinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_toappinfo",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvequotas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L630",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_resolveappstoragebudget",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L336",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_getsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_clearsubscription",
      "target": "remix_app_api_utils_subscriptions_subscriptions_setsubscription"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L446",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvequotas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L350",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizequotaoverrides"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L331",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L335",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/subscriptions.ts",
      "source_location": "L349",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_subscriptions_setsubscription",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_setsubscription"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_subscriptions_clearsubscription"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_bounds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvetierquotas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizequotaoverrides"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_test",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_builtin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_empty_discounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_inclusions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_prices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_bounds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quotaoverrides"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_renewals_per_year"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvequotas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvetierquotas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_roundpercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L231",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizequotaoverrides"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizetierquotas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tier_discount_comparisons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountoverrides"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierinclusions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierpriceperiod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierprices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierquotas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_api_utils_subscriptions_tiercatalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierquotas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierquotas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierquotas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierpriceperiod"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierpriceperiod"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierprices"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierprices"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tier_discount_comparisons"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tier_discount_comparisons"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tier_discount_comparisons"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountoverrides"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscountoverrides"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierdiscounts"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierinclusions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_tierinclusions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierdescriptor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_prices"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_prices"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_inclusions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_empty_tier_inclusions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_roundpercent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L482",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L549",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L266",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_computetierdiscounts"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager_parsepriceinputs",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager_pricestoinput",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_components_subscriptions_tiercard_formattierprice",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_currencyminorunitfactor"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L215",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_isknownsubscriptiontier",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L218",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscription_tier_catalog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_resolvetierquotas",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_subscriptiontierbyid"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L265",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_sanitizetierquotas",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L889",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_iscompletetierquotas",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L207",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_quota_override_fields"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_sanitizetierquotas",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizequotaoverrides"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizetierquotas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizetierquotas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L874",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_tierquotasfromunknown",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_sanitizetierquotas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalog.ts",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalog_resolvetierquotas",
      "target": "remix_app_api_utils_subscriptions_tiercatalog_resolvequotas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_acquirepublishlock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L831",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_archivesubscriptiontierversion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptortoinsert"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L887",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_iscompletetierquotas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_isplainrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L586",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_publishlockkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L798",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L639",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_releasepublishlock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L619",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_renewpublishlock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizebannerimageurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizediscountoverrides"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizedtiercontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeinclusions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeprices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_saveddiscountsfromunknown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tier_doc_filter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L878",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierassignmentsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tieridfromtitle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tiermutationinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L873",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierquotasfromunknown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_toiso"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L536",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_versionshareid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tiers/_tiers.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_toiso"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetext",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L84",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizebannerimageurl",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizebannerimageurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeprices",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeprices"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L121",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizediscountoverrides",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizediscountoverrides"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeinclusions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_isplainrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_saveddiscountsfromunknown",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_isplainrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L304",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_saveddiscountsfromunknown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L160",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeinclusions",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizeinclusions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L198",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_sanitizetiercontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tieridfromtitle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_versionshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_versionshareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptortoinsert"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptortoinsert"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_archivesubscriptiontierversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L368",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L666",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L810",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_descriptorfromdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L472",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L411",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L804",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_ensurebuiltinsubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers_groupedcatalog",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listsubscriptiontierversions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tiers/_tiers.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/tiers/_tiers.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_tiers_tiers_loader",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_listlivesubscriptiontiers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L837",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_archivesubscriptiontierversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L501",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_getsubscriptiontierversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_getlivesubscriptiontier",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L473",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L491",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraft"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L502",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_createsubscriptiontierdraftversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L542",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_updatesubscriptiontierdraft"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L595",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_acquirepublishlock",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_publishlockkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L644",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_releasepublishlock",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_publishlockkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_renewpublishlock",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_publishlockkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L816",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_acquirepublishlock"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L673",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_renewpublishlock"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_releasepublishlock"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L664",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_promotedraftunderlock"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_recoverinterruptedtierpublishes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L803",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_publishsubscriptiontierdraft"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L836",
      "weight": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_archivesubscriptiontierversion",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_archivesubscriptiontierversion"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/subscriptions/tierCatalogStore.ts",
      "source_location": "L888",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_subscriptions_tiercatalogstore_iscompletetierquotas",
      "target": "remix_app_api_utils_subscriptions_tiercatalogstore_tierquotasfromunknown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_assertlegacythememutationallowed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_deletetheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_findthemething"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_getownedtheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L310",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_getsharedtheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_listthemesforuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_mergethemedocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_publictheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_saveresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_savetheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_savethemeinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_storagefail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_storedthemesizebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_themeacl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_themedoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_themefail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_themestoragecas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_themethingtodoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_api_utils_themes_themes_topublictheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active",
      "target": "remix_app_api_utils_themes_themes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_delete_delete",
      "target": "remix_app_api_utils_themes_themes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_shared_shared",
      "target": "remix_app_api_utils_themes_themes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes",
      "target": "remix_app_api_utils_themes_themes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_getownedtheme",
      "target": "remix_app_api_utils_themes_themes_topublictheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_getsharedtheme",
      "target": "remix_app_api_utils_themes_themes_topublictheme"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L305",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_themes_themes_listthemesforuser",
      "target": "remix_app_api_utils_themes_themes_topublictheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_themes_themes_topublictheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_themes_themes_themeacl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_getownedtheme",
      "target": "remix_app_api_utils_themes_themes_themethingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_getsharedtheme",
      "target": "remix_app_api_utils_themes_themes_themethingtodoc"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_themes_themes_listthemesforuser",
      "target": "remix_app_api_utils_themes_themes_themethingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_themes_themes_themethingtodoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_getownedtheme",
      "target": "remix_app_api_utils_themes_themes_findthemething"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_getsharedtheme",
      "target": "remix_app_api_utils_themes_themes_findthemething"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_themes_themes_findthemething"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_deletetheme",
      "target": "remix_app_api_utils_themes_themes_storagefail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_savetheme",
      "target": "remix_app_api_utils_themes_themes_storagefail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes",
      "target": "remix_app_api_utils_themes_themes_savetheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes_action",
      "target": "remix_app_api_utils_themes_themes_savetheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/themes/themes.ts",
      "source_location": "L305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_themes_themes_listthemesforuser",
      "target": "remix_app_api_utils_themes_themes_mergethemedocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes",
      "target": "remix_app_api_utils_themes_themes_listthemesforuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes_loader",
      "target": "remix_app_api_utils_themes_themes_listthemesforuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active",
      "target": "remix_app_api_utils_themes_themes_getsharedtheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active_action",
      "target": "remix_app_api_utils_themes_themes_getsharedtheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_shared_shared",
      "target": "remix_app_api_utils_themes_themes_getsharedtheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_shared_shared_loader",
      "target": "remix_app_api_utils_themes_themes_getsharedtheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active",
      "target": "remix_app_api_utils_themes_themes_getownedtheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active_action",
      "target": "remix_app_api_utils_themes_themes_getownedtheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_shared_shared",
      "target": "remix_app_api_utils_themes_themes_getownedtheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_shared_shared_loader",
      "target": "remix_app_api_utils_themes_themes_getownedtheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/delete/_delete.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_delete_delete",
      "target": "remix_app_api_utils_themes_themes_deletetheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/themes/delete/_delete.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_themes_delete_delete_action",
      "target": "remix_app_api_utils_themes_themes_deletetheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore_test",
      "target": "remix_app_api_utils_things_aclchaincore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore_test",
      "target": "remix_app_api_utils_things_aclchaincore_resolveinheritchain"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore_test",
      "target": "remix_app_api_utils_things_aclchaincore_test_chainworld"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore_test",
      "target": "remix_app_api_utils_things_aclchaincore_test_doc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore_test",
      "target": "remix_app_api_utils_things_aclchaincore_test_makeworld"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore_test_chainworld",
      "target": "remix_app_api_utils_things_aclchaincore_test_makeworld"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.test.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore_test_makeworld",
      "target": "remix_app_api_utils_things_aclchaincore_resolveinheritchain"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore",
      "target": "remix_app_api_utils_things_aclchaincore_chaindoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/aclChainCore.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_aclchaincore",
      "target": "remix_app_api_utils_things_aclchaincore_resolveinheritchain"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_algorithmweights"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_applyeventstoweights"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_bump"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_clampweight"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_decaybucket"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_emptyweights"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_engagementevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_engagementsignal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_interestscore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_postfeatures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_scorepost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_signal_weights"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_signalstrength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking",
      "target": "remix_app_api_utils_things_feedranking_topinterests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking_bump",
      "target": "remix_app_api_utils_things_feedranking_clampweight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L613",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_feedranking_bump"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking_applyeventstoweights",
      "target": "remix_app_api_utils_things_feedranking_decaybucket"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/feedRanking.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_feedranking_scorepost",
      "target": "remix_app_api_utils_things_feedranking_interestscore"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_childhistorysizeexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_claimedchildcountexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_documenttostate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L340",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_getservicequotastatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_initializequotathing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_mutateservicequota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_normalizepipeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_permitquota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_pinnedpolicyexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_quotahistorylimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_quotamatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_quotanotfound"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_quotapreimagematch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_readservicequotastatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_releasequota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_reservationexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_reservationidsexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_reservationnamespaceconflictexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_reservequota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_resetquota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_retryquotacontention"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_rollingpermitidsexpression"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_servicequotamutationinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_servicequotamutationresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_storeddayiscurrentornewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_unavailable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_validatedquotapreimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quota_withstoreerrors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_assertservicequotachildid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotacount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildhistoryfull"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotaclaimedchildcount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotaerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotapoliciesequal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotapolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotareservationidsconflict"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotalegacycore"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotalegacycore_legacyservicequotaclassification"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotalegacycore_quotathingdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_utils_things_quota"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_quotamatch",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_quotapreimagematch",
      "target": "remix_app_api_utils_things_quota_quotamatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_validatedquotapreimage",
      "target": "remix_app_api_utils_things_quota_quotamatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_unavailable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_retryquotacontention",
      "target": "remix_app_api_utils_things_quota_unavailable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_withstoreerrors",
      "target": "remix_app_api_utils_things_quota_unavailable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_getservicequotastatus",
      "target": "remix_app_api_utils_things_quota_withstoreerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L665",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_mutateservicequota",
      "target": "remix_app_api_utils_things_quota_withstoreerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_initializequotathing",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_initializequotathing",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_initializequotathing",
      "target": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_initializequotathing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_normalizepipeline",
      "target": "remix_app_api_utils_things_quota_storeddayiscurrentornewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_normalizepipeline",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_normalizepipeline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L330",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_readservicequotastatus",
      "target": "remix_app_api_utils_things_quota_normalizepipeline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_normalizepipeline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_normalizepipeline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_resetquota",
      "target": "remix_app_api_utils_things_quota_normalizepipeline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_reservationidsexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L534",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_reservationidsexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_reservationidsexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_childhistorysizeexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L538",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_childhistorysizeexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L441",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_claimedchildcountexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L531",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_claimedchildcountexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_rollingpermitidsexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_rollingpermitidsexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_reservationnamespaceconflictexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_pinnedpolicyexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L442",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_reservationexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L527",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_reservationexpression"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_quotahistorylimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_quotahistorylimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_quotahistorylimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L277",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_documenttostate",
      "target": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_documenttostate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_readservicequotastatus",
      "target": "remix_app_api_utils_things_quota_documenttostate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_documenttostate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_documenttostate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_resetquota",
      "target": "remix_app_api_utils_things_quota_documenttostate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_validatedquotapreimage",
      "target": "remix_app_api_utils_things_quota_quotanotfound"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_validatedquotapreimage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L327",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_readservicequotastatus",
      "target": "remix_app_api_utils_things_quota_validatedquotapreimage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L526",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_validatedquotapreimage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_validatedquotapreimage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_resetquota",
      "target": "remix_app_api_utils_things_quota_validatedquotapreimage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_validatedquotapreimage",
      "target": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L460",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_quotapreimagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_readservicequotastatus",
      "target": "remix_app_api_utils_things_quota_quotapreimagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_quotapreimagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_quotapreimagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_resetquota",
      "target": "remix_app_api_utils_things_quota_quotapreimagematch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quota_retryquotacontention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_readservicequotastatus",
      "target": "remix_app_api_utils_things_quota_retryquotacontention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quota_retryquotacontention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L399",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quota_retryquotacontention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_resetquota",
      "target": "remix_app_api_utils_things_quota_retryquotacontention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L337",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quota_readservicequotastatus",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_utils_things_quota_getservicequotastatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotacount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L356",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quotacore_servicequotapoliciesequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quotacore_servicequotareservationidsconflict"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L422",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quota_reservequota",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quotacore_assertservicequotachildid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L503",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildhistoryfull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quotacore_servicequotaclaimedchildcount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L482",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quota_permitquota",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quotacore_assertservicequotachildid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L632",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildhistoryfull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quotacore_servicequotaclaimedchildcount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L618",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quota_releasequota",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quota_resetquota",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quota.ts",
      "source_location": "L661",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quota_resetquota",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_utils_things_quota_mutateservicequota"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_assertservicequotachildid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_createservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_normalizeservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_permitservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_releaseservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_reserveservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_resetservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_servicequotaerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_test_day"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_test_expectquotaerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.test.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_test",
      "target": "remix_app_api_utils_things_quotacore_test_policy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_assertservicequotachildid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_boundedinteger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_createservicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_hascanonicalquotaid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_hasvalidutcdaykey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_invalid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_normalizedconsistentstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_normalizeservicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotacount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_permitservicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_quotahistorylimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_quotastateunavailable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_releaseservicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_reservationidforchild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L332",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_reserveservicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L461",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_resetservicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildbelongstoreservation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildhistoryfull"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotaclaimedchildcount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotaerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotaerrorcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotapermit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotapoliciesequal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotapolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotareservation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotareservationidsconflict"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotastate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_servicequotastatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotacore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_utils_things_quotacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_servicequotapolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_servicequotareservation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_servicequotastate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_servicequotaerror",
      "target": "remix_app_api_utils_things_quotacore_servicequotaerror_constructor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_servicequotaerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_utils_things_quotacore_servicequotaerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_boundedinteger",
      "target": "remix_app_api_utils_things_quotacore_invalid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_parseservicequotaid",
      "target": "remix_app_api_utils_things_quotacore_invalid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_parseservicequotakey",
      "target": "remix_app_api_utils_things_quotacore_invalid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_parseservicequotapolicy",
      "target": "remix_app_api_utils_things_quotacore_invalid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L295",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L263",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotakey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_assertservicequotachildid",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_hascanonicalquotaid",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactquotacrystalenvelope",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_parseservicequotacount",
      "target": "remix_app_api_utils_things_quotacore_boundedinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_parseservicequotapolicy",
      "target": "remix_app_api_utils_things_quotacore_boundedinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L299",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L78",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotacore_parseservicequotapolicy"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_servicequotapoliciesequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_reserveservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_servicequotapoliciesequal"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_servicequotareservationidsconflict",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildbelongstoreservation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_reservationidforchild"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_permitservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_servicequotaclaimedchildcount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_releaseservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_servicequotaclaimedchildcount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_permitservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildhistoryfull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_releaseservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_servicequotachildhistoryfull"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_hasvalidutcdaykey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_hascanonicalquotaid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_normalizedconsistentstate",
      "target": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L315",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L131",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotacore_isconsistentservicequotastate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_permitservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_quotahistorylimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_releaseservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_quotahistorylimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_reserveservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_quotahistorylimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_normalizedconsistentstate",
      "target": "remix_app_api_utils_things_quotacore_quotastateunavailable"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_normalizedconsistentstate",
      "target": "remix_app_api_utils_things_quotacore_normalizeservicequotastate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_permitservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_normalizedconsistentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_releaseservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_normalizedconsistentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_reserveservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_normalizedconsistentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_resetservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_normalizedconsistentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L289",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_createservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaCore.ts",
      "source_location": "L298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotacore_normalizeservicequotastate",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L305",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotacore_utcservicequotadaykey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacy_test_exactlegacything"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacy_test_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacy_test_policy"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacycore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test",
      "target": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacy.test.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacy_test_exactlegacything",
      "target": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L288",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactlegacyservicequotaenvelope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactquotacrystalenvelope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactstringarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_hasown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_isrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_isvalidstoreddate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_legacyservicequotaclassification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_legacyservicequotaquarantinereason"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_quotathingdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_buildconservativelegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotalegacycore_quotashareid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotalegacycore_validatedservicequotadocumentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotalegacycore_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactkeys",
      "target": "remix_app_api_utils_things_quotalegacycore_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactquotacrystalenvelope",
      "target": "remix_app_api_utils_things_quotalegacycore_hasown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactlegacyservicequotaenvelope",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactquotacrystalenvelope",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactkeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactlegacyservicequotaenvelope",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactstringarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactstringarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactlegacyservicequotaenvelope",
      "target": "remix_app_api_utils_things_quotalegacycore_isvalidstoreddate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotalegacycore_isvalidstoreddate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_hasexactlegacyservicequotaenvelope",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactquotacrystalenvelope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactquotacrystalenvelope"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_requirecanonicalservicequotadocumentstate",
      "target": "remix_app_api_utils_things_quotalegacycore_validatedcanonicalservicequotadocumentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/quotaLegacyCore.ts",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_quotalegacycore_classifylegacyservicequotathing",
      "target": "remix_app_api_utils_things_quotalegacycore_hasexactlegacyservicequotaenvelope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_buildcondition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_buildgroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_csvlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_date_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_isgroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_parsecount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_parsedate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_projectvisiblepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_root_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_sanitizefieldpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_sanitizeordered"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_sanitizescalar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_scalar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_search_operators"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_searchcondition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_searchgroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_searchoperator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_searchquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_searchresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_searchthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_textlengthexpr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_search_type_aliases"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_api_utils_things_things_visibilityqueryfor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_schemas_registry_protected_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_schemas_registry_search_datatypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search",
      "target": "remix_app_schemas_registry_searchable_root_fields"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_things_search"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L220",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_search_buildcondition",
      "target": "remix_app_api_utils_things_search_search_operators"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L162",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_search_sanitizefieldpath",
      "target": "remix_app_api_utils_things_search_root_fields"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L195",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_search_sanitizescalar",
      "target": "remix_app_api_utils_things_search_date_fields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_things_search_searchquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_buildcondition",
      "target": "remix_app_api_utils_things_search_sanitizefieldpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_buildcondition",
      "target": "remix_app_api_utils_things_search_sanitizescalar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_sanitizeordered",
      "target": "remix_app_api_utils_things_search_sanitizescalar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_buildcondition",
      "target": "remix_app_api_utils_things_search_sanitizeordered"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_buildgroup",
      "target": "remix_app_api_utils_things_search_buildcondition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_buildgroup",
      "target": "remix_app_api_utils_things_search_isgroup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L409",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_search_buildgroup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L419",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_search_csvlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_search_parsedate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_search_parsecount"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_search_textlengthexpr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L631",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_search_projectvisiblepage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/things/search.ts",
      "source_location": "L507",
      "weight": 1.0,
      "source": "remix_app_api_utils_things_search_searchthings",
      "target": "remix_app_api_utils_things_things_visibilityqueryfor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_api_utils_things_search_searchthings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_respond",
      "target": "remix_app_api_utils_things_search_searchthings"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal_test",
      "target": "remix_app_api_utils_things_sensitivereveal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal_test",
      "target": "remix_app_api_utils_things_sensitivereveal_createsensitivethingrevealer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_things_sensitivereveal_createsensitivethingrevealer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_things_sensitivereveal_revealsensitivethingvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_things_sensitivereveal_sensitiverevealdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_things_sensitivereveal_sensitiverevealprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/sensitiveReveal.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_sensitivereveal",
      "target": "remix_app_api_utils_things_sensitivereveal_sensitivethingreveal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_things_sensitivereveal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_utils_things_sensitivereveal_revealsensitivethingvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_test",
      "target": "remix_app_api_utils_things_views"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_test",
      "target": "remix_app_api_utils_things_views_recordpostviews"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_test",
      "target": "remix_app_api_utils_things_views_resolveviewstats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_clamp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_cleanevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_postviewstats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_recordpostviews"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_recordviewsresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_resolveviewstats"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_sanitizeevents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_viewablebyviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_viewerkeyfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_api_utils_things_views_vieweventinput"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_schemas_registry_aclallows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_schemas_registry_aclfromvisibility"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views",
      "target": "remix_app_schemas_registry_aclviewer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_things_views"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_sanitizeevents",
      "target": "remix_app_api_utils_things_views_clamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_recordpostviews",
      "target": "remix_app_api_utils_things_views_sanitizeevents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_recordpostviews",
      "target": "remix_app_api_utils_things_views_viewerkeyfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_recordpostviews",
      "target": "remix_app_api_utils_things_views_viewablebyviewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_viewablebyviewer",
      "target": "remix_app_schemas_registry_aclallows"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/things/views.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_things_views_viewablebyviewer",
      "target": "remix_app_schemas_registry_aclfromvisibility"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_things_views_recordpostviews"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views_action",
      "target": "remix_app_api_utils_things_views_recordpostviews"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/userGenerateJWT.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_usergeneratejwt",
      "target": "remix_app_api_utils_usergeneratejwt_usergeneratejwt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_connectionsresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L356",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_connectionstype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_followeridsof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friend_intents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friendaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friendactionresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friendidsof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friendintent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friendkeyof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_friendstateof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_isduplicatekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_listconnections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_loadpublicprofiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_relationshipsummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_setfollow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_api_utils_users_social_setfollowresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_utils_profilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_users_social"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_api_utils_users_social"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_users_social"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_utils_users_social"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_api_utils_users_social"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_friendaction",
      "target": "remix_app_api_utils_users_social_friend_intents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_friendaction",
      "target": "remix_app_api_utils_users_social_friendkeyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L288",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_relationshipsummary",
      "target": "remix_app_api_utils_users_social_friendkeyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_friendaction",
      "target": "remix_app_api_utils_users_social_isduplicatekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections_loader",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow_action",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend_action",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships_loader",
      "target": "remix_app_api_utils_users_social_resolvesocialtarget"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_setfollow",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_users_social_setfollow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow_action",
      "target": "remix_app_api_utils_users_social_setfollow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_friendaction",
      "target": "remix_app_api_utils_users_social_friendstateof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_relationshipsummary",
      "target": "remix_app_api_utils_users_social_friendstateof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L124",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_friendaction",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_utils_users_social_friendaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend_action",
      "target": "remix_app_api_utils_users_social_friendaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_users_social_friendidsof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views_action",
      "target": "remix_app_api_utils_users_social_friendidsof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L261",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_relationshipsummary",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_api_utils_users_social_relationshipsummary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships_loader",
      "target": "remix_app_api_utils_users_social_relationshipsummary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_listconnections",
      "target": "remix_app_api_utils_users_social_loadpublicprofiles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_users_social_loadpublicprofiles",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/api/utils/users/social.ts",
      "source_location": "L368",
      "weight": 1.0,
      "source": "remix_app_api_utils_users_social_listconnections",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_api_utils_users_social_listconnections"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections_loader",
      "target": "remix_app_api_utils_users_social_listconnections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_consumejoinquota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_firstheaderip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_getrequestip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_joinresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_joinwaitlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_waitlistemailkey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/waitlist/_waitlist.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_getrequestip",
      "target": "remix_app_api_utils_waitlist_waitlist_firstheaderip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_consumejoinquota",
      "target": "remix_app_api_utils_waitlist_waitlist_getrequestip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_joinwaitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_consumejoinquota"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/waitlist/waitlist.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_waitlist_waitlist_joinwaitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_waitlistemailkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/waitlist/_waitlist.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_waitlist_waitlist",
      "target": "remix_app_api_utils_waitlist_waitlist_joinwaitlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/waitlist/_waitlist.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_waitlist_waitlist_action",
      "target": "remix_app_api_utils_waitlist_waitlist_joinwaitlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_components_api_submit_submit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_components_tt_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_hooks_useasyncfetcher"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_submit",
      "target": "remix_app_hooks_useasyncfetcher_useasyncfetcher"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_components_api_submit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_components_api_submit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_components_api_submit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "remix_app_components_api_submit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_api_submit_submit",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_components_api_submit_submit",
      "target": "remix_app_hooks_useasyncfetcher_useasyncfetcher"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/API/Submit.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_api_submit_submit",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_components_api_submit_submit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_components_api_submit_submit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_components_api_submit_submit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "remix_app_components_api_submit_submit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_test",
      "target": "remix_app_components_api_test_testapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_test",
      "target": "remix_app_components_editor_editor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_test",
      "target": "remix_app_components_editor_editor_editor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_test",
      "target": "remix_app_components_layout_topspacing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/API/Test.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_api_test",
      "target": "remix_app_components_layout_topspacing_topspacing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "remix_app_components_api_test"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "remix_app_components_api_test_testapi"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_account_accountswitcher_accountswitcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_account_accountswitcher_ownedaccount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_account_accountswitcher_rowavatar"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_account_useaccountswitcher"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_account_useaccountswitcher_switcheraccount"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_account_useaccountswitcher_switcheraccountuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_account_useaccountswitcher_useaccountswitcher"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_login_login"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_login_login_login"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_login_register"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_components_login_register_register"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_accountswitcher",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_account_accountswitcher"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_account_accountswitcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_components_account_accountswitcher_rowavatar",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_components_account_accountswitcher_accountswitcher",
      "target": "remix_app_components_account_useaccountswitcher_useaccountswitcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_components_account_accountswitcher_accountswitcher",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/AccountSwitcher.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_components_account_accountswitcher_accountswitcher",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_account_accountswitcher_accountswitcher"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_account_accountswitcher_accountswitcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_components_account_useaccountswitcher_switcheraccount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_components_account_useaccountswitcher_switcheraccountuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_components_account_useaccountswitcher_useaccountswitcher"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_account_useaccountswitcher",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_components_account_useaccountswitcher_useaccountswitcher",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_components_account_useaccountswitcher_useaccountswitcher",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_components_account_useaccountswitcher_useaccountswitcher",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Account/useAccountSwitcher.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_account_useaccountswitcher_useaccountswitcher",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L714",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_admindashboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_app_query_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_approw"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_approwid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_appstab"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_formatadmindate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_quota_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_quota_query_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_snapshoterrornotice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_storageusage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_subscriptionqueryfields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_tierbadge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_useadminrows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_user_query_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_userrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_userrowid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindashboard_userstab"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindirectoryclient"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindirectoryclient_completeadminsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_admindirectoryclient_loadcompleteadminsnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminpanel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminpanel_adminpanel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminrowquery_adminrowfield"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminrowquerycontrols"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrols"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminstorageprojection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminstorageprojection_adminstorageprojection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminstorageprojection_exactbytelabel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminstorageprojection_storageprojectiontitle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_adminstorageprojection_storagestatuspresentation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_linkmanagermodal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_linkmanagermodal_linkmanagermodal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_subscriptioneditormodal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_subscriptioneditormodal_subscriptioneditormodal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_tiermanager"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_admin_tiermanager_tiermanager"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_apps_connectedappssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_apps_connectedappssection_formatbytes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/admin.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_admin",
      "target": "remix_app_components_admin_admindashboard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L105",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_storageusage",
      "target": "remix_app_components_admin_adminstorageprojection_exactbytelabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_storageusage",
      "target": "remix_app_components_admin_adminstorageprojection_storageprojectiontitle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_storageusage",
      "target": "remix_app_components_admin_adminstorageprojection_storagestatuspresentation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L103",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_storageusage",
      "target": "remix_app_components_apps_connectedappssection_formatbytes"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L154",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_subscriptionqueryfields",
      "target": "remix_app_components_admin_admindashboard_quota_fields"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L376",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_admindashboard_userstab",
      "target": "remix_app_components_admin_admindashboard_userrowid"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L541",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_admindashboard_appstab",
      "target": "remix_app_components_admin_admindashboard_approwid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard_appstab",
      "target": "remix_app_components_admin_admindashboard_useadminrows"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L312",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_useadminrows",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindashboard_userstab",
      "target": "remix_app_components_admin_admindashboard_useadminrows"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L373",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_userstab",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L360",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_userstab",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L361",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_userstab",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L538",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_appstab",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L525",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_appstab",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L524",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_appstab",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L526",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_appstab",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminDashboard.tsx",
      "source_location": "L715",
      "weight": 1.0,
      "source": "remix_app_components_admin_admindashboard_admindashboard",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/admin.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_admin",
      "target": "remix_app_components_admin_admindashboard_admindashboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_admin_query_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_adminmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L372",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_adminpanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_adminqueryrowid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_adminrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_endpoint_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_eyebrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_rate_limit_query_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_ratelimiteditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_ratelimitqueryrowid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_ratelimitrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminpanel_rule"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminrowquery_adminrowfield"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminrowquerycontrols"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrols"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminpanel",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_admin_adminpanel"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_adminpanel_ratelimiteditor",
      "target": "remix_app_components_admin_adminpanel_ratelimitqueryrowid"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_adminpanel_adminmanager",
      "target": "remix_app_components_admin_adminpanel_adminqueryrowid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_ratelimiteditor",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_ratelimiteditor",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_ratelimiteditor",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_ratelimiteditor",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L231",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_adminmanager",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L219",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_adminmanager",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L218",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_adminmanager",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L220",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_adminmanager",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminPanel.tsx",
      "source_location": "L221",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminpanel_adminmanager",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_admin_adminpanel_adminpanel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery_adminfiltervalueforoperatorchange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery_adminrowfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery_adminrowfieldkind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery_adminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery_adminrowsort"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery_applyadminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquery_createadminrowquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_accessible_operator_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrolsprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_date_operator_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_default_operator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_filterforfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_operator_ids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_operatorlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_operatorsfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L382",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowqueryoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_admin_adminrowquerycontrols_value_type"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_search_searchbuilder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_search_searchbuilder_newrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_search_searchbuilder_operators"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_search_searchbuilder_opkind"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_search_searchtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_search_searchtypes_conditionrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols",
      "target": "remix_app_components_search_searchtypes_rowvaluetype"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_adminrowquerycontrols"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols_filterforfield",
      "target": "remix_app_components_search_searchbuilder_newrow"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L110",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrols",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_adminrowquerycontrols_adminrowquerycontrols"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/AdminRowQueryControls.tsx",
      "source_location": "L390",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L768",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiermanager",
      "target": "remix_app_components_admin_adminrowquerycontrols_useadminrowquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_active_statuses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_automationproviders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_automationprovidersprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_conflict_statuses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_defaultworkflowref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_detailprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_detailsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_dispatchmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_dispatchmodalprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_emptyline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_entitytime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_featuredetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_formattime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_matchesentity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_normalizedstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_parsetime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_ready_statuses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_relativetime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_selectprimarypr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_statusbadge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_statuscolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_workflow_labels"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_types_ciautomationpolicy"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_types_cicontrolresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_types_cientity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_types_cievent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_types_ciexecutionprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_types_ciworkflowkey"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_statuscolor",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_active_statuses"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L181",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_featuredetail",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_conflict_statuses"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_statuscolor",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_conflict_statuses"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_statuscolor",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_ready_statuses"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_featuredetail",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_normalizedstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_statuscolor",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_normalizedstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_statusbadge",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_statuscolor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_formattime",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_parsetime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_relativetime",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_parsetime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_relativetime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L569",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_selectprimarypr"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_dispatchmodal",
      "target": "remix_app_components_admin_cicontrol_cicontroldashboard_defaultworkflowref"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L303",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_dispatchmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L488",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L485",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/CIControl/CIControlDashboard.tsx",
      "source_location": "L486",
      "weight": 1.0,
      "source": "remix_app_components_admin_cicontrol_cicontroldashboard_cicontroldashboard",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_ciautomationpolicy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_cicontrolresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_cidashboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_cientity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_cievent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_ciexecutionprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_ciintegration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/CIControl/types.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_cicontrol_types",
      "target": "remix_app_components_admin_cicontrol_types_ciworkflowkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_components_admin_linkmanagermodal_decoratedlink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_components_admin_linkmanagermodal_linkmanagermodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_components_admin_linkmanagermodal_searchpicker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_components_admin_linkmanagermodal_sectionheading"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal_searchpicker",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal_searchpicker",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L133",
      "weight": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal_linkmanagermodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L132",
      "weight": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal_linkmanagermodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/LinkManagerModal.tsx",
      "source_location": "L134",
      "weight": 1.0,
      "source": "remix_app_components_admin_linkmanagermodal_linkmanagermodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_eyebrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_modelbyid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_readcachedwaterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_samewaterfall"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_nav_drawer_reorderablelist"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_nav_drawer_reorderablelist_reorderablelist"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_samewaterfall"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_readcachedwaterfall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_readcachedwaterfall",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/PRConflictResolverModelWaterfallEditor.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_admin_prconflictresolvermodelwaterfalleditor_prconflictresolvermodelwaterfalleditor",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_admin_subscriptioneditormodal_emptyoverrides"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_admin_subscriptioneditormodal_field_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_admin_subscriptioneditormodal_overridemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_admin_subscriptioneditormodal_overridestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_admin_subscriptioneditormodal_subscriptioneditormodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_admin_subscriptioneditormodal_tierlabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_apps_connectedappssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_apps_connectedappssection_formatbytes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_subscriptioneditormodal_subscriptioneditormodal",
      "target": "remix_app_components_admin_subscriptioneditormodal_emptyoverrides"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal_subscriptioneditormodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal_subscriptioneditormodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/SubscriptionEditorModal.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "source": "remix_app_components_admin_subscriptioneditormodal_subscriptioneditormodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_adminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_adminrowquery_adminrowfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_blankdiscounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L652",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_catalogsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_discountinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_formatdiscount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_parsepriceinputs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_price_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_pricestoinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_quota_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_quotainput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_quotastoinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_tier_query_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_tiereditormodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_tierinclusiontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L749",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_tiermanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_admin_tiermanager_tierqueryrowid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_apps_connectedappssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_apps_connectedappssection_formatbytes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_editor_longtexteditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_editor_longtexteditor_longtexteditor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_subscriptions_tiercard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_components_subscriptions_tiercard_tiercard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L771",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_tiermanager_tiermanager",
      "target": "remix_app_components_admin_tiermanager_tierqueryrowid"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L230",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_components_admin_tiermanager_blankdiscounts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_components_admin_tiermanager_quotastoinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_components_admin_tiermanager_pricestoinput"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_components_admin_tiermanager_parsepriceinputs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L632",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_components_apps_connectedappssection_formatbytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L413",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L220",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L219",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L222",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiereditormodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L751",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiermanager",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L750",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiermanager",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/TierManager.tsx",
      "source_location": "L752",
      "weight": 1.0,
      "source": "remix_app_components_admin_tiermanager_tiermanager",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindirectoryclient_test",
      "target": "remix_app_components_admin_admindirectoryclient"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindirectoryclient_test",
      "target": "remix_app_components_admin_admindirectoryclient_loadcompleteadminsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindirectoryclient_test",
      "target": "remix_app_components_admin_admindirectoryclient_test_row"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindirectoryclient",
      "target": "remix_app_components_admin_admindirectoryclient_completeadminsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminDirectoryClient.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_admindirectoryclient",
      "target": "remix_app_components_admin_admindirectoryclient_loadcompleteadminsnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_adminfiltervalueforoperatorchange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_adminrowfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_applyadminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_createadminrowquery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_filteradminrows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_sortadminrows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_test_condition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_test_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_test_fixturerow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_test_ids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_admin_adminrowquery_test_rows"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_search_searchtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_test",
      "target": "remix_app_components_search_searchtypes_conditionrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminfiltervalueforoperatorchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminrowfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminrowfieldexists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminrowfieldkind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminrowfieldoption"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminrowmatchesfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminrowquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_adminrowsort"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L374",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_applyadminrowquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_asboolean"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_asdatems"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L338",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_comparesortablevalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_createadminrowquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_daterange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_fieldpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_filteradminrows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_filterisactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_flattenarrays"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_isrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_matchesdateboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_matchespositiveoperator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_normalizedtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_pathexists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_readpathvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_row_collator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_scalarcomparison"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_scalarequals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_searchtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_sortablevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L352",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_sortadminrows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_admin_adminrowquery_stringequals"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_search_searchtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery",
      "target": "remix_app_components_search_searchtypes_conditionrow"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L349",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminrowquery_comparesortablevalues",
      "target": "remix_app_components_admin_adminrowquery_row_collator"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L199",
      "weight": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarcomparison",
      "target": "remix_app_components_admin_adminrowquery_row_collator"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_pathexists",
      "target": "remix_app_components_admin_adminrowquery_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_readpathvalues",
      "target": "remix_app_components_admin_adminrowquery_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_searchtext",
      "target": "remix_app_components_admin_adminrowquery_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues",
      "target": "remix_app_components_admin_adminrowquery_flattenarrays"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_readpathvalues",
      "target": "remix_app_components_admin_adminrowquery_flattenarrays"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues",
      "target": "remix_app_components_admin_adminrowquery_readpathvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_adminrowfieldexists",
      "target": "remix_app_components_admin_adminrowquery_pathexists"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_adminrowfieldexists",
      "target": "remix_app_components_admin_adminrowquery_fieldpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues",
      "target": "remix_app_components_admin_adminrowquery_fieldpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_adminrowmatchesfilter",
      "target": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_sortablevalue",
      "target": "remix_app_components_admin_adminrowquery_readadminrowfieldvalues"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_adminrowmatchesfilter",
      "target": "remix_app_components_admin_adminrowquery_adminrowfieldexists"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_normalizedtext",
      "target": "remix_app_components_admin_adminrowquery_searchtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchespositiveoperator",
      "target": "remix_app_components_admin_adminrowquery_normalizedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarcomparison",
      "target": "remix_app_components_admin_adminrowquery_normalizedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_stringequals",
      "target": "remix_app_components_admin_adminrowquery_normalizedtext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarcomparison",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarequals",
      "target": "remix_app_components_admin_adminrowquery_asnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarequals",
      "target": "remix_app_components_admin_adminrowquery_asboolean"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_daterange",
      "target": "remix_app_components_admin_adminrowquery_asdatems"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchesdateboundary",
      "target": "remix_app_components_admin_adminrowquery_asdatems"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchespositiveoperator",
      "target": "remix_app_components_admin_adminrowquery_asdatems"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarcomparison",
      "target": "remix_app_components_admin_adminrowquery_asdatems"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarequals",
      "target": "remix_app_components_admin_adminrowquery_asdatems"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchesdateboundary",
      "target": "remix_app_components_admin_adminrowquery_daterange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchespositiveoperator",
      "target": "remix_app_components_admin_adminrowquery_daterange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarcomparison",
      "target": "remix_app_components_admin_adminrowquery_daterange"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarequals",
      "target": "remix_app_components_admin_adminrowquery_daterange"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_admin_adminrowquery_filteradminrows",
      "target": "remix_app_components_admin_adminrowquery_filterisactive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_scalarequals",
      "target": "remix_app_components_admin_adminrowquery_stringequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchespositiveoperator",
      "target": "remix_app_components_admin_adminrowquery_scalarequals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchespositiveoperator",
      "target": "remix_app_components_admin_adminrowquery_scalarcomparison"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_matchespositiveoperator",
      "target": "remix_app_components_admin_adminrowquery_matchesdateboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_applyadminrowquery",
      "target": "remix_app_components_admin_adminrowquery_filteradminrows"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminRowQuery.ts",
      "source_location": "L379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminrowquery_applyadminrowquery",
      "target": "remix_app_components_admin_adminrowquery_sortadminrows"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection_test",
      "target": "remix_app_components_admin_adminstorageprojection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection_test",
      "target": "remix_app_components_admin_adminstorageprojection_exactbytelabel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection_test",
      "target": "remix_app_components_admin_adminstorageprojection_storageprojectiontitle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection_test",
      "target": "remix_app_components_admin_adminstorageprojection_storagestatuspresentation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection_test",
      "target": "remix_app_components_admin_adminstorageprojection_test_storage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection",
      "target": "remix_app_components_admin_adminstorageprojection_adminstorageprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection",
      "target": "remix_app_components_admin_adminstorageprojection_exactbytelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection",
      "target": "remix_app_components_admin_adminstorageprojection_storageprojectiontitle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection",
      "target": "remix_app_components_admin_adminstorageprojection_storagestatuspresentation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection_storageprojectiontitle",
      "target": "remix_app_components_admin_adminstorageprojection_exactbytelabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Admin/adminStorageProjection.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_admin_adminstorageprojection_storageprojectiontitle",
      "target": "remix_app_components_admin_adminstorageprojection_storagestatuspresentation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_allowancelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_cachesafestorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_managedapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_managedstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_manageduser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_provisionalusagelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_readstoragecache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_userlabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_connectedappssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_apps_connectedappssection_formatbytesexact"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_subscriptions_tiercard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_components_subscriptions_tiercard_tiercard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_localcache_clearlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/apps-manage.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_apps_manage",
      "target": "remix_app_components_apps_appstoragemanagerpage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_readstoragecache",
      "target": "remix_app_components_apps_appstoragemanagerpage_cachesafestorage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_readstoragecache",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_allowancelabel",
      "target": "remix_app_components_apps_connectedappssection_formatbytesexact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage",
      "target": "remix_app_components_apps_appstoragemanagerpage_allowancelabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_provisionalusagelabel",
      "target": "remix_app_components_apps_connectedappssection_formatbytesexact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L408",
      "weight": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage",
      "target": "remix_app_components_apps_connectedappssection_formatbytesexact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppStorageManagerPage.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "source": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/apps-manage.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_apps_manage",
      "target": "remix_app_components_apps_appstoragemanagerpage_appstoragemanagerpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_apps_appsdatapage_appsdatapage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_apps_appsdatapage_entrycard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_apps_appsdatapage_publicthingwire"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_apps_connectedappssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_apps_connectedappssection_appdatarow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_apps_connectedappssection_appdatastoragelabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_appsdatapage",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/apps.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_apps",
      "target": "remix_app_components_apps_appsdatapage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_components_apps_appsdatapage_entrycard",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_components_apps_appsdatapage_entrycard",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_components_apps_appsdatapage_entrycard",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_components_apps_appsdatapage_appsdatapage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "source": "remix_app_components_apps_appsdatapage_appsdatapage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_components_apps_appsdatapage_appsdatapage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/AppsDataPage.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "source": "remix_app_components_apps_appsdatapage_appsdatapage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/apps.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_apps",
      "target": "remix_app_components_apps_appsdatapage_appsdatapage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_appdatarow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_appdatastoragelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_appgrantrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_connectedappscache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_connectedappssection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_exactbytelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_formatbytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_apps_connectedappssection_formatbytesexact"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_settings_settingssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_settings_settingssection_settingrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_components_settings_settingssection_settingssection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_apps_connectedappssection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection_formatbytesexact",
      "target": "remix_app_components_apps_connectedappssection_formatbytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection_formatbytesexact",
      "target": "remix_app_components_apps_connectedappssection_exactbytelabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_apps_connectedappssection_appdatastoragelabel",
      "target": "remix_app_components_apps_connectedappssection_formatbytesexact"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "source": "remix_app_components_apps_connectedappssection_connectedappssection",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_components_apps_connectedappssection_connectedappssection",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Apps/ConnectedAppsSection.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_components_apps_connectedappssection_connectedappssection",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_apps_connectedappssection_connectedappssection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerhandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerinner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_statuslabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_uploadfilerow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_uploadstatusrole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_uploadvisualpreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_uploadvisualtile"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentcomposersnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentuploadpurpose"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmenttypes_composerattachmentupload"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentuicore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_formatattachmentbytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_localfilemediakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_sameattachmentsnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_useattachmentuploads"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_attachments_useattachmentuploads_useattachmentuploads"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_media_mediagallery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_media_mediagallery_mediaaddtile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_media_mediagallery_mediagallerygrid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer",
      "target": "remix_app_components_media_mediagallery_mediagallerytile"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_attachments_attachmentcomposer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_attachments_attachmentcomposer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerhandle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerhandle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposerhandle"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Attachments/AttachmentComposer.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_components_attachments_attachmentcomposer_uploadvisualpreview",
      "target": "remix_app_components_attachments_attachmentuicore_localfilemediakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_attachments_attachmentcomposer_attachmentcomposer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "remix_app_components_attachments_attachmenttypes_publicattachment"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "remix_app_components_attachments_attachmentuicore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcontenturl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "remix_app_components_attachments_attachmentuicore_formatattachmentbytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "remix_app_components_attachments_attachmentuicore_normalizepublicattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/PostAttachments.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_postattachments",
      "target": "remix_app_components_attachments_postattachments_postattachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_attachments_postattachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_attachments_postattachments"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_attachments_postattachments_postattachments"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_attachments_postattachments_postattachments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentdraftcleanup",
      "target": "remix_app_components_attachments_attachmentdraftcleanup_attachmentdraftcleanup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentdraftcleanup",
      "target": "remix_app_components_attachments_attachmentdraftcleanup_cleanups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentdraftcleanup",
      "target": "remix_app_components_attachments_attachmentdraftcleanup_flushattachmentdraftcleanups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentDraftCleanup.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentdraftcleanup",
      "target": "remix_app_components_attachments_attachmentdraftcleanup_registerattachmentdraftcleanup"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentdraftcleanup"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_components_attachments_attachmentdraftcleanup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentdraftcleanup_registerattachmentdraftcleanup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_components_attachments_attachmentdraftcleanup_flushattachmentdraftcleanups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentcomposersnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentmediakind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentuploadoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentuploadpurpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentuploadstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_composerattachmentupload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_multipartuploadinit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_publicattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentTypes.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmenttypes",
      "target": "remix_app_components_attachments_attachmenttypes_signeduploadpart"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_components_attachments_attachmenttypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentmediakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentuploadpurpose"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentuploadoptions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmenttypes_publicattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_attachments_attachmenttypes_publicattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_attachments_attachmenttypes_publicattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_attachments_attachmenttypes_publicattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_attachments_attachmenttypes_publicattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmenttypes_composerattachmentupload"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmenttypes_composerattachmentupload"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_attachments_attachmenttypes_composerattachmentupload"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentcomposersnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentcomposersnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentcomposersnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_attachments_attachmenttypes_attachmentcomposersnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmenttypes_signeduploadpart"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcleanupaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcompleteretryphase"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcontenturl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentuploaderror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentuploadfailurephase"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_canonicalposttags"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_formatattachmentbytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_matchescommittedpostcreate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_multipartpartrange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_normalizepublicattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_safeattachmentmediakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_sameattachmentsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_test",
      "target": "remix_app_components_attachments_attachmentuicore_shouldfreezeambiguouspostsubmission"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcleanupaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcompleteretryphase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcontenturl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentuploaderror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentuploaderrorcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentuploadfailurephase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_canonicaljson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_canonicalposttags"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_committedpostexpectation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_dedupeselectedfiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_exactstringarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_formatattachmentbytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_inline_image_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_inline_video_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_localfilemediakind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_matchescommittedpostcreate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_multipartpartrange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_normalizepublicattachment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_recordof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_safeattachmentmediakind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_sameattachmentsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_samejson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore",
      "target": "remix_app_components_attachments_attachmentuicore_shouldfreezeambiguouspostsubmission"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentuicore"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_attachments_attachmentuicore"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_localfilemediakind",
      "target": "remix_app_components_attachments_attachmentuicore_inline_image_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_safeattachmentmediakind",
      "target": "remix_app_components_attachments_attachmentuicore_inline_image_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_localfilemediakind",
      "target": "remix_app_components_attachments_attachmentuicore_inline_video_types"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_safeattachmentmediakind",
      "target": "remix_app_components_attachments_attachmentuicore_inline_video_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_canonicalposttags"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L172",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_canonicalposttags"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_normalizepublicattachment",
      "target": "remix_app_components_attachments_attachmentuicore_safeattachmentmediakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_localfilemediakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_normalizepublicattachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_attachments_attachmentuicore_formatattachmentbytes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentuploaderror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_attachmentuploadfailurephase",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcompleteretryphase"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcompleteretryphase"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentuploadfailurephase"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_shouldfreezeambiguouspostsubmission"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_attachmentcleanupaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_dedupeselectedfiles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_attachmentuicore_multipartpartrange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_committedpostexpectation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_canonicaljson",
      "target": "remix_app_components_attachments_attachmentuicore_recordof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_matchescommittedpostcreate",
      "target": "remix_app_components_attachments_attachmentuicore_recordof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L222",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_samejson",
      "target": "remix_app_components_attachments_attachmentuicore_canonicaljson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_matchescommittedpostcreate",
      "target": "remix_app_components_attachments_attachmentuicore_samejson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/attachmentUiCore.ts",
      "source_location": "L248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_attachmentuicore_matchescommittedpostcreate",
      "target": "remix_app_components_attachments_attachmentuicore_exactstringarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_attachments_attachmentuicore_matchescommittedpostcreate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_useattachmentuploads_localuploadid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_useattachmentuploads_putsignedpart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_useattachmentuploads_queueentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_useattachmentuploads_sha256base64"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_useattachmentuploads_uploadplan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_components_attachments_useattachmentuploads_useattachmentuploads"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_attachments_useattachmentuploads"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L105",
      "weight": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads_useattachmentuploads",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Attachments/useAttachmentUploads.ts",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_components_attachments_useattachmentuploads_useattachmentuploads",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_attachments_useattachmentuploads_useattachmentuploads"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/Branding.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_branding",
      "target": "remix_app_components_branding_branding_branding"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/Branding.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_branding",
      "target": "remix_app_components_branding_logo"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/Branding.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_branding",
      "target": "remix_app_components_branding_logo_logo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_branding_branding"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_branding_branding_branding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/Logo.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_logo",
      "target": "remix_app_components_branding_logo_logo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_branding_logo"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_branding_logo_logo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/LogoOld2.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_logoold2",
      "target": "remix_app_components_branding_logoold2_logoold2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Branding/LogoOld3.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_branding_logoold3",
      "target": "remix_app_components_branding_logoold3_logo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Buttons/Attention.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_buttons_attention",
      "target": "remix_app_components_buttons_attention_attention"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Buttons/Attention.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_buttons_attention",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactivenav",
      "target": "remix_app_components_buttons_attention"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactivenav",
      "target": "remix_app_components_buttons_attention_attention"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Buttons/Hamburger.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_buttons_hamburger",
      "target": "remix_app_components_buttons_hamburger_hamburger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Buttons/Hamburger.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_buttons_hamburger",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactivenav",
      "target": "remix_app_components_buttons_hamburger"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactivenav",
      "target": "remix_app_components_buttons_hamburger_hamburger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_commander_commanderv1deprecated_commanderargs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_commander_commanderv1deprecated_commanderv1"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_magicinput_magicinput"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_magicinput_magicinput_magicinput"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_rainbow_rainbow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_rainbow_rainbow_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_functions_sanitise"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_functions_sanitise_sanitise"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_hooks_usethingtimemachine"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_hooks_usethingtimemachine_patharray"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_smarts_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_smarts_index_getparentpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_utils_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_utils_index_safejoin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated",
      "target": "remix_app_utils_index_safesplit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated_commanderv1",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L161",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated_commanderv1",
      "target": "remix_app_utils_index_safejoin"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/CommanderV1Deprecated.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderv1deprecated_commanderv1",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_commander_commanderv1deprecated_commanderv1"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_commander_commanderclickaway"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_commander_commanderclickaway_commanderclickawayboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_commander_commanderv2_commanderv2"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_rainbow_rainbow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_rainbow_rainbow_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_eggs_eggs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_eggs_eggs_partymode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_eggs_eggs_picksparkle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_eggs_eggs_rainbowflash"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_eggs_eggs_secret_words"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_functions_sanitise"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_functions_sanitise_sanitise"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_hooks_usepath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_hooks_usepath_usepath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_smarts_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderv2",
      "target": "remix_app_smarts_index_getparentpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_commander_commanderv2"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderv2_commanderv2",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderv2_commanderv2",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderv2_commanderv2",
      "target": "remix_app_hooks_usepath_usepath"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/CommanderV2.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderv2_commanderv2",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_commander_commanderv2_commanderv2"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_commander_commanderv2_commanderv2"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/commanderClickAway.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderclickaway_test",
      "target": "remix_app_components_commander_commanderclickaway"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/commanderClickAway.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderclickaway_test",
      "target": "remix_app_components_commander_commanderclickaway_commander_click_away_events"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/commanderClickAway.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderclickaway_test",
      "target": "remix_app_components_commander_commanderclickaway_shouldclosecommanderfortarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderclickaway",
      "target": "remix_app_components_commander_commanderclickaway_commander_click_away_events"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderclickaway",
      "target": "remix_app_components_commander_commanderclickaway_commanderclickawayboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_commander_commanderclickaway",
      "target": "remix_app_components_commander_commanderclickaway_shouldclosecommanderfortarget"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Commander/commanderClickAway.ts",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_components_commander_commanderclickaway_commanderclickawayboundary",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_clamp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_clamppanelposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_clamptriggerposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_devaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_devkit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_fixedposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_getdevkitbottomguard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_getdevkitrightguard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_getviewportsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_isnativewebview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_panelpositionneartrigger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_readrootpixelvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_readstoredtriggerposition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_devkit_devkit_spin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_lopu_uselopu_uselopustream"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_devkit_devkit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_clamppanelposition",
      "target": "remix_app_components_devkit_devkit_clamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_clamptriggerposition",
      "target": "remix_app_components_devkit_devkit_clamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_panelpositionneartrigger",
      "target": "remix_app_components_devkit_devkit_clamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_getdevkitbottomguard",
      "target": "remix_app_components_devkit_devkit_readrootpixelvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_getdevkitrightguard",
      "target": "remix_app_components_devkit_devkit_readrootpixelvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_clamppanelposition",
      "target": "remix_app_components_devkit_devkit_getviewportsize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_clamptriggerposition",
      "target": "remix_app_components_devkit_devkit_getviewportsize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_getdevkitbottomguard",
      "target": "remix_app_components_devkit_devkit_isnativewebview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_clamptriggerposition",
      "target": "remix_app_components_devkit_devkit_getdevkitbottomguard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_clamptriggerposition",
      "target": "remix_app_components_devkit_devkit_getdevkitrightguard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_readstoredtriggerposition",
      "target": "remix_app_components_devkit_devkit_clamptriggerposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_devkit_devkit_panelpositionneartrigger",
      "target": "remix_app_components_devkit_devkit_clamppanelposition"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_components_devkit_devkit_devkit",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L128",
      "weight": 1.0,
      "source": "remix_app_components_devkit_devkit_devkit",
      "target": "remix_app_components_lopu_uselopu_uselopustream"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "source": "remix_app_components_devkit_devkit_devkit",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L124",
      "weight": 1.0,
      "source": "remix_app_components_devkit_devkit_devkit",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "source": "remix_app_components_devkit_devkit_devkit",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L473",
      "weight": 1.0,
      "source": "remix_app_components_devkit_devkit_devkit",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/DevKit/DevKit.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "source": "remix_app_components_devkit_devkit_devkit",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_devkit_devkit_devkit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_components_eastereggs_eastereggs_eastereggs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_eggs_consoleegg"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_eggs_consoleegg_installconsoleegg"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_eggs_eggs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_eggs_eggs_installkonami"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs",
      "target": "remix_app_eggs_eggs_partymode"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_eastereggs_eastereggs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs_eastereggs",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs_eastereggs",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/EasterEggs/EasterEggs.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_components_eastereggs_eastereggs_eastereggs",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_eastereggs_eastereggs_eastereggs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/Editor.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editor",
      "target": "remix_app_components_editor_editor_editor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjschangequeue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjschangequeue_createorderededitorjschangequeue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjschangequeue_orderededitorjschangequeue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjschangereconciliation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjschangereconciliation_acknowledgelatesteditorjsecho"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjschangereconciliation_editorjssourcerevision"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjschangereconciliation_shouldaccepteditorjssnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjskeyboard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjskeyboard_watcheditorjstextfieldkeydowns"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjspopoverviewport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjspopoverviewport_watcheditorjspopoverviewport"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjstoolbox"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjstoolbox_filterlistv2checklisttoolbox"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjstouchfocus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjstouchfocus_geteditorjstouchfocustarget"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_blockstotext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_heading_font_sizes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_heading_levels"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_editorjsblock"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_editorjsdoc"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsvaluesignature"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdocsafetoedit"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L646",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_editablelongtexteditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_escapeinline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_long_text_block_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_longtextblocktype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_longtextblocktypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_longtexteditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L285",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_longtexteditorinner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_longtexteditorinnerprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L263",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_longtexteditorprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_longtextvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_parsechunklines"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_sequencedlongtextvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_splittablerow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_longtexteditor_texttoblocks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_styletune"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor",
      "target": "remix_app_components_editor_styletune_styletune"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_editor_longtexteditor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_editor_longtexteditor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_longtexteditor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_editor_longtexteditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_editor_longtexteditor_longtextvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_editor_longtexteditor_longtextblocktype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_editor_longtexteditor_longtextblocktypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_editor_longtexteditor_longtextblocktypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_editor_longtexteditor_long_text_block_types"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor_parsechunklines",
      "target": "remix_app_components_editor_longtexteditor_escapeinline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor_texttoblocks",
      "target": "remix_app_components_editor_longtexteditor_escapeinline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_longtexteditor_parsechunklines",
      "target": "remix_app_components_editor_longtexteditor_splittablerow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_longtexteditor_texttoblocks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L290",
      "weight": 1.0,
      "source": "remix_app_components_editor_longtexteditor_longtexteditorinner",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L286",
      "weight": 1.0,
      "source": "remix_app_components_editor_longtexteditor_longtexteditorinner",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L678",
      "weight": 1.0,
      "source": "remix_app_components_editor_longtexteditor_editablelongtexteditor",
      "target": "remix_app_components_editor_editorjschangereconciliation_acknowledgelatesteditorjsecho"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L650",
      "weight": 1.0,
      "source": "remix_app_components_editor_longtexteditor_editablelongtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsvaluesignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L648",
      "weight": 1.0,
      "source": "remix_app_components_editor_longtexteditor_editablelongtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L751",
      "weight": 1.0,
      "source": "remix_app_components_editor_longtexteditor_editablelongtexteditor",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdocsafetoedit"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/LongTextEditor.tsx",
      "source_location": "L647",
      "weight": 1.0,
      "source": "remix_app_components_editor_longtexteditor_editablelongtexteditor",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_editor_longtexteditor_longtexteditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_editor_longtexteditor_longtexteditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_longtexteditor_longtexteditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_editor_longtexteditor_longtexteditor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_alignkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_font_stacks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_fontkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_hasstyletokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_sanitizestyletokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_size_presets"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_style_palette"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_styletokenstocss"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletokens_textstyletokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletune_binddelegation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletune_paintpanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletune_styletune"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletune_tune_registry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune",
      "target": "remix_app_components_editor_styletune_tuneparams"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L256",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_destroy",
      "target": "remix_app_components_editor_styletune_tune_registry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_constructor",
      "target": "remix_app_components_editor_styletune_binddelegation"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_render",
      "target": "remix_app_components_editor_styletune_paintpanel"
    },
    {
      "relation": "references",
      "context": "field",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletokens_textstyletokens"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_applystyles"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_blockid"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_constructor"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_destroy"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_istune"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_render"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_save"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_set"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune",
      "target": "remix_app_components_editor_styletune_styletune_wrap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L121",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_constructor",
      "target": "remix_app_components_editor_styletokens_sanitizestyletokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_constructor",
      "target": "remix_app_components_editor_styletune_styletune_blockid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_destroy",
      "target": "remix_app_components_editor_styletune_styletune_blockid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_render",
      "target": "remix_app_components_editor_styletune_styletune_blockid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L135",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_save",
      "target": "remix_app_components_editor_styletokens_hasstyletokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L134",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_save",
      "target": "remix_app_components_editor_styletokens_sanitizestyletokens"
    },
    {
      "relation": "references",
      "context": "return_type",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_save",
      "target": "remix_app_components_editor_styletokens_textstyletokens"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_wrap",
      "target": "remix_app_components_editor_styletune_styletune_applystyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L150",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_applystyles",
      "target": "remix_app_components_editor_styletokens_styletokenstocss"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_set",
      "target": "remix_app_components_editor_styletune_styletune_applystyles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L165",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_set",
      "target": "remix_app_components_editor_styletokens_sanitizestyletokens"
    },
    {
      "relation": "references",
      "context": "generic_arg",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_set",
      "target": "remix_app_components_editor_styletokens_textstyletokens"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L211",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_render",
      "target": "remix_app_components_editor_styletokens_size_presets"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/StyleTune.ts",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletune_styletune_render",
      "target": "remix_app_components_editor_styletokens_style_palette"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue_test",
      "target": "remix_app_components_editor_editorjschangequeue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue_test",
      "target": "remix_app_components_editor_editorjschangequeue_createorderededitorjschangequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue_test",
      "target": "remix_app_components_editor_editorjschangequeue_test_deferred"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.test.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue_test",
      "target": "remix_app_components_editor_editorjschangequeue_test_flushmicrotasks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue",
      "target": "remix_app_components_editor_editorjschangequeue_createorderededitorjschangequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue",
      "target": "remix_app_components_editor_editorjschangequeue_orderededitorjschangequeue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue",
      "target": "remix_app_components_editor_editorjschangequeue_orderededitorjschangequeueoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeQueue.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangequeue",
      "target": "remix_app_components_editor_editorjschangequeue_saveresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangereconciliation_test",
      "target": "remix_app_components_editor_editorjschangereconciliation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangereconciliation_test",
      "target": "remix_app_components_editor_editorjschangereconciliation_acknowledgelatesteditorjsecho"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangereconciliation_test",
      "target": "remix_app_components_editor_editorjschangereconciliation_shouldaccepteditorjssnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangereconciliation",
      "target": "remix_app_components_editor_editorjschangereconciliation_acknowledgelatesteditorjsecho"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangereconciliation",
      "target": "remix_app_components_editor_editorjschangereconciliation_editorjssourcerevision"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsChangeReconciliation.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjschangereconciliation",
      "target": "remix_app_components_editor_editorjschangereconciliation_shouldaccepteditorjssnapshot"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test",
      "target": "remix_app_components_editor_editorjskeyboard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test",
      "target": "remix_app_components_editor_editorjskeyboard_editor_js_native_text_field_keys"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test",
      "target": "remix_app_components_editor_editorjskeyboard_geteditorjsarrowmovement"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test",
      "target": "remix_app_components_editor_editorjskeyboard_preserveeditorjstextfieldkeydown"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test",
      "target": "remix_app_components_editor_editorjskeyboard_shouldpreserveeditorjstextfieldkeydown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test",
      "target": "remix_app_components_editor_editorjskeyboard_test_eventfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test",
      "target": "remix_app_components_editor_editorjskeyboard_test_targetfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_test_eventfor",
      "target": "remix_app_components_editor_editorjskeyboard_test_targetfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_backwardboundarykeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_closesteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_editor_js_native_text_field_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_editorjsnativetextfieldkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_geteditorjsarrowmovement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_geteditorjstextfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_isattruetextfieldboundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_nodeboundarylength"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_preserveeditorjstextfieldkeydown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_shouldpreserveeditorjstextfieldkeydown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard",
      "target": "remix_app_components_editor_editorjskeyboard_watcheditorjstextfieldkeydowns"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_preserveeditorjstextfieldkeydown",
      "target": "remix_app_components_editor_editorjskeyboard_geteditorjstextfield"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_shouldpreserveeditorjstextfieldkeydown",
      "target": "remix_app_components_editor_editorjskeyboard_geteditorjstextfield"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_preserveeditorjstextfieldkeydown",
      "target": "remix_app_components_editor_editorjskeyboard_shouldpreserveeditorjstextfieldkeydown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_isattruetextfieldboundary",
      "target": "remix_app_components_editor_editorjskeyboard_nodeboundarylength"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_preserveeditorjstextfieldkeydown",
      "target": "remix_app_components_editor_editorjskeyboard_isattruetextfieldboundary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsKeyboard.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjskeyboard_preserveeditorjstextfieldkeydown",
      "target": "remix_app_components_editor_editorjskeyboard_geteditorjsarrowmovement"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_editor_js_popover_viewport_css_vars"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_geteditorjspopoverviewportmetrics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakevisualviewport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test",
      "target": "remix_app_components_editor_editorjspopoverviewport_watcheditorjspopoverviewport"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_addeventlistener"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_emit"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_listenercount"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget_removeeventlistener"
    },
    {
      "relation": "inherits",
      "context": "type",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakevisualviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget"
    },
    {
      "relation": "inherits",
      "context": "type",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakeeventtarget"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_cancelanimationframe"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_flushanimationframes"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_queuedframecount"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_requestanimationframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L64",
      "weight": 1.0,
      "source": "remix_app_eggs_eggs_rainbowflash",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakewindow_requestanimationframe"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle_removeproperty"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.test.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle",
      "target": "remix_app_components_editor_editorjspopoverviewport_test_fakestyle_setproperty"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_clearviewportcssvars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_createviewportsubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_editor_js_popover_viewport_css_vars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportholder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportmetrics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_editorjspopoverviewportsubscription"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_finitenonnegative"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_geteditorjspopoverviewportmetrics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_subscriptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_watcheditorjspopoverviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_geteditorjspopoverviewportmetrics",
      "target": "remix_app_components_editor_editorjspopoverviewport_finitenonnegative"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsPopoverViewport.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjspopoverviewport_watcheditorjspopoverviewport",
      "target": "remix_app_components_editor_editorjspopoverviewport_createviewportsubscription"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsToolbox.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstoolbox_test",
      "target": "remix_app_components_editor_editorjstoolbox"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsToolbox.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstoolbox_test",
      "target": "remix_app_components_editor_editorjstoolbox_filterlistv2checklisttoolbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsToolbox.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstoolbox",
      "target": "remix_app_components_editor_editorjstoolbox_filterlistv2checklisttoolbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsToolbox.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstoolbox",
      "target": "remix_app_components_editor_editorjstoolbox_islistv2checklisttoolboxentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsToolbox.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstoolbox",
      "target": "remix_app_components_editor_editorjstoolbox_listv2toolboxentry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstouchfocus_test",
      "target": "remix_app_components_editor_editorjstouchfocus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstouchfocus_test",
      "target": "remix_app_components_editor_editorjstouchfocus_geteditorjstouchfocustarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstouchfocus",
      "target": "remix_app_components_editor_editorjstouchfocus_closesteventtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsTouchFocus.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjstouchfocus",
      "target": "remix_app_components_editor_editorjstouchfocus_geteditorjstouchfocustarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_auto_detect_limits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_heading_levels"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsheadingfontsize"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsvaluesignature"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdocsafetoedit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_normalizeeditorjsheadinglevel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_test",
      "target": "remix_app_components_editor_editorjsvalue_test_doc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_blockstotext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_checklistitems"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_auto_detect_limits"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_heading_font_sizes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_heading_levels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_editorjsblock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_editorjsdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_editorjsheadinglevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsheadingfontsize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsvaluesignature"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdocsafetoedit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_isrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_normalizeeditorjsheadinglevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_referenceids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_referencesignature"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_editorjsvalue_structuralsignature"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_inlinehtmltext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue",
      "target": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_editorjsvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_geteditorjsheadingfontsize",
      "target": "remix_app_components_editor_editorjsvalue_normalizeeditorjsheadinglevel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_editorjsvalue_normalizeeditorjsheadinglevel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsheadingfontsize"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_editorjsvalue_editor_js_auto_detect_limits"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_geteditorjsvaluesignature",
      "target": "remix_app_components_editor_editorjsvalue_referencesignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_structuralsignature",
      "target": "remix_app_components_editor_editorjsvalue_referencesignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_geteditorjsvaluesignature",
      "target": "remix_app_components_editor_editorjsvalue_structuralsignature"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_iseditorjsdoc",
      "target": "remix_app_components_editor_editorjsvalue_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring",
      "target": "remix_app_components_editor_editorjsvalue_isrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdocsafetoedit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdocsafetoedit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_geteditorjsdoc",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_editorjsvalue_iseditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_geteditorjsdoc",
      "target": "remix_app_components_editor_editorjsvalue_parseeditorjsdocstring"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L174",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_richtextpreview",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_isbranch",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L203",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_keyemoji",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L136",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_summarizething",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_editorjsvalue_geteditorjsdoc"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/editorJsValue.ts",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_editorjsvalue_checklistitems",
      "target": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_editor_editorjsvalue_blockstotext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L176",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_richtextpreview",
      "target": "remix_app_components_editor_editorjsvalue_blockstotext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_editor_editorjsvalue_blockstotext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_test",
      "target": "remix_app_components_editor_inlinehtmltext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_test",
      "target": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_test",
      "target": "remix_app_components_editor_inlinehtmltext_sanitizeeditorjsinlinehtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_allowed_inline_tags"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_decodeentitiesonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_decodeentityonce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_dropped_content_tags"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_escapeattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_escapehtmltext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_openinlinetag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_parseinlinehtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_readattribute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_readtag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_safe_protocols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_safehref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext",
      "target": "remix_app_components_editor_inlinehtmltext_sanitizeeditorjsinlinehtml"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_inlinehtmltext"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L157",
      "weight": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_parseinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_allowed_inline_tags"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L145",
      "weight": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_parseinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_dropped_content_tags"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_editor_inlinehtmltext_decodeentitiesonce",
      "target": "remix_app_components_editor_inlinehtmltext_decodeentityonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_safehref",
      "target": "remix_app_components_editor_inlinehtmltext_decodeentitiesonce"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_escapeattribute",
      "target": "remix_app_components_editor_inlinehtmltext_escapehtmltext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_parseinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_escapeattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_parseinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_readtag"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_parseinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_readattribute"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_parseinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_safehref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext",
      "target": "remix_app_components_editor_inlinehtmltext_parseinlinehtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/inlineHtmlText.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_inlinehtmltext_sanitizeeditorjsinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_parseinlinehtml"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L477",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_inlinetext",
      "target": "remix_app_components_editor_inlinehtmltext_inlinehtmltotext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_inlinehtmltext_sanitizeeditorjsinlinehtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L482",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_sanitizeinlinehtml",
      "target": "remix_app_components_editor_inlinehtmltext_sanitizeeditorjsinlinehtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_alignkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_font_stacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_fontkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_hasstyletokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_sanitizealign"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_sanitizecolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_sanitizefont"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_sanitizesize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_sanitizestyletokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_size_presets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_style_palette"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_styletokenstocss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_textstyletokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens",
      "target": "remix_app_components_editor_styletokens_theme_color_vars"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_styletokens"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_components_editor_styletokens_sanitizecolor",
      "target": "remix_app_components_editor_styletokens_theme_color_vars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens_sanitizestyletokens",
      "target": "remix_app_components_editor_styletokens_sanitizecolor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens_sanitizestyletokens",
      "target": "remix_app_components_editor_styletokens_sanitizesize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens_sanitizestyletokens",
      "target": "remix_app_components_editor_styletokens_sanitizefont"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Editor/styleTokens.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_editor_styletokens_sanitizestyletokens",
      "target": "remix_app_components_editor_styletokens_sanitizealign"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_styletokens_sanitizestyletokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_editor_styletokens_styletokenstocss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_components_electron_electronbridgehost_clearelectronurlrequestfromlocation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_components_electron_electronbridgehost_electronbridgehost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_components_electron_electronbridgehost_hasclearelectronurlrequest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge_electronurlsettingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge_getelectronautoupdateenabled"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge_getelectronbridge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge_getelectronsettingurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge_loadelectronurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge_normalizeelectronurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_electron_electronbridgehost",
      "target": "remix_app_utils_electronbridge_thingtimedesktopinfo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_electron_electronbridgehost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_components_electron_electronbridgehost_electronbridgehost",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Electron/ElectronBridgeHost.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_components_electron_electronbridgehost_electronbridgehost",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_electron_electronbridgehost_electronbridgehost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojidata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojidata_emojidata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojidata_group_tab_emoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojidata_loademojidata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojidata_searchemojis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojipicker_cellsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojipicker_emojicell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojipicker_emojipicker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojipicker_emojipickerprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_components_emoji_emojipicker_sectionlabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_utils_reactiontokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojipicker",
      "target": "remix_app_utils_reactiontokens_sanitizereactiontoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_emoji_emojipicker"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_emoji_emojipicker"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_emoji_emojipicker"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Emoji/EmojiPicker.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_components_emoji_emojipicker_emojipicker",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_emoji_emojipicker_emojipicker"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_emoji_emojipicker_emojipicker"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_emoji_emojipicker_emojipicker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojidata",
      "target": "remix_app_components_emoji_emojidata_emojidata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojidata",
      "target": "remix_app_components_emoji_emojidata_emojientry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojidata",
      "target": "remix_app_components_emoji_emojidata_emojigroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojidata",
      "target": "remix_app_components_emoji_emojidata_group_tab_emoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojidata",
      "target": "remix_app_components_emoji_emojidata_loademojidata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojidata",
      "target": "remix_app_components_emoji_emojidata_rawgroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/emojiData.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_emojidata",
      "target": "remix_app_components_emoji_emojidata_searchemojis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_components_emoji_userecentreactions_keyfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_components_emoji_userecentreactions_userecentreactions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_emoji_userecentreactions",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_emoji_userecentreactions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_emoji_userecentreactions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_emoji_userecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_components_emoji_userecentreactions_userecentreactions",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_components_emoji_userecentreactions_userecentreactions",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Emoji/useRecentReactions.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_emoji_userecentreactions_userecentreactions",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_emoji_userecentreactions_userecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L585",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_components_emoji_userecentreactions_userecentreactions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_emoji_userecentreactions_userecentreactions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker_messengeremojipicker",
      "target": "remix_app_components_emoji_userecentreactions_userecentreactions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_emoji_userecentreactions_userecentreactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_advancedfilters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_advancedfiltersactive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_advancedfiltersprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_advancedfiltersstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_advancedsearchbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_effectivesort"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_empty_advanced_filters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_searchresponseposts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_shortcutfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_advancedfilters_useadvancedfilters"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_rainbow_rainbow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_rainbow_rainbow_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchbuilder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchbuilder_compilerows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchbuilder_conditionrowseditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchbuilder_invalidnumberfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchbuilder_newrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchbuilder_root_field_suggestions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters",
      "target": "remix_app_components_search_searchtypes_conditionrow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_advancedfilters"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_advancedfilters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_advancedfilters_advancedfiltersstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters_advancedfiltersactive",
      "target": "remix_app_components_feed_advancedfilters_effectivesort"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_advancedfilters_advancedsearchbody",
      "target": "remix_app_components_feed_advancedfilters_effectivesort"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "source": "remix_app_components_feed_advancedfilters_advancedfiltersactive",
      "target": "remix_app_components_search_searchbuilder_compilerows"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "source": "remix_app_components_feed_advancedfilters_advancedsearchbody",
      "target": "remix_app_components_search_searchbuilder_compilerows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_advancedfilters_advancedsearchbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_advancedfilters_advancedsearchbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_advancedfilters_searchresponseposts"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_advancedfilters_searchresponseposts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "source": "remix_app_components_feed_advancedfilters_useadvancedfilters",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AdvancedFilters.tsx",
      "source_location": "L103",
      "weight": 1.0,
      "source": "remix_app_components_feed_advancedfilters_useadvancedfilters",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_advancedfilters_useadvancedfilters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_feed_feed_feedpage",
      "target": "remix_app_components_feed_advancedfilters_useadvancedfilters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_advancedfilters_useadvancedfilters"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L174",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_app_components_feed_advancedfilters_useadvancedfilters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_advancedfilters_advancedfilters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_advancedfilters_advancedfilters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_feed_algorithmmenu_algorithmmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_feed_algorithmmenu_algorithmmenuprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_feed_algorithmmenu_inlinemodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_feed_algorithmmenu_modalmode"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_feed_feedtypes_engagementevent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_feed_feedtypes_publicalgorithm"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_algorithmmenu",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_algorithmmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_components_feed_algorithmmenu_inlinemodal",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_components_feed_algorithmmenu_inlinemodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L192",
      "weight": 1.0,
      "source": "remix_app_components_feed_algorithmmenu_algorithmmenu",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L190",
      "weight": 1.0,
      "source": "remix_app_components_feed_algorithmmenu_algorithmmenu",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L191",
      "weight": 1.0,
      "source": "remix_app_components_feed_algorithmmenu_algorithmmenu",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/AlgorithmMenu.tsx",
      "source_location": "L195",
      "weight": 1.0,
      "source": "remix_app_components_feed_algorithmmenu_algorithmmenu",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_algorithmmenu_algorithmmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feed_empty_filters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feed_feedpage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feedfilters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feedfilters_feedfilters"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feedtypes_feedfiltersstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feedtypes_postchange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_postcomposer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_postcomposer_postcomposer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_postlist"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_postlist_postlist"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_reactionoverlay"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlays"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_usefeedengagement"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_feed_usefeedengagement_usefeedengagement"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feed",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/feed.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_feed",
      "target": "remix_app_components_feed_feed"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "source": "remix_app_components_feed_feed_feedpage",
      "target": "remix_app_components_feed_usefeedengagement_usefeedengagement"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_components_feed_feed_feedpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_components_feed_feed_feedpage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_components_feed_feed_feedpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/Feed.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_components_feed_feed_feedpage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/feed.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_feed",
      "target": "remix_app_components_feed_feed_feedpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedfilters_datepreset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedfilters_eyebrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedfilters_feedfilters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedfilters_feedfiltersprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedfilters_presetrange"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedtypes_circle_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedtypes_feedfiltersstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedtypes_post_type_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedtypes_posttype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_feed_feedtypes_postvisibility"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedfilters",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_components_feed_feedfilters_feedfilters",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/FeedFilters.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "source": "remix_app_components_feed_feedfilters_feedfilters",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_circle_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_engagementevent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_feedauthor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_marketplace_category_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_postchange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_postcomment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_postvisibility"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_reaction_emojis"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_actionicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_anchoredemojipicker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_applycommentchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_applyreactiontoggle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_authoravatar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_authorname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_buildpendingcomment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_commentchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_commentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_fetchreactiontruth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_formatcompactcount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_formatdwell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_formatprice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_imagegrid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L539",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_ispendingcomment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_listingblock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_postbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_postbodyshape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L1063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_postcard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_postcardprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_quickreactionrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_reactiondisplayemojis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_reactiontruth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_reconcilereactiontoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_replyfocuscontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L543",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_replyskeleton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_sharedpostcard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_slide_in_left"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_slide_in_right"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_threadfocuscontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_timestamplink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcard_viewerasauthor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcomposer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_postcomposer_postcomposer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactioncontrol"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactioncontrol_reactioncontrol"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionfailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionfailure_isunknownreactionfailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionfailure_reactionfailuremessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionfailure_shouldreconcilereactionfailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionoverlay"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlay"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlays"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_reactionoverlay_notelocalreactions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_threadcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_threadcache_fetchthreadinto"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_threadcache_getcachedthread"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_threadcache_prefetchnextdepth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_threadcache_setcachedthread"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_feed_threadcache_warmavatars"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_thingtime_thingview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_components_thingtime_thingview_thingview"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_usecommentdraft"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_usecommentdraft_usecommentdraft"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_useoutsidetapclose"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_hooks_useoutsidetapclose_useoutsidetapclose"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_utils_reactiontokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_utils_reactiontokens_sanitizereactiontoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_postcard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_postcard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_fetchreactiontruth",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlay"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_components_feed_postcard_reactiondisplayemojis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_authoravatar",
      "target": "remix_app_components_feed_postcard_authorname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L173",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_authorname",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_components_feed_postcard_authorname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_sharedpostcard",
      "target": "remix_app_components_feed_postcard_authorname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L194",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_timestamplink",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L202",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_authoravatar",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_listingblock",
      "target": "remix_app_components_feed_postcard_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L524",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_buildpendingcomment",
      "target": "remix_app_components_feed_postcard_viewerasauthor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L609",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_components_feed_postcard_ispendingcomment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L584",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L582",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L608",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_hooks_usecommentdraft_usecommentdraft"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L583",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L613",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_app_hooks_useoutsidetapclose_useoutsidetapclose"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostCard.tsx",
      "source_location": "L586",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcard_commentrow",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_postcard_postcard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_postcard_postcard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes_circle_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes_marketplace_category_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes_marketplacecategory"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes_post_type_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes_posttype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes_postvisibility"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_clonepostjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_currencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_empty_attachment_snapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_eyebrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_pendingpostsubmission"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_postcomposer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_postcomposerprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_textarea_placeholders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_feed_postcomposer_thinghascontent"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_media_linkedimagegallery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_media_linkedimagegallery_linkedimagegallery"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_media_mediagallerycore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_media_mediagallerycore_canonicallinkedimageurls"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_media_mediagallerycore_linkedimageitem"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_nav_drawer_drawercontent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_nav_drawer_drawercontent_useravatarcircle"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_thingtime_editorsplit"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_thingtime_editorsplit_editorsplit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_thingtime_thingview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_thingtime_thingview_thingview"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_postcomposer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_app_components_feed_postcomposer_thinghascontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L128",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L174",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_app_components_media_mediagallerycore_canonicallinkedimageurls"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L126",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostComposer.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "source": "remix_app_components_feed_postcomposer_postcomposer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_postcomposer_postcomposer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_feedtypes_engagementevent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_feedtypes_postchange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_postlist_postlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_postlist_postlistprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_postlist_skeletoncard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_useviewtracking"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_postlist",
      "target": "remix_app_components_feed_useviewtracking_useviewtracking"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_postlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_components_feed_postlist_postlist",
      "target": "remix_app_components_feed_useviewtracking_useviewtracking"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/PostList.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_components_feed_postlist_postlist",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_postlist_postlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/ReactionControl.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactioncontrol",
      "target": "remix_app_components_feed_reactioncontrol_reactioncontrol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/ReactionControl.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactioncontrol",
      "target": "remix_app_components_feed_reactioncontrol_reactioncontrolprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_feed_reactioncontrol"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/ReactionControl.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_components_feed_reactioncontrol_reactioncontrol",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_feed_reactioncontrol_reactioncontrol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_algorithminterest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_circle_meta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_engagementevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_engagementsignal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_feedauthor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_feedfiltersstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_marketplace_category_meta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_marketplacecategory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_marketplacelisting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_post_type_meta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_postchange"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_postcomment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_posttype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_postvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_publicalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_publicprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_reaction_emojis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/feedTypes.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_feedtypes",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_feedtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_feedtypes_publicprofile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_feed_feedtypes_publicprofile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_feed_feedtypes_posttype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_feedtypes_postcomment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_feedtypes_publicpost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_feedtypes_postchange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_feedtypes_postchange"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_feed_feedtypes_publicalgorithm"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "remix_app_components_feed_feedtypes_engagementevent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_feed_feedtypes_post_type_meta"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L305",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindprimitives_maybetimeago",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L324",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messagerow_messagerow",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager_trainedlabel",
      "target": "remix_app_components_feed_feedtypes_timeago"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_test",
      "target": "remix_app_components_feed_reactionfailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_test",
      "target": "remix_app_components_feed_reactionfailure_isunknownreactionfailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_test",
      "target": "remix_app_components_feed_reactionfailure_reactionfailuremessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_test",
      "target": "remix_app_components_feed_reactionfailure_shouldreconcilereactionfailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_test",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_test",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure",
      "target": "remix_app_components_feed_reactionfailure_isunknownreactionfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure",
      "target": "remix_app_components_feed_reactionfailure_reactionfailuremessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure",
      "target": "remix_app_components_feed_reactionfailure_shouldreconcilereactionfailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure",
      "target": "remix_app_hooks_apifailure_apierrormessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure",
      "target": "remix_app_hooks_apifailure_thingtimeapierror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L3",
      "weight": 1.0,
      "source": "remix_app_components_feed_reactionfailure_isunknownreactionfailure",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_reactionfailuremessage",
      "target": "remix_app_components_feed_reactionfailure_isunknownreactionfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionfailure_shouldreconcilereactionfailure",
      "target": "remix_app_components_feed_reactionfailure_isunknownreactionfailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/reactionFailure.ts",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_components_feed_reactionfailure_reactionfailuremessage",
      "target": "remix_app_hooks_apifailure_apierrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionoverlay",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionoverlay",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlays"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionoverlay",
      "target": "remix_app_components_feed_reactionoverlay_notelocalreactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionoverlay",
      "target": "remix_app_components_feed_reactionoverlay_overlayentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionoverlay",
      "target": "remix_app_components_feed_reactionoverlay_overlays"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/reactionOverlay.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_reactionoverlay",
      "target": "remix_app_components_feed_reactionoverlay_overlaytarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_reactionoverlay"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_reactionoverlay"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_reactionoverlay"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlay"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlays"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_components_feed_threadcache_getcachedthread",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlays"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_feed_reactionoverlay_mergereactionoverlays"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_fetchthreadinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_getcachedthread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_inflight"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_load"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_persist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_prefetchnextdepth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_setcachedthread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache",
      "target": "remix_app_components_feed_threadcache_warmavatars"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache_getcachedthread",
      "target": "remix_app_components_feed_threadcache_load"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache_setcachedthread",
      "target": "remix_app_components_feed_threadcache_load"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache_setcachedthread",
      "target": "remix_app_components_feed_threadcache_persist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache_prefetchnextdepth",
      "target": "remix_app_components_feed_threadcache_getcachedthread"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/threadCache.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_threadcache_prefetchnextdepth",
      "target": "remix_app_components_feed_threadcache_fetchthreadinto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "remix_app_components_feed_usefeedengagement_usefeedengagement"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "remix_app_components_feed_usefeedengagement_usefeedengagementargs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "remix_app_components_feed_usefeedengagement_usefeedengagementresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_usefeedengagement",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_components_feed_usefeedengagement_usefeedengagement",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/useFeedEngagement.ts",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_components_feed_usefeedengagement_usefeedengagement",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_useviewtracking",
      "target": "remix_app_components_feed_useviewtracking_pendingview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_useviewtracking",
      "target": "remix_app_components_feed_useviewtracking_useviewtracking"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_feed_useviewtracking",
      "target": "remix_app_components_feed_useviewtracking_useviewtrackingresult"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_useviewtracking"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Feed/useViewTracking.ts",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_components_feed_useviewtracking_useviewtracking",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_components_feed_useviewtracking_useviewtracking"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_post_postpage",
      "target": "remix_app_components_feed_useviewtracking_useviewtracking"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_icon_icon",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_icon_icon",
      "target": "remix_app_hooks_usetttheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_icon_icon",
      "target": "remix_app_hooks_usetttheme_usetticonstyle"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_icon_icon",
      "target": "remix_app_theme_icons"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_icon_icon",
      "target": "remix_app_theme_icons_lucide_for_emoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_icon_icon",
      "target": "remix_app_theme_icons_lucide_icons"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_icon_icon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_components_icon_icon_icon",
      "target": "remix_app_hooks_usetttheme_usetticonstyle"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Icon/Icon.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_components_icon_icon_icon",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_icon_icon_icon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_allowed_components"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_blocked_props"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_childless_components"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_out_of_flow_positions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_position_props"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_renderchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_rendernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_renderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_sanitizeprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_sanitizevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_scrubpositionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_url_props"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_safeurl_applynoopener"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_safeurl_iseventhandlerprop"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_safeurl_issafecsstext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_chakrathingrenderer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_chakrathingrenderer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L260",
      "weight": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_rendernode",
      "target": "remix_app_components_kinds_chakrathingrenderer_childless_components"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L154",
      "weight": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_scrubpositionvalue",
      "target": "remix_app_components_kinds_chakrathingrenderer_out_of_flow_positions"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_sanitizevalue",
      "target": "remix_app_components_kinds_safeurl_iseventhandlerprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_sanitizevalue",
      "target": "remix_app_components_kinds_safeurl_issafecsstext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_rendernode",
      "target": "remix_app_components_kinds_chakrathingrenderer_sanitizeprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_sanitizeprops",
      "target": "remix_app_components_kinds_safeurl_applynoopener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_sanitizeprops",
      "target": "remix_app_components_kinds_safeurl_iseventhandlerprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_sanitizeprops",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingnode"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L171",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_samplerender",
      "target": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsviews_thingpreviewbox",
      "target": "remix_app_components_kinds_chakrathingrenderer_ischakrathingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_chakrathingrenderer",
      "target": "remix_app_components_kinds_chakrathingrenderer_rendernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/ChakraThingRenderer.tsx",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_chakrathingrenderer_rendernode",
      "target": "remix_app_components_kinds_chakrathingrenderer_renderchildren"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_kinds_chakrathingrenderer_chakrathingrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_allowed_props"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_allowed_tags"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingnode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_renderchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_rendernode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_renderstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_sanitizeprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_sanitizestyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_void_tags"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_safeurl_applynoopener"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_safeurl_iseventhandlerprop"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_safeurl_issafecsstext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_htmlthingrenderer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_htmlthingrenderer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L188",
      "weight": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_rendernode",
      "target": "remix_app_components_kinds_htmlthingrenderer_allowed_tags"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_rendernode",
      "target": "remix_app_components_kinds_htmlthingrenderer_void_tags"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_sanitizestyle",
      "target": "remix_app_components_kinds_safeurl_issafecsstext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_rendernode",
      "target": "remix_app_components_kinds_htmlthingrenderer_sanitizeprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_sanitizeprops",
      "target": "remix_app_components_kinds_safeurl_applynoopener"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_sanitizeprops",
      "target": "remix_app_components_kinds_safeurl_iseventhandlerprop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_sanitizeprops",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingnode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingnode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_htmlthingrenderer",
      "target": "remix_app_components_kinds_htmlthingrenderer_rendernode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_rendernode",
      "target": "remix_app_components_kinds_htmlthingrenderer_renderchildren"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/HtmlThingRenderer.tsx",
      "source_location": "L198",
      "weight": 1.0,
      "source": "remix_app_components_kinds_htmlthingrenderer_rendernode",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_kinds_htmlthingrenderer_htmlthingrenderer"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderer"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderers"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_iskindsafeforuntrusted"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_kindrenderer"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_renderthing"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_renderthingprops"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrender"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrenderer"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindrenderersmedia"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextblocks"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_samplekindthings"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/index.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_index",
      "target": "remix_app_components_kinds_samplekindthings_samplekindthings"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_kinds_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_kinds_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_kinds_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_kinds_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_kinds_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_avatar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_bodytext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_cardshell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_cardtitle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_coverarea"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_dateblock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L318",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_formatdatetime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_kindbadge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_kindcard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_mutedmono"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_progressbar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_sparkline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_starrating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_statcell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_steptracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L295",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_tonumberor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_tostringarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_kindcard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_kindcard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_kindcard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_kindcard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_kindcard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_kindcard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_kindbadge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_kindbadge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_kindbadge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_kindbadge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_kindbadge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_kindbadge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_mutedmono"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_mutedmono"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_mutedmono"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_mutedmono"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_mutedmono"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_mutedmono"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_cardtitle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_cardtitle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_cardtitle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_cardtitle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_cardtitle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_bodytext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_bodytext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_bodytext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_bodytext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_bodytext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindprimitives_avatar",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_avatar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_avatar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_avatar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_avatar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L118",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindprimitives_coverarea",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_coverarea"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_coverarea"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_sparkline"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_sparkline"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_progressbar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_progressbar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_progressbar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_progressbar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_starrating"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_starrating"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_starrating"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_dateblock"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_statcell"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_statcell"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_statcell"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_statcell"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_steptracker"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives_formatdatetime",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives_maybetimeago",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_tostringor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_tonumberor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_tonumberor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_tonumberor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_tonumberor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_tonumberor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_tonumberor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindPrimitives.tsx",
      "source_location": "L298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindprimitives_tostringarray",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L528",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_boundedtablecontent",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L517",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_normalizelistitems",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_toarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_tostringarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindprimitives_tostringarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_tostringarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_tostringarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_tostringarray"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderers_postrenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L166",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_articlerenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L374",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_filerenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L149",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_podcastrenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial_emailrenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L261",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial_jobrenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L216",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial_pollrenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L243",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial_reviewrenderer",
      "target": "remix_app_components_kinds_kindprimitives_maybetimeago"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L213",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderers_listingrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce_donationrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce_orderrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce_productrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L332",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce_propertyrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L271",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce_stockrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L236",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce_subscriptionrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatprice"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindprimitives_formatdatetime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning_eventrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatdatetime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning_ticketrenderer",
      "target": "remix_app_components_kinds_kindprimitives_formatdatetime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_iskindsafeforuntrusted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_kindrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_registry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_renderthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_renderthingprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_resolutioncandidates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindregistry_untrusted_safe_kinds"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderers_registercorekinds"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrendererscommerce"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderersknowledge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderersmedia"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderersmedia_registermediakinds"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderersplanning"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrendererssocial"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry",
      "target": "remix_app_components_kinds_kindrendererssocial_registersocialkinds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindregistry_kindrendercontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_kinds_kindregistry_kindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds",
      "target": "remix_app_components_kinds_kindrenderers_registercorekinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_registermediakinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_registersocialkinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_getkindrenderer",
      "target": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_getkindrenderers",
      "target": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_registerkindrenderer",
      "target": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_resolvekindrender",
      "target": "remix_app_components_kinds_kindregistry_ensurebuiltinkinds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L762",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L396",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L370",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L783",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L390",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L284",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindregistry_registerkindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L635",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_registrystory",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderers"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_resolutioncandidates",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_kinds_kindregistry_getkindrenderer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L132",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindregistry_iskindsafeforuntrusted",
      "target": "remix_app_components_kinds_kindregistry_untrusted_safe_kinds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_kinds_kindregistry_iskindsafeforuntrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L247",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingview_thingview",
      "target": "remix_app_components_kinds_kindregistry_iskindsafeforuntrusted"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_resolvekindrender",
      "target": "remix_app_components_kinds_kindregistry_resolutioncandidates"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_renderthing",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRegistry.tsx",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindregistry_resolvekindrenderer",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrender"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrender"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L184",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits_kindflip",
      "target": "remix_app_components_kinds_kindregistry_resolvekindrenderer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_kinds_kindregistry_renderthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_kinds_kindregistry_renderthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_kinds_kindregistry_renderthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_kinds_kindregistry_renderthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L748",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_chakrakindrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L572",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_chartrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_chartvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_comparisonrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L474",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_comparisonvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_dashboardmetric"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_dashboardrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_dashboardvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L740",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_elementrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_listingrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_listingvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_newsanalysisrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_newsclaim"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_newsperspective"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_newsvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_placerenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_placevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_postrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_postvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L637",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_profilerenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L628",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_profilevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L694",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_reciperenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_recipevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_registercorekinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_verdicttone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_videorenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_kindrenderers_videovalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderers",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L791",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_postrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L818",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_videorenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderers_videorenderer",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderers_videorenderer",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L182",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderers_listingrenderer",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L848",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_listingrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L877",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_dashboardrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L902",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_placerenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L940",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_newsanalysisrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L978",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_comparisonrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L1001",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_chartrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L638",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderers_profilerenderer",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L1031",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_profilerenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L1056",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_reciperenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L1071",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_elementrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderers.tsx",
      "source_location": "L1084",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderers_registercorekinds",
      "target": "remix_app_components_kinds_kindrenderers_chakrakindrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_budgetrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_budgetvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_couponrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_couponvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_donationrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_donationvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_menurenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_menuvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_orderrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_ordervalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_productrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_productvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_propertyrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_propertyvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_shipmentrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_shipmentvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_stockrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_stockvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_subscriptionrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererscommerce",
      "target": "remix_app_components_kinds_kindrendererscommerce_subscriptionvalue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L419",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_productrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L450",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_orderrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L478",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_shipmentrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L500",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_couponrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L523",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_donationrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L546",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_subscriptionrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L569",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_stockrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L596",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_budgetrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L622",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_propertyrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersCommerce.tsx",
      "source_location": "L655",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererscommerce_registercommercekinds",
      "target": "remix_app_components_kinds_kindrendererscommerce_menurenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_certificaterenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_certificatevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_change_tones"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_changelogrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L312",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_changelogvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_courserenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_coursevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_definitionrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_definitionvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_leaderboardrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_leaderboardvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_matchrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_matchvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L337",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_plantrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L335",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_plantvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_weather_emoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_weatheremoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_weatherrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_weathervalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_workoutrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge",
      "target": "remix_app_components_kinds_kindrenderersknowledge_workoutvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersknowledge_weatherrenderer",
      "target": "remix_app_components_kinds_kindrenderersknowledge_weatheremoji"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L399",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_weatherrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L430",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_workoutrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L454",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_courserenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L476",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_certificaterenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L500",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_definitionrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L525",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_leaderboardrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L552",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_matchrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L573",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_changelogrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersKnowledge.tsx",
      "source_location": "L597",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersknowledge_registerknowledgekinds",
      "target": "remix_app_components_kinds_kindrenderersknowledge_plantrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_articlerenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_articlevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_audiorenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_audiovalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_bookrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_bookvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L467",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_boundedrendervalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_boundedtablecontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_coderenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_codevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_file_emoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_filerenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_filevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_imagerenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_imagevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_inlinemarkupsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_inlinetext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_linkrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L301",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_linkvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_listlevel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_movierenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_movievalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L497",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_normalizedlistitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_normalizelistitems"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_playlistrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_playlistvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_podcastrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_podcastvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_quoterenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_quotevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_registermediakinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L428",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_repositoryrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_repovalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L455",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextblock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextblocks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L771",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextrenderlimits"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L456",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_kindrenderersmedia_sanitizeinlinehtml"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_kinds_kindrenderersmedia"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_kinds_kindrenderersmedia"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_kinds_kindrenderersmedia"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L802",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_imagerenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_audiorenderer",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_audiorenderer",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L824",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_audiorenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L845",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_playlistrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L868",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_podcastrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L892",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_articlerenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L908",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_quoterenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L217",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_bookrenderer",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L932",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_bookrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L260",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_movierenderer",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L956",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_movierenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L305",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_linkrenderer",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L304",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_linkrenderer",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L978",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_linkrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L377",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_filerenderer",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L1000",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_filerenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L1021",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_coderenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L1045",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_repositoryrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L444",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_repositoryrenderer",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_inlinetext",
      "target": "remix_app_components_kinds_kindrenderersmedia_boundedrendervalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_sanitizeinlinehtml",
      "target": "remix_app_components_kinds_kindrenderersmedia_boundedrendervalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L515",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersmedia_normalizelistitems",
      "target": "remix_app_components_kinds_kindrenderersmedia_sanitizeinlinehtml"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextblocks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextblocks"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextblocks"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersMedia.tsx",
      "source_location": "L1057",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersmedia_registermediakinds",
      "target": "remix_app_components_kinds_kindrenderersmedia_richtextrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_bookingrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L323",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_bookingvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_calendarrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_calendarvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_eventrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_eventvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L349",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_flightrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L347",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_flightvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_itineraryrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_itineraryvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_milestonerenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_milestonevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_prioritytone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L388",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_tasklistrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_tasklistvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_taskrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_taskvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_ticketrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_ticketvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_timelinerenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning",
      "target": "remix_app_components_kinds_kindrenderersplanning_timelinevalue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L412",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_eventrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L435",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_ticketrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L464",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_calendarrenderer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning_taskrenderer",
      "target": "remix_app_components_kinds_kindrenderersplanning_prioritytone"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L487",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_taskrenderer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L137",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning_taskrenderer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L508",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_tasklistrenderer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L184",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrenderersplanning_tasklistrenderer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L533",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_timelinerenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L556",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_milestonerenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L577",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_itineraryrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L601",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_bookingrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersPlanning.tsx",
      "source_location": "L628",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrenderersplanning_registerplanningkinds",
      "target": "remix_app_components_kinds_kindrenderersplanning_flightrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_chatmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_chatrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_chatvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_contactrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_contactvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_emailrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_emailvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_faqrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_faqvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_jobrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_jobvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_pollrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_pollvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_registersocialkinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_reviewrenderer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial",
      "target": "remix_app_components_kinds_kindrendererssocial_reviewvalue"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L304",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_emailrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_chatrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L352",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_contactrenderer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L135",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial_faqrenderer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L376",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_faqrenderer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L178",
      "weight": 1.0,
      "source": "remix_app_components_kinds_kindrendererssocial_pollrenderer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L403",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_pollrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_reviewrenderer"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Kinds/kindRenderersSocial.tsx",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_kinds_kindrendererssocial_registersocialkinds",
      "target": "remix_app_components_kinds_kindrendererssocial_jobrenderer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl_test",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl_test",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl",
      "target": "remix_app_components_kinds_safeurl_applynoopener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl",
      "target": "remix_app_components_kinds_safeurl_iseventhandlerprop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl",
      "target": "remix_app_components_kinds_safeurl_issafecsstext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl",
      "target": "remix_app_components_kinds_safeurl_safe_protocols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl",
      "target": "remix_app_components_kinds_safeurl_safecssurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_kinds_safeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl_safecssurl",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/safeUrl.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_safeurl_safeurl",
      "target": "remix_app_components_kinds_safeurl_issafeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "source": "remix_app_components_subscriptions_tiercard_tiercard",
      "target": "remix_app_components_kinds_safeurl_safeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Kinds/sampleKindThings.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_kinds_samplekindthings",
      "target": "remix_app_components_kinds_samplekindthings_samplekindthings"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_kinds_samplekindthings_samplekindthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/BrutalButton.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_brutalbutton",
      "target": "remix_app_components_landing_brutalbutton_brutalbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/BrutalButton.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_brutalbutton",
      "target": "remix_app_components_landing_brutalbutton_brutalvariant"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_brutalbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_brutalbutton_brutalbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_confetticanvas",
      "target": "remix_app_components_landing_confetticanvas_confetti_colors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_confetticanvas",
      "target": "remix_app_components_landing_confetticanvas_confetticanvas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_confetticanvas",
      "target": "remix_app_components_landing_confetticanvas_particle"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_landing_confetticanvas"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Landing/ConfettiCanvas.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_components_landing_confetticanvas_confetticanvas",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_landing_confetticanvas_confetticanvas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_confetti"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_confetti_burstatevent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_confetti_burstconfetti"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_backsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_bulletrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L511",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_codeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_colordot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_demosection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_developerssection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_ecosystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_ecosystemsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_eyebrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L849",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_faqs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L872",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_faqsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_hero"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L952",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_landing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_landingfooter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_landingnav"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_nav_links"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_parsesmartvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_platform_chips"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_rainbowspan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_sectionh2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L744",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_tiers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_use_cases"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_landing_landing_usecasessection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_landing",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/_index.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_index_tsx_remix_app_routes_index",
      "target": "remix_app_components_landing_landing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L152",
      "weight": 1.0,
      "source": "remix_app_components_landing_landing_hero",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L153",
      "weight": 1.0,
      "source": "remix_app_components_landing_landing_hero",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L154",
      "weight": 1.0,
      "source": "remix_app_components_landing_landing_hero",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L295",
      "weight": 1.0,
      "source": "remix_app_components_landing_landing_demosection",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L296",
      "weight": 1.0,
      "source": "remix_app_components_landing_landing_demosection",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Landing/Landing.tsx",
      "source_location": "L873",
      "weight": 1.0,
      "source": "remix_app_components_landing_landing_faqsection",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/_index.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_index_tsx_remix_app_routes_index",
      "target": "remix_app_components_landing_landing_landing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/confetti.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_confetti",
      "target": "remix_app_components_landing_confetti_burstatevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/confetti.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_confetti",
      "target": "remix_app_components_landing_confetti_burstconfetti"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_landing_confetti"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_components_landing_confetti"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Landing/confetti.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_landing_confetti_burstatevent",
      "target": "remix_app_components_landing_confetti_burstconfetti"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_components_landing_confetti_burstconfetti"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_landing_confetti_burstatevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_layout_main_full_bleed_paths"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_layout_main_main"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_nav_footer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_main",
      "target": "remix_app_components_nav_footer_footer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_layout_main"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_components_layout_main_main",
      "target": "remix_app_components_layout_main_full_bleed_paths"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_layout_main_main",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_components_layout_main_main",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_components_layout_main_main",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Layout/Main.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_components_layout_main_main",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_layout_main_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Layout/TopSpacing.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_layout_topspacing",
      "target": "remix_app_components_layout_topspacing_topspacing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "remix_app_components_layout_topspacing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_layout_topspacing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_raw",
      "target": "remix_app_components_layout_topspacing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "remix_app_components_layout_topspacing_topspacing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_layout_topspacing_topspacing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_raw",
      "target": "remix_app_components_layout_topspacing_topspacing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_login_login_inputsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_login_login_login"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_utils_authreturn"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_login",
      "target": "remix_app_utils_authreturn_consumeauthreturnto"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_login_login"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/login.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_login",
      "target": "remix_app_components_login_login"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_components_login_login_login",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_components_login_login_login",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_components_login_login_login",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Login.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_components_login_login_login",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_login_login_login"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/login.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_login",
      "target": "remix_app_components_login_login_login"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_login_register_inputsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_login_register_register"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_utils_authreturn"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_login_register",
      "target": "remix_app_utils_authreturn_consumeauthreturnto"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_login_register"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/register.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_register",
      "target": "remix_app_components_login_register"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_components_login_register_register",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "source": "remix_app_components_login_register_register",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_components_login_register_register",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Login/Register.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_components_login_register_register",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_login_register_register"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/register.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_register",
      "target": "remix_app_components_login_register_register"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/lopuMessage.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_lopumessage_test",
      "target": "remix_app_components_lopu_lopumessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/lopuMessage.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_lopumessage_test",
      "target": "remix_app_components_lopu_lopumessage_normalizelopumessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_lopumessage",
      "target": "remix_app_components_lopu_lopumessage_cleantext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_lopumessage",
      "target": "remix_app_components_lopu_lopumessage_lopumessageinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_lopumessage",
      "target": "remix_app_components_lopu_lopumessage_normalizelopumessage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_lopumessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/lopuMessage.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_lopumessage_normalizelopumessage",
      "target": "remix_app_components_lopu_lopumessage_cleantext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_lopumessage_normalizelopumessage"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_lopu_notifications",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_container_style"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_countdownring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_drain"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_lopuargs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_lopulink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_lopustatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_loputoast"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_sourcelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_statusemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_usedismisslopu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_components_lopu_uselopu_uselopustream"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_components_lopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Lopu/useLopu.tsx",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_lopu_uselopu_loputoast",
      "target": "remix_app_components_lopu_uselopu_statusemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer_chatdetailsdrawer",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatview_chatview",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L524",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatview_threadpanel",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal_emojiuploadmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L465",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_browsechannelsmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L249",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communitycreatemodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L292",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communityjoinmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L332",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_invitepeoplemodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L410",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchannelmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchatmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengernotifications_messengernotifications",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengerpage_messengerpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_components_messenger_requestsview_requestsview",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L150",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig_mongoendpointconfig",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L219",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_raw_raw",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_rawresults_rawresults",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection_editordrawersection",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L78",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_components_nav_footer_footer",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav_useunicorngallop",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_components_profile_editprofilemodal_editprofilemodal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols_relationshipcontrols",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_components_schemas_migrationspanel_migrationspanel",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L395",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemabuilder_schemabuilder",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L484",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L308",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemathingform_schemathingform",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L285",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_searchpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_components_settings_algorithmmanager_algorithmmanager",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_components_settings_notificationsettings_notificationsettingssection",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage_profilesettingsform",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L240",
      "weight": 1.0,
      "source": "remix_app_components_settings_settingspage_settingspage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L158",
      "weight": 1.0,
      "source": "remix_app_components_settings_tokenminter_tokenminter",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L224",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themestudio_themestudio",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealscope",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L257",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsdialogs_sharedialog",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1074",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_editorsplit",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L177",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtime_thingtime",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "source": "remix_app_routes_thing_thingpage",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "source": "remix_app_routes_verify_email_verifyemail",
      "target": "remix_app_components_lopu_uselopu_uselopu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_lopu_uselopu_usedismisslopu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_components_schemas_migrationspanel_migrationspanel",
      "target": "remix_app_components_lopu_uselopu_usedismisslopu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_magicinput_magicinput",
      "target": "remix_app_components_magicinput_magicinput_magicinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_magicinput_magicinput",
      "target": "remix_app_components_magicinput_magicinput_magicinputprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_magicinput_magicinput",
      "target": "remix_app_smarts_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MagicInput/MagicInput.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_magicinput_magicinput",
      "target": "remix_app_smarts_index_uuid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_magicinput_magicinput"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_magicinput_magicinput"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_magicinput_magicinput_magicinput"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_magicinput_magicinput_magicinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_linkedimagegallery_linkedimagegallery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_linkedimagegallery_linkedimagegalleryprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallery_mediagallerygrid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallery_mediagallerygridprops"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallery_mediagallerytile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallery_mediagallerytileprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallerycore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallerycore_appendlinkedimagelines"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallerycore_islinkedimageurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallerycore_linkedimageaddmessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallerycore_linkedimageitem"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/LinkedImageGallery.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_linkedimagegallery",
      "target": "remix_app_components_media_mediagallerycore_linkedimageitemerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallery",
      "target": "remix_app_components_media_mediagallery_mediaaddtile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallery",
      "target": "remix_app_components_media_mediagallery_mediaaddtileprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallery",
      "target": "remix_app_components_media_mediagallery_mediagallerygrid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallery",
      "target": "remix_app_components_media_mediagallery_mediagallerygridprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallery",
      "target": "remix_app_components_media_mediagallery_mediagallerytile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/MediaGallery.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallery",
      "target": "remix_app_components_media_mediagallery_mediagallerytileprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_media_mediagallery"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_media_mediagallery_mediagallerygrid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_media_mediagallery_mediagallerytile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_media_mediagallery_mediaaddtile"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_test",
      "target": "remix_app_components_media_mediagallerycore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_test",
      "target": "remix_app_components_media_mediagallerycore_appendlinkedimagelines"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_test",
      "target": "remix_app_components_media_mediagallerycore_canonicallinkedimageurls"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_test",
      "target": "remix_app_components_media_mediagallerycore_createlinkedimageitem"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_test",
      "target": "remix_app_components_media_mediagallerycore_islinkedimageurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_test",
      "target": "remix_app_components_media_mediagallerycore_linkedimageaddmessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_test",
      "target": "remix_app_components_media_mediagallerycore_linkedimageitemerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_appendlinkedimagelines"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_appendlinkedimagelinesresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_canonicallinkedimageurls"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_createlinkedimageitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_createlocalid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_islinkedimageurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_linkedimageaddmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_linkedimageitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore",
      "target": "remix_app_components_media_mediagallerycore_linkedimageitemerror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_appendlinkedimagelines",
      "target": "remix_app_components_media_mediagallerycore_islinkedimageurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_canonicallinkedimageurls",
      "target": "remix_app_components_media_mediagallerycore_islinkedimageurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_linkedimageitemerror",
      "target": "remix_app_components_media_mediagallerycore_islinkedimageurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_appendlinkedimagelines",
      "target": "remix_app_components_media_mediagallerycore_createlinkedimageitem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Media/mediaGalleryCore.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_media_mediagallerycore_appendlinkedimagelines",
      "target": "remix_app_components_media_mediagallerycore_canonicallinkedimageurls"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_chatdetailsdrawer_chatdetailsdrawer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_messengertypes_chatmember"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_messengertypes_memberdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_usemessengerapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_components_messenger_usemessengerapi_messengerapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_chatdetailsdrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L147",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer_chatdetailsdrawer",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer_chatdetailsdrawer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatDetailsDrawer.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatdetailsdrawer_chatdetailsdrawer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_chatdetailsdrawer_chatdetailsdrawer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_chatview_chatview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_chatview_chatviewprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_chatview_dedupenewestfirst"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L499",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_chatview_threadpanel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_composer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_composer_composer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_emojiuploadmodal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_emojiuploadmodal_emojiuploadmodal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messagelist"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messagelist_messagelist"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengercache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengercache_emitmessengerrefresh"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengercache_mergeemojimap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengercache_pushcustomrecent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengercache_reademojimap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengercache_readmessages"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengercache_writemessages"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_chatmember"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_chatmessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_customemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_customemojimap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_memberdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_messengertypes_messengermode"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_usemessengerapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_components_messenger_usemessengerapi_messengerapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_chatview",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_chatview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L357",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatview_chatview",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatview_chatview",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatview_chatview",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_chatview_chatview"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/ChatView.tsx",
      "source_location": "L525",
      "weight": 1.0,
      "source": "remix_app_components_messenger_chatview_threadpanel",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_composer_composer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_composer_composerprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_composer_contextstrip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_composer_empty_attachments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_composer_messagesubmission"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_messengeremojipicker"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_messengeremojipicker_messengeremojipicker"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_messengertypes_chatmessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_messengertypes_customemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_messengertypes_customtokenid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_components_messenger_messengertypes_iscustomtoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_composer",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_messenger_composer_composer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_components_messenger_composer_composer",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/Composer.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_messenger_composer_composer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/CustomEmojiImage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_customemojiimage",
      "target": "remix_app_components_messenger_customemojiimage_customemojiimage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/CustomEmojiImage.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_customemojiimage",
      "target": "remix_app_components_messenger_customemojiimage_rendertextwithemojis"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_customemojiimage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_customemojiimage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_customemojiimage_customemojiimage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_customemojiimage_customemojiimage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_customemojiimage_rendertextwithemojis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messagerow_messagerow",
      "target": "remix_app_components_messenger_customemojiimage_rendertextwithemojis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_messenger_emojiuploadmodal_emojiuploadmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_messenger_emojiuploadmodal_empty_attachments"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_messenger_messengertypes_customemoji"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_messenger_usemessengerapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_components_messenger_usemessengerapi_messengerapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal_emojiuploadmodal",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/EmojiUploadModal.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_components_messenger_emojiuploadmodal_emojiuploadmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_inboxsidebar_inboxsidebar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_inboxsidebar_inboxsidebarprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_inboxsidebar_stackedavatars"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_messengertypes_memberdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_messengertypes_messengerprofile"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_usemessengerapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_components_messenger_usemessengerapi_messengerapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_inboxsidebar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar_stackedavatars",
      "target": "remix_app_components_messenger_messagerow_avatar"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/InboxSidebar.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "source": "remix_app_components_messenger_inboxsidebar_inboxsidebar",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_inboxsidebar_inboxsidebar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messagelist_messagelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messagelist_messagelistprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messagerow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messagerow_messagerow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messengertypes_chatmember"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messengertypes_chatmessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messengertypes_customemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messengertypes_customemojimap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagelist",
      "target": "remix_app_components_messenger_messengertypes_messengermode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessageList.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messagelist_messagelist",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messagerow_avatar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messagerow_messagerow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messagerow_messagerowprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengeremojipicker"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengeremojipicker_messengeremojipicker"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_chatmember"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_chatmessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_customemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_customemojimap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_customtokenid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_iscustomtoken"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_memberdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_messengermode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_components_messenger_messengertypes_systemmessagetext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_schemas_registry_reaction_emojis"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messagerow_avatar",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messagerow_messagerow",
      "target": "remix_app_components_messenger_messengertypes_memberdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messagerow_messagerow",
      "target": "remix_app_components_messenger_messengertypes_systemmessagetext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messagerow_messagerow",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessageRow.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messagerow_messagerow",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengercache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengercache_readcustomrecents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengeremojipicker_customemojibutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengeremojipicker_messengeremojipicker"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengertypes_customemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengertypes_customtokenid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_components_messenger_messengertypes_iscustomtoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker_messengeremojipicker",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerEmojiPicker.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengeremojipicker_messengeremojipicker",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_browsechannelsmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_communitycreatemodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_communityjoinmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_inputmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_inputmodalrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_invitepeoplemodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_newchannelmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_newchatmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_primarybutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengermodals_ttmodal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengertypes_community"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_messengertypes_communitychannel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_usemessengerapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_components_messenger_usemessengerapi_messengerapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communitycreatemodal",
      "target": "remix_app_components_messenger_messengermodals_shell"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communityjoinmodal",
      "target": "remix_app_components_messenger_messengermodals_shell"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_inputmodal",
      "target": "remix_app_components_messenger_messengermodals_shell"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchannelmodal",
      "target": "remix_app_components_messenger_messengermodals_shell"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchatmodal",
      "target": "remix_app_components_messenger_messengermodals_shell"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communitycreatemodal",
      "target": "remix_app_components_messenger_messengermodals_primarybutton"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communityjoinmodal",
      "target": "remix_app_components_messenger_messengermodals_primarybutton"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_inputmodal",
      "target": "remix_app_components_messenger_messengermodals_primarybutton"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L386",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_invitepeoplemodal",
      "target": "remix_app_components_messenger_messengermodals_primarybutton"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchannelmodal",
      "target": "remix_app_components_messenger_messengermodals_primarybutton"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchatmodal",
      "target": "remix_app_components_messenger_messengermodals_primarybutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_inputmodalrequest"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_inputmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_inputmodal"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L128",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchatmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_newchatmodal"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L250",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communitycreatemodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_communitycreatemodal"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L293",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_communityjoinmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_communityjoinmodal"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L333",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_invitepeoplemodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_invitepeoplemodal"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L411",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_newchannelmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_newchannelmodal"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerModals.tsx",
      "source_location": "L466",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengermodals_browsechannelsmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengermodals_browsechannelsmodal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengercache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengercache_readunread"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengercache_writeunread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengernotifications_messengernotifications"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengernotifications_messengerunreadbadge"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengernotifications",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_messenger_messengernotifications"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_messenger_messengernotifications"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengernotifications_messengernotifications",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengernotifications_messengernotifications",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_messenger_messengernotifications_messengernotifications"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengernotifications_messengerunreadbadge",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerNotifications.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengernotifications_messengerunreadbadge",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_messenger_messengernotifications_messengerunreadbadge"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengercache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengercache_modekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengercache_readchatlist"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengercache_readcommunities"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengercache_writechatlist"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengercache_writecommunities"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengercache_writeunread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengerpage_messengerpage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengertypes_community"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_messengertypes_messengermode"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_requestsview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_requestsview_requestsview"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_slacksidebar"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_slacksidebar_slacksidebar"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_usemessengerapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_messenger_usemessengerapi_usemessengerapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengerpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/messages.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_messages",
      "target": "remix_app_components_messenger_messengerpage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengerpage_messengerpage",
      "target": "remix_app_components_messenger_usemessengerapi_usemessengerapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengerpage_messengerpage",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengerpage_messengerpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/MessengerPage.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengerpage_messengerpage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/messages.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_messages",
      "target": "remix_app_components_messenger_messengerpage_messengerpage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_messenger_requestsview_requestsview"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_messenger_usemessengerapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_requestsview",
      "target": "remix_app_components_messenger_usemessengerapi_messengerapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/RequestsView.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_components_messenger_requestsview_requestsview",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_messengertypes_community"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_slacksidebar_rowbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_slacksidebar_slacksidebar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_slacksidebar_slacksidebarprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_slacksidebar",
      "target": "remix_app_components_messenger_slacksidebar_unreadbadge"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_messenger_slacksidebar_rowbutton",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/SlackSidebar.tsx",
      "source_location": "L139",
      "weight": 1.0,
      "source": "remix_app_components_messenger_slacksidebar_slacksidebar",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_chatlistkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_communitieskey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_customrecentskey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_emitmessengerrefresh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_emojimapkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_mergeemojimap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_messagesindexkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_messageskey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_modekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_pushcustomrecent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_readchatlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_readcommunities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_readcustomrecents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_reademojimap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_readmessages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_readunread"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_unreadkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_writechatlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_writecommunities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_writemessages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengercache_writeunread"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengertypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengertypes_chatmessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengertypes_community"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_components_messenger_messengertypes_customemojimap"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_readchatlist",
      "target": "remix_app_components_messenger_messengercache_chatlistkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_writechatlist",
      "target": "remix_app_components_messenger_messengercache_chatlistkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_readcommunities",
      "target": "remix_app_components_messenger_messengercache_communitieskey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_writecommunities",
      "target": "remix_app_components_messenger_messengercache_communitieskey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_readmessages",
      "target": "remix_app_components_messenger_messengercache_messageskey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_writemessages",
      "target": "remix_app_components_messenger_messengercache_messageskey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_mergeemojimap",
      "target": "remix_app_components_messenger_messengercache_emojimapkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_reademojimap",
      "target": "remix_app_components_messenger_messengercache_emojimapkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_readunread",
      "target": "remix_app_components_messenger_messengercache_unreadkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_writeunread",
      "target": "remix_app_components_messenger_messengercache_unreadkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_pushcustomrecent",
      "target": "remix_app_components_messenger_messengercache_customrecentskey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_readcustomrecents",
      "target": "remix_app_components_messenger_messengercache_customrecentskey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_readchatlist",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_writechatlist",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_readcommunities",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_writecommunities",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_writemessages",
      "target": "remix_app_components_messenger_messengercache_messagesindexkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_readmessages",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_writemessages",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_writemessages",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_mergeemojimap",
      "target": "remix_app_components_messenger_messengercache_reademojimap"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_reademojimap",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_mergeemojimap",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_readunread",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_writeunread",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengercache_pushcustomrecent",
      "target": "remix_app_components_messenger_messengercache_readcustomrecents"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_readcustomrecents",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerCache.ts",
      "source_location": "L79",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengercache_pushcustomrecent",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_chatdisplayname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_chatmember"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_chatmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_chatrole"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_chatsummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_chattype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_community"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_communitychannel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_customemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_customemojimap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_customtokenid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_iscustomtoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_memberdisplayname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_memberstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_messagepreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_messengermode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_messengerprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_components_messenger_messengertypes_systemmessagetext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_messengertypes",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/messengerTypes.ts",
      "source_location": "L127",
      "weight": 1.0,
      "source": "remix_app_components_messenger_messengertypes_memberdisplayname",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi",
      "target": "remix_app_components_messenger_usemessengerapi_getjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi",
      "target": "remix_app_components_messenger_usemessengerapi_messengerapi"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi",
      "target": "remix_app_components_messenger_usemessengerapi_toquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi",
      "target": "remix_app_components_messenger_usemessengerapi_usemessengerapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi",
      "target": "remix_app_hooks_useasyncfetcher"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi",
      "target": "remix_app_hooks_useasyncfetcher_useasyncfetcher"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Messenger/useMessengerApi.ts",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_components_messenger_usemessengerapi_usemessengerapi",
      "target": "remix_app_hooks_useasyncfetcher_useasyncfetcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditor"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L206",
      "weight": 1.0,
      "context": "argument",
      "confidence_score": 0.5,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditorcomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_bsonvalueeditor_inputstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_bsonvalueeditor_isliteraltype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_bsonvalueeditor_placeholderfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_bsonvalueeditor_props"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_querybuilderstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_querybuilderstate_bsonvaluenode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_bsonvalueeditor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_bsonvalueeditor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditorcomponent",
      "target": "remix_app_components_mongodb_bsonvalueeditor_placeholderfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditorcomponent",
      "target": "remix_app_components_mongodb_bsonvalueeditor_isliteraltype"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditorcomponent",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/BsonValueEditor.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditorcomponent",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_bsonvalueeditor_bsonvalueeditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_filterbuilder"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L221",
      "weight": 1.0,
      "context": "argument",
      "confidence_score": 0.5,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_filterbuildercomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_inputstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_operatorselect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_props"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_root_operators"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_ruleeditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_filterbuilder_typeforoperator"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_querybuilderstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_querybuilderstate_createfiltergroup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_querybuilderstate_createfilterrule"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_querybuilderstate_filtergroup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/FilterBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_filterbuilder",
      "target": "remix_app_components_mongodb_querybuilderstate_filterrule"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_filterbuilder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_filterbuilder_filterbuilder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_activeendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_composemongourl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_default_active"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_empty_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_endpointcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_mongoendpointconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_mongoscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_monolabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_parsemongourl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_savedendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_secretinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_components_mongodb_mongoendpointconfig_urifields"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_mongodb_status",
      "target": "remix_app_components_mongodb_mongoendpointconfig"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig_secretinput",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L149",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig_mongoendpointconfig",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L151",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig_mongoendpointconfig",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/MongoEndpointConfig.tsx",
      "source_location": "L154",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_mongoendpointconfig_mongoendpointconfig",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_mongodb_status",
      "target": "remix_app_components_mongodb_mongoendpointconfig_mongoendpointconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_mongodb_mongostatus_mongostatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_mongodb_mongostatus_pulse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_mongodb_mongostatus_status_colors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_status_statusenvironment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_status_statusenvironment_getstatusendpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_status_statusenvironment_getstatushref"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_status_statusrefreshbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_mongostatus",
      "target": "remix_app_components_status_statusrefreshbutton_statusrefreshbutton"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_mongodb_mongostatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_mongostatus_mongostatus",
      "target": "remix_app_components_status_statusenvironment_getstatushref"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/MongoStatus.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_mongostatus_mongostatus",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_mongodb_mongostatus_mongostatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_pipelinebuilder_inputstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_pipelinebuilder_pipelinebuilder"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "context": "argument",
      "confidence_score": 0.5,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_pipelinebuilder_pipelinebuildercomponent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_pipelinebuilder_props"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_querybuilderstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_querybuilderstate_createpipelinestage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/PipelineBuilder.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_pipelinebuilder",
      "target": "remix_app_components_mongodb_querybuilderstate_pipelinestage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_pipelinebuilder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_pipelinebuilder_pipelinebuilder"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate_createinitialworkbenchstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate_makebuilderid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate_mongoworkbenchstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate_projectionrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate_querybuildererror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_querybuilderstate_sortrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_downloadtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_explaindisabledoperations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_inputstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_projectionbuilder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_raw"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_sectioncard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_sensitivecollections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_raw_sortbuilder"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_rawresults"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_components_mongodb_rawresults_rawresults"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_raw",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_mongodb_raw"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_raw",
      "target": "remix_app_components_mongodb_raw"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L218",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_raw_raw",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L217",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_raw_raw",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/Raw.tsx",
      "source_location": "L220",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_raw_raw",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_mongodb_raw_raw"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_raw",
      "target": "remix_app_components_mongodb_raw_raw"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_mongodb_rawresults_downloadtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_mongodb_rawresults_props"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_mongodb_rawresults_rawresults"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_mongodb_resultexport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_mongodb_resultexport_displaymongoresultvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_mongodb_resultexport_serializemongoresultscsv"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_rawresults",
      "target": "remix_app_components_mongodb_resultexport_tabulatemongoresults"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_mongodb_rawresults"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/MongoDB/RawResults.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_mongodb_rawresults_rawresults",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_components_mongodb_rawresults_rawresults"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_compilebsonvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_compilefiltergroup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_compileprojection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_createfiltergroup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_createfilterrule"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_createinitialworkbenchstate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_test",
      "target": "remix_app_components_mongodb_querybuilderstate_querybuildererror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_bsonentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_bsonvaluenode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_compilebsonvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L255",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_compilefiltergroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_compilepipeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_compileprojection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_compilerule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_compilesort"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createfiltergroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createfilterrule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createinitialworkbenchstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createpipelinestage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_filtergroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_filterrule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_makebuilderid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_mongoworkbenchstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_pipelinestage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_projectionrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_querybuildererror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_requirefinitenumber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_requireinteger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_root_operators"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_sortrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_stagedefault"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate",
      "target": "remix_app_components_mongodb_querybuilderstate_uuidtobase64"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createbsonentry",
      "target": "remix_app_components_mongodb_querybuilderstate_makebuilderid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createbsonvalue",
      "target": "remix_app_components_mongodb_querybuilderstate_makebuilderid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createfiltergroup",
      "target": "remix_app_components_mongodb_querybuilderstate_makebuilderid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createfilterrule",
      "target": "remix_app_components_mongodb_querybuilderstate_makebuilderid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createpipelinestage",
      "target": "remix_app_components_mongodb_querybuilderstate_makebuilderid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createbsonentry",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createfilterrule",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_stagedefault",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_stagedefault",
      "target": "remix_app_components_mongodb_querybuilderstate_createbsonentry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createfiltergroup",
      "target": "remix_app_components_mongodb_querybuilderstate_createfilterrule"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createinitialworkbenchstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createfiltergroup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createpipelinestage",
      "target": "remix_app_components_mongodb_querybuilderstate_stagedefault"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_createinitialworkbenchstate",
      "target": "remix_app_components_mongodb_querybuilderstate_createpipelinestage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilebsonvalue",
      "target": "remix_app_components_mongodb_querybuilderstate_requirefinitenumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilebsonvalue",
      "target": "remix_app_components_mongodb_querybuilderstate_requireinteger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilebsonvalue",
      "target": "remix_app_components_mongodb_querybuilderstate_uuidtobase64"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilerule",
      "target": "remix_app_components_mongodb_querybuilderstate_compilebsonvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest",
      "target": "remix_app_components_mongodb_querybuilderstate_compilefiltergroup"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest",
      "target": "remix_app_components_mongodb_querybuilderstate_compileprojection"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest",
      "target": "remix_app_components_mongodb_querybuilderstate_compilesort"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/queryBuilderState.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_querybuilderstate_compilemongoqueryrequest",
      "target": "remix_app_components_mongodb_querybuilderstate_compilepipeline"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport_test",
      "target": "remix_app_components_mongodb_resultexport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport_test",
      "target": "remix_app_components_mongodb_resultexport_serializemongoresultscsv"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport_test",
      "target": "remix_app_components_mongodb_resultexport_tabulatemongoresults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport",
      "target": "remix_app_components_mongodb_resultexport_csvcell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport",
      "target": "remix_app_components_mongodb_resultexport_displaymongoresultvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport",
      "target": "remix_app_components_mongodb_resultexport_ismongoresultrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport",
      "target": "remix_app_components_mongodb_resultexport_serializemongoresultscsv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport",
      "target": "remix_app_components_mongodb_resultexport_tabulatemongoresults"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport_csvcell",
      "target": "remix_app_components_mongodb_resultexport_displaymongoresultvalue"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_mongodb_resultexport_serializemongoresultscsv",
      "target": "remix_app_components_mongodb_resultexport_csvcell"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/MongoDB/resultExport.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_mongodb_resultexport_serializemongoresultscsv",
      "target": "remix_app_components_mongodb_resultexport_tabulatemongoresults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nativebridge_nativebridgehost",
      "target": "remix_app_components_nativebridge_nativebridgehost_nativebridgehost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nativebridge_nativebridgehost",
      "target": "remix_app_utils_nativebridge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nativebridge_nativebridgehost",
      "target": "remix_app_utils_nativebridge_postnativebridgemessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nativebridge_nativebridgehost",
      "target": "remix_app_utils_nativebridge_thingtimebridgemessage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_nativebridge_nativebridgehost"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/NativeBridge/NativeBridgeHost.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_components_nativebridge_nativebridgehost_nativebridgehost",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_nativebridge_nativebridgehost_nativebridgehost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawercontent_drawercontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawercontent_drawercontentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawercontent_useravatarcircle"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawermenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawermenu_applydrawerordering"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawermenu_builddrawersubsections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawermenu_drawermenuitems"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_drawermenu_filterdraweritemsbyauth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_editordrawersection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_editordrawersection_editordrawersection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_reorderablelist"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_reorderablelist_reorderablelist"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_thingtime_thingroute"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_thingtime_thingroute_buildthingmodeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_thingtime_thingroute_parsethingmode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_components_thingtime_thingroute_parsethingpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger",
      "target": "remix_app_components_nav_drawer_drawercontent"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_drawercontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent_useravatarcircle",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent_useravatarcircle",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent_drawercontent",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent_drawercontent",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent_drawercontent",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L565",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent_drawercontent",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerContent.tsx",
      "source_location": "L95",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawercontent_drawercontent",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger",
      "target": "remix_app_components_nav_drawer_drawercontent_drawercontent"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_drawercontent_drawercontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_drawersystem_drawersystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_drawersystem_drawersysteminner"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_drawertrigger"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_drawertrigger_drawertrigger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_navdrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_navdrawer_navdrawer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_usedrawer_accountmodalprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_usersettingsmodal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem",
      "target": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_nav_drawer_drawersystem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem_drawersysteminner",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem_drawersysteminner",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerSystem.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawersystem_drawersysteminner",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_nav_drawer_drawersystem_drawersystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger",
      "target": "remix_app_components_nav_drawer_drawertrigger_drawertrigger"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger_drawertrigger",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger_drawertrigger",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/DrawerTrigger.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawertrigger_drawertrigger",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_nav_drawer_editordrawersection_editordrawersection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_nav_drawer_editordrawersection_livewindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_nav_drawer_editordrawersection_rowa11y"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_nav_drawer_editordrawersection_rowactionstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_nav_drawer_editordrawersection_rowstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_nav_drawer_editordrawersection_sectionlabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextmenumodel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_thingroute"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_thingroute_buildthingmodeurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_thingroute_parsethingmode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_thingroute_parsethingpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection_editordrawersection",
      "target": "remix_app_components_nav_drawer_editordrawersection_rowa11y"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection_editordrawersection",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L116",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection_editordrawersection",
      "target": "remix_app_components_thingtime_thingroute_parsethingmode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection_editordrawersection",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/EditorDrawerSection.tsx",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_editordrawersection_editordrawersection",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_navdrawer_navdrawer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_navdrawer_navdrawerprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_clampdrawerwidth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_dispatchdrawerlivewidth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L156",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer_navdrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer_navdrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/NavDrawer.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_navdrawer_navdrawer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_reorderablelist",
      "target": "remix_app_components_nav_drawer_reorderablelist_dragrects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_reorderablelist",
      "target": "remix_app_components_nav_drawer_reorderablelist_dragstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_reorderablelist",
      "target": "remix_app_components_nav_drawer_reorderablelist_reorderableentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_reorderablelist",
      "target": "remix_app_components_nav_drawer_reorderablelist_reorderablelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_reorderablelist",
      "target": "remix_app_components_nav_drawer_reorderablelist_reorderablelistprops"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/ReorderableList.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_reorderablelist_reorderablelist",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_drawermenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_drawermenu_draweritemclosesonclick"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_drawermenu_drawermenuitems"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_drawermenu_filterdraweritemsbyauth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_usersettingsmodal_waitforelectronsetting"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_themesettings_controls"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_themesettings_controls_colorcontrol"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_themesettings_controls_thingsbadgepaddingcontrol"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_hooks_usetttheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_electronautoupdatesettingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_electronurlsettingkey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_electronurlsettingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_getelectronautoupdateenabled"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_getelectronbridge"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_getelectronsettingurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_loadelectronurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_normalizeelectronurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_thingtimedesktopinfo"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_thingtimedesktopupdateinfo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L684",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_drawermenu_filterdraweritemsbyauth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L622",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_components_settings_settingssection_settingrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L109",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_electronautoupdatesettingpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_electronurlsettingpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_getelectronautoupdateenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L106",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_app_utils_electronbridge_getelectronsettingurl"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/UserSettingsModal.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usersettingsmodal_usersettingsmodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_applydrawerordering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_builddrawersubsections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_drawer_keep_open_default_ids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_draweritemclosesonclick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_drawermenuitems"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_drawersubitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_drawersubsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_drawertopitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_nav_drawer_drawermenu_filterdraweritemsbyauth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_thingtime_thingroute"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu",
      "target": "remix_app_components_thingtime_thingroute_thingmode"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_drawermenu"
    },
    {
      "relation": "references",
      "context": "field",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu_drawersubitem",
      "target": "remix_app_components_thingtime_thingroute_thingmode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/drawerMenu.tsx",
      "source_location": "L167",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_drawermenu_draweritemclosesonclick",
      "target": "remix_app_components_nav_drawer_drawermenu_drawer_keep_open_default_ids"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_drawermenu_draweritemclosesonclick"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_accountmodalcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_accountmodalprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_clampdrawerwidth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_dispatchdrawerlivewidth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_drawer_top_level_unlimited"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerdirection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_drawertoplevellimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_normalizedrawertoplevellimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_nav_drawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_drawerwidthcss"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_clampdrawerwidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_usedrawer",
      "target": "remix_app_components_nav_drawer_usedrawer_normalizedrawertoplevellimit"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_useismobileviewport",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_profile_editprofilemodal_editprofilemodal",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_nav_drawer_usedrawer_useismobileviewport"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawerlivewidth"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L146",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_accountmodalprovider",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L158",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_usedrawer",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Drawer/useDrawer.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "source": "remix_app_components_nav_drawer_usedrawer_usedrawer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L253",
      "weight": 1.0,
      "source": "remix_app_components_settings_settingspage_settingspage",
      "target": "remix_app_components_nav_drawer_usedrawer_usedrawer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_nav_footer_footer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_status_footerstatuspanel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_components_status_footerstatuspanel_footerstatuspanel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_eggs_eggs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_eggs_eggs_motionok"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_eggs_eggs_pickincantation"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_footer",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_components_nav_footer_footer",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "source": "remix_app_components_nav_footer_footer",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L206",
      "weight": 1.0,
      "source": "remix_app_components_nav_footer_footer",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Footer.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_components_nav_footer_footer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_nav_nav"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_nav_useunicorngallop"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_notificationsbell"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_nav_notificationsbell_notificationsbell"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_eggs_eggs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_eggs_eggs_motionok"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_eggs_eggs_partyconfetti"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_nav_nav"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_components_nav_nav_useunicorngallop"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav_useunicorngallop",
      "target": "remix_app_eggs_eggs_motionok"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_nav_useunicorngallop",
      "target": "remix_app_eggs_eggs_partyconfetti"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_useunicorngallop",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L303",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/Nav.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_components_nav_nav_nav",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_nav_nav_nav"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_nav_notificationsbell_bellnotification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_nav_notificationsbell_notificationsbell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_nav_notificationsbell_type_emoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_nav_notificationsbell_verbof"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_profile_profilepage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_components_profile_profilepage_profileavatarcircle"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_notificationsbell",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_components_nav_notificationsbell_notificationsbell",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "source": "remix_app_components_nav_notificationsbell_notificationsbell",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/NotificationsBell.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "source": "remix_app_components_nav_notificationsbell_notificationsbell",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactivenav",
      "target": "remix_app_components_nav_reactivenav_reactivenav"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactivenav",
      "target": "remix_app_components_nav_reactiverightnav"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/ReactiveNav.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "source": "remix_app_components_nav_reactivenav_reactivenav",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Nav/ReactiveRightNav.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_nav_reactiverightnav",
      "target": "remix_app_components_nav_reactiverightnav_reactiverightnav"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Nav/ReactiveRightNav.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "source": "remix_app_components_nav_reactiverightnav_reactiverightnav",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_anycovers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_authorizepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_cardsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_coverspath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_embedapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_embeduser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_fetchjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_kicker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_parsescopelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_pickerthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_sandbox_things"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_sandbox_user"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_sandboxchip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_scope_emoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_scopedescriptor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_scoperow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_oauth_authorizepage",
      "target": "remix_app_components_oauth_authorizepage_scoperowprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/authorize.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_authorize",
      "target": "remix_app_components_oauth_authorizepage"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/OAuth/AuthorizePage.tsx",
      "source_location": "L205",
      "weight": 1.0,
      "source": "remix_app_components_oauth_authorizepage_authorizepage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/authorize.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_authorize",
      "target": "remix_app_components_oauth_authorizepage_authorizepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_editprofilemodal_editprofilemodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_editprofilemodal_editprofilemodalprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_editprofilemodal_input_style"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediacore_preservedprofilemediasnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediacore_profilemediafieldsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediacore_profilemediaupdatefields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediacore_profilesaveerrormessage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediafield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediafield_profilemediafield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilemediafield_profilemediafieldhandle"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilepage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilepage_profileavatarcircle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_components_profile_profilepage_profilebanner"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_editprofilemodal",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_components_profile_editprofilemodal_editprofilemodal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_profile_editprofilemodal_editprofilemodal",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/EditProfileModal.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "source": "remix_app_components_profile_editprofilemodal_editprofilemodal",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_editprofilemodal_editprofilemodal"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore_initialexternalprofileimageurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore_isexternalprofileimageurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore_ismanagedprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore_profileimagefileerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore_profilemediafieldsnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore_profilemediamutation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediacore_profilemediaslot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediafield_profilemediafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediafield_profilemediafieldhandle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediafield_profilemediafieldinner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediafield_profilemediafieldprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediafield_profilemediaintent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfileMediaField.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediafield",
      "target": "remix_app_components_profile_profilemediafield_statustext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediafield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediafield_profilemediafieldhandle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediafield_profilemediafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_profilepage_eyebrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_profilepage_formatjoined"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_profilepage_profileavatarcircle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_profilepage_profilebanner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_profilepage_profilepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_profilepage_profilepageprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_profilepage_remoteprofilestate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_relationshipcontrols"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_components_profile_relationshipcontrols_relationshipcontrols"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/profile.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_profile",
      "target": "remix_app_components_profile_profilepage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_app_components_profile_profilepage_formatjoined"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L109",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L108",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L463",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L471",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/ProfilePage.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilepage_profilepage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/profile.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_profile",
      "target": "remix_app_components_profile_profilepage_profilepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_profile_relationshipcontrols_cachekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_profile_relationshipcontrols_friendstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_profile_relationshipcontrols_relationshipcontrols"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_profile_relationshipcontrols_relationshipcontrolsprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_components_profile_relationshipcontrols_summary"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols_relationshipcontrols",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols_relationshipcontrols",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/RelationshipControls.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_components_profile_relationshipcontrols_relationshipcontrols",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore_initialexternalprofileimageurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore_isexternalprofileimageurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore_ismanagedprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore_preservedprofilemediasnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore_profileimagefileerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore_profilemediaupdatefields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_test",
      "target": "remix_app_components_profile_profilemediacore_profilesaveerrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_initialexternalprofileimageurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_isexternalprofileimageurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_ismanagedprofilemediaurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_preservedprofilemediasnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profile_media_content_type_set"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profile_media_content_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profileimagefileerror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profilemediafieldsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profilemediamutation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profilemediaslot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profilemediaupdatefields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore",
      "target": "remix_app_components_profile_profilemediacore_profilesaveerrormessage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediacore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediacore_profilemediafieldsnapshot"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_components_profile_profilemediacore_profileimagefileerror",
      "target": "remix_app_components_profile_profilemediacore_profile_media_content_type_set"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_initialexternalprofileimageurl",
      "target": "remix_app_components_profile_profilemediacore_ismanagedprofilemediaurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Profile/profileMediaCore.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_profile_profilemediacore_initialexternalprofileimageurl",
      "target": "remix_app_components_profile_profilemediacore_isexternalprofileimageurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediacore_preservedprofilemediasnapshot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage_profilesettingsform",
      "target": "remix_app_components_profile_profilemediacore_preservedprofilemediasnapshot"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediacore_profilemediaupdatefields"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage_profilesettingsform",
      "target": "remix_app_components_profile_profilemediacore_profilemediaupdatefields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_profile_profilemediacore_profilesaveerrormessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage_profilesettingsform",
      "target": "remix_app_components_profile_profilemediacore_profilesaveerrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_components_rainbow_rainbow_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_gp_gradientpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_hooks_useprops"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_hooks_useprops_useprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_hooks_usetrace"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_hooks_usetrace_usetrace"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_hooks_useuuid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_hooks_useuuid_useuuid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbow_rainbow",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_rainbow_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_rainbow_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_rainbow_rainbow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_components_rainbow_rainbow_rainbow",
      "target": "remix_app_hooks_useprops_useprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_components_rainbow_rainbow_rainbow",
      "target": "remix_app_hooks_useuuid_useuuid"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Rainbow/Rainbow.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_components_rainbow_rainbow_rainbow",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_rainbow_rainbow_rainbow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_rainbow_rainbow_rainbow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_rainbow_rainbow_rainbow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Safety/Safe.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_safety_safe",
      "target": "remix_app_components_safety_safe_safe"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Safety/Safe.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_safety_safe",
      "target": "remix_app_functions_safe"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Safety/Safe.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_safety_safe",
      "target": "remix_app_functions_safe_safe"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_safety_safe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Safety/Safe.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "source": "remix_app_components_safety_safe_safe",
      "target": "remix_app_functions_safe_safe"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_safety_safe_safe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_collectioncensus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_collectiongeneration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_migration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_migrationreport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_migrationspanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_migrationsstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_reportsummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_components_schemas_migrationspanel_versionssummary"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_apifailure_apiadminerrordetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_apifailure_apidiagnosticthingid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_apifailure_apierrormessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_migrationspanel",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "remix_app_components_schemas_migrationspanel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "source": "remix_app_components_schemas_migrationspanel_migrationspanel",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "source": "remix_app_components_schemas_migrationspanel_migrationspanel",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/MigrationsPanel.tsx",
      "source_location": "L78",
      "weight": 1.0,
      "source": "remix_app_components_schemas_migrationspanel_migrationspanel",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "remix_app_components_schemas_migrationspanel_migrationspanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_blankfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_builderprefill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_compiledrafts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_compileresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_draftableschemafields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_draftfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_draftid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_fieldeditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_fieldeditorprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_fromschemafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_inputsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_schemabuilder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_schemabuilderprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_components_schemas_schemabuilder_tinylabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_schemas_registry_schema_field_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_schemas_registry_schema_reserved_top_level_field_names"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_schemas_registry_schemafieldtype"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_schemas_registry_schemathingfield"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_schemas_tools"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder",
      "target": "remix_app_schemas_tools_generatesamplefromfields"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabuilder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabuilder_builderprefill"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder_blankfield",
      "target": "remix_app_components_schemas_schemabuilder_draftid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder_fromschemafield",
      "target": "remix_app_components_schemas_schemabuilder_blankfield"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabuilder_fromschemafield",
      "target": "remix_app_components_schemas_schemabuilder_draftableschemafields"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L124",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemabuilder_compiledrafts",
      "target": "remix_app_schemas_registry_schema_reserved_top_level_field_names"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L394",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemabuilder_schemabuilder",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaBuilder.tsx",
      "source_location": "L396",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemabuilder_schemabuilder",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabuilder_schemabuilder"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemathingform"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemabrowsetypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemabrowsetypes_schemacardsource"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemabrowsetypes_searchableschemasource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_fieldrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_fieldrowprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_getpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_inputsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_leafinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_leafinputprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_schemathingform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_schemathingformprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_components_schemas_schemathingform_setpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_schemas_registry_schemaitemspec"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_schemas_registry_schemathingfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_schemas_registry_validatevalueagainstfields"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_schemas_tools"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform",
      "target": "remix_app_schemas_tools_describeschemafield"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemathingform_fieldrow",
      "target": "remix_app_components_schemas_schemathingform_getpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemathingform_leafinput",
      "target": "remix_app_schemas_tools_describeschemafield"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L231",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemathingform_fieldrow",
      "target": "remix_app_schemas_tools_describeschemafield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemathingform_schemathingform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L307",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemathingform_schemathingform",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemaThingForm.tsx",
      "source_location": "L309",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemathingform_schemathingform",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes_browseschemaentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes_browseschemasresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes_entrytocardsource"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes_isseededbuiltinmirror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes_registrytocardsource"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes_schemacardsource"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemabrowsetypes_searchableschemasource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_cachedschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_cachekeyfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_kindof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_monolabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_pillprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_samplepreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_samplerender"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_schemacard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_schemacardprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_scopemode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_shapechip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_sortmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_systemthingfields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_viewmode"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_localcache_clearlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_useoutsidetapclose"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_hooks_useoutsidetapclose_useoutsidetapclose"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_registry_getthingtimeschema"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_registry_schemathingfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_tools"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_tools_describeschemafield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_tools_flattenschemafieldsfordisplay"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_schemas_tools_generatesamplefromfields"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/schemas.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_schemas",
      "target": "remix_app_components_schemas_schemasbrowsepage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_cachekeyfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage",
      "target": "remix_app_components_schemas_schemasbrowsepage_pillprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_systemthingfields",
      "target": "remix_app_schemas_registry_getthingtimeschema"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_samplepreview",
      "target": "remix_app_schemas_tools_generatesamplefromfields"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L124",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_samplepreview",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L156",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_samplerender",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L483",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L485",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasBrowsePage.tsx",
      "source_location": "L491",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/schemas.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_schemas",
      "target": "remix_app_components_schemas_schemasbrowsepage_schemasbrowsepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_copyvaluebutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_fieldconstraints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_flattendocfields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_schemaanchor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_schemacard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_schemasection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_schemaspage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_components_schemas_schemaspage_sections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_routes_docs_docscode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_routes_docs_docscode_codeblock"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_routes_docs_docscode_copytoclipboard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_schemas_registry_thingtimeschema"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_schemas_registry_thingtimeschemafield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_schemas_registry_thingtimeschemakind"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/schemas.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_schemas",
      "target": "remix_app_components_schemas_schemaspage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage_schemacard",
      "target": "remix_app_components_schemas_schemaspage_schemaanchor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage_schemacard",
      "target": "remix_app_components_schemas_schemaspage_flattendocfields"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemaspage_copyvaluebutton",
      "target": "remix_app_routes_docs_docscode_copytoclipboard"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemaspage_copyvaluebutton",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/SchemasPage.tsx",
      "source_location": "L257",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemaspage_schemaspage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/schemas.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_schemas",
      "target": "remix_app_components_schemas_schemaspage_schemaspage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_browseschemaauthor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_browseschemaentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_browseschemasresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_entrytocardsource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_entrytosearchsource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_isseededbuiltinmirror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_registrytocardsource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_schemacardsource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_searchable_crystal_kinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_searchableschemasource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_seededbuiltinshareids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_schemas_schemabrowsetypes_tosearchsource"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_search_searchtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_components_search_searchtypes_schemasource"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_schemas_registry_crystalschemas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_schemas_registry_schemathingfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_schemas_registry_thingtimeschema"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_schemas_tools"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes",
      "target": "remix_app_schemas_tools_flattenschemafields"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_schemas_schemabrowsetypes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes_entrytosearchsource",
      "target": "remix_app_components_schemas_schemabrowsetypes_entrytocardsource"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L90",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes_searchableschemasource",
      "target": "remix_app_components_schemas_schemabrowsetypes_searchable_crystal_kinds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_schemas_schemabrowsetypes_searchable_crystal_kinds"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_schemas_schemabrowsetypes_registrytocardsource"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes_tosearchsource",
      "target": "remix_app_components_schemas_schemabrowsetypes_isseededbuiltinmirror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes_entrytosearchsource",
      "target": "remix_app_components_schemas_schemabrowsetypes_tosearchsource"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Schemas/schemaBrowseTypes.ts",
      "source_location": "L150",
      "weight": 1.0,
      "source": "remix_app_components_schemas_schemabrowsetypes_tosearchsource",
      "target": "remix_app_schemas_tools_flattenschemafields"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_schemas_schemabrowsetypes_tosearchsource"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_schemas_schemabrowsetypes_entrytosearchsource"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchbuilder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchbuilder_compilerows"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchbuilder_conditionrowseditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchbuilder_invalidnumberfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchbuilder_newrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchbuilder_root_field_suggestions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_builtinsearchsources"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_cachedsearch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_cachekeyfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_crystalpreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_kind_option_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_personcard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_previewvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_richtextpreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_rowfromschemafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_searchpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchpage_thingresultcard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchtypes_conditionrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchtypes_schemasource"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchtypes_searchperson"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchtypes_searchpost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchtypes_searchresponse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_components_search_searchtypes_searchthing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_localcache_clearlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/search.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_search",
      "target": "remix_app_components_search_searchpage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage_searchpage",
      "target": "remix_app_components_search_searchpage_cachekeyfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage_rowfromschemafield",
      "target": "remix_app_components_search_searchbuilder_newrow"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L148",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_personcard",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L155",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_personcard",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchpage_previewvalue",
      "target": "remix_app_components_search_searchpage_richtextpreview"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L284",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_searchpage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L289",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_searchpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/SearchPage.tsx",
      "source_location": "L294",
      "weight": 1.0,
      "source": "remix_app_components_search_searchpage_searchpage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/search.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_search",
      "target": "remix_app_components_search_searchpage_searchpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_apicondition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_coercevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_compilerows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_conditionrowseditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_conditionrowseditorprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_datatypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_invalidnumberfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_newrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_operators"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_opkind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_root_field_suggestions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_rowid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchbuilder_text_only_ops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchtypes_conditionrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_components_search_searchtypes_rowvaluetype"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_schemas_registry_search_datatypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder",
      "target": "remix_app_schemas_registry_searchable_root_fields"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_components_search_searchbuilder_opkind",
      "target": "remix_app_components_search_searchbuilder_operators"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder_compilerows",
      "target": "remix_app_components_search_searchbuilder_opkind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder_invalidnumberfield",
      "target": "remix_app_components_search_searchbuilder_opkind"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder_newrow",
      "target": "remix_app_components_search_searchbuilder_rowid"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L146",
      "weight": 1.0,
      "source": "remix_app_components_search_searchbuilder_compilerows",
      "target": "remix_app_components_search_searchbuilder_text_only_ops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchBuilder.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchbuilder_compilerows",
      "target": "remix_app_components_search_searchbuilder_coercevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_conditionrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_rowvaluetype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_schemasource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_searchauthor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_searchperson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_searchpost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_searchresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Search/searchTypes.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_search_searchtypes",
      "target": "remix_app_components_search_searchtypes_searchthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_settings_algorithmmanager_activebadge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_settings_algorithmmanager_algorithmmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_settings_algorithmmanager_interestchip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_settings_algorithmmanager_interestlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_components_settings_algorithmmanager_trainedlabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_algorithmmanager",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_algorithmmanager"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L279",
      "weight": 1.0,
      "source": "remix_app_components_settings_algorithmmanager_algorithmmanager",
      "target": "remix_app_components_settings_notificationsettings_rowshell"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "source": "remix_app_components_settings_algorithmmanager_algorithmmanager",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/AlgorithmManager.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "source": "remix_app_components_settings_algorithmmanager_algorithmmanager",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_algorithmmanager_algorithmmanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_notificationsettings_channel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_notificationsettings_notificationsettingssection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_notificationsettings_pref_rows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_notificationsettings_prefrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_notificationsettings_rowshell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_notificationsettings_switchcell"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_settingssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_components_settings_settingssection_settingssection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_hooks_usecurrentuser_currentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_schemas_registry_normalizednotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_notificationsettings",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_notificationsettings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "source": "remix_app_components_settings_notificationsettings_notificationsettingssection",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/NotificationSettings.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "source": "remix_app_components_settings_notificationsettings_notificationsettingssection",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_notificationsettings_notificationsettingssection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingspage_accountstoragesummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingspage_fieldlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingspage_formatstoragebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingspage_inputstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingspage_profilesettingsform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingspage_settingspage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingssection_rainbowbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingssection_settingrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_settingssection_settingssection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_tokenminter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_settings_tokenminter_tokenminter"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_themesettings_controls"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_themesettings_controls_colorcontrol"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_components_themesettings_controls_thingsbadgepaddingcontrol"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_usecurrentuser_currentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_usetttheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/settings.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_settings",
      "target": "remix_app_components_settings_settingspage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage_accountstoragesummary",
      "target": "remix_app_components_settings_settingspage_formatstoragebytes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingspage_profilesettingsform",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L125",
      "weight": 1.0,
      "source": "remix_app_components_settings_settingspage_profilesettingsform",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L239",
      "weight": 1.0,
      "source": "remix_app_components_settings_settingspage_settingspage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L238",
      "weight": 1.0,
      "source": "remix_app_components_settings_settingspage_settingspage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L255",
      "weight": 1.0,
      "source": "remix_app_components_settings_settingspage_settingspage",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/SettingsPage.tsx",
      "source_location": "L261",
      "weight": 1.0,
      "source": "remix_app_components_settings_settingspage_settingspage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/settings.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_settings",
      "target": "remix_app_components_settings_settingspage_settingspage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingssection",
      "target": "remix_app_components_settings_settingssection_rainbowbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingssection",
      "target": "remix_app_components_settings_settingssection_settingrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingssection",
      "target": "remix_app_components_settings_settingssection_settingssection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/SettingsSection.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_settingssection",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_settingssection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_settingssection_rainbowbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_bestunitfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_chipvariant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_duration_units"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_expiry_presets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_fieldlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_formatduration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_inputstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_leaf_scopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_msfromslider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_pattokenrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_relativetime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_scopes_by_id"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_sliderfromms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_status_styles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_summarizescopes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_tokenminter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_components_settings_tokenminter_uses_presets"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter_tokenminter",
      "target": "remix_app_components_settings_tokenminter_sliderfromms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter_relativetime",
      "target": "remix_app_components_settings_tokenminter_formatduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L396",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter_tokenminter",
      "target": "remix_app_components_settings_tokenminter_formatduration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_settings_tokenminter_tokenminter",
      "target": "remix_app_components_settings_tokenminter_summarizescopes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L157",
      "weight": 1.0,
      "source": "remix_app_components_settings_tokenminter_tokenminter",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Settings/TokenMinter.tsx",
      "source_location": "L161",
      "weight": 1.0,
      "source": "remix_app_components_settings_tokenminter_tokenminter",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Skeleton/RainbowSkeleton.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_skeleton_rainbowskeleton",
      "target": "remix_app_components_skeleton_rainbowskeleton_rainbowskeleton"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Skeleton/RainbowSkeleton.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_skeleton_rainbowskeleton",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Skeleton/RainbowSkeleton.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "source": "remix_app_components_skeleton_rainbowskeleton_rainbowskeleton",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Splash/Splash.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_splash_splash",
      "target": "remix_app_components_splash_splash_splash"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Splash/Splash.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_splash_splash",
      "target": "remix_app_components_textanimation1"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Splash/Splash.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_splash_splash",
      "target": "remix_app_components_textanimation1_textanimation1"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_splash_splash"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_rainbow",
      "target": "remix_app_components_splash_splash"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_splash_splash_splash"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_rainbow",
      "target": "remix_app_components_splash_splash_splash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_footerstatuspanel_footerstatuspanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_footerstatuspanel_storedenvironmentselection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_servicestatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_servicestatus_frontendstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_servicestatus_nitrostatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_statusenvironment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_statusenvironment_getdefaultstatusenvironmentid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_statusenvironment_getstatusenvironmenttargets"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_status_statusenvironment_statusenvironmentid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_vercel_vercelstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_footerstatuspanel",
      "target": "remix_app_components_vercel_vercelstatus_vercelstatus"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Status/FooterStatusPanel.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_components_status_footerstatuspanel_footerstatuspanel",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_servicestatus_frontendstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_servicestatus_nitrostatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_servicestatus_pulse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_servicestatus_servicestatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_servicestatus_status_colors"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_statusenvironment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_statusenvironment_getstatusendpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_statusenvironment_getstatushref"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_statusrefreshbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_servicestatus",
      "target": "remix_app_components_status_statusrefreshbutton_statusrefreshbutton"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "source": "remix_app_components_status_servicestatus_servicestatus",
      "target": "remix_app_components_status_statusenvironment_getstatushref"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Status/ServiceStatus.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_components_status_servicestatus_servicestatus",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/StatusRefreshButton.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusrefreshbutton",
      "target": "remix_app_components_status_statusrefreshbutton_spin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/StatusRefreshButton.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusrefreshbutton",
      "target": "remix_app_components_status_statusrefreshbutton_statusrefreshbutton"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_status_statusrefreshbutton"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Status/StatusRefreshButton.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_components_status_statusrefreshbutton_statusrefreshbutton",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_status_statusrefreshbutton_statusrefreshbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_getbranchlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_getdefaultstatusenvironmentid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_getfirstorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_gethostprefix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_getstatusendpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_getstatusenvironmenttargets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_getstatushref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_normaliseorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_statusenvironmentid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment",
      "target": "remix_app_components_status_statusenvironment_statusenvironmenttarget"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_status_statusenvironment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment_getdefaultstatusenvironmentid",
      "target": "remix_app_components_status_statusenvironment_normaliseorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment_getfirstorigin",
      "target": "remix_app_components_status_statusenvironment_normaliseorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment_getstatusenvironmenttargets",
      "target": "remix_app_components_status_statusenvironment_normaliseorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment_getstatusenvironmenttargets",
      "target": "remix_app_components_status_statusenvironment_getfirstorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment_getbranchlabel",
      "target": "remix_app_components_status_statusenvironment_gethostprefix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment_getstatusenvironmenttargets",
      "target": "remix_app_components_status_statusenvironment_getbranchlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Status/statusEnvironment.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_status_statusenvironment_getdefaultstatusenvironmentid",
      "target": "remix_app_components_status_statusenvironment_getstatusenvironmenttargets"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_status_statusenvironment_getstatusendpoint"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_status_statusenvironment_getstatushref"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L197",
      "weight": 1.0,
      "source": "remix_app_components_vercel_vercelstatus_vercelstatus",
      "target": "remix_app_components_status_statusenvironment_getstatushref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_subscriptions_tiercard_discountlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_subscriptions_tiercard_formattierprice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_subscriptions_tiercard_period_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_subscriptions_tiercard_tiercard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_subscriptions_tiercard",
      "target": "remix_app_components_subscriptions_tiercard_tiercardtier"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Subscriptions/TierCard.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "source": "remix_app_components_subscriptions_tiercard_tiercard",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_components_themesettings_themehost_curatedfontnames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_components_themesettings_themehost_googlefontshref"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_components_themesettings_themehost_static_fonts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_components_themesettings_themehost_themehost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_hooks_usetttheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_theme_customise"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themehost",
      "target": "remix_app_theme_customise_buildcustomcss"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_themesettings_themehost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themehost_themehost",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themehost_themehost",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themehost_themehost",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeHost.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themehost_themehost",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_themesettings_themehost_themehost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_controls"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_controls_colorcontrol"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_controls_customisepanel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_controls_customisetoggle"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_controls_ishexcolor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_controls_thingsbadgepaddingcontrol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_actionbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_color_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_fontselect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_pillbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_row"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_sectionheaderstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_stepcontrol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_themepreviewcard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_components_themesettings_themestudio_themestudio"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_hooks_usetttheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_themestudio",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/themes.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_themes",
      "target": "remix_app_components_themesettings_themestudio"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themestudio_row",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L225",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themestudio_themestudio",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L226",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themestudio_themestudio",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L245",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themestudio_themestudio",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/ThemeStudio.tsx",
      "source_location": "L247",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_themestudio_themestudio",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/themes.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_themes",
      "target": "remix_app_components_themesettings_themestudio_themestudio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_components_themesettings_controls_colorcontrol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_components_themesettings_controls_customisepanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_components_themesettings_controls_customisetoggle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_components_themesettings_controls_ishexcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_components_themesettings_controls_things_badge_padding_options"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_components_themesettings_controls_thingsbadgepaddingcontrol"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_hooks_usetttheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_theme_customise"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls",
      "target": "remix_app_theme_customise_tt_custom_targets"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_themesettings_controls_colorcontrol",
      "target": "remix_app_components_themesettings_controls_ishexcolor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/ThemeSettings/controls.tsx",
      "source_location": "L161",
      "weight": 1.0,
      "source": "remix_app_components_themesettings_controls_customisepanel",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_foldertree_dndhighlight"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_foldertree_dndprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_foldertree_foldertree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_foldertree_foldertreednd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_foldertree_foldertreeprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_foldertree_treenode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_thingscore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree",
      "target": "remix_app_components_things_thingscore_thingsthing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_foldertree"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_foldertree"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_foldertree_foldertreeprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree_foldertree",
      "target": "remix_app_components_things_foldertree_dndprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree_treenode",
      "target": "remix_app_components_things_foldertree_dndprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree_foldertree",
      "target": "remix_app_components_things_foldertree_dndhighlight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_foldertree_treenode",
      "target": "remix_app_components_things_foldertree_dndhighlight"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "source": "remix_app_components_things_foldertree_treenode",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/FolderTree.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "source": "remix_app_components_things_foldertree_treenode",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_foldertree_foldertree"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_foldertree_foldertree"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitiverevealerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitiverevealerror_sensitiverevealfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_kindlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_revealedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_revealscopekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_sensitivethingreveal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealdescriptor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealscope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_validrevealresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_components_things_sensitivethingreveal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealdescriptor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal_sensitivethingreveal",
      "target": "remix_app_components_things_sensitivethingreveal_revealscopekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealscope",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/SensitiveThingReveal.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "source": "remix_app_components_things_sensitivethingreveal_sensitivethingrevealscope",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_components_things_sensitivethingreveal_sensitivethingreveal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_circleof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_composeacl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_formatwhen"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_persongrantsof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_thinglink"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_thingsthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingscore_visibility_meta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingsdialogs_deleteconfirmdialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingsdialogs_modalcard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingsdialogs_movedialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingsdialogs_newfolderdialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L529",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingsdialogs_previewmodal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingsdialogs_renamedialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L247",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_things_thingsdialogs_sharedialog"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_thingtime_thingview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_components_thingtime_thingview_thingview"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsdialogs",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsdialogs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsdialogs_newfolderdialog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsdialogs_renamedialog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsdialogs_movedialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L335",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsdialogs_sharedialog",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L256",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsdialogs_sharedialog",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsdialogs_sharedialog"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsdialogs_deleteconfirmdialog"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L549",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsdialogs_previewmodal",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L543",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsdialogs_previewmodal",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L554",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsdialogs_previewmodal",
      "target": "remix_app_components_things_thingscore_formatwhen"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsDialogs.tsx",
      "source_location": "L543",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsdialogs_previewmodal",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsdialogs_previewmodal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_folderkeyof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_groupthings"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_schemaidof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_sortthings"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thinglink"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_things_group_options"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_things_kind_filters"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_things_sort_options"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingscache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingscachekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingsclipboard"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingsdisplaymode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingsgroupby"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingskindfilter"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingssort"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingsthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingscore_thingsview"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsmenumodel_buildthingsbackgroundmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsmenumodel_buildthingsitemmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingspage_dedupebyid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingspage_hidden_kinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingspage_monolabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingspage_pillprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingspage_thingspage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingspage_toolbargroup"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsviews"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsviews_thingscolumnsview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsviews_thingsgridview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsviews_thingsitemaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsviews_thingsitemhandlers"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_things_thingsviews_thingslistview"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_hooks_localcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/things.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_things",
      "target": "remix_app_components_things_thingspage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L1159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingspage_pillprops"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L1462",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingscore_folderkeyof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L1073",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingscore_groupthings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L1462",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L1202",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingscore_things_group_options"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L1184",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingscore_things_sort_options"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_things_thingscore_thingscachekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L147",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsPage.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "source": "remix_app_components_things_thingspage_thingspage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/things.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_things",
      "target": "remix_app_components_things_thingspage_thingspage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore_formatwhen"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore_interpolaterendertree"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore_thingsdisplaymode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore_thingsthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingscore_visibility_meta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_canrename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_dragsourceprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_drophighlight"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_droptargetprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_itemmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_kindchip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_previewsourceof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_schemarenderlookup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_selectionstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_thingpreviewbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_thingscolumnsview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_thingsgridview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_thingsitemaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_thingsitemhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_thingslistview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_components_things_thingsviews_visibilitychip"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews_thingpreviewbox",
      "target": "remix_app_components_things_thingsviews_previewsourceof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsviews_thingpreviewbox",
      "target": "remix_app_components_things_thingscore_interpolaterendertree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsviews_thingpreviewbox",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsviews_canrename",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsviews_itemmenu",
      "target": "remix_app_components_things_thingsviews_canrename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L136",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsviews_droptargetprops",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L166",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsviews_itemmenu",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/ThingsViews.tsx",
      "source_location": "L200",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsviews_kindchip",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror_test",
      "target": "remix_app_components_things_sensitiverevealerror"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror_test",
      "target": "remix_app_components_things_sensitiverevealerror_sensitiverevealerrormessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror_test",
      "target": "remix_app_components_things_sensitiverevealerror_sensitiverevealfailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror_test",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror_test",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror",
      "target": "remix_app_components_things_sensitiverevealerror_sensitiverevealerrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror",
      "target": "remix_app_components_things_sensitiverevealerror_sensitiverevealfailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror",
      "target": "remix_app_components_things_sensitiverevealerror_sensitiverevealrecovery"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror",
      "target": "remix_app_hooks_apifailure_thingtimeapierror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/components/Things/sensitiveRevealError.ts",
      "source_location": "L65",
      "weight": 1.0,
      "source": "remix_app_components_things_sensitiverevealerror_sensitiverevealerrormessage",
      "target": "remix_app_components_things_sensitiverevealerror_sensitiverevealfailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_test",
      "target": "remix_app_components_things_thingicon"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_test",
      "target": "remix_app_components_things_thingicon_fileiconforthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_test",
      "target": "remix_app_components_things_thingicon_test_attachment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_test",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_file_like_kinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_file_type_icon_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_filefacts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_fileiconforthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_fileiconrule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_firststring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_hasfilesignals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_primary_kind_order"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_thing_kind_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon",
      "target": "remix_app_components_things_thingicon_thingiconinput"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingicon"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingicon_thing_kind_icons"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingicon_file_type_icon_rules"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L209",
      "weight": 1.0,
      "source": "remix_app_components_things_thingicon_primarykindof",
      "target": "remix_app_components_things_thingicon_primary_kind_order"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L259",
      "weight": 1.0,
      "source": "remix_app_components_things_thingicon_thingicon",
      "target": "remix_app_components_things_thingicon_file_like_kinds"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_filefacts",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_thingicon",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L229",
      "weight": 1.0,
      "source": "remix_app_components_things_thingscore_groupthings",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L110",
      "weight": 1.0,
      "source": "remix_app_components_things_thingscore_thingdisplayname",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel_canrename",
      "target": "remix_app_components_things_thingicon_primarykindof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_filefacts",
      "target": "remix_app_components_things_thingicon_firststring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_hasfilesignals",
      "target": "remix_app_components_things_thingicon_firststring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L238",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_fileiconforthing",
      "target": "remix_app_components_things_thingicon_filefacts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_thingicon",
      "target": "remix_app_components_things_thingicon_fileiconforthing"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingicon_fileiconforthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingIcon.ts",
      "source_location": "L259",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingicon_thingicon",
      "target": "remix_app_components_things_thingicon_hasfilesignals"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingicon_thingicon"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore_test",
      "target": "remix_app_components_things_thingscore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore_test",
      "target": "remix_app_components_things_thingscore_groupthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore_test",
      "target": "remix_app_components_things_thingscore_test_makething"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore_test",
      "target": "remix_app_components_things_thingscore_thingsthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_circle_base_acls"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_circleof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_composeacl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_crystalvalueat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_firstline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_folderkeyof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_formatwhen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_groupthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_interpolaterendertree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_interpolatestring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_kind_group_labels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_kind_group_order"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_persongrantsof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_schemaidof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_sortforbrowse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_sortthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingdisplayname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thinglink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_things_group_options"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_things_kind_filters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_things_sort_options"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingsauthor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingscache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingscachekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingsclipboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingsdisplaymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingsgroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingsgroupby"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingskindfilter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingssort"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingsthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_thingsview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore",
      "target": "remix_app_components_things_thingscore_visibility_meta"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_thingsthing"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_thingsview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_thingsdisplaymode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_thingssort"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_thingsgroupby"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_things_sort_options"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_things_group_options"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_components_things_thingsmenumodel_buildthingsitemmenu",
      "target": "remix_app_components_things_thingscore_isfolder"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore_thingdisplayname",
      "target": "remix_app_components_things_thingscore_firstline"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsCore.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingscore_sortforbrowse",
      "target": "remix_app_components_things_thingscore_sortthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_buildthingsbackgroundmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_buildthingsitemmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_canrename"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_countlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_groupsubmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_sortsubmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_thingsbackgroundmenuargs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_thingsitemmenuargs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_things_thingsmenumodel_viewsubmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextsection"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextsubmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel_buildthingsitemmenu",
      "target": "remix_app_components_things_thingsmenumodel_canrename"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel_buildthingsitemmenu",
      "target": "remix_app_components_things_thingsmenumodel_countlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel_buildthingsbackgroundmenu",
      "target": "remix_app_components_things_thingsmenumodel_sortsubmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel_buildthingsbackgroundmenu",
      "target": "remix_app_components_things_thingsmenumodel_groupsubmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Things/thingsMenuModel.ts",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_things_thingsmenumodel_buildthingsbackgroundmenu",
      "target": "remix_app_components_things_thingsmenumodel_viewsubmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_resolvedrillpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenupresentation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_usethingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_usethingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenupresentation"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuaction"
    },
    {
      "relation": "references",
      "context": "field",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenuprops",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextmenumodel"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenu.tsx",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenu",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenu_thingcontextmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtypessubmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_default_thing_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextmenumodel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingtypeoption"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_clonevalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_serializething"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutriggerprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_jsonvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_jsonvalue_sanitizeparsedjson"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_thingroute"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_thingroute_buildthingmodeurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_thingzones"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_thingzones_resolvethingzone"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_thingzones_thingzone"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_utils_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger",
      "target": "remix_app_utils_index_safejoin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L115",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L113",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L202",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger",
      "target": "remix_app_utils_index_safejoin"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ContextMenu/ThingContextMenuTrigger.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_contextmenu_thingcontextmenutrigger_thingcontextmenutrigger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildpermissionssubmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtemplatessubmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L414",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodelargs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtypessubmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtypessubmenuopts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_default_thing_permissions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_default_thing_templates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_default_thing_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L540",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_resolvedrillpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_templateaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextmenumodel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextsection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingcontextsubmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingpermissionoption"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingtemplateoption"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_thingtypeoption"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_typeaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtypessubmenu"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtemplatessubmenu",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_templateaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L493",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildtemplatessubmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/contextMenuModel.ts",
      "source_location": "L521",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodel",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildpermissionssubmenu"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_contextmenu_contextmenumodel_buildthingcontextmenumodel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_usethingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_usethingcontextmenu",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenuoptions"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ContextMenu/useThingContextMenu.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_hovertriggerstory",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L236",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_modalstory",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_rightclickstory",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_zonesstory",
      "target": "remix_app_components_thingtime_contextmenu_usethingcontextmenu_usethingcontextmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_clampfloatinggeometry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_collectleaves"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L516",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_contentmodetoggle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_defaulttree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_dropside"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_droptarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editorbranch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editorcontentmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editorlayoutsnapshot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editorleaf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editornode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L893",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editornodeview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1072",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editorsplit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1052",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editorsplitprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_editorwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_findleaf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_floatingwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L959",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_floatingwindowview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_insertatleaf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_makeleaf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_removeleaf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_resizegrip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_sanitizefloatingdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_sanitizeleafdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L266",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_sanitizenodedata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_setratio"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L558",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_skeletonwindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_splitleaf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_startpointergesture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_toolbarbuttonstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_trafficlight"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_trafficlights"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_uid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_updateleaf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_windowactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L389",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_windowcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_windowdragstate"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_hooks_usetttheme"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit",
      "target": "remix_app_hooks_usetttheme_usettcustomclasses"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_editorsplit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_defaulttree",
      "target": "remix_app_components_thingtime_editorsplit_uid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_makeleaf",
      "target": "remix_app_components_thingtime_editorsplit_uid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_sanitizefloatingdata",
      "target": "remix_app_components_thingtime_editorsplit_uid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_sanitizeleafdata",
      "target": "remix_app_components_thingtime_editorsplit_uid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_sanitizenodedata",
      "target": "remix_app_components_thingtime_editorsplit_uid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_splitleaf",
      "target": "remix_app_components_thingtime_editorsplit_uid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1048",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_defaulttree",
      "target": "remix_app_components_thingtime_editorsplit_makeleaf"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_splitleaf",
      "target": "remix_app_components_thingtime_editorsplit_makeleaf"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_findleaf",
      "target": "remix_app_components_thingtime_editorsplit_collectleaves"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_editorsplit",
      "target": "remix_app_components_thingtime_editorsplit_findleaf"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L272",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_sanitizenodedata",
      "target": "remix_app_components_thingtime_editorsplit_sanitizeleafdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_sanitizefloatingdata",
      "target": "remix_app_components_thingtime_editorsplit_sanitizenodedata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_sanitizefloatingdata",
      "target": "remix_app_components_thingtime_editorsplit_clampfloatinggeometry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L434",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_trafficlight",
      "target": "remix_app_hooks_usetttheme_usettcustomclasses"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L621",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_editorwindow",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L627",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_editorwindow",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L903",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_editornodeview",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L971",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_floatingwindowview",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1073",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_editorsplit",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/EditorSplit.tsx",
      "source_location": "L1078",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_editorsplit_editorsplit",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_editorsplit_editorsplit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_clonetree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_cornertoggle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_isemptypath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_isemptything"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_localthingprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_measurenodecount"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_sandboxedthingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L233",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_thingview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_thingview_thingviewprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_providers_thingtimeprovider_thingtimecontext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_smarts_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview",
      "target": "remix_app_smarts_index_smarts"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview_thingview",
      "target": "remix_app_components_thingtime_thingview_isemptything"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L89",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingview_localthingprovider",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingview_sandboxedthingtime",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L162",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingview_sandboxedthingtime",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L235",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingview_thingview",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingView.tsx",
      "source_location": "L240",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingview_thingview",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_thingtime_collapsecascadecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_thingtime_numberstepbuttonstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_thingtime_numbervalueinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_thingtime_thingtimecomponentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_thingtime_thingtimeprops"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_hooks_usethings"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_hooks_usethings_usethings"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_smarts_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_smarts_index_getthing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_utils_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_utils_index_safejoin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtime",
      "target": "remix_app_utils_index_safesplit"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeDemo.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimedemo",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_index",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_thingtime_numbervalueinput"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtime_numbervalueinput",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L179",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtime_thingtime",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L176",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtime_thingtime",
      "target": "remix_app_hooks_usethings_usethings"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L335",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtime_thingtime",
      "target": "remix_app_utils_index_safejoin"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/Thingtime.tsx",
      "source_location": "L163",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtime_thingtime",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeDemo.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimedemo",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_index",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_thingtime_thingtime_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeDemo.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimedemo",
      "target": "remix_app_components_thingtime_thingtimedemo_thingtimedemo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_thingtime_thingtimedemo"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingtimeDemo.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtimedemo_thingtimedemo",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_thingtime_thingtimedemo_thingtimedemo"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_thingroute"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_thingroute_parsethingmode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_thingroute_parsethingpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_thingtimeurl_thingtimeurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl",
      "target": "remix_app_providers_thingtimeprovider_thingtimetypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_69924d",
      "target": "remix_app_components_thingtime_thingtimeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl_thingtimeurl",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/ThingtimeURL.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_thingtimeurl_thingtimeurl",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_69924d",
      "target": "remix_app_components_thingtime_thingtimeurl_thingtimeurl"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_addchildbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptcrumbs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_deletebutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_kindflip"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_humanizekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_keyemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_summarizething"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_focuscardsviewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L164",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FocusCardsViewer.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_concepts_focuscardsviewer_focuscardsviewer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_addchildbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_deletebutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_kindflip"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_humanizekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_keyemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_formsheetviewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L163",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/FormSheetViewer.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_concepts_formsheetviewer_formsheetviewer"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_millercolumnsviewer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_addchildbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptcrumbs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_deletebutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_kindflip"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_humanizekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_keyemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_summarizething"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_millercolumnsviewer_columnrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L83",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L175",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L175",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/MillerColumnsViewer.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_concepts_millercolumnsviewer_millercolumnsviewer"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_orbitcanvasviewer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptcrumbs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_deletebutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_kindflip"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_humanizekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_keyemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_summarizething"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L146",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L143",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_humanizekey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L146",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L140",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_keyemoji"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L146",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_summarizething"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OrbitCanvasViewer.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_concepts_orbitcanvasviewer_orbitcanvasviewer"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_outlinedocviewer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_addchildbutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_deletebutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_kindflip"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_humanizekey"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_keyemoji"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_summarizething"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_outlinedocviewer_headingsizes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_outlinedocviewer_sharedtablekeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer_sharedtablekeys",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L263",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/OutlineDocViewer.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_concepts_outlinedocviewer_outlinedocviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_addchildbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptcrumbs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_deletebutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_kindflip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptdata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingtypeof"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptviewerprops"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_usecontainerwidth"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_useconceptlayout"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingtypeof"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_leafvalueeditor"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_conceptcrumbs"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptBits.tsx",
      "source_location": "L185",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptbits_kindflip",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_kindflip"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_addchildbutton"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptbits_deletebutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_addchildatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_branchtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_conceptthingapi"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_countchildren"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_deleteatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_humanizekey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_key_emoji_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_keyemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_leaftype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_renamekeyatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_setatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_summarizething"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingmutations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingtypeemoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingtypeof"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_useconceptthing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata",
      "target": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_conceptdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_keyemoji",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingtypeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_summarizething",
      "target": "remix_app_components_thingtime_concepts_conceptdata_thingtypeof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_addchildatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_childkeysof",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_deleteatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_getatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_renamekeyatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_setatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_isbranch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_addchildatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_deleteatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_renamekeyatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_getatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_addchildatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_setatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_deleteatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_setatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_renamekeyatpath",
      "target": "remix_app_components_thingtime_concepts_conceptdata_setatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_countchildren",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_summarizething",
      "target": "remix_app_components_thingtime_concepts_conceptdata_childkeysof"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_childcountlabel",
      "target": "remix_app_components_thingtime_concepts_conceptdata_countchildren"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L230",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_usethingmutations",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Thingtime/concepts/conceptData.ts",
      "source_location": "L252",
      "weight": 1.0,
      "source": "remix_app_components_thingtime_concepts_conceptdata_useconceptthing",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_samplethings"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_samplethings_makesamplenote"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/index.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_index",
      "target": "remix_app_components_thingtime_concepts_samplethings_makesampleworld"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_concepts_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/sampleThings.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_samplethings",
      "target": "remix_app_components_thingtime_concepts_samplethings_makesamplenote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/concepts/sampleThings.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_concepts_samplethings",
      "target": "remix_app_components_thingtime_concepts_samplethings_makesampleworld"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_concepts_samplethings_makesampleworld"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/jsonValue.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_jsonvalue",
      "target": "remix_app_components_thingtime_jsonvalue_sanitizeparsedjson"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_jsonvalue"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_components_thingtime_jsonvalue_sanitizeparsedjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute",
      "target": "remix_app_components_thingtime_thingroute_buildthingmodeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute",
      "target": "remix_app_components_thingtime_thingroute_mode_segments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute",
      "target": "remix_app_components_thingtime_thingroute_parsethingmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute",
      "target": "remix_app_components_thingtime_thingroute_parsethingpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute",
      "target": "remix_app_components_thingtime_thingroute_splitsegments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute",
      "target": "remix_app_components_thingtime_thingroute_thing_mode_prefixes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute",
      "target": "remix_app_components_thingtime_thingroute_thingmode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute_parsethingmode",
      "target": "remix_app_components_thingtime_thingroute_splitsegments"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingRoute.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingroute_parsethingpath",
      "target": "remix_app_components_thingtime_thingroute_splitsegments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones",
      "target": "remix_app_components_thingtime_thingzones_getthingzoneboxes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones",
      "target": "remix_app_components_thingtime_thingzones_resolvethingzone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones",
      "target": "remix_app_components_thingtime_thingzones_thingzone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones",
      "target": "remix_app_components_thingtime_thingzones_thingzonebox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones",
      "target": "remix_app_components_thingtime_thingzones_thingzoneboxes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones",
      "target": "remix_app_components_thingtime_thingzones_tobox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones",
      "target": "remix_app_components_thingtime_thingzones_unionboxes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_thingzones"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_thingzones_thingzone"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_thingzones_resolvethingzone"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_thingzones_thingzonebox"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_thingzones_thingzoneboxes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_thingzones_getthingzoneboxes",
      "target": "remix_app_components_thingtime_thingzones_tobox"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/components/Thingtime/thingZones.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_components_thingtime_thingzones_getthingzoneboxes",
      "target": "remix_app_components_thingtime_thingzones_unionboxes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_components_thingtime_thingzones_getthingzoneboxes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_usethingtime",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_usethingtime",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_usethingtime",
      "target": "remix_app_providers_thingtimeprovider_everythingtypes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_usethingtime",
      "target": "remix_app_providers_thingtimeprovider_thingtimecontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Thingtime/useThingtime.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_thingtime_usethingtime",
      "target": "remix_app_providers_thingtimeprovider_thingtimetypes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/tt/Button.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_tt_button",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_rainbow",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_69924d",
      "target": "remix_app_components_thingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/tt/Button.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_tt_button",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/tt/Button.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "source": "remix_app_components_tt_button_button",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost_visualsettingshost",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L173",
      "weight": 1.0,
      "source": "remix_app_hooks_usetttheme_usettcustomclasses",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L185",
      "weight": 1.0,
      "source": "remix_app_hooks_usetttheme_usetticonstyle",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_hooks_usetttheme_usetttheme",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_ode_index",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_rainbow",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_69924d",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_index",
      "target": "remix_app_components_thingtime_usethingtime_usethingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "remix_app_components_user_usercard_usercard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "remix_app_hooks_usecurrentuser_currentuser"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_user_usercard",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_components_user_usercard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_components_user_usercard_usercard",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/User/UserCard.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_components_user_usercard_usercard",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_components_user_usercard_usercard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_api_utils_vercel_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_getdisplayphase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_getprogressleft"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_getstatustext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_pulse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_status_colors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_vercelstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_getstatustext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_getdisplayphase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_vercel_vercelstatus_vercelstatus",
      "target": "remix_app_components_vercel_vercelstatus_getprogressleft"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/Vercel/VercelStatus.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "source": "remix_app_components_vercel_vercelstatus_vercelstatus",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost",
      "target": "remix_app_components_visualsettings_visualsettingshost_clampnumber"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost",
      "target": "remix_app_components_visualsettings_visualsettingshost_normalizebottompadding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost",
      "target": "remix_app_components_visualsettings_visualsettingshost_visualsettingshost"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_visualsettings_visualsettingshost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost_normalizebottompadding",
      "target": "remix_app_components_visualsettings_visualsettingshost_clampnumber"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost_visualsettingshost",
      "target": "remix_app_components_visualsettings_visualsettingshost_normalizebottompadding"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/VisualSettings/VisualSettingsHost.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_components_visualsettings_visualsettingshost_visualsettingshost",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_components_visualsettings_visualsettingshost_visualsettingshost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/rainbowText.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbowtext",
      "target": "remix_app_components_rainbowtext_rainbowtext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/rainbowText.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_rainbowtext",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/textAnimation1.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_textanimation1",
      "target": "remix_app_components_rainbowtext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/textAnimation1.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_textanimation1",
      "target": "remix_app_components_rainbowtext_rainbowtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/textAnimation1.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_textanimation1",
      "target": "remix_app_components_textanimation1_textanimation1"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/components/textAnimation1.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "source": "remix_app_components_textanimation1_textanimation1",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/tt/Button.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_tt_button",
      "target": "remix_app_components_tt_button_button"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/tt/index.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_tt_index",
      "target": "remix_app_components_tt_button"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/components/tt/index.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_components_tt_index",
      "target": "remix_app_components_tt_button_button"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/cookies.server.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_cookies_server",
      "target": "remix_app_cookies_server_session"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apiauthmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apidocmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apiendpointdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apiendpointdocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apihttpmethod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apiplatformexamples"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apirequestexample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apiresponseexample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7431",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apiv1docsroutekeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_apiv1routekeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_buildheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_buildplatformexamples"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7435",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_compactjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_createapidocpayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_endpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_getapidocbypath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7439",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_makeurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_normaliseapipath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7437",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_prettyjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_primaryrequestexample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7557",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_serializeapidoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_serializedapiendpointdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7433",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_shellquote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs",
      "target": "remix_app_docs_apidocs_shouldincludeauthheader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_docs_apidocs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_docs_apidocs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_docs_apidocs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_docs_apidocs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/nitro.config.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_nitro_config",
      "target": "remix_app_docs_apidocs"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data-docs.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_docs",
      "target": "remix_app_docs_apidocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_docs_apidocs_apihttpmethod"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocs_apiendpointdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_docs_apidocs_apiendpointdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_docs_apidocs_apiendpointdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_docs_apidocs_apiendpointdoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocs_apiendpointdocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_docs_apidocs_apiendpointdocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_docs_apidocs_apiendpointdocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_docs_apidocs_apiendpointdocs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_docs_apidocs_apiendpointdocs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_getapidocbypath",
      "target": "remix_app_docs_apidocs_normaliseapipath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data-docs.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_docs",
      "target": "remix_app_docs_apidocs_getapidocbypath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/nitro.config.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_nitro_config",
      "target": "remix_app_docs_apidocs_apiv1routekeys"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/nitro.config.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_nitro_config",
      "target": "remix_app_docs_apidocs_apiv1docsroutekeys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_buildplatformexamples",
      "target": "remix_app_docs_apidocs_shellquote"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_buildplatformexamples",
      "target": "remix_app_docs_apidocs_compactjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_buildplatformexamples",
      "target": "remix_app_docs_apidocs_prettyjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7480",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_buildplatformexamples",
      "target": "remix_app_docs_apidocs_makeurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_buildheaders",
      "target": "remix_app_docs_apidocs_shouldincludeauthheader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7481",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_buildplatformexamples",
      "target": "remix_app_docs_apidocs_buildheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7477",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_buildplatformexamples",
      "target": "remix_app_docs_apidocs_primaryrequestexample"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7559",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_serializeapidoc",
      "target": "remix_app_docs_apidocs_buildplatformexamples"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocs_buildplatformexamples"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown_renderendpoint",
      "target": "remix_app_docs_apidocs_buildplatformexamples"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_docs_apidocs_buildplatformexamples"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocs.ts",
      "source_location": "L7564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocs_createapidocpayload",
      "target": "remix_app_docs_apidocs_serializeapidoc"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data-docs.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_docs",
      "target": "remix_app_docs_apidocs_createapidocpayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_anchor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_fence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_grouporder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_renderapidocsmarkdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_renderendpoint"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/docs.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_docs",
      "target": "remix_app_docs_apidocsmarkdown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown_renderendpoint",
      "target": "remix_app_docs_apidocsmarkdown_fence"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown_renderapidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_anchor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown_renderapidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_renderendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/docs/apiDocsMarkdown.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_docs_apidocsmarkdown_renderapidocsmarkdown",
      "target": "remix_app_docs_apidocsmarkdown_grouporder"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/docs.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_docs",
      "target": "remix_app_docs_apidocsmarkdown_renderapidocsmarkdown"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_consoleegg",
      "target": "remix_app_eggs_consoleegg_installconsoleegg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_consoleegg",
      "target": "remix_app_eggs_consoleegg_printbanner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_consoleegg",
      "target": "remix_app_eggs_consoleegg_printhelp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_consoleegg",
      "target": "remix_app_eggs_consoleegg_rainbow_stops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_consoleegg",
      "target": "remix_app_eggs_consoleegg_ttconsoleapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_consoleegg_installconsoleegg",
      "target": "remix_app_eggs_consoleegg_printbanner"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/eggs/consoleEgg.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_eggs_consoleegg_installconsoleegg",
      "target": "remix_app_eggs_consoleegg_printhelp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_incantations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_installkonami"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_konami"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_motionok"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_partyconfetti"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_partymode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_pickincantation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_picksparkle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_rainbowflash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_secret_words"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_secretword"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs",
      "target": "remix_app_eggs_eggs_sparkle_lines"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs_partyconfetti",
      "target": "remix_app_eggs_eggs_motionok"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs_rainbowflash",
      "target": "remix_app_eggs_eggs_motionok"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs_partymode",
      "target": "remix_app_eggs_eggs_partyconfetti"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/eggs/eggs.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_eggs_eggs_partymode",
      "target": "remix_app_eggs_eggs_rainbowflash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_entry_client_clientcacheprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_entry_client_root"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_entry_client",
      "target": "remix_app_routes_router"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/entry.client.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_entry_client_clientcacheprovider",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/functions/safe.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_functions_safe",
      "target": "remix_app_functions_safe_getmeta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/functions/safe.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_functions_safe",
      "target": "remix_app_functions_safe_safe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/functions/safe.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_functions_safe_safe",
      "target": "remix_app_functions_safe_getmeta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/functions/sanitise.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_functions_sanitise",
      "target": "remix_app_functions_sanitise_sanitise"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/global-types.d.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_global_types_d",
      "target": "remix_app_global_types_d_forwardrefrenderfunction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/global-types.d.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_global_types_d",
      "target": "remix_app_global_types_d_window"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/globals/GlobalStyles.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_globals_globalstyles",
      "target": "remix_app_globals_globalstyles_globalstyles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/globals/GlobalStyles.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_globals_globalstyles",
      "target": "remix_app_globals_globalstyles_ttthemedefaults"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_globals_globalstyles"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_globals_globalstyles_globalstyles"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_constants"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_data"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_data_getdata"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_data_stroketofill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_gradientpath_constructor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_gradientpath_remove"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_gradientpath_render"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_utils_convertpathtonode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_utils_segmenttod"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_utils_styleattrs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_gradientpath",
      "target": "remix_app_gp_utils_svgelem"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/index.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_index",
      "target": "remix_app_gp_gradientpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_gp_gradientpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_gp_gradientpath_constructor",
      "target": "remix_app_gp_data_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L8",
      "weight": 1.0,
      "source": "remix_app_gp_gradientpath_constructor",
      "target": "remix_app_gp_utils_convertpathtonode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_gp_gradientpath_constructor",
      "target": "remix_app_gp_utils_svgelem"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L65",
      "weight": 1.0,
      "source": "remix_app_gp_gradientpath_render",
      "target": "remix_app_gp_data_stroketofill"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L75",
      "weight": 1.0,
      "source": "remix_app_gp_gradientpath_render",
      "target": "remix_app_gp_utils_segmenttod"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L76",
      "weight": 1.0,
      "source": "remix_app_gp_gradientpath_render",
      "target": "remix_app_gp_utils_styleattrs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/GradientPath.js",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_gp_gradientpath_render",
      "target": "remix_app_gp_utils_svgelem"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_sample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/Sample.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_sample",
      "target": "remix_app_gp_sample_sample"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_sample_sample"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/Sample.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_sample_sample",
      "target": "remix_app_gp_sample_sample_constructor"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_segment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_segment",
      "target": "remix_app_gp_segment_segment"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_segment",
      "target": "remix_app_gp_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_segment",
      "target": "remix_app_gp_utils_getmiddlesample"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_segment_segment"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_segment_segment",
      "target": "remix_app_gp_segment_segment_constructor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/Segment.js",
      "source_location": "L6",
      "weight": 1.0,
      "source": "remix_app_gp_segment_segment_constructor",
      "target": "remix_app_gp_utils_getmiddlesample"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_constants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_data_averagesegmentjoins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_data_getdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_data_outlinestrokes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_data_stroketofill"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_utils"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data",
      "target": "remix_app_gp_utils_convertpathtonode"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/index.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_index",
      "target": "remix_app_gp_data"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_gp_data_getdata",
      "target": "remix_app_gp_utils_convertpathtonode"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/index.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_index",
      "target": "remix_app_gp_data_getdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data_stroketofill",
      "target": "remix_app_gp_data_averagesegmentjoins"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_data.js",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_data_stroketofill",
      "target": "remix_app_gp_data_outlinestrokes"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/index.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_index",
      "target": "remix_app_gp_data_stroketofill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_utils",
      "target": "remix_app_gp_utils_convertpathtonode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_utils",
      "target": "remix_app_gp_utils_getmiddlesample"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_utils",
      "target": "remix_app_gp_utils_segmenttod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_utils",
      "target": "remix_app_gp_utils_styleattrs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/gp/_utils.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_gp_utils",
      "target": "remix_app_gp_utils_svgelem"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_test",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_test",
      "target": "remix_app_hooks_apifailure_apiadminerrordetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_test",
      "target": "remix_app_hooks_apifailure_apidiagnosticthingid"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_test",
      "target": "remix_app_hooks_apifailure_apierrormessage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_test",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_test",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_test",
      "target": "remix_app_hooks_apifailure_readapiresponsepayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_apiadminerrordetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_apidiagnosticthingid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_apierrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_apifailureinput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_apifailureoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_apifailureoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_attachment_retry_codes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_attachmentretrycode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_attachmentretrymetadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_authorederror"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_cleanaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_diagnosticmetadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_fallbackmessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_hasunknownmutationoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_mutates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_mutationoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_parseretryafter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_payloadoutcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_payloadrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_readapiresponsepayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure",
      "target": "remix_app_hooks_apifailure_thingtimeapierror"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useAsyncFetcher.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useasyncfetcher",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_hooks_apifailure"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_thingtimeapierror",
      "target": "remix_app_hooks_apifailure_thingtimeapierror_constructor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_thingtimeapierror_constructor",
      "target": "remix_app_hooks_apifailure_cleanaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_thingtimeapierror_constructor",
      "target": "remix_app_hooks_apifailure_mutationoutcome"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_thingtimeapierror_constructor",
      "target": "remix_app_hooks_apifailure_parseretryafter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_cleanaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_apierrormessage",
      "target": "remix_app_hooks_apifailure_payloadrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_authorederror",
      "target": "remix_app_hooks_apifailure_payloadrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_payloadrecord"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L92",
      "weight": 1.0,
      "source": "remix_app_hooks_apifailure_attachmentretrymetadata",
      "target": "remix_app_hooks_apifailure_attachment_retry_codes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_attachmentretrymetadata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_diagnosticmetadata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_authorederror"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_parseretryafter"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_payloadoutcome"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_createapifailure",
      "target": "remix_app_hooks_apifailure_fallbackmessage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_readapiresponsepayload",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi_getjson",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useAsyncFetcher.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useasyncfetcher",
      "target": "remix_app_hooks_apifailure_createapifailure"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/apiFailure.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_apifailure_readapiresponsepayload",
      "target": "remix_app_hooks_apifailure_mutates"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_apifailure_readapiresponsepayload"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi_getjson",
      "target": "remix_app_hooks_apifailure_readapiresponsepayload"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useAsyncFetcher.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useasyncfetcher",
      "target": "remix_app_hooks_apifailure_readapiresponsepayload"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_hooks_apifailure_apierrormessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/localCache.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_localcache",
      "target": "remix_app_hooks_localcache_clearlocalcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/localCache.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_localcache",
      "target": "remix_app_hooks_localcache_readlocalcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/localCache.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_localcache",
      "target": "remix_app_hooks_localcache_writelocalcache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_useapi_getjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_useapi_refreshrootdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_useapi_toquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_useasyncfetcher"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useapi",
      "target": "remix_app_hooks_useasyncfetcher_useasyncfetcher"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_hooks_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useApi.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_hooks_useapi_useapi",
      "target": "remix_app_hooks_useasyncfetcher_useasyncfetcher"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_post_postpage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "source": "remix_app_routes_thing_thingpage",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "source": "remix_app_routes_verify_email_verifyemail",
      "target": "remix_app_hooks_useapi_useapi"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useAsyncFetcher.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useasyncfetcher",
      "target": "remix_app_hooks_useasyncfetcher_useasyncfetcher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usecommentdraft",
      "target": "remix_app_hooks_usecommentdraft_draftkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usecommentdraft",
      "target": "remix_app_hooks_usecommentdraft_usecommentdraft"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usecommentdraft_usecommentdraft",
      "target": "remix_app_hooks_usecommentdraft_draftkey"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useCommentDraft.ts",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_hooks_usecommentdraft_usecommentdraft",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useCurrentUser.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usecurrentuser",
      "target": "remix_app_hooks_usecurrentuser_currentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useCurrentUser.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usecurrentuser",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_hooks_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_migrations_migrationsroute",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L101",
      "weight": 1.0,
      "source": "remix_app_routes_thing_thingpage",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_welcome_welcome",
      "target": "remix_app_hooks_usecurrentuser_usecurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useIcons.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useicons",
      "target": "remix_app_hooks_useicons_useicons"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_hooks_useicons"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_hooks_useicons_useicons"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/root.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "source": "remix_app_root_app",
      "target": "remix_app_hooks_useicons_useicons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useOutsideTapClose.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useoutsidetapclose",
      "target": "remix_app_hooks_useoutsidetapclose_useoutsidetapclose"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useOutsideTapClose.ts",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_hooks_useoutsidetapclose_useoutsidetapclose",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/usePath.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usepath",
      "target": "remix_app_hooks_usepath_usepath"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/usePath.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_hooks_usepath_usepath",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useProps.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useprops",
      "target": "remix_app_hooks_useprops_useprops"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useProps.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "source": "remix_app_hooks_useprops_useprops",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThings.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethings",
      "target": "remix_app_hooks_usethings_usethings"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useThings.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "source": "remix_app_hooks_usethings_usethings",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_newtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_patharray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L373",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_thingtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_timeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_timelineevent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_timelinescaffold"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L360",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_timemachine"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_timemachinescaffold"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_hooks_usethingtimemachine_usethingtimeline"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_smarts_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine",
      "target": "remix_app_smarts_index_smarts"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "source": "remix_app_hooks_usethingtimemachine_usethingtimeline",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useThingtimeMachine.tsx",
      "source_location": "L381",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usethingtimemachine_thingtimeline",
      "target": "remix_app_hooks_usethingtimemachine_newtimeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTrace.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetrace",
      "target": "remix_app_hooks_usetrace_usetrace"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useTrace.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "source": "remix_app_hooks_usetrace_usetrace",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_hooks_usetttheme_ttthemesettings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_hooks_usetttheme_usettcustomclasses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_hooks_usetttheme_usetticonstyle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_hooks_usetttheme_usetttheme"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_theme_customise"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_theme_customise_sanitizecustomclasses"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_theme_customise_ttcustomentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme",
      "target": "remix_app_theme_customise_ttcustommap"
    },
    {
      "relation": "references",
      "context": "field",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_usetttheme_ttthemesettings",
      "target": "remix_app_theme_customise_ttcustommap"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_hooks_usetttheme_usetttheme",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useTtTheme.tsx",
      "source_location": "L176",
      "weight": 1.0,
      "source": "remix_app_hooks_usetttheme_usettcustomclasses",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/hooks/useUuid.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_hooks_useuuid",
      "target": "remix_app_hooks_useuuid_useuuid"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/hooks/useUuid.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "source": "remix_app_hooks_useuuid_useuuid",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_providers_thingtimeprovider_thingtimeprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_root_app"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_root_data_server"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_root_data_server_rootloaderdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_root_setthingtime"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_utils_authreturn"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root",
      "target": "remix_app_utils_authreturn_rememberauthreturnto"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_root"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/root.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_root_app",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_root_data_server"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_root_data_server_rootloaderdata"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_admin"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_admin_adminroute"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_apps"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_apps_appsroute"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_apps_manage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_apps_manage_appsmanageroute"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_authorize"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_authorize_authorize"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_branding_index"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_branding_index_branding"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_branding_old"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_branding_old_branding"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_crypto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_currentuserloader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_api"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_concepts_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_design"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_design_docsdesign"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_design_system_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_docslayout"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_embed"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_schemas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_docs_schemas_docsschemas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_feed"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_feed_feed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_fetchjson"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_index_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_login"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_login_login"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_messages"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_messages_messages"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_migrations"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_mongodb_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_ode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_ode_index"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_post"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_profile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_profile_profile"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_raw"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_raw_rawpage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_register"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_register_register"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_requireguest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_requireuser"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L115",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_rootloader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_router"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_schemas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_schemas_schemas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_search"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_search_search"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_settings"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_settings_settingsroute"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_status"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_tests"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_themes"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_themes_themes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_thing"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_things"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_things_things"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_vercel"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L184",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_verceldeploymentsloader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_verify_email"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_verify_email_verifyemail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_routes_welcome"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_utils_temporaryuserbootstrap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_d47d44",
      "target": "remix_app_utils_temporaryuserbootstrap_shouldbootstraptemporaryuser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verceldeploymentsloader",
      "target": "remix_app_routes_fetchjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes.tsx",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_rootloader",
      "target": "remix_app_utils_temporaryuserbootstrap_shouldbootstraptemporaryuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_69924d",
      "target": "remix_app_routes_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/$.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tsx_remix_app_routes_69924d",
      "target": "remix_app_routes_tsx_remix_app_routes_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/_index.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_index_tsx_remix_app_routes_index",
      "target": "remix_app_routes_index_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/admin.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_admin",
      "target": "remix_app_routes_admin_adminroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_routes_api_v1_admin_apps_apps_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/_apps.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_apps",
      "target": "remix_app_routes_api_v1_admin_apps_apps_privateheaders"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke",
      "target": "remix_app_routes_api_v1_admin_apps_revoke_revoke_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/apps/revoke/_revoke.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_apps_revoke_revoke_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/_ci.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_ci",
      "target": "remix_app_routes_api_v1_admin_ci_ci_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/automations/_automations.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_automations_automations",
      "target": "remix_app_routes_api_v1_admin_ci_automations_automations_action"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/dispatch/_dispatch.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch",
      "target": "remix_app_routes_api_v1_admin_ci_dispatch_dispatch_workflows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/ci/reconcile/_reconcile.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile",
      "target": "remix_app_routes_api_v1_admin_ci_reconcile_reconcile_action"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_routes_api_v1_admin_links_links_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_routes_api_v1_admin_links_links_decorate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links",
      "target": "remix_app_routes_api_v1_admin_links_links_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_loader",
      "target": "remix_app_routes_api_v1_admin_links_links_decorate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/links/_links.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_links_links_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/_migrations.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_migrations",
      "target": "remix_app_routes_api_v1_admin_migrations_migrations_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/diagnostic/_diagnostic.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic",
      "target": "remix_app_routes_api_v1_admin_migrations_diagnostic_diagnostic_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/migrations/run/_run.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_migrations_run_run",
      "target": "remix_app_routes_api_v1_admin_migrations_run_run_action"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_routes_api_v1_admin_rate_limits_rate_limits_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/rate-limits/_rate-limits.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_rate_limits_rate_limits",
      "target": "remix_app_routes_api_v1_admin_rate_limits_rate_limits_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin",
      "target": "remix_app_routes_api_v1_admin_set_admin_set_admin_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/admin/set-admin/_set-admin.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_admin_set_admin_set_admin_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_parsesubject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/subscriptions/_subscriptions.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_subscriptions_subscriptions",
      "target": "remix_app_routes_api_v1_admin_subscriptions_subscriptions_resolvesubjectowner"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_routes_api_v1_admin_tiers_tiers_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_routes_api_v1_admin_tiers_tiers_groupedcatalog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/tiers/_tiers.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_tiers_tiers",
      "target": "remix_app_routes_api_v1_admin_tiers_tiers_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/_users.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_users",
      "target": "remix_app_routes_api_v1_admin_users_users_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_routes_api_v1_admin_users_overview_overview_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/admin/users/overview/_overview.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_admin_users_overview_overview",
      "target": "remix_app_routes_api_v1_admin_users_overview_overview_privateheaders"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms",
      "target": "remix_app_routes_api_v1_algorithms_algorithms_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/_algorithms.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_algorithms",
      "target": "remix_app_routes_api_v1_algorithms_algorithms_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_active_active",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_active_active",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_active_active",
      "target": "remix_app_routes_api_v1_algorithms_active_active_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/active/_active.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_active_active_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_delete_delete",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_delete_delete",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_delete_delete",
      "target": "remix_app_routes_api_v1_algorithms_delete_delete_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/delete/_delete.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_delete_delete_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/track/_track.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_track_track",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/track/_track.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_track_track",
      "target": "remix_app_routes_api_v1_algorithms_track_track_action"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_update_update",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_update_update",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_update_update",
      "target": "remix_app_routes_api_v1_algorithms_update_update_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/algorithms/update/_update.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_algorithms_update_update_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_routes_api_v1_app_data_app_data_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/_app-data.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_app_data",
      "target": "remix_app_routes_api_v1_app_data_app_data_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/delete/_delete.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_delete_delete",
      "target": "remix_app_routes_api_v1_app_data_delete_delete_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_routes_api_v1_app_data_shared_shared_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/shared/_shared.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_shared_shared",
      "target": "remix_app_routes_api_v1_app_data_shared_shared_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_routes_api_v1_app_data_usage_usage_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/app-data/usage/_usage.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_app_data_usage_usage",
      "target": "remix_app_routes_api_v1_app_data_usage_usage_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_routes_api_v1_apps_apps_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps",
      "target": "remix_app_routes_api_v1_apps_apps_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/_apps.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_apps_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data-summary/_data-summary.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_summary_data_summary",
      "target": "remix_app_routes_api_v1_apps_data_summary_data_summary_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all",
      "target": "remix_app_routes_api_v1_apps_data_delete_all_delete_all_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/data/delete-all/_delete-all.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_delete_all_delete_all_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_routes_api_v1_apps_data_shared_shared_csv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared",
      "target": "remix_app_routes_api_v1_apps_data_shared_shared_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/data/shared/_shared.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_data_shared_shared_loader",
      "target": "remix_app_routes_api_v1_apps_data_shared_shared_csv"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete",
      "target": "remix_app_routes_api_v1_apps_delete_delete_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/delete/_delete.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_delete_delete_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/public/_public.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_public_public",
      "target": "remix_app_routes_api_v1_apps_public_public_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_routes_api_v1_apps_storage_storage_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage",
      "target": "remix_app_routes_api_v1_apps_storage_storage_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/[...].ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes",
      "target": "remix_app_routes_api_v1_apps_storage_storage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/storage/_storage.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_storage_storage_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update",
      "target": "remix_app_routes_api_v1_apps_update_update_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/apps/update/_update.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_apps_update_update_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_routes_api_v1_attachments_attachmentsroutes_test_allowed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_routes_api_v1_attachments_attachmentsroutes_test_post"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_routes_api_v1_attachments_attachmentsroutes_test_user"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup_createattachmentcleanuploader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_routes_api_v1_attachments_content_content"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/attachmentsRoutes.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_attachmentsroutes_test",
      "target": "remix_app_routes_api_v1_attachments_content_content_createattachmentcontentloader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup_cleanupdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup_createattachmentcleanuploader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup_defaultdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup_exactsecretheader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/cleanup/_cleanup.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_cleanup_cleanup",
      "target": "remix_app_routes_api_v1_attachments_cleanup_cleanup_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_routes_api_v1_attachments_content_content_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_routes_api_v1_attachments_content_content_contentdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_routes_api_v1_attachments_content_content_createattachmentcontentloader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_routes_api_v1_attachments_content_content_defaultdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/content/_content.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_content_content",
      "target": "remix_app_routes_api_v1_attachments_content_content_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/delete/_delete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_delete_delete",
      "target": "remix_app_routes_api_v1_attachments_delete_delete_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/_uploads.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_uploads",
      "target": "remix_app_routes_api_v1_attachments_uploads_uploads_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/abort/_abort.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_abort_abort",
      "target": "remix_app_routes_api_v1_attachments_uploads_abort_abort_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/complete/_complete.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_complete_complete",
      "target": "remix_app_routes_api_v1_attachments_uploads_complete_complete_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/attachments/uploads/parts/_parts.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_attachments_uploads_parts_parts",
      "target": "remix_app_routes_api_v1_attachments_uploads_parts_parts_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/_accounts.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_accounts",
      "target": "remix_app_routes_api_v1_auth_accounts_accounts_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume",
      "target": "remix_app_routes_api_v1_auth_accounts_assume_assume_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/assume/_assume.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_assume_assume_action",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_routes_api_v1_auth_accounts_owned_owned_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_utils_profilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/owned/_owned.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_owned_owned",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove",
      "target": "remix_app_routes_api_v1_auth_accounts_remove_remove_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/remove/_remove.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_remove_remove_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch",
      "target": "remix_app_routes_api_v1_auth_accounts_switch_switch_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/accounts/switch/_switch.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_accounts_switch_switch_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/jwks/_jwks.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_jwks_jwks",
      "target": "remix_app_routes_api_v1_auth_jwks_jwks_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/logout/_logout.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_logout_logout",
      "target": "remix_app_routes_api_v1_auth_logout_logout_action"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/me/_me.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_me_me",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/me/_me.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_me_me",
      "target": "remix_app_routes_api_v1_auth_me_me_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm",
      "target": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_reset_errors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/password-reset/confirm/_confirm.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_password_reset_confirm_confirm_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification",
      "target": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/resend-verification/_resend-verification.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_resend_verification_resend_verification_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_routes_api_v1_auth_temporary_temporary_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_routes_api_v1_auth_temporary_temporary_firstforwardedvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary",
      "target": "remix_app_routes_api_v1_auth_temporary_temporary_issameoriginpost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary_issameoriginpost",
      "target": "remix_app_routes_api_v1_auth_temporary_temporary_firstforwardedvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/temporary/_temporary.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_temporary_temporary_action",
      "target": "remix_app_routes_api_v1_auth_temporary_temporary_issameoriginpost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "target": "remix_app_routes_api_v1_auth_two_factor_two_factor_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor",
      "target": "remix_app_routes_api_v1_auth_two_factor_two_factor_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/auth/two-factor/_two-factor.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_two_factor_two_factor_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/verify-email/_verify-email.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_verify_email_verify_email",
      "target": "remix_app_routes_api_v1_auth_verify_email_verify_email_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_routes_api_v1_chats_chats_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats",
      "target": "remix_app_routes_api_v1_chats_chats_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/_chats.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_chats_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/get/_get.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_get_get",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/get/_get.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_get_get",
      "target": "remix_app_routes_api_v1_chats_get_get_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave",
      "target": "remix_app_routes_api_v1_chats_leave_leave_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/leave/_leave.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_leave_leave_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members",
      "target": "remix_app_routes_api_v1_chats_members_members_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/members/_members.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_members_members_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_routes_api_v1_chats_messages_messages_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages",
      "target": "remix_app_routes_api_v1_chats_messages_messages_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/_messages.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_messages_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete",
      "target": "remix_app_routes_api_v1_chats_messages_delete_delete_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/delete/_delete.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_delete_delete_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit",
      "target": "remix_app_routes_api_v1_chats_messages_edit_edit_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/messages/edit/_edit.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_messages_edit_edit_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react",
      "target": "remix_app_routes_api_v1_chats_react_react_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/react/_react.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_react_react_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read",
      "target": "remix_app_routes_api_v1_chats_read_read_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/read/_read.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_read_read_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_routes_api_v1_chats_requests_requests_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests",
      "target": "remix_app_routes_api_v1_chats_requests_requests_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/requests/_requests.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_requests_requests_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_routes_api_v1_chats_settings_settings_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings",
      "target": "remix_app_routes_api_v1_chats_settings_settings_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/settings/_settings.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_settings_settings_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update",
      "target": "remix_app_routes_api_v1_chats_update_update_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/chats/update/_update.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_chats_update_update_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/updates/_updates.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_updates_updates",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/chats/updates/_updates.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_chats_updates_updates",
      "target": "remix_app_routes_api_v1_chats_updates_updates_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_routes_api_v1_communities_communities_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities",
      "target": "remix_app_routes_api_v1_communities_communities_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/_communities.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_communities_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/get/_get.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_get_get",
      "target": "remix_app_routes_api_v1_communities_get_get_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_routes_api_v1_communities_invites_invites_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites",
      "target": "remix_app_routes_api_v1_communities_invites_invites_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/invites/_invites.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_invites_invites_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join",
      "target": "remix_app_routes_api_v1_communities_join_join_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/join/_join.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_join_join_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members",
      "target": "remix_app_routes_api_v1_communities_members_members_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/members/_members.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_members_members_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections",
      "target": "remix_app_routes_api_v1_communities_sections_sections_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/sections/_sections.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_sections_sections_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update",
      "target": "remix_app_routes_api_v1_communities_update_update_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/communities/update/_update.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_communities_update_update_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_routes_api_v1_crypto_crypto_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/crypto/_crypto.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_crypto_crypto",
      "target": "remix_app_routes_api_v1_crypto_crypto_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/config/_config.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_config_config",
      "target": "remix_app_routes_api_v1_email_config_config_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp",
      "target": "remix_app_routes_api_v1_email_test_otp_test_otp_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/email/test-otp/_test-otp.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_email_test_otp_test_otp_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_routes_api_v1_emojis_emojis_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis",
      "target": "remix_app_routes_api_v1_emojis_emojis_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/_emojis.tsx",
      "source_location": "L52",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_emojis_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete",
      "target": "remix_app_routes_api_v1_emojis_delete_delete_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/emojis/delete/_delete.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_emojis_delete_delete_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend",
      "target": "remix_app_routes_api_v1_health_frontend_frontend_getfrontendstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend",
      "target": "remix_app_routes_api_v1_health_frontend_frontend_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/frontend/_frontend.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_frontend_frontend_loader",
      "target": "remix_app_routes_api_v1_health_frontend_frontend_getfrontendstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb_unavailablemongostatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/mongodb/_mongodb.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_mongodb_mongodb_loader",
      "target": "remix_app_routes_api_v1_health_mongodb_mongodb_unavailablemongostatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro",
      "target": "remix_app_routes_api_v1_health_nitro_nitro_getlocalnitrostatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro",
      "target": "remix_app_routes_api_v1_health_nitro_nitro_loader"
    },
    {
      "relation": "imports",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L111",
      "weight": 1.0,
      "context": "import",
      "confidence_score": 1.0,
      "source": "remix_package_dependencies_nitro",
      "target": "remix_app_routes_api_v1_health_nitro_nitro"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/plugins/mongo-warmup.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_plugins_mongo_warmup",
      "target": "remix_app_routes_api_v1_health_nitro_nitro"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/nitro/_nitro.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_nitro_nitro_loader",
      "target": "remix_app_routes_api_v1_health_nitro_nitro_getlocalnitrostatus"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_vercel_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_routes_api_v1_health_vercel_vercel_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel",
      "target": "remix_app_routes_api_v1_health_vercel_vercel_unavailablevercelstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel_loader",
      "target": "remix_app_routes_api_v1_health_vercel_vercel_unavailablevercelstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/health/vercel/_vercel.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_health_vercel_vercel_loader",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/ci/route/_route.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_ci_route_route",
      "target": "remix_app_routes_api_v1_integrations_ci_route_route_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/github/webhook/_webhook.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_github_webhook_webhook",
      "target": "remix_app_routes_api_v1_integrations_github_webhook_webhook_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/integrations/vercel/webhook/_webhook.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook",
      "target": "remix_app_routes_api_v1_integrations_vercel_webhook_webhook_action"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_api_utils_auth_loginuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_login_login",
      "target": "remix_app_routes_api_v1_login_login_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/login/_login.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_login_login_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_api_utils_lopu_musing_haslopuaiproviderconfigured"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_routes_api_v1_lopu_musing_musing_formatlocaltime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing",
      "target": "remix_app_routes_api_v1_lopu_musing_musing_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing_loader",
      "target": "remix_app_routes_api_v1_lopu_musing_musing_formatlocaltime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/lopu/musing/_musing.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_lopu_musing_musing_loader",
      "target": "remix_app_api_utils_lopu_musing_haslopuaiproviderconfigured"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_getdefaulthost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_toactiveendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_getdefaulthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_loader",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_getdefaulthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_toactiveendpoint",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_getdefaulthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_toactiveendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_loader",
      "target": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_toactiveendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoint/_endpoint.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoint_endpoint_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints",
      "target": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_topublicendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_topublicendpoint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/mongodb/endpoints/_endpoints.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_endpoints_endpoints_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_actionexport"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_earlyreturn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection",
      "target": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_index"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/get-connection/_get-connection.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_actionexport",
      "target": "remix_app_routes_api_v1_mongodb_get_connection_get_connection_earlyreturn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status-data/_status-data.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_data_status_data",
      "target": "remix_app_routes_api_v1_mongodb_status_data_status_data_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "remix_app_routes_api_v1_mongodb_status_status_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "remix_app_routes_api_v1_mongodb_status_status_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/mongodb/status/_status.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_status_status",
      "target": "remix_app_routes_api_v1_mongodb_status_status_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/_notifications.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_notifications",
      "target": "remix_app_routes_api_v1_notifications_notifications_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe",
      "target": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_page"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/unsubscribe/_unsubscribe.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_loader",
      "target": "remix_app_routes_api_v1_notifications_email_unsubscribe_unsubscribe_page"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_authorize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_hascronsecret"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary",
      "target": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_authorize",
      "target": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_hascronsecret"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_action",
      "target": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_authorize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_loader",
      "target": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_authorize"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/email/weekly-summary/_weekly-summary.tsx",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_email_weekly_summary_weekly_summary_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read",
      "target": "remix_app_routes_api_v1_notifications_read_read_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/read/_read.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_read_read_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_channelpatch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_fullprefs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_master_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_parsechannelpatch"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_schemas_registry_email_notification_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings",
      "target": "remix_app_schemas_registry_notification_types"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_fullprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_fullprefs",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_loader",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_fullprefs"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "target": "remix_app_routes_api_v1_notifications_settings_settings_parsechannelpatch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/notifications/settings/_settings.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_notifications_settings_settings_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize",
      "target": "remix_app_routes_api_v1_oauth_authorize_authorize_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/authorize/_authorize.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_authorize_authorize_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/_grants.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_grants",
      "target": "remix_app_routes_api_v1_oauth_grants_grants_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_revoke_revoke",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_revoke_revoke",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_revoke_revoke",
      "target": "remix_app_routes_api_v1_oauth_grants_revoke_revoke_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/oauth/grants/revoke/_revoke.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_oauth_grants_revoke_revoke_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/sandbox/_sandbox.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_sandbox_sandbox",
      "target": "remix_app_routes_api_v1_oauth_sandbox_sandbox_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/scopes/_scopes.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_scopes_scopes",
      "target": "remix_app_routes_api_v1_oauth_scopes_scopes_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_routes_api_v1_oauth_shared_shared_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/shared/_shared.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_shared_shared",
      "target": "remix_app_routes_api_v1_oauth_shared_shared_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_routes_api_v1_oauth_userinfo_userinfo_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/oauth/userinfo/_userinfo.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_oauth_userinfo_userinfo",
      "target": "remix_app_routes_api_v1_oauth_userinfo_userinfo_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_schemas",
      "target": "remix_app_routes_api_v1_schemas_schemas_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_schemas",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_schemas",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_schemas",
      "target": "remix_app_schemas_registry_getthingtimeschema"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_schemas",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/schemas/_schemas.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_schemas_schemas_loader",
      "target": "remix_app_schemas_registry_getthingtimeschema"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/schemas/browse/_browse.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_schemas_browse_browse",
      "target": "remix_app_routes_api_v1_schemas_browse_browse_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_createprconflictresolvermodelwaterfallhandlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_handlerdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_handlers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_no_store_headers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/settings/pr-conflict-auto-resolver-model-waterfall/_pr-conflict-auto-resolver-model-waterfall.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall",
      "target": "remix_app_routes_api_v1_settings_pr_conflict_auto_resolver_model_waterfall_pr_conflict_auto_resolver_model_waterfall_responsebody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/teapot/_teapot.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_teapot_teapot",
      "target": "remix_app_routes_api_v1_teapot_teapot_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/teapot/_teapot.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_teapot_teapot",
      "target": "remix_app_routes_api_v1_teapot_teapot_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/teapot/_teapot.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_teapot_teapot",
      "target": "remix_app_routes_api_v1_teapot_teapot_teapotpayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "remix_app_routes_api_v1_template_template_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "remix_app_routes_api_v1_template_template_earlyreturn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template",
      "target": "remix_app_routes_api_v1_template_template_index"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/template/_template.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_template_template_action",
      "target": "remix_app_routes_api_v1_template_template_earlyreturn"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes",
      "target": "remix_app_routes_api_v1_themes_themes_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/_themes.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_themes",
      "target": "remix_app_routes_api_v1_themes_themes_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/active/_active.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_active_active",
      "target": "remix_app_routes_api_v1_themes_active_active_action"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/delete/_delete.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_delete_delete",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/delete/_delete.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_delete_delete",
      "target": "remix_app_routes_api_v1_themes_delete_delete_action"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_shared_shared",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/themes/shared/_shared.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_themes_shared_shared",
      "target": "remix_app_routes_api_v1_themes_shared_shared_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_api_utils_things_things_createpost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_routes_api_v1_things_things_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_routes_api_v1_things_things_csv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_routes_api_v1_things_things_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_routes_api_v1_things_things_patscopefor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things",
      "target": "remix_app_routes_api_v1_things_things_ratelimitkeyfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_routes_api_v1_things_things_ratelimitkeyfor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_routes_api_v1_things_things_patscopefor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_things_loader",
      "target": "remix_app_routes_api_v1_things_things_csv"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/_things.tsx",
      "source_location": "L292",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_things_action",
      "target": "remix_app_api_utils_things_things_createpost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk",
      "target": "remix_app_routes_api_v1_things_bulk_bulk_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/bulk/_bulk.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_bulk_bulk_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/comment/_comment.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_comment_comment",
      "target": "remix_app_routes_api_v1_things_comment_comment_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/delete/_delete.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_delete_delete",
      "target": "remix_app_routes_api_v1_things_delete_delete_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed",
      "target": "remix_app_routes_api_v1_things_feed_feed_csv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed",
      "target": "remix_app_routes_api_v1_things_feed_feed_isodate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed",
      "target": "remix_app_routes_api_v1_things_feed_feed_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed_loader",
      "target": "remix_app_routes_api_v1_things_feed_feed_csv"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/feed/_feed.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_feed_feed_loader",
      "target": "remix_app_routes_api_v1_things_feed_feed_isodate"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_routes_api_v1_things_quota_quota_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_routes_api_v1_things_quota_quota_authenticate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_routes_api_v1_things_quota_quota_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota",
      "target": "remix_app_routes_api_v1_things_quota_quota_withquotaerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota_action",
      "target": "remix_app_routes_api_v1_things_quota_quota_withquotaerrors"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/quota/_quota.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_quota_quota_loader",
      "target": "remix_app_routes_api_v1_things_quota_quota_withquotaerrors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/react/_react.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_react_react",
      "target": "remix_app_routes_api_v1_things_react_react_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reactions-recent/_reactions-recent.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent",
      "target": "remix_app_routes_api_v1_things_reactions_recent_reactions_recent_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_body_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_createsensitiverevealaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_defaultdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_issameoriginrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_reveal_limit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/_reveal.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_sensitiverevealdependencies"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "target": "remix_app_routes_api_v1_things_reveal_reveal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_createsensitiverevealaction"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test_testaction",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_createsensitiverevealaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_action"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_test_admin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_test_post"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/reveal/reveal.test.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_reveal_reveal_test",
      "target": "remix_app_routes_api_v1_things_reveal_reveal_test_testaction"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save",
      "target": "remix_app_routes_api_v1_things_save_save_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/save/_save.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_save_save_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_routes_api_v1_things_search_search_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_routes_api_v1_things_search_search_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search",
      "target": "remix_app_routes_api_v1_things_search_search_respond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_action",
      "target": "remix_app_routes_api_v1_things_search_search_respond"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/search/_search.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_search_search_loader",
      "target": "remix_app_routes_api_v1_things_search_search_respond"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share",
      "target": "remix_app_routes_api_v1_things_share_share_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/share/_share.tsx",
      "source_location": "L32",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_share_share_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/update/_update.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_update_update",
      "target": "remix_app_routes_api_v1_things_update_update_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/user/_user.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_user_user",
      "target": "remix_app_routes_api_v1_things_user_user_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views",
      "target": "remix_app_routes_api_v1_things_views_views_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/things/views/_views.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_things_views_views_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tiers/_tiers.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tiers_tiers",
      "target": "remix_app_routes_api_v1_tiers_tiers_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke",
      "target": "remix_app_routes_api_v1_tokens_revoke_revoke_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/tokens/revoke/_revoke.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_tokens_revoke_revoke_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/tokens/self/_self.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_tokens_self_self",
      "target": "remix_app_routes_api_v1_tokens_self_self_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/connections/_connections.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_connections_connections",
      "target": "remix_app_routes_api_v1_users_connections_connections_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_routes_api_v1_users_follow_follow_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow",
      "target": "remix_app_routes_api_v1_users_follow_follow_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/follow/_follow.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_follow_follow_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend",
      "target": "remix_app_routes_api_v1_users_friend_friend_action"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/users/friend/_friend.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_users_friend_friend_action",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_routes_api_v1_users_profile_profile_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_routes_api_v1_users_profile_profile_createprofileaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_routes_api_v1_users_profile_profile_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/_profile.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profile",
      "target": "remix_app_routes_api_v1_users_profile_profile_profileactiondependencies"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/profileRoute.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profileroute_test",
      "target": "remix_app_routes_api_v1_users_profile_profile"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/profileRoute.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profileroute_test",
      "target": "remix_app_routes_api_v1_users_profile_profile_createprofileaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/profile/profileRoute.test.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_profile_profileroute_test",
      "target": "remix_app_routes_api_v1_users_profile_profileroute_test_request"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/relationships/_relationships.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_relationships_relationships",
      "target": "remix_app_routes_api_v1_users_relationships_relationships_loader"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search",
      "target": "remix_app_api_utils_auth_getcurrentuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/users/search/_search.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_users_search_search",
      "target": "remix_app_routes_api_v1_users_search_search_loader"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments",
      "target": "remix_app_api_utils_vercel_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments",
      "target": "remix_app_api_utils_vercel_status_normalisedeploymentbranchlimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments",
      "target": "remix_app_routes_api_v1_vercel_deployments_deployments_getbranchlimitfromrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments",
      "target": "remix_app_routes_api_v1_vercel_deployments_deployments_getdeployments"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments_getbranchlimitfromrequest",
      "target": "remix_app_api_utils_vercel_status_normalisedeploymentbranchlimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments_getdeployments",
      "target": "remix_app_routes_api_v1_vercel_deployments_deployments_getbranchlimitfromrequest"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments_getdeployments",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/deployments/_deployments.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_deployments_deployments_getdeployments",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_data_status_data",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_data_status_data",
      "target": "remix_app_api_utils_vercel_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_data_status_data",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_data_status_data",
      "target": "remix_app_routes_api_v1_vercel_status_data_status_data_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_data_status_data_loader",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/vercel/status-data/_status-data.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_data_status_data_loader",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status",
      "target": "remix_app_api_utils_vercel_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status",
      "target": "remix_app_routes_api_v1_vercel_status_status_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status",
      "target": "remix_app_routes_api_v1_vercel_status_status_loader"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status_loader",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L11",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status_loader",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status_action",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/api/v1/vercel/status/_status.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_vercel_status_status_action",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/waitlist/_waitlist.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_waitlist_waitlist",
      "target": "remix_app_routes_api_v1_waitlist_waitlist_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/apps-manage.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_apps_manage",
      "target": "remix_app_routes_apps_manage_appsmanageroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/apps.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_apps",
      "target": "remix_app_routes_apps_appsroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/authorize.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_authorize",
      "target": "remix_app_routes_authorize_authorize"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_index",
      "target": "remix_app_routes_branding_assets_all"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_index",
      "target": "remix_app_routes_branding_assets_all_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding/_index.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_index",
      "target": "remix_app_routes_branding_index_branding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding/assets/all.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_assets_all",
      "target": "remix_app_routes_branding_assets_all_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/branding_old.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_branding_old",
      "target": "remix_app_routes_branding_old_branding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_apiresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_copybutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_cryptopage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_cryptostandard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_encodinglabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_formatjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_generatedenvvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_generatedkeyvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_jsonoutput"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_keyencoding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_keyencodingoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_outputencoding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_outputencodingoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_outputtextarea"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_postcrypto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_standards"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_textencoding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_textencodingoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto",
      "target": "remix_app_routes_crypto_toolpanel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto_jsonoutput",
      "target": "remix_app_routes_crypto_formatjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto_cryptopage",
      "target": "remix_app_routes_crypto_encodinglabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto_cryptopage",
      "target": "remix_app_routes_crypto_generatedkeyvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/crypto.tsx",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_crypto_cryptopage",
      "target": "remix_app_routes_crypto_generatedenvvalue"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design",
      "target": "remix_app_routes_docs_designworkspace"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designentries_designentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designentries_designkindcolors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designentries_getdesignentrybyslug"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designentries_getdesignentrypreviewsrc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designworkspace_designworkspace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designworkspace_designworkspaceprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designworkspace_framewidthkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_designworkspace_framewidthpresets"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_docslayout"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_docslayout_docsoutletcontext"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_previewpane"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designworkspace",
      "target": "remix_app_routes_docs_previewpane_previewframe"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design",
      "target": "remix_app_routes_docs_designworkspace_designworkspace"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "source": "remix_app_routes_docs_designworkspace_designworkspace",
      "target": "remix_app_routes_docs_designentries_getdesignentrybyslug"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_routes_docs_designworkspace_designworkspace",
      "target": "remix_app_routes_docs_designentries_getdesignentrypreviewsrc"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/DesignWorkspace.tsx",
      "source_location": "L64",
      "weight": 1.0,
      "source": "remix_app_routes_docs_designworkspace_designworkspace",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_concepts_entries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_concepts_entries_conceptentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_concepts_entries_conceptstatuscolors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_concepts_entries_getconceptentrybyslug"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_design_system_entries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_design_system_entries_designsystementries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_design_system_entries_designsystemstatuscolors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_design_system_entries_getdesignsystementrybyslug"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_designentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_designentries_designentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_designentries_designkindcolors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_designentries_getdesignentrybyslug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_apidocpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_apigrouppath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_clampdrawerwidth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L491",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_docsdrawercontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_docsdrawercontentprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L686",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_docslayout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_docsnav"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_docsoutletcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerapiendpointlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerapiendpointlistprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerconceptlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerconceptlistprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerdesignentrylist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerdesignentrylistprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L324",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerdesignsystemlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_drawerdesignsystemlistprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_groupedapidocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_grouplabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_isactivepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_isapipath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_isconceptspath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_isdesignpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docslayout_isdesignsystempath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docssearch"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout",
      "target": "remix_app_routes_docs_docssearch_docssearch"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L679",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout_docsdrawercontent",
      "target": "remix_app_routes_docs_docslayout_isdesignpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L688",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout_docslayout",
      "target": "remix_app_routes_docs_docslayout_isdesignpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L680",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout_docsdrawercontent",
      "target": "remix_app_routes_docs_docslayout_isdesignsystempath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L492",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout_docsdrawercontent",
      "target": "remix_app_routes_docs_docslayout_isapipath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout_docsdrawercontent",
      "target": "remix_app_routes_docs_docslayout_isconceptspath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docslayout_apidocpath",
      "target": "remix_app_routes_docs_docslayout_apigrouppath"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L492",
      "weight": 1.0,
      "source": "remix_app_routes_docs_docslayout_docsdrawercontent",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/DocsLayout.tsx",
      "source_location": "L689",
      "weight": 1.0,
      "source": "remix_app_routes_docs_docslayout_docslayout",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearch_docssearch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearch_docssearchprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearch_escaperegexp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearch_highlightterms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearch_withsearchqueryparam"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearchindex"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearchindex_docssearchareacolors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearchindex_searchdocsindex"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearch",
      "target": "remix_app_routes_docs_docssearchindex_tokenizedocsquery"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_docssearch_highlightterms",
      "target": "remix_app_routes_docs_docssearch_escaperegexp"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/DocsSearch.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "source": "remix_app_routes_docs_docssearch_docssearch",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_copydoclinkbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_dochashpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_docpagepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L453",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_docsapi"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_docspathlink"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_docspathlinks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_endpointdocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_endpointmatches"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_formatjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_groupapidocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_grouplabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_grouppagepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_languageforplatform"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_method_colors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_methodcolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_platformexamples"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_api_platformlabel"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_docscode"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_docscode_codeblock"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_docscode_codelanguage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_docscode_copycodebutton"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api",
      "target": "remix_app_routes_docs_docscode_copytoclipboard"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L490",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api_docsapi",
      "target": "remix_app_routes_docs_api_grouplabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api_endpointdocs",
      "target": "remix_app_routes_docs_api_grouplabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api_docpagepath",
      "target": "remix_app_routes_docs_api_grouppagepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L485",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api_docsapi",
      "target": "remix_app_routes_docs_api_grouppagepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L483",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api_docsapi",
      "target": "remix_app_routes_docs_api_docpagepath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L236",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api_platformexamples",
      "target": "remix_app_routes_docs_api_languageforplatform"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_api_copydoclinkbutton",
      "target": "remix_app_routes_docs_docscode_copytoclipboard"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L125",
      "weight": 1.0,
      "source": "remix_app_routes_docs_api_copydoclinkbutton",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L189",
      "weight": 1.0,
      "source": "remix_app_routes_docs_api_platformexamples",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L254",
      "weight": 1.0,
      "source": "remix_app_routes_docs_api_endpointdocs",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/api.tsx",
      "source_location": "L456",
      "weight": 1.0,
      "source": "remix_app_routes_docs_api_docsapi",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_block_type_meta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_blockpickerstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_columnsstories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_columnsstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_conceptstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_conceptstoryargs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_deviceframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_documentstories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_documentstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L548",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_elementstarter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_focusstories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_focusstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_formstories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_formstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L188",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_galaxystories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_galaxystory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_gallery_category_order"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L550",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_jsontopagestory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_kindgallerystories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_kindgallerystory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L507",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_longtextstories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L326",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_longtextstringstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L664",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_pipelinestories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L251",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_polymorphismstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_registrystory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_rich_text_seed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_richtextthingstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_styled_seed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L486",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_styledtextstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_togglepill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories",
      "target": "remix_app_routes_docs_concepts_conceptstories_useworld"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_conceptstories"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_conceptstory"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L62",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_deviceframe",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_conceptstories_deviceframe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_columnsstory",
      "target": "remix_app_routes_docs_concepts_conceptstories_useworld"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_documentstory",
      "target": "remix_app_routes_docs_concepts_conceptstories_useworld"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_focusstory",
      "target": "remix_app_routes_docs_concepts_conceptstories_useworld"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_formstory",
      "target": "remix_app_routes_docs_concepts_conceptstories_useworld"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_galaxystory",
      "target": "remix_app_routes_docs_concepts_conceptstories_useworld"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_useworld",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_columnsstories"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_focusstories"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_documentstories"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_formstories"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_galaxystories"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L204",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_kindgallerystory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_kindgallerystories"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L327",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_longtextstringstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L372",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_richtextthingstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L425",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_blockpickerstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L487",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_styledtextstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_longtextstories"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/ConceptStories.tsx",
      "source_location": "L551",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_conceptstories_jsontopagestory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_conceptstories_pipelinestories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_entries_conceptentries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_entries_conceptentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_entries_conceptentrystatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_entries_conceptstatuscolors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/entries.tsx",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_entries",
      "target": "remix_app_routes_docs_concepts_entries_getconceptentrybyslug"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_entries"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_concepts_entries"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_concepts_entries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_entries_conceptentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_entries_conceptstatuscolors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_entries_conceptentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_concepts_entries_conceptentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_concepts_entries_conceptentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_entries_getconceptentrybyslug"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L94",
      "weight": 1.0,
      "source": "remix_app_routes_docs_concepts_index_docsconcepts",
      "target": "remix_app_routes_docs_concepts_entries_getconceptentrybyslug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_index_conceptstoriessection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_index_docsconcepts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_index_monolabelprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_index_notelist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/concepts/index.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_concepts_index",
      "target": "remix_app_routes_docs_concepts_index_sectioncard"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_designsystemstory"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L428",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_dragresizestory"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L406",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_drilldownstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_fakethingrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_formataction"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L375",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_hovertriggerstory"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L399",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_modalstory"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L421",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_permissionsstory"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L436",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_readonlystory"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L383",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_rightclickstory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_staticmenu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_storyactionlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L369",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_thingcontextmenustories"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L414",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_typessubmenustory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_zone_colors"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L391",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_zonesstory"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_hovertriggerstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L81",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_rightclickstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_zonesstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L235",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_modalstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L268",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_staticmenu",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L302",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_drilldownstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L313",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_typessubmenustory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L324",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_permissionsstory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L340",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_dragresizestory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/ThingContextMenuStories.tsx",
      "source_location": "L351",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_thingcontextmenustories_readonlystory",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_designsystemstory"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_thingcontextmenustories_thingcontextmenustories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_designsystementries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_designsystementry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_designsystemstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_designsystemstatuscolors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_getdesignsystementrybyslug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_keyboardrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_proprow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_proptable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/entries.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_entries",
      "target": "remix_app_routes_docs_design_system_entries_tokenrow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_entries"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_design_system_entries"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_design_system_entries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_entries_proptable"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_entries_tokenrow"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_entries_designsystementry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_entries_designsystemstatuscolors"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_entries_designsystementries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_design_system_entries_designsystementries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_design_system_entries_designsystementries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_entries_getdesignsystementrybyslug"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L345",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_index_docsdesignsystem",
      "target": "remix_app_routes_docs_design_system_entries_getdesignsystementrybyslug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_accessibilitytab"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_docsdesignsystem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_guidelinestab"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_monolabelprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_proptablecard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_sectioncard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_storiestab"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_tab_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_tabkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_tablabels"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_tokenpreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design_system_index",
      "target": "remix_app_routes_docs_design_system_index_tokenstab"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/design-system/index.tsx",
      "source_location": "L348",
      "weight": 1.0,
      "source": "remix_app_routes_docs_design_system_index_docsdesignsystem",
      "target": "remix_app_routes_docs_design_system_index_tab_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/design.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_design",
      "target": "remix_app_routes_docs_design_docsdesign"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designentries",
      "target": "remix_app_routes_docs_designentries_designentries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designentries",
      "target": "remix_app_routes_docs_designentries_designentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designentries",
      "target": "remix_app_routes_docs_designentries_designentrykind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designentries",
      "target": "remix_app_routes_docs_designentries_designkindcolors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designentries",
      "target": "remix_app_routes_docs_designentries_getdesignentrybyslug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/designEntries.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_designentries",
      "target": "remix_app_routes_docs_designentries_getdesignentrypreviewsrc"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_designentries"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_designentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_designentries_designentries"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_designentries_designentries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_buildtokenpattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_codeblock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_codelanguage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_codewindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_copycodebutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_copytoclipboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_highlightline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_html_token_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_keyword_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_linelanguages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_token_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_tokencolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_tokenpatternfor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_tokenpatternsource"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode",
      "target": "remix_app_routes_docs_docscode_windowtrafficlights"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_docscode"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "source": "remix_app_routes_docs_docscode_tokencolor",
      "target": "remix_app_routes_docs_docscode_keyword_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode_highlightline",
      "target": "remix_app_routes_docs_docscode_tokencolor"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode_buildtokenpattern",
      "target": "remix_app_routes_docs_docscode_tokenpatternsource"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docscode_highlightline",
      "target": "remix_app_routes_docs_docscode_tokenpatternfor"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L152",
      "weight": 1.0,
      "source": "remix_app_routes_docs_docscode_copycodebutton",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/docsCode.tsx",
      "source_location": "L196",
      "weight": 1.0,
      "source": "remix_app_routes_docs_docscode_codeblock",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_docscode_windowtrafficlights"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_docscode_codewindow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_apidoccontent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_builddocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_buildsnippet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L321",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_countoccurrences"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_docssearcharea"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_docssearchareacolors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_docssearchdoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_docssearchresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_docssearchsnippet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_escaperegexp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_excerptaround"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_indexeddoc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L299",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_indexeddocs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_jointext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_overviewsections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L333",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_scoretitlelike"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_searchdocsindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L314",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_tokenizedocsquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_docssearchindex_wordstartpattern"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_embedsections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_routes_docs_embedsections_embedguidesections"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_apidoccontent",
      "target": "remix_app_routes_docs_docssearchindex_jointext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_builddocs",
      "target": "remix_app_routes_docs_docssearchindex_jointext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_builddocs",
      "target": "remix_app_routes_docs_docssearchindex_apidoccontent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L376",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_searchdocsindex",
      "target": "remix_app_routes_docs_docssearchindex_tokenizedocsquery"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_wordstartpattern",
      "target": "remix_app_routes_docs_docssearchindex_escaperegexp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L390",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_searchdocsindex",
      "target": "remix_app_routes_docs_docssearchindex_wordstartpattern"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L407",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_searchdocsindex",
      "target": "remix_app_routes_docs_docssearchindex_countoccurrences"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_searchdocsindex",
      "target": "remix_app_routes_docs_docssearchindex_scoretitlelike"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L368",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_buildsnippet",
      "target": "remix_app_routes_docs_docssearchindex_excerptaround"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/docsSearchIndex.ts",
      "source_location": "L429",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_docssearchindex_searchdocsindex",
      "target": "remix_app_routes_docs_docssearchindex_buildsnippet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_button_sizes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_button_themes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L362",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_docsembed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_getsdk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_guideheading"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_loginbuttonpreview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_sandboxsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_scope_rows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_sdkstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_thingtimesdk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embed_usethingtimesdk"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embedsections"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_embedsections_embedguidesection"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_usedocsanchorscroll"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed",
      "target": "remix_app_routes_docs_usedocsanchorscroll_usedocsanchorscroll"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embed_loginbuttonpreview",
      "target": "remix_app_routes_docs_embed_usethingtimesdk"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L160",
      "weight": 1.0,
      "source": "remix_app_routes_docs_embed_usethingtimesdk",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L212",
      "weight": 1.0,
      "source": "remix_app_routes_docs_embed_loginbuttonpreview",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/embed.tsx",
      "source_location": "L364",
      "weight": 1.0,
      "source": "remix_app_routes_docs_embed_docsembed",
      "target": "remix_app_routes_docs_usedocsanchorscroll_usedocsanchorscroll"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embedSections.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embedsections",
      "target": "remix_app_routes_docs_embedsections_embedguidesection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/embedSections.ts",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_embedsections",
      "target": "remix_app_routes_docs_embedsections_embedguidesections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_index_docsindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_routes_docs_index_referencelinks"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/index.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_index",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/schemas.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_schemas",
      "target": "remix_app_routes_docs_schemas_docsschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/useDocsAnchorScroll.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_usedocsanchorscroll",
      "target": "remix_app_routes_docs_usedocsanchorscroll_usedocsanchorscroll"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/docs/useDocsAnchorScroll.ts",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_app_routes_docs_usedocsanchorscroll_usedocsanchorscroll",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/feed.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_feed",
      "target": "remix_app_routes_feed_feed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/login.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_login",
      "target": "remix_app_routes_login_login"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/messages.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_messages",
      "target": "remix_app_routes_messages_messages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "remix_app_routes_migrations_migrationsroute"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/migrations.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_migrations",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_mongodb_status",
      "target": "remix_app_routes_mongodb_status_mongostatuspage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/mongodb-status.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_mongodb_status",
      "target": "remix_app_routes_mongodb_status_row"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/ode.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_ode",
      "target": "remix_app_routes_ode_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_routes_post_postpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_routes_post_thingresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_post",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/post.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "source": "remix_app_routes_post_postpage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/profile.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_profile",
      "target": "remix_app_routes_profile_profile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_rainbow",
      "target": "remix_app_routes_rainbow_index"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/rainbow.$.tsx",
      "source_location": "L12",
      "weight": 1.0,
      "source": "remix_app_routes_rainbow_index",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/raw.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_raw",
      "target": "remix_app_routes_raw_rawpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/register.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_register",
      "target": "remix_app_routes_register_register"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/schemas.tsx",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_schemas",
      "target": "remix_app_routes_schemas_schemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/search.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_search",
      "target": "remix_app_routes_search_search"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/settings.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_settings",
      "target": "remix_app_routes_settings_settingsroute"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_status",
      "target": "remix_app_api_utils_vercel_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_status",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_status",
      "target": "remix_app_routes_status_statuspage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_status",
      "target": "remix_app_routes_status_value"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/status.tsx",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_status_statuspage",
      "target": "remix_app_routes_status_value"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_createapitestcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_createpayloadparseresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_createpayloadtexts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_emailtestconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_grouplabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_resultmap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_runoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_statuscolor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_testmatches"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_routes_tests_testspage"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitestrunner"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitestrunner_apitestcontext"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitestrunner_apitestdefinition"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitestrunner_apitestresult"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitestrunner_formatrequestpayload"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitestrunner_resolveapitestbody"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitestrunner_runapitest"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitests"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitests_apitestgroups"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests",
      "target": "remix_app_tests_api_apitests_apitests"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests_createpayloadtexts",
      "target": "remix_app_routes_tests_createapitestcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests_createpayloadtexts",
      "target": "remix_app_tests_api_apitestrunner_formatrequestpayload"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_tests_createpayloadtexts",
      "target": "remix_app_tests_api_apitestrunner_resolveapitestbody"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/tests.tsx",
      "source_location": "L83",
      "weight": 1.0,
      "source": "remix_app_routes_tests_testspage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/themes.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_themes",
      "target": "remix_app_routes_themes_themes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_routes_thing_diagnosticfromresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_routes_thing_migrationdiagnostic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_routes_thing_readabledate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_routes_thing_thingfromresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_routes_thing_thingloadstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_routes_thing_thingpage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_routes_thing_thingviewdata"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_theme_card"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_thing_thingpage",
      "target": "remix_app_routes_thing_readabledate"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/thing.tsx",
      "source_location": "L107",
      "weight": 1.0,
      "source": "remix_app_routes_thing_thingpage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/things.tsx",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_things",
      "target": "remix_app_routes_things_things"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_api_utils_vercel_status"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentsoverview"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentsummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_branch_limit_options"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_builddefaultselectedstates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_buildstatusoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_datelabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_deploymentrow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_deploymentsort"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_deploymentstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_matchessearch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_shortcommit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_sort_options"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_sortdeployments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_staterank"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_status_options"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_statusdot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_statuslabel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_statusscheme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_timestampms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel",
      "target": "remix_app_routes_vercel_vercelpage"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L99",
      "weight": 1.0,
      "source": "remix_app_routes_vercel_statuslabel",
      "target": "remix_app_routes_vercel_status_options"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L343",
      "weight": 1.0,
      "source": "remix_app_routes_vercel_vercelpage",
      "target": "remix_app_routes_vercel_sort_options"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel_deploymentrow",
      "target": "remix_app_routes_vercel_statusscheme"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel_deploymentrow",
      "target": "remix_app_routes_vercel_statusdot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel_deploymentrow",
      "target": "remix_app_routes_vercel_shortcommit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L274",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel_deploymentrow",
      "target": "remix_app_routes_vercel_datelabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_vercel_builddefaultselectedstates",
      "target": "remix_app_routes_vercel_buildstatusoptions"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/vercel.tsx",
      "source_location": "L302",
      "weight": 1.0,
      "source": "remix_app_routes_vercel_vercelpage",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_routes_verify_email_copy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_routes_verify_email_inputsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_routes_verify_email_verifyemail"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/verify-email.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_verify_email",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_routes_welcome_welcome"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_theme_rainbow"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_welcome",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/routes/welcome.tsx",
      "source_location": "L46",
      "weight": 1.0,
      "source": "remix_app_routes_welcome_welcome",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_builtinschemaprojection_test_crystalschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_builtinschemaprojection_test_expected_projected_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_builtinschemaprojection_test_fieldnames"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_registry_isprotectedthingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_registry_projectbuiltinschemacrystal"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_registry_protected_thingtime"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/builtinSchemaProjection.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_builtinschemaprojection_test",
      "target": "remix_app_schemas_registry_validatethingtimecrystal"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_everything_is_a_thing",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_versioned_collections",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_accountlinkschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_aclallows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_aclentrymatches"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_aclfromvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_aclspecificity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_aclviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_appdataschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_appschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_appstorageledgerschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L654",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_attachmentschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1588",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_authotpschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3063",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_boundedstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1923",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_chatmemberschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1956",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_chatmessageschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_chatschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1869",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_chatsectionschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_checkextendedkeys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_checkschemarendertree"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2954",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_checkschemavalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_ci_control_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1267",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_cicontrolschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_cientityschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_collection_schema_versions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L702",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_commentschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1847",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_communityinviteschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1828",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_communitymemberschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_communityschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_crystalsanitizers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_crystalschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1995",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_customemojischema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L794",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_dataschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_datawalkitem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1422",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_email_default_off_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1417",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_email_notification_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1416",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_email_only_notification_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1613",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_emailmessageschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1418",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_emailnotificationtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_emailverificationschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2253",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_feedalgorithmthingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1495",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_folderschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_followschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_followthingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_friendthingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_getthingtimeschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_isfail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_ishttpurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2078",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_isprotectedthingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_legacy_visibility_acls"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_marketplace_categories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2084",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_messenger_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1194",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_migrationdiagnosticschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_normalizednotificationprefs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1440",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_normalizenotificationprefs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1400",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_notification_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1424",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_notificationchannelmasters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_notificationthingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_notificationtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1565",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_passwordresetschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L240",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_post_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L591",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_postschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_projectbuiltinfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_projectbuiltinschemacrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_protected_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_prototype_pollution_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1675",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_ratelimitschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L239",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_reaction_emojis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L721",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_reactionschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_rootthingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeacl"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3139",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeattachmentcrystal"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3142",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizecommentcrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2685",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizecountconstraint"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3147",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizedatacrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizedatavalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeextended"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3150",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizefeedalgorithmcrystal"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3141",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizefoldercrystal"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3140",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizepostcrystal"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3143",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizereactioncrystal"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3146",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeschemacrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2697",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeschemafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2811",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeschemafieldlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2874",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeschemarender"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3149",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizethemecrystal"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3148",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sanitizeusercrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L961",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_savethingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_schema_field_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2625",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_schema_reserved_top_level_field_names"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L862",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_schemafieldtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_schemaitemspec"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_schemathingfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L883",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_schemathingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2943",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_schemavalueissue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_search_datatypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_searchable_root_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_servicequotaschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1517",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_sessionschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_shareschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L979",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_subscriptionschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1055",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_subscriptiontierschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_themethingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thing_visibilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2273",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thingtimecrystalvalidationoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thingtimefieldtype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thingtimeschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thingtimeschemafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thingtimeschemakind"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thingtimeschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_thingvisibility"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2096",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_userthingschema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_validatedcrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_validatethingtimecrystal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3043",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_validatevalueagainstfields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_valueatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_visibilityfromacl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_schemas_registry_waitlistthingschema"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_utils_reactiontokens"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry",
      "target": "remix_app_utils_reactiontokens_sanitizereactiontoken"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_schemas_registry"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_aclallows",
      "target": "remix_app_schemas_registry_aclspecificity"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_aclallows",
      "target": "remix_app_schemas_registry_aclentrymatches"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2334",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizepostcrystal",
      "target": "remix_app_schemas_registry_marketplace_categories"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2728",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafield",
      "target": "remix_app_schemas_registry_schema_field_types"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_registry_schemaitemspec"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_registry_schemathingfield"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_schemas_registry_schemathingfield"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L1449",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_normalizenotificationprefs",
      "target": "remix_app_schemas_registry_email_default_off_types"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_validatethingtimecrystal",
      "target": "remix_app_schemas_registry_getthingtimeschema"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2551",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_checkextendedkeys",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2850",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_checkschemarendertree",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2269",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeattachmentcrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2374",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizecommentcrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2688",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizecountconstraint",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2448",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizedatavalue",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2587",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeextended",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3092",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizefeedalgorithmcrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3113",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizefoldercrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2286",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizepostcrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2381",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizereactioncrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2908",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemacrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2705",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafield",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2822",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafieldlist",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2876",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemarender",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3083",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizethemecrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3067",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeusercrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3175",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_validatethingtimecrystal",
      "target": "remix_app_schemas_registry_fail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2914",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemacrystal",
      "target": "remix_app_schemas_registry_isfail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafield",
      "target": "remix_app_schemas_registry_isfail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2827",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafieldlist",
      "target": "remix_app_schemas_registry_isfail"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizepostcrystal",
      "target": "remix_app_schemas_registry_ishttpurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizepostcrystal",
      "target": "remix_app_schemas_registry_sanitizedatavalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizereactioncrystal",
      "target": "remix_app_utils_reactiontokens_sanitizereactiontoken"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2450",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizedatavalue",
      "target": "remix_app_schemas_registry_prototype_pollution_keys"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2523",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizedatacrystal",
      "target": "remix_app_schemas_registry_sanitizedatavalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2604",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeextended",
      "target": "remix_app_schemas_registry_checkextendedkeys"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2653",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_projectbuiltinfield",
      "target": "remix_app_schemas_registry_schema_reserved_top_level_field_names"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2722",
      "weight": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafield",
      "target": "remix_app_schemas_registry_schema_reserved_top_level_field_names"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2775",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafield",
      "target": "remix_app_schemas_registry_sanitizecountconstraint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2793",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemafield",
      "target": "remix_app_schemas_registry_sanitizeschemafieldlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2913",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemacrystal",
      "target": "remix_app_schemas_registry_sanitizeschemafieldlist"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2901",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemarender",
      "target": "remix_app_schemas_registry_checkschemarendertree"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L2927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeschemacrystal",
      "target": "remix_app_schemas_registry_sanitizeschemarender"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_checkschemavalue",
      "target": "remix_app_schemas_registry_valueatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_validatevalueagainstfields",
      "target": "remix_app_schemas_registry_valueatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3050",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_validatevalueagainstfields",
      "target": "remix_app_schemas_registry_checkschemavalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3091",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizefeedalgorithmcrystal",
      "target": "remix_app_schemas_registry_boundedstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3082",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizethemecrystal",
      "target": "remix_app_schemas_registry_boundedstring"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/registry.ts",
      "source_location": "L3066",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_registry_sanitizeusercrystal",
      "target": "remix_app_schemas_registry_boundedstring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_countschemafieldnodes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_describeschemafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_flatschemafield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_flattenschemafields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_flattenschemafieldsfordisplay"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_generatesamplefromfields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_sampleforfield"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_samplescalar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_searchable_leaf_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_setatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools",
      "target": "remix_app_schemas_tools_walkschemafields"
    },
    {
      "relation": "references",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L60",
      "weight": 1.0,
      "source": "remix_app_schemas_tools_walkschemafields",
      "target": "remix_app_schemas_tools_searchable_leaf_types"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools_flattenschemafields",
      "target": "remix_app_schemas_tools_walkschemafields"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools_flattenschemafieldsfordisplay",
      "target": "remix_app_schemas_tools_walkschemafields"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools_sampleforfield",
      "target": "remix_app_schemas_tools_samplescalar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools_generatesamplefromfields",
      "target": "remix_app_schemas_tools_sampleforfield"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L179",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools_sampleforfield",
      "target": "remix_app_schemas_tools_setatpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/schemas/tools.ts",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_schemas_tools_generatesamplefromfields",
      "target": "remix_app_schemas_tools_setatpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_avatar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L421",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_getalgorithms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L405",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_getcomments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_getfeedusers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_getposts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_getprofiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L384",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_getreactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_img"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_seedalgorithm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_seedcomment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_seedpost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_seedprofile"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_feed_seedreaction"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_users"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed",
      "target": "remix_app_scripts_mongodb_data_users_seeduser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed_getposts",
      "target": "remix_app_scripts_mongodb_data_feed_img"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed_getprofiles",
      "target": "remix_app_scripts_mongodb_data_feed_img"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/feed.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_feed_getprofiles",
      "target": "remix_app_scripts_mongodb_data_feed_avatar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_scripts_mongodb_data_schemas_getsampleschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_scripts_mongodb_data_schemas_seedschema"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_scripts_mongodb_data_schemascore"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_scripts_mongodb_data_schemascore_getcoreschemas"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_scripts_mongodb_data_schemasshowcase"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas",
      "target": "remix_app_scripts_mongodb_data_schemasshowcase_getshowcaseschemas"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemasCore.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemascore",
      "target": "remix_app_scripts_mongodb_data_schemas_seedschema"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemasShowcase.ts",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemasshowcase",
      "target": "remix_app_scripts_mongodb_data_schemas_seedschema"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L37",
      "weight": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas_getsampleschemas",
      "target": "remix_app_scripts_mongodb_data_schemascore_getcoreschemas"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/scripts/mongodb/data/schemas.ts",
      "source_location": "L38",
      "weight": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemas_getsampleschemas",
      "target": "remix_app_scripts_mongodb_data_schemasshowcase_getshowcaseschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemasCore.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemascore",
      "target": "remix_app_scripts_mongodb_data_schemascore_getcoreschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/schemasShowcase.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_schemasshowcase",
      "target": "remix_app_scripts_mongodb_data_schemasshowcase_getshowcaseschemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/users.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_users",
      "target": "remix_app_scripts_mongodb_data_users_getusers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/scripts/mongodb/data/users.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_scripts_mongodb_data_users",
      "target": "remix_app_scripts_mongodb_data_users_seeduser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_sessions",
      "target": "remix_app_sessions_commitsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_sessions",
      "target": "remix_app_sessions_destroysession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_sessions",
      "target": "remix_app_sessions_getsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_sessions",
      "target": "remix_app_sessions_sessiondata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/sessions.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_sessions",
      "target": "remix_app_sessions_sessionflashdata"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2555",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_absolutetype"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2493",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_addbindingstocontext"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2526",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_addopt"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2521",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_anyoptsin"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2522",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_anythingsin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_babel"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2502",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_babelplugin"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2510",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_basic"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2498",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_bodyinsert"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2506",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_clone"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2489",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_context"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2490",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_contextobject"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2508",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_create"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2491",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_createcontext"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2492",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_createinlinecontext"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2472",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_createobjectproperties"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2485",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_createscopedeval"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2512",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_deepforeach"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2486",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_definevariable"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2551",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_deletesmart"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2562",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_domval"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2505",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_dupe"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2543",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_ee"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2541",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_epp"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2565",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_equal"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2542",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_escapeescapes"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2540",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_escapepropertypath"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2560",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_flatten"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2514",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_foreacharray"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2513",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_foreachobject"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2497",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_functionwrapper"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2466",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getbabel"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2500",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getnodeuuid"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2563",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getparent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getparentpath"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2501",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getpathuuid"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2539",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getsmart"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2557",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getsmartval"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2564",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_getthing"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2553",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_gosmart"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2554",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_gosmarter"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2499",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_initblock"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2488",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_jsuuid"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2481",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_load"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_local"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2561",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_mapsmart"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2509",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_merge"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2566",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_mergeall"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2511",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_mod"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_objlist"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2517",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2523",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_optindex"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2519",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_optsin"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2482",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_parse"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2546",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_parsepropertyarray"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2544",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_parsepropertypath"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2483",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_parser"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2548",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pathtoarray"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2549",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pathtostring"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2468",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pause"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2480",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_play"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2530",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_popopt"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2532",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_popopts"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2531",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_popthing"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2533",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_popthings"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2547",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_ppa"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2545",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_ppp"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2478",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_primitives"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2525",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pushopt"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2528",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pushopts"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2552",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pushsmart"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2527",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pushthing"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2529",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_pushthings"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2475",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_replacer"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2484",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_revive"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2559",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_safeparse"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2558",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_safestring"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2469",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_save"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2507",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_schema"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2487",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_scopedeval"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2496",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_scopevar"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2494",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_scopevarcode"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2495",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_scopevarinlinecode"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2473",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_serialize"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2476",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_setknown"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2550",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_setsmart"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2515",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_setthing"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2516",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_setthings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2463",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_smarts"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2477",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_stringifier"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2474",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_stringlist"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2504",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_stripuuids"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2465",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_t"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2518",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_thingin"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2524",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_thingindex"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2520",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_thingsin"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2534",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_toggleopt"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2536",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_toggleopts"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2535",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_togglething"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2537",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_togglethings"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2470",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_tojavascript"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2471",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_tojavascriptaux"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2503",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_transform"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2556",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index",
      "target": "remix_app_smarts_index_vgosmart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_tojavascript",
      "target": "remix_app_smarts_index_getbabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_transform",
      "target": "remix_app_smarts_index_getbabel"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pause",
      "target": "remix_app_smarts_index_stringify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_save",
      "target": "remix_app_smarts_index_stringify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_tojavascript",
      "target": "remix_app_smarts_index_tojavascriptaux"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_tojavascriptaux",
      "target": "remix_app_smarts_index_createobjectproperties"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_serialize",
      "target": "remix_app_smarts_index_stringify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_dupe",
      "target": "remix_app_smarts_index_stringify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_safestring",
      "target": "remix_app_smarts_index_stringify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L863",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_scopevarcode",
      "target": "remix_app_smarts_index_stringify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_stringify",
      "target": "remix_app_smarts_index_setknown"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index_stringify",
      "target": "remix_app_smarts_index_stringifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L271",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_replacer",
      "target": "remix_app_smarts_index_setknown"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L260",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_replacer",
      "target": "remix_app_smarts_index_stringifier"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L297",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_stringifier",
      "target": "remix_app_smarts_index_setknown"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L368",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index_parse",
      "target": "remix_app_smarts_index_primitives"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L441",
      "weight": 1.0,
      "source": "remix_app_smarts_index_parser",
      "target": "remix_app_smarts_index_primitives"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_play",
      "target": "remix_app_smarts_index_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_load",
      "target": "remix_app_smarts_index_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_dupe",
      "target": "remix_app_smarts_index_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L351",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_parse",
      "target": "remix_app_smarts_index_parser"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_parse",
      "target": "remix_app_smarts_index_revive"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_safeparse",
      "target": "remix_app_smarts_index_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_parser",
      "target": "remix_app_smarts_index_createscopedeval"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L387",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_parser",
      "target": "remix_app_smarts_index_jsuuid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L404",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_parser",
      "target": "remix_app_smarts_index_scopedeval"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L657",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_context",
      "target": "remix_app_smarts_index_jsuuid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L937",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_getnodeuuid",
      "target": "remix_app_smarts_index_jsuuid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L654",
      "weight": 1.0,
      "source": "remix_app_smarts_index_jsuuid",
      "target": "remix_app_smarts_index_uuid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_scopevarinlinecode",
      "target": "remix_app_smarts_index_jsuuid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_context",
      "target": "remix_app_smarts_index_contextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L767",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_createcontext",
      "target": "remix_app_smarts_index_contextobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L823",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_createcontext",
      "target": "remix_app_smarts_index_addbindingstocontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L763",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_createcontext",
      "target": "remix_app_smarts_index_schema"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L841",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_createinlinecontext",
      "target": "remix_app_smarts_index_createcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L927",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_initblock",
      "target": "remix_app_smarts_index_createcontext"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L850",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_addbindingstocontext",
      "target": "remix_app_smarts_index_scopevar"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L896",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_scopevar",
      "target": "remix_app_smarts_index_scopevarcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L881",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_scopevarinlinecode",
      "target": "remix_app_smarts_index_scopevarcode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_scopevar",
      "target": "remix_app_smarts_index_scopevarinlinecode"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L926",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_initblock",
      "target": "remix_app_smarts_index_getpathuuid"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L942",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_getpathuuid",
      "target": "remix_app_smarts_index_getnodeuuid"
    },
    {
      "relation": "indirect_call",
      "context": "collection",
      "confidence": "INFERRED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1125",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_smarts_index_transform",
      "target": "remix_app_smarts_index_babelplugin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_clone",
      "target": "remix_app_smarts_index_dupe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_merge",
      "target": "remix_app_smarts_index_clone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_schema",
      "target": "remix_app_smarts_index_clone"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_schema",
      "target": "remix_app_smarts_index_merge"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_create",
      "target": "remix_app_smarts_index_merge"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_merge",
      "target": "remix_app_smarts_index_basic"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_mergeall",
      "target": "remix_app_smarts_index_merge"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_deepforeach",
      "target": "remix_app_smarts_index_foreacharray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_deepforeach",
      "target": "remix_app_smarts_index_foreachobject"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1328",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_setthing",
      "target": "remix_app_smarts_index_thingindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_setthings",
      "target": "remix_app_smarts_index_setthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1703",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_addopt",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_anyoptsin",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_anythingsin",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1645",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_optindex",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1568",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_optsin",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1730",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_popopt",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1678",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pushopt",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1589",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_thingsin",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1780",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_toggleopt",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1787",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_togglething",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1802",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_togglethings",
      "target": "remix_app_smarts_index_optin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_getthing",
      "target": "remix_app_smarts_index_thingin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1742",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_popthing",
      "target": "remix_app_smarts_index_thingin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pushthing",
      "target": "remix_app_smarts_index_thingin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_thingindex",
      "target": "remix_app_smarts_index_thingin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1731",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_popopt",
      "target": "remix_app_smarts_index_optindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1751",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_popthing",
      "target": "remix_app_smarts_index_thingindex"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pushopts",
      "target": "remix_app_smarts_index_pushopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1783",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_toggleopt",
      "target": "remix_app_smarts_index_pushopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_togglething",
      "target": "remix_app_smarts_index_pushopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1805",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_togglethings",
      "target": "remix_app_smarts_index_pushopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1726",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pushthings",
      "target": "remix_app_smarts_index_pushthing"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1770",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_popopts",
      "target": "remix_app_smarts_index_popopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1776",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_popthings",
      "target": "remix_app_smarts_index_popopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1781",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_toggleopt",
      "target": "remix_app_smarts_index_popopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1788",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_togglething",
      "target": "remix_app_smarts_index_popopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_togglethings",
      "target": "remix_app_smarts_index_popopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1796",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_toggleopts",
      "target": "remix_app_smarts_index_toggleopt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_deletesmart",
      "target": "remix_app_smarts_index_getsmart"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1852",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_getsmart",
      "target": "remix_app_smarts_index_parsepropertypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1924",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_epp",
      "target": "remix_app_smarts_index_escapepropertypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_escapepropertypath",
      "target": "remix_app_smarts_index_escapeescapes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L1951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_ee",
      "target": "remix_app_smarts_index_escapeescapes"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_deletesmart",
      "target": "remix_app_smarts_index_parsepropertypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2031",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pathtoarray",
      "target": "remix_app_smarts_index_parsepropertypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2038",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pathtostring",
      "target": "remix_app_smarts_index_parsepropertypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2011",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_ppp",
      "target": "remix_app_smarts_index_parsepropertypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2060",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_setsmart",
      "target": "remix_app_smarts_index_parsepropertypath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2039",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_pathtostring",
      "target": "remix_app_smarts_index_parsepropertyarray"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/smarts/index.tsx",
      "source_location": "L2027",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_smarts_index_ppa",
      "target": "remix_app_smarts_index_parsepropertyarray"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_apitestcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_apitestdefinition"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_apitestexpectation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_apitestgroup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_apitestresult"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_apitestresultstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_apitestrunoptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_expectjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_expectndjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_expectredirectedto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_expectstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_formatrequestpayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_getemailsenddelayms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_previewbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_redactpreviewvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_resolveapitestbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_runapitest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner",
      "target": "remix_app_tests_api_apitestrunner_sleep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner_runapitest",
      "target": "remix_app_tests_api_apitestrunner_resolveapitestbody"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner_runapitest",
      "target": "remix_app_tests_api_apitestrunner_sleep"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner_runapitest",
      "target": "remix_app_tests_api_apitestrunner_getemailsenddelayms"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner_previewbody",
      "target": "remix_app_tests_api_apitestrunner_redactpreviewvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTestRunner.ts",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitestrunner_runapitest",
      "target": "remix_app_tests_api_apitestrunner_previewbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/card.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_card",
      "target": "remix_app_theme_card_card_styles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_buildcustomcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_root"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_sanitizecustomclasses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_sanitizecustomcss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_tt_custom_targets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_ttcustomentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_ttcustommap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/customise.ts",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_customise",
      "target": "remix_app_theme_customise_ttcustomtarget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_icons",
      "target": "remix_app_theme_icons_lucide_for_emoji"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_icons",
      "target": "remix_app_theme_icons_lucide_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/icons.tsx",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_icons",
      "target": "remix_app_theme_icons_ttlucideicondef"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/theme/rainbow.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_theme_rainbow",
      "target": "remix_app_theme_rainbow_rainbow_vars"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/attachmentContentUrl.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_attachmentcontenturl",
      "target": "remix_app_utils_attachmentcontenturl_attachmentcontentpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_attachmentcontenturl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_attachmentcontenturl_attachmentcontentpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L26",
      "weight": 1.0,
      "source": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl",
      "target": "remix_app_utils_attachmentcontenturl_attachmentcontentpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_test",
      "target": "remix_app_utils_authreturn"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_test",
      "target": "remix_app_utils_authreturn_authreturnstorage"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_test",
      "target": "remix_app_utils_authreturn_consumeauthreturnto"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_test",
      "target": "remix_app_utils_authreturn_readauthreturnto"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_test",
      "target": "remix_app_utils_authreturn_rememberauthreturnto"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_test",
      "target": "remix_app_utils_authreturn_safeauthreturnpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_test",
      "target": "remix_app_utils_authreturn_test_memorystorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn",
      "target": "remix_app_utils_authreturn_authreturnstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn",
      "target": "remix_app_utils_authreturn_browserstorage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn",
      "target": "remix_app_utils_authreturn_consumeauthreturnto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn",
      "target": "remix_app_utils_authreturn_readauthreturnto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn",
      "target": "remix_app_utils_authreturn_rememberauthreturnto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn",
      "target": "remix_app_utils_authreturn_safeauthreturnpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_readauthreturnto",
      "target": "remix_app_utils_authreturn_safeauthreturnpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_rememberauthreturnto",
      "target": "remix_app_utils_authreturn_safeauthreturnpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/authReturn.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_authreturn_consumeauthreturnto",
      "target": "remix_app_utils_authreturn_readauthreturnto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_electronautoupdatesettingkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_electronautoupdatesettingpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_electronurlsettingkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_electronurlsettingpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_getelectronautoupdateenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_getelectronbridge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_getelectronsettingurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_loadelectronurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_normalizeelectronurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_thingtimedesktopbridge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_thingtimedesktopinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_thingtimedesktopupdateasset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_thingtimedesktopupdateinfo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge",
      "target": "remix_app_utils_electronbridge_window"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge_electronurlsettingpath",
      "target": "remix_app_utils_electronbridge_electronurlsettingkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge_getelectronsettingurl",
      "target": "remix_app_utils_electronbridge_electronurlsettingkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge_electronautoupdatesettingpath",
      "target": "remix_app_utils_electronbridge_electronautoupdatesettingkey"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/electronBridge.ts",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_electronbridge_getelectronautoupdateenabled",
      "target": "remix_app_utils_electronbridge_electronautoupdatesettingkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/index.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_index",
      "target": "remix_app_utils_index_safejoin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/index.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_index",
      "target": "remix_app_utils_index_safesplit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/index.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_index",
      "target": "remix_app_utils_index_stringliteraltorichtext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge",
      "target": "remix_app_utils_nativebridge_getnativebridge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge",
      "target": "remix_app_utils_nativebridge_isnativebridgeavailable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge",
      "target": "remix_app_utils_nativebridge_postnativebridgemessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge",
      "target": "remix_app_utils_nativebridge_thingtimebridgemessage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge",
      "target": "remix_app_utils_nativebridge_thingtimenativebridge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge",
      "target": "remix_app_utils_nativebridge_window"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge_isnativebridgeavailable",
      "target": "remix_app_utils_nativebridge_getnativebridge"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/nativeBridge.ts",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_nativebridge_postnativebridgemessage",
      "target": "remix_app_utils_nativebridge_getnativebridge"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_installpreviewbuildfreshness"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_isstalepreviewentry"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_isvercelpreviewhost"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_previewentryassetfromhtml"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_previewentryassetfromsources"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_previewrefreshurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_test_createpreviewruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_test_flushasyncwork"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_test",
      "target": "remix_app_utils_previewbuildfreshness_test_testlistener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_assetpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_installpreviewbuildfreshness"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_isstalepreviewentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_isvercelpreviewhost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_previewentryassetfromhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_previewentryassetfromsources"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_previewfreshnessruntime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness",
      "target": "remix_app_utils_previewbuildfreshness_previewrefreshurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_previewentryassetfromhtml",
      "target": "remix_app_utils_previewbuildfreshness_assetpath"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/previewBuildFreshness.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_previewbuildfreshness_previewentryassetfromsources",
      "target": "remix_app_utils_previewbuildfreshness_assetpath"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_test",
      "target": "remix_app_utils_profilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_test",
      "target": "remix_app_utils_profilemediaurl_absolutethirdpartyprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_test",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_test",
      "target": "remix_app_utils_profilemediaurl_linkedprofilemediaurl"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_test",
      "target": "remix_app_utils_profilemediaurl_profileattachmentidfromrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_profilemediaurl_absolutethirdpartyprofilemediaurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_profilemediaurl_fieldvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_profilemediaurl_linkedprofilemediaurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_profilemediaurl_profileattachmentidfromrecord"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl",
      "target": "remix_app_utils_profilemediaurl_profilemediaslot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_linkedprofilemediaurl",
      "target": "remix_app_utils_profilemediaurl_fieldvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_profileattachmentidfromrecord",
      "target": "remix_app_utils_profilemediaurl_fieldvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl",
      "target": "remix_app_utils_profilemediaurl_profileattachmentidfromrecord"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/profileMediaUrl.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_profilemediaurl_effectiveprofilemediaurl",
      "target": "remix_app_utils_profilemediaurl_linkedprofilemediaurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens",
      "target": "remix_app_utils_reactiontokens_customreactionemojiid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens",
      "target": "remix_app_utils_reactiontokens_iscustomreactiontoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens",
      "target": "remix_app_utils_reactiontokens_isvalidreactiontoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens",
      "target": "remix_app_utils_reactiontokens_sanitizechatreactiontoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens",
      "target": "remix_app_utils_reactiontokens_sanitizereactiontoken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens",
      "target": "remix_app_utils_reactiontokens_splitemojis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens_sanitizereactiontoken",
      "target": "remix_app_utils_reactiontokens_splitemojis"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens_isvalidreactiontoken",
      "target": "remix_app_utils_reactiontokens_sanitizereactiontoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens_sanitizechatreactiontoken",
      "target": "remix_app_utils_reactiontokens_sanitizereactiontoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens_sanitizechatreactiontoken",
      "target": "remix_app_utils_reactiontokens_iscustomreactiontoken"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/reactionTokens.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_reactiontokens_sanitizechatreactiontoken",
      "target": "remix_app_utils_reactiontokens_customreactionemojiid"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/temporaryUserBootstrap.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_temporaryuserbootstrap_test",
      "target": "remix_app_utils_temporaryuserbootstrap"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/temporaryUserBootstrap.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_temporaryuserbootstrap_test",
      "target": "remix_app_utils_temporaryuserbootstrap_shouldbootstraptemporaryuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/temporaryUserBootstrap.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_temporaryuserbootstrap",
      "target": "remix_app_root_data_server"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/temporaryUserBootstrap.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_temporaryuserbootstrap",
      "target": "remix_app_root_data_server_rootloaderdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/temporaryUserBootstrap.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_temporaryuserbootstrap",
      "target": "remix_app_utils_temporaryuserbootstrap_shouldbootstraptemporaryuser"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity_test",
      "target": "remix_app_utils_useridentity"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity_test",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity_test",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity_test",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity",
      "target": "remix_app_utils_useridentity_getuserdisplayname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity",
      "target": "remix_app_utils_useridentity_getuseridentitydetail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity",
      "target": "remix_app_utils_useridentity_getusermention"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/utils/userIdentity.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_utils_useridentity",
      "target": "remix_app_utils_useridentity_presentableuseridentity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/ecosystem.config.js",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_ecosystem_config",
      "target": "remix_ecosystem_config_pm2appconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/nitro.config.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_nitro_config",
      "target": "remix_nitro_config_apiroutes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_public_manifest_json",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_public_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_public_manifest_json",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_public_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login",
      "target": "remix_public_sdk_thingtime_login_data"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login",
      "target": "remix_public_sdk_thingtime_login_login"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login",
      "target": "remix_public_sdk_thingtime_login_randomstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login",
      "target": "remix_public_sdk_thingtime_login_renderbutton"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L408",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login",
      "target": "remix_public_sdk_thingtime_login_shared"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login",
      "target": "remix_public_sdk_thingtime_login_userinfo"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login_login",
      "target": "remix_public_sdk_thingtime_login_randomstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/public/sdk/thingtime-login.js",
      "source_location": "L380",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_public_sdk_thingtime_login_renderbutton",
      "target": "remix_public_sdk_thingtime_login_login"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ai_model_routing_contract",
      "target": "remix_scripts_ai_model_routing_contract_approot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ai_model_routing_contract",
      "target": "remix_scripts_ai_model_routing_contract_directclientfiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ai_model_routing_contract",
      "target": "remix_scripts_ai_model_routing_contract_localgraphify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ai_model_routing_contract",
      "target": "remix_scripts_ai_model_routing_contract_musing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ai_model_routing_contract",
      "target": "remix_scripts_ai_model_routing_contract_remixroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ai-model-routing-contract.mjs",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ai_model_routing_contract",
      "target": "remix_scripts_ai_model_routing_contract_sourcefiles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_children"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_devcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_ensuredependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_loadlocalenv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_parseenvvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_require"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_resolvedevcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_runstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_dev_stopchildren"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_ensure_dependencies"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev",
      "target": "remix_scripts_ensure_dependencies_ensuredependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "remix_scripts_ensure_bcrypt_binding_loadbcrypt",
      "target": "remix_scripts_dev_require"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/dev.mjs",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_dev_loadlocalenv",
      "target": "remix_scripts_dev_parseenvvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_bcrypt_binding",
      "target": "remix_scripts_ensure_bcrypt_binding_initial"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_bcrypt_binding",
      "target": "remix_scripts_ensure_bcrypt_binding_install"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_bcrypt_binding",
      "target": "remix_scripts_ensure_bcrypt_binding_loadbcrypt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_bcrypt_binding",
      "target": "remix_scripts_ensure_bcrypt_binding_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_bcrypt_binding",
      "target": "remix_scripts_ensure_bcrypt_binding_repaired"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-bcrypt-binding.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_bcrypt_binding",
      "target": "remix_scripts_ensure_bcrypt_binding_spawnsync"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L134",
      "weight": 1.0,
      "source": "remix_scripts_ensure_dependencies_ensuredependencies",
      "target": "remix_scripts_ensure_bcrypt_binding_install"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L183",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_brokentoolnames"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L184",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_directdependencynames"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L185",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_ensuredependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_existssync_readfilesync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_manifestpath"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L186",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_missingdirectdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_packagebinpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_packagemanifestpath"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L187",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_parsetoolnames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_path"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L188",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_probetool"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_remixdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_runinstall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_spawnsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_summarize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies",
      "target": "remix_scripts_ensure_dependencies_toolprobes"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_missingdirectdependencies",
      "target": "remix_scripts_ensure_dependencies_directdependencynames"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_directdependencynames"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_probetool",
      "target": "remix_scripts_ensure_dependencies_packagebinpath"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_brokentoolnames"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.js",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_ensuredependencies",
      "target": "remix_scripts_ensure_dependencies_summarize"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_ensuredependencies"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_parsetoolnames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_test_assert"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_test_brokentoolnames_directdependencynames_ensuredependencies_parsetoolnames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_test_silentlogger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/ensure-dependencies.test.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_ensure_dependencies_test",
      "target": "remix_scripts_ensure_dependencies_test_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/gen-pixel-icon.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_gen_pixel_icon",
      "target": "remix_scripts_gen_pixel_icon_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/pre-dev.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_scripts_pre_dev_sh",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_scripts_pre_dev_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet",
      "target": "remix_scripts_typecheck_ratchet_baselinepath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet",
      "target": "remix_scripts_typecheck_ratchet_escapeworkflowcommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet",
      "target": "remix_scripts_typecheck_ratchet_here"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet",
      "target": "remix_scripts_typecheck_ratchet_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet",
      "target": "remix_scripts_typecheck_ratchet_remixdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet",
      "target": "remix_scripts_typecheck_ratchet_reporttypecheckratchet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet",
      "target": "remix_scripts_typecheck_ratchet_tscbin"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.test.mjs",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet_test",
      "target": "remix_scripts_typecheck_ratchet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet_reporttypecheckratchet",
      "target": "remix_scripts_typecheck_ratchet_escapeworkflowcommand"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.mjs",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet_main",
      "target": "remix_scripts_typecheck_ratchet_reporttypecheckratchet"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.test.mjs",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet_test",
      "target": "remix_scripts_typecheck_ratchet_reporttypecheckratchet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/typecheck-ratchet.test.mjs",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_typecheck_ratchet_test",
      "target": "remix_scripts_typecheck_ratchet_test_capturereporter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/vercel-config.test.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_vercel_config_test",
      "target": "remix_scripts_vercel_config_test_remixroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/vercel-config.test.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_vercel_config_test",
      "target": "remix_scripts_vercel_config_test_vercelconfig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions",
      "target": "remix_scripts_verify_admin_subscriptions_admincookie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions",
      "target": "remix_scripts_verify_admin_subscriptions_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions",
      "target": "remix_scripts_verify_admin_subscriptions_authcookiefrom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions",
      "target": "remix_scripts_verify_admin_subscriptions_check"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions",
      "target": "remix_scripts_verify_admin_subscriptions_failures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions",
      "target": "remix_scripts_verify_admin_subscriptions_registersession"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions_registersession",
      "target": "remix_scripts_verify_admin_subscriptions_api"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-admin-subscriptions.mjs",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_admin_subscriptions_registersession",
      "target": "remix_scripts_verify_admin_subscriptions_authcookiefrom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_namespaces",
      "target": "remix_scripts_verify_app_namespaces_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_namespaces",
      "target": "remix_scripts_verify_app_namespaces_check"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_namespaces",
      "target": "remix_scripts_verify_app_namespaces_failures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_namespaces",
      "target": "remix_scripts_verify_app_namespaces_mint"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-namespaces.mjs",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_namespaces_mint",
      "target": "remix_scripts_verify_app_namespaces_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_authorize"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_check"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_deleteentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_failures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L425",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_finalracebytes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_individuallymanaged"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_listedapp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_racingvalues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_register"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_setentry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage",
      "target": "remix_scripts_verify_app_storage_usage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage_authorize",
      "target": "remix_scripts_verify_app_storage_api"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage_deleteentry",
      "target": "remix_scripts_verify_app_storage_api"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage_register",
      "target": "remix_scripts_verify_app_storage_api"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage_setentry",
      "target": "remix_scripts_verify_app_storage_api"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-app-storage.mjs",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_app_storage_usage",
      "target": "remix_scripts_verify_app_storage_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger",
      "target": "remix_scripts_verify_messenger_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger",
      "target": "remix_scripts_verify_messenger_check"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger",
      "target": "remix_scripts_verify_messenger_failures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger",
      "target": "remix_scripts_verify_messenger_register"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger",
      "target": "remix_scripts_verify_messenger_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger_run",
      "target": "remix_scripts_verify_messenger_check"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger_run",
      "target": "remix_scripts_verify_messenger_api"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-messenger.mjs",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_messenger_run",
      "target": "remix_scripts_verify_messenger_register"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_afterpullrequest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_count"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_nexteventoffsets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_pullrequestblock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_pullrequeststart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_remixroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_repositoryroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_requiredfragments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/web-ci-required-context-contract.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_web_ci_required_context_contract",
      "target": "remix_scripts_web_ci_required_context_contract_workflowpath"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_callers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_filesunder"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_promotioncaller"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_promotionjobsstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_promotionpermissions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_promotionpermissionsstart"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_remixroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_repositoryroot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/workflow-caller-contract.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_workflow_caller_contract",
      "target": "remix_scripts_workflow_caller_contract_workflowsroot"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/index.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_index",
      "target": "remix_server_routes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/docs.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_docs",
      "target": "remix_server_routes_api_docs_cache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data-docs.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_docs",
      "target": "remix_server_routes_api_root_data_docs_jsonresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data.get.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_get",
      "target": "remix_app_root_data_server"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data.get.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_get",
      "target": "remix_app_root_data_server_rootdataresponse"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data.get.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_get",
      "target": "remix_server_utils_apifallback"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data.get.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_get",
      "target": "remix_server_utils_apifallback_proxyapirequesttofallback"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/routes/api/root-data.get.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_routes_api_root_data_get",
      "target": "remix_server_utils_apifallback_shouldproxyapitofallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_cloneproxyrequestheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_getapifallbackorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_getmissingselfhostedapienv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_getsetcookieheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_hasselfhostedapienv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_normaliseorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_proxyapirequesttofallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_rewritesetcookieforlocalorigin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback",
      "target": "remix_server_utils_apifallback_shouldproxyapitofallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_getapifallbackorigin",
      "target": "remix_server_utils_apifallback_normaliseorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_proxyapirequesttofallback",
      "target": "remix_server_utils_apifallback_getapifallbackorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_shouldproxyapitofallback",
      "target": "remix_server_utils_apifallback_getapifallbackorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_hasselfhostedapienv",
      "target": "remix_server_utils_apifallback_getmissingselfhostedapienv"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_proxyapirequesttofallback",
      "target": "remix_server_utils_apifallback_getmissingselfhostedapienv"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_shouldproxyapitofallback",
      "target": "remix_server_utils_apifallback_hasselfhostedapienv"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_proxyapirequesttofallback",
      "target": "remix_server_utils_apifallback_getsetcookieheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_proxyapirequesttofallback",
      "target": "remix_server_utils_apifallback_rewritesetcookieforlocalorigin"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/server/utils/apiFallback.ts",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_server_utils_apifallback_proxyapirequesttofallback",
      "target": "remix_server_utils_apifallback_cloneproxyrequestheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_include"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_allowimportingtsextensions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_allowjs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_baseurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_esmoduleinterop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_forceconsistentcasinginfilenames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_isolatedmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_jsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_lib"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_module"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_moduleresolution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_noemit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_noimplicitany"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_paths"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_resolvejsonmodule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_skiplibcheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_strict"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_strictnullchecks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_target"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/tsconfig.json",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_compileroptions_paths",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_tsconfig_paths"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vercel.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vercel",
      "target": "remix_vercel_buildcommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vercel.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vercel",
      "target": "remix_vercel_crons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vercel.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vercel",
      "target": "remix_vercel_fluid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vercel.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vercel",
      "target": "remix_vercel_framework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vercel.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vercel",
      "target": "remix_vercel_installcommand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vercel.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vercel",
      "target": "remix_vercel_regions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vercel.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vercel",
      "target": "remix_vercel_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_json",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_include"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_allowjs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_baseurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_esmoduleinterop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_forceconsistentcasinginfilenames"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_isolatedmodules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_jsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_lib"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_moduleresolution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_noemit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_noimplicitany"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_paths"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_resolvejsonmodule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_strict"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_strictnullchecks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_target"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tsconfig.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_tsconfig_compileroptions_paths",
      "target": "users_lopu_things_code_lopugit_thingtime_tsconfig_paths"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".githooks/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_githooks_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_githooks_readme_committed_git_hooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all",
      "target": "ai_all_thingtime_ai_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_browser_and_ui_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_canonical_instruction_file"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_data_and_api_conventions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L298",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_delivery_messaging"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_fundamentals_read_first"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_github_push_and_pr_publishing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L276",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_graphify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_ios_development_and_releases"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_linting_type_checks_and_package_managers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_ALL.md",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_all_thingtime_ai_instructions",
      "target": "ai_all_local_development_and_worktrees"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice",
      "target": "ai_advice_ai_advice_agents_and_councils"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_agent_roles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_branch_strategy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_core_idea"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_council_patterns"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_handoff_packet_template"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_operating_principle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L339",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_prompt_snippets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_shared_setup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_ai_advice_agents_and_councils",
      "target": "ai_advice_what_to_automate_later"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_customer_support_agent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_implementer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_lead_engineer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_pr_reviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_product_reviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_regression_sentinel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_security_reviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_agent_roles",
      "target": "ai_advice_test_engineer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L341",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_prompt_snippets",
      "target": "ai_advice_implementer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_prompt_snippets",
      "target": "ai_advice_security_reviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_prompt_snippets",
      "target": "ai_advice_product_reviewer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L359",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_prompt_snippets",
      "target": "ai_advice_regression_sentinel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L262",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_council_patterns",
      "target": "ai_advice_customer_support_council"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_council_patterns",
      "target": "ai_advice_feature_implementation_council"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L279",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_council_patterns",
      "target": "ai_advice_governance_and_public_systems_council"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_council_patterns",
      "target": "ai_advice_pr_review_council"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Advice.md",
      "source_location": "L243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_advice_council_patterns",
      "target": "ai_advice_regression_testing_council"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/00-vibe-map.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_00_vibe_map_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_00_vibe_map_2026_06_23_13_51_aest_vibe_map"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_tiny_ux_and_product_polish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_tiny_ux_and_product_polish",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_crypto_and_identity_helper_polish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_tiny_ux_and_product_polish",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_everyday_user_loops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_tiny_ux_and_product_polish",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_lopu_as_the_consistent_narrator"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_tiny_ux_and_product_polish",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_status_surfaces"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/01-tiny-ux-and-product-polish.md",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_tiny_ux_and_product_polish",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_01_tiny_ux_and_product_polish_vercel_dashboard_polish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_core_thing_loops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_core_thing_loops",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_thing_actions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_core_thing_loops",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_thing_editor_loop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/02-core-thing-loops.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_core_thing_loops",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_02_core_thing_loops_thing_templates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_md",
      "target": "ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_trust_identity_governance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_trust_identity_governance",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_identity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_trust_identity_governance",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_claims_and_attestations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/03-trust-identity-and-governance.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_trust_identity_governance",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_03_trust_identity_and_governance_governance_and_voting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_marketplaces_and_app_store"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_marketplaces_and_app_store",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_app_store"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_marketplaces_and_app_store",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_commerce_principles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/04-marketplaces-and-app-store.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_marketplaces_and_app_store",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_04_marketplaces_and_app_store_thing_marketplace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_accountability_systems"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_accountability_systems",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_anti_corruption_records"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_accountability_systems",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_memory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/05-public-accountability-systems.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_accountability_systems",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_05_public_accountability_systems_public_official_tracker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_technical_next_steps"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_technical_next_steps",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_apis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_technical_next_steps",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_data_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_technical_next_steps",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_foundations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_technical_next_steps",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_security_posture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/2026-06-23-135148-AEST/06-technical-next-steps.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_technical_next_steps",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_2026_06_23_135148_aest_06_technical_next_steps_ui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "AI_Idlings/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ai_idlings_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ai_idlings_readme_ai_idlings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_md",
      "target": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_hydration_and_emotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_vercel_runtime_fixes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_vercel_status_and_branch_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_deployment_and_repo_hygiene"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_preserved_behavior"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/13-codex-fix-hydration-mongodb-thingtime-defaults--codex-fix-hydration-and-footer-status-updates.md",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_pr_13",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_13_codex_fix_hydration_mongodb_thingtime_defaults_codex_fix_hydration_and_footer_status_updates_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_anonymous_session_presentation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_atomic_first_load_feed_input_recovery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_mobile_safari_compatibility_click_recovery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_persisted_thingtime_function_recovery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_persistent_browse_toolbar_during_selection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_populated_kind_group_runtime_crash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_recoverable_first_session_things_space"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_safari_page_cache_and_pre_react_recovery_hardening"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_search_browse_controls_and_auto_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_stale_preview_interaction_recovery_and_pr_consolidation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_pr_154_unified_things_page",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_anonymous_session_presentation",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L210",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_atomic_first_load_feed_input_recovery",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_mobile_safari_compatibility_click_recovery",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_persisted_thingtime_function_recovery",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_persistent_browse_toolbar_during_selection",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_populated_kind_group_runtime_crash",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_recoverable_first_session_things_space",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/154-claude-unified-things-page-796e34--unified-things-page.md",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_154_claude_unified_things_page_796e34_unified_things_page_follow_up_stale_preview_interaction_recovery_and_pr_consolidation",
      "target": "prs_154_claude_unified_things_page_796e34_unified_things_page_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_pr_16_resolve_main_into_thingtime_dev_branch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_pr_16_resolve_main_into_thingtime_dev_branch",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_security_follow_up_2026_06_23"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_security_follow_up_2026_06_23",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_changed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_security_follow_up_2026_06_23",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_fixed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_security_follow_up_2026_06_23",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_follow_up"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/16-resolve-main-into-thingtime-dev-branch.md",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_security_follow_up_2026_06_23",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_16_resolve_main_into_thingtime_dev_branch_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161",
      "target": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_pr_162_fix_index_bootstrap_retries_after_prs_159_and_161"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_pr_162_fix_index_bootstrap_retries_after_prs_159_and_161",
      "target": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_context"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_pr_162_fix_index_bootstrap_retries_after_prs_159_and_161",
      "target": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_resolution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/162-codex-fix-pr159-index-retry-docs--fix-index-bootstrap-retries-after-prs-159-and-161.md",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_pr_162_fix_index_bootstrap_retries_after_prs_159_and_161",
      "target": "prs_162_codex_fix_pr159_index_retry_docs_fix_index_bootstrap_retries_after_prs_159_and_161_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions",
      "target": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_pr_163_fix_worktree_setup_and_unify_ai_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_pr_163_fix_worktree_setup_and_unify_ai_instructions",
      "target": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_canonical_ai_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_pr_163_fix_worktree_setup_and_unify_ai_instructions",
      "target": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_pr_163_fix_worktree_setup_and_unify_ai_instructions",
      "target": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/163-codex-worktree-dependency-bootstrap-fix-worktree-setup-and-unify-ai-instructions.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_pr_163_fix_worktree_setup_and_unify_ai_instructions",
      "target": "prs_163_codex_worktree_dependency_bootstrap_fix_worktree_setup_and_unify_ai_instructions_worktree_dependency_bootstrap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet",
      "target": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_pr_164_crypto_password_hasher_paste_ready_mongosh_rotate_snippet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_pr_164_crypto_password_hasher_paste_ready_mongosh_rotate_snippet",
      "target": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_design_decisions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_pr_164_crypto_password_hasher_paste_ready_mongosh_rotate_snippet",
      "target": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_the_missing_local_lopu_user_question"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_pr_164_crypto_password_hasher_paste_ready_mongosh_rotate_snippet",
      "target": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/164-claude-crypto-password-hasher-7c31e9--password-hasher-mongosh-rotate-snippet.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_pr_164_crypto_password_hasher_paste_ready_mongosh_rotate_snippet",
      "target": "prs_164_claude_crypto_password_hasher_7c31e9_password_hasher_mongosh_rotate_snippet_what_it_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_pr_17_document_pr_16_follow_up_review_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_pr_17_document_pr_16_follow_up_review_notes",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_pr_17_document_pr_16_follow_up_review_notes",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_review_evidence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_pr_17_document_pr_16_follow_up_review_notes",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p1_preview_verification_links_are_too_easy_to_mint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p1_vercel_deployment_inventory_is_public_in_preview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_crypto_helper_endpoint_is_unauthenticated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_email_verification_is_still_a_console_stub"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_pr_16_added_typescript_errors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/17-document-pr-16-follow-up-review-notes.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_follow_up_notes_from_pr_16",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_17_document_pr_16_follow_up_review_notes_p2_public_auth_endpoints_have_no_abuse_throttling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_admin_all_field_querying"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_atomic_quota_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_billing_boundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_operational_boundaries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_outcome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_owner_co_manager_surface"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_stack_integration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_unified_projections_and_migration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/170-app-data-quota-allowances-app-owner-storage-manager.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_170_app_data_quota_allowances_app_owner_storage_manager_pr_170_real_app_data_quotas_app_owner_storage_manager",
      "target": "prs_170_app_data_quota_allowances_app_owner_storage_manager_versioned_tier_catalog_and_admin_editor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links",
      "target": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_pr_171_admin_dashboard_subscription_tiers_quotas_app_suspension_ownership_links"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_pr_171_admin_dashboard_subscription_tiers_quotas_app_suspension_ownership_links",
      "target": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_dev_runbook_additions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_pr_171_admin_dashboard_subscription_tiers_quotas_app_suspension_ownership_links",
      "target": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_key_decisions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_pr_171_admin_dashboard_subscription_tiers_quotas_app_suspension_ownership_links",
      "target": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_shape_of_the_change"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_pr_171_admin_dashboard_subscription_tiers_quotas_app_suspension_ownership_links",
      "target": "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links_verification_log_2026_08_02"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_addendum_per_channel_toggles_push_email_ses_notification_emails_2026_08_03"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_design_locked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_develop_conflict_refresh_2026_08_09"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_new_endpoints_each_needs_route_file_ts_import_map_apidocs_entry_rate_limit_default_useapi_method"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_progress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_scope_from_the_ask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_followers_friends_notifications_post_views_multi_emoji_fix",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_verification_log"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_addendum_per_channel_toggles_push_email_ses_notification_emails_2026_08_03",
      "target": "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_verification_log_addendum_2026_08_03"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats",
      "target": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5",
      "target": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_data_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5",
      "target": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_debugging_log_what_bit_us_and_how_it_ended"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5",
      "target": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_endpoints_23_each_route_file_ts_map_apidocs_entry_the_docs_entry_is_the_nitro_registration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5",
      "target": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_key_decisions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5",
      "target": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_ui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/174-thingtime-messenger-platform-thingtime-messenger-spaces-chats.md",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_pr_174_thingtime_messenger_platform_claude_thingtime_messenger_platform_c9c2b5",
      "target": "prs_174_thingtime_messenger_platform_thingtime_messenger_spaces_chats_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall",
      "target": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_pr_178_configurable_pr_conflict_resolver_model_waterfall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_pr_178_configurable_pr_conflict_resolver_model_waterfall",
      "target": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_security_boundaries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_pr_178_configurable_pr_conflict_resolver_model_waterfall",
      "target": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/178-codex-use-fable-5-max-conflict-resolver--configurable-pr-conflict-resolver-model-waterfall.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_pr_178_configurable_pr_conflict_resolver_model_waterfall",
      "target": "prs_178_codex_use_fable_5_max_conflict_resolver_configurable_pr_conflict_resolver_model_waterfall_what_changed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting",
      "target": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting",
      "target": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_base_integration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting",
      "target": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_context"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting",
      "target": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_exactness_boundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting",
      "target": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_operational_follow_ups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting",
      "target": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/182-codex-app-data-quota-allowances--unify-exact-storage-accounting.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_pr_182_unify_exact_storage_accounting",
      "target": "prs_182_codex_app_data_quota_allowances_unify_exact_storage_accounting_what_changed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks",
      "target": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190_per_feature_develop_to_main_promotion_prs_with_stacks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190_per_feature_develop_to_main_promotion_prs_with_stacks",
      "target": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_conflict_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190_per_feature_develop_to_main_promotion_prs_with_stacks",
      "target": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_remaining_hardening"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190_per_feature_develop_to_main_promotion_prs_with_stacks",
      "target": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_resolver_control_plane_hardening"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190_per_feature_develop_to_main_promotion_prs_with_stacks",
      "target": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/190-claude-github-action-pr-promotion-c65173-per-feature-develop-main-promotion-prs-with-stacks.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_pr_190_per_feature_develop_to_main_promotion_prs_with_stacks",
      "target": "prs_190_claude_github_action_pr_promotion_c65173_per_feature_develop_main_promotion_prs_with_stacks_why_this_repair_was_needed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors",
      "target": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_pr_195_contextual_reaction_and_migration_errors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_pr_195_contextual_reaction_and_migration_errors",
      "target": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_private_migration_diagnostics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_pr_195_contextual_reaction_and_migration_errors",
      "target": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_pr_195_contextual_reaction_and_migration_errors",
      "target": "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_why"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals",
      "target": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_pr_197_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_pr_197_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals",
      "target": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_builtin_schema_storage_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_pr_197_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals",
      "target": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_password_confirmed_diagnostic_reveal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_pr_197_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals",
      "target": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_pr_197_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals",
      "target": "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_why"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures",
      "target": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206_keep_feature_promotion_running_across_historical_git_failures"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206_keep_feature_promotion_running_across_historical_git_failures",
      "target": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_context"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206_keep_feature_promotion_running_across_historical_git_failures",
      "target": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_diagnostic_side_effect_note"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206_keep_feature_promotion_running_across_historical_git_failures",
      "target": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_regression_coverage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206_keep_feature_promotion_running_across_historical_git_failures",
      "target": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_resolution"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/206-codex-harden-feature-promoter-keep-feature-promotion-running-across-historical-git-failures.md",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_pr_206_keep_feature_promotion_running_across_historical_git_failures",
      "target": "prs_206_codex_harden_feature_promoter_keep_feature_promotion_running_across_historical_git_failures_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely",
      "target": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_pr_207_distinguish_empty_promotion_cherry_picks_safely"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_pr_207_distinguish_empty_promotion_cherry_picks_safely",
      "target": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_incident"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_pr_207_distinguish_empty_promotion_cherry_picks_safely",
      "target": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/207-codex-fix-promoter-empty-pick-detection-distinguish-empty-promotion-cherry-picks-safely.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_pr_207_distinguish_empty_promotion_cherry_picks_safely",
      "target": "prs_207_codex_fix_promoter_empty_pick_detection_distinguish_empty_promotion_cherry_picks_safely_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_210_promote_actions_control_plane_rollup",
      "target": "prs_210_promote_actions_control_plane_rollup_pr_210_promote_the_actions_control_plane_rollup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_210_promote_actions_control_plane_rollup_pr_210_promote_the_actions_control_plane_rollup",
      "target": "prs_210_promote_actions_control_plane_rollup_included_source_prs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_210_promote_actions_control_plane_rollup_pr_210_promote_the_actions_control_plane_rollup",
      "target": "prs_210_promote_actions_control_plane_rollup_purpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_210_promote_actions_control_plane_rollup_pr_210_promote_the_actions_control_plane_rollup",
      "target": "prs_210_promote_actions_control_plane_rollup_review_focus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_210_promote_actions_control_plane_rollup_pr_210_promote_the_actions_control_plane_rollup",
      "target": "prs_210_promote_actions_control_plane_rollup_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_210_promote_actions_control_plane_rollup_pr_210_promote_the_actions_control_plane_rollup",
      "target": "prs_210_promote_actions_control_plane_rollup_why_one_promotion_pr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard",
      "target": "prs_211_ci_control_plane_dashboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_control_plane_architecture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_admin_ci_dashboard"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_thing_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_integrations_and_security"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_external_bootstrap"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_211_ci_control_plane_dashboard",
      "target": "prs_211_codex_ci_control_plane_dashboard_centralize_actions_and_add_ci_control_dashboard_review_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews",
      "target": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_pr212"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews",
      "target": "prs_233_codex_fix_develop_preview_dns_gate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_pr212",
      "target": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_why_this_exists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_pr212",
      "target": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_security_design"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_pr212",
      "target": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_live_setup_completed_during_implementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_pr212",
      "target": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_activation_gates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_pr212",
      "target": "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_verification_completed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts",
      "target": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_pr_213_automatically_resolve_promotion_creation_conflicts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_pr_213_automatically_resolve_promotion_creation_conflicts",
      "target": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_automatic_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_pr_213_automatically_resolve_promotion_creation_conflicts",
      "target": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_problem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_pr_213_automatically_resolve_promotion_creation_conflicts",
      "target": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_recovery_and_safety"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/213-codex-auto-resolve-promotion-conflicts-automatically-resolve-promotion-creation-conflicts.md",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_pr_213_automatically_resolve_promotion_creation_conflicts",
      "target": "prs_213_codex_auto_resolve_promotion_conflicts_automatically_resolve_promotion_creation_conflicts_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_admin_controls_and_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_execution_architecture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_live_bootstrap_and_acceptance_completed_2026_08_10"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_review_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_security_boundaries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/220-codex-ci-execution-provider-routing--ci-provider-control-plane-and-vercel-runners.md",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_pr_220_ci_provider_control_plane_and_vercel_runners",
      "target": "prs_220_codex_ci_execution_provider_routing_ci_provider_control_plane_and_vercel_runners_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only",
      "target": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222_typecheck_ratchet_warning_only_ci"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222_typecheck_ratchet_warning_only_ci",
      "target": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_path_filter_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222_typecheck_ratchet_warning_only_ci",
      "target": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_purpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222_typecheck_ratchet_warning_only_ci",
      "target": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_required_context_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222_typecheck_ratchet_warning_only_ci",
      "target": "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable",
      "target": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_pr_229_keep_develop_web_ci_required_contexts_reportable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_pr_229_keep_develop_web_ci_required_contexts_reportable",
      "target": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_base_branch_compatibility_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_pr_229_keep_develop_web_ci_required_contexts_reportable",
      "target": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_develop_behavior"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_pr_229_keep_develop_web_ci_required_contexts_reportable",
      "target": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_purpose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/229-codex-web-ci-required-context-develop-ci-keep-develop-web-ci-required-contexts-reportable.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_pr_229_keep_develop_web_ci_required_contexts_reportable",
      "target": "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_233_codex_fix_develop_preview_dns_gate",
      "target": "prs_233_codex_fix_develop_preview_dns_gate_pr_233_fix_develop_preview_wildcard_dns_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_233_codex_fix_develop_preview_dns_gate_pr_233_fix_develop_preview_wildcard_dns_verification",
      "target": "prs_233_codex_fix_develop_preview_dns_gate_activation_boundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_233_codex_fix_develop_preview_dns_gate_pr_233_fix_develop_preview_wildcard_dns_verification",
      "target": "prs_233_codex_fix_develop_preview_dns_gate_fix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_233_codex_fix_develop_preview_dns_gate_pr_233_fix_develop_preview_wildcard_dns_verification",
      "target": "prs_233_codex_fix_develop_preview_dns_gate_problem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/233-codex-fix-develop-preview-dns-gate.md",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_233_codex_fix_develop_preview_dns_gate_pr_233_fix_develop_preview_wildcard_dns_verification",
      "target": "prs_233_codex_fix_develop_preview_dns_gate_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_pr_24_migrate_remix_app_to_nitro_and_react_router"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_pr_24_migrate_remix_app_to_nitro_and_react_router",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_known_issues"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_pr_24_migrate_remix_app_to_nitro_and_react_router",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/24-codex-migrate-remix-to-nitro--migrate-remix-app-to-nitro-and-react-router.md",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_pr_24_migrate_remix_app_to_nitro_and_react_router",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_24_codex_migrate_remix_to_nitro_migrate_remix_app_to_nitro_and_react_router_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair",
      "target": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_thin_listener_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_thin_listener_repair",
      "target": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_why_the_historical_promotion_failed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_thin_listener_repair",
      "target": "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_repair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_md",
      "target": "prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_footer_status_ux"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_health_checks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_scroll_restoration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/26-codex-migrate-remix-to-nitro--add-environment-aware-footer-status-checks.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_pr_26",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_26_codex_migrate_remix_to_nitro_add_environment_aware_footer_status_checks_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_configurable_bottom_spacing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_fixed_chrome_scroll_isolation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_footer_devkit_bottom_spacing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_native_safe_area_containment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_polish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_safe_area_polish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_follow_up_url_context_menu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L176",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_still_to_do"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_testflight_upload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/30-codex-ios-deployment-url-picker--add-ios-web-destination-picker.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_pr_30_add_ios_web_destination_picker_branch_codex_ios_deployment_url_picker",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_30_codex_ios_deployment_url_picker_add_ios_web_destination_picker_what_changed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_sources"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_known_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_shareable_themes_waitlist_api_fundamentals_compliant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_theming_system"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_ui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/32-claude-vigilant-moser--design-refactor-theming.md",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_design_refactor_runtime_theming_branch_claude_vigilant_moser_3704e0",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_32_claude_vigilant_moser_design_refactor_theming_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_md",
      "target": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_pr_39"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_pr_39",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_pr_39",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/39-codex-api-docs-endpoints--add-api-self-documentation-routes.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_pr_39",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_39_codex_api_docs_endpoints_add_api_self_documentation_routes_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_adversarial_review_24_agents_4_lenses_refuters_per_finding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_api_surface"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_data_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_known_scope_edges"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_ranking_training_deterministic_api_utils_things_feedranking_ts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_seeding_fundamentals_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/40-claude-feed-algorithms-profile-516506--feed-personal-algorithms-profiles-settings.md",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_pr_40_feed_with_personal_doomscroll_algorithms_full_profiles_dedicated_settings",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_40_claude_feed_algorithms_profile_516506_feed_personal_algorithms_profiles_settings_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_pr_42_add_electron_desktop_app_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_pr_42_add_electron_desktop_app_shell",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_known_follow_ups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_pr_42_add_electron_desktop_app_shell",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_release_asset_convention"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_pr_42_add_electron_desktop_app_shell",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/42-codex-electron-remix-app--add-electron-desktop-app-shell.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_pr_42_add_electron_desktop_app_shell",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_42_codex_electron_remix_app_add_electron_desktop_app_shell_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L325",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_md"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_debugging_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L322",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_follow_ups_ideas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L305",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_10_preserve_focus_across_editor_js_autosave_echoes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_3_empty_registry_on_vercel_tree_shaking"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_4_rich_text_fidelity_read_only_toggle_quote_restyle_full_suite"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_5_safe_full_customisation_style_tune"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_6_stable_string_editor_js_datatype_toggle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L223",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_7_editor_js_chrome_heading_rendering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_8_multiline_editor_js_textbox_keyboard_boundaries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_round_9_ordered_editor_js_autosave_fast_persistence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_second_wave_60_kinds_editor_js_same_branch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_pr_53_nested_data_viewer_concepts_kind_renderers_with_live_docs_concepts_section",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_what_was_built"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_what_was_built",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_docs_remix_app_routes_docs_concepts_nav_wiring"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_what_was_built",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_kind_renderers_remix_app_components_kinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/53-claude-nested-data-viewer-concepts-1ebbbe--nested-data-viewer-concepts-kind-renderers.md",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_what_was_built",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_53_claude_nested_data_viewer_concepts_1ebbbe_nested_data_viewer_concepts_kind_renderers_viewer_concepts_remix_app_components_thingtime_concepts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_consumer_compat_surface_checked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_era_compatibility_the_important_design_call"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_follow_ups_worth_considering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_migrations_admin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_post_merge_adversarial_security_review_2026_07_10"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_round_2_acl_permissions_full_crud_on_one_endpoint_2026_07_10_same_pr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_security_fixes_riding_along"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_the_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/59-claude-unified-thing-crystal-schemas--everything-is-a-thing.md",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_pr_59_everything_is_a_thing_crystal_payloads_thingtime_schemas_schemas_browser_admin_migrations",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_59_claude_unified_thing_crystal_schemas_everything_is_a_thing_verification_log"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_pr_63_search_mongodb_grammar_query_builder_ranked_text_search_search_by_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_pr_63_search_mongodb_grammar_query_builder_ranked_text_search_search_by_schema",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_debugging_trail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_pr_63_search_mongodb_grammar_query_builder_ranked_text_search_search_by_schema",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_verification_live_worktree_stack_13710"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_pr_63_search_mongodb_grammar_query_builder_ranked_text_search_search_by_schema",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_what_shipped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_what_shipped",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_what_shipped",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_data_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/63-claude-search-page-mongodb-query-154eb4--search-page-query-builder-ranked-text-search-by-schema.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_what_shipped",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_63_claude_search_page_mongodb_query_154eb4_search_page_query_builder_ranked_text_search_by_schema_ui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_md",
      "target": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_what_shipped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_server_boundary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_pr64",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_follow_up_main_refresh_and_auth_return_2026_07_12"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_pr_65_everything_is_a_thing_satellite_collections_collapse_into_things"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_pr_65_everything_is_a_thing_satellite_collections_collapse_into_things",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_implementation_trail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_pr_65_everything_is_a_thing_satellite_collections_collapse_into_things",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_self_review_round_1_8_finder_pass_commit_4b56c57"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_pr_65_everything_is_a_thing_satellite_collections_collapse_into_things",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_self_review_round_2_regression_pass_on_round_1_fixes_commit_49c73ae"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_pr_65_everything_is_a_thing_satellite_collections_collapse_into_things",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_shape"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/65-claude-everything-is-a-thing-collections--users-themes-algorithms-waitlist-schemas-as-things.md",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_pr_65_everything_is_a_thing_satellite_collections_collapse_into_things",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_65_claude_everything_is_a_thing_collections_users_themes_algorithms_waitlist_schemas_as_things_verification_highlights_all_live_against_the_dev_stack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_pr_66_extended_props_schema_less_crystals_stranded_email_password_reset_2fa_port"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_pr_66_extended_props_schema_less_crystals_stranded_email_password_reset_2fa_port",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/66-claude-extended-props-email-auth--extended-props-schemaless-crystals-email-reset-2fa.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_pr_66_extended_props_schema_less_crystals_stranded_email_password_reset_2fa_port",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_66_claude_extended_props_email_auth_extended_props_schemaless_crystals_email_reset_2fa_what_it_adds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_pr_67_profile_composer_thingtime_posts_filters_advanced_search"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_pr_67_profile_composer_thingtime_posts_filters_advanced_search",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_debugging_log"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/67-claude-profile-feed-advanced-filters-5878aa--profile-composer-thingtime-posts-advanced-filters.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_pr_67_profile_composer_thingtime_posts_filters_advanced_search",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_67_claude_profile_feed_advanced_filters_5878aa_profile_composer_thingtime_posts_advanced_filters_what_shipped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_md",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_pr_69_unified_search_platform_profile_composer_advanced_filters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_pr_69_unified_search_platform_profile_composer_advanced_filters",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_native_thingtime_rendering_for_feed_things_thingview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_native_thingtime_rendering_for_feed_things_thingview",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_hardening_pass_recursive_review_follow_up"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "PRs/69-claude-unified-search-profile-feed-fe779a--unified-search-platform-profile-composer-advanced-filters.md",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_native_thingtime_rendering_for_feed_things_thingview",
      "target": "users_lopu_things_code_lopugit_thingtime_prs_69_claude_unified_search_profile_feed_fe779a_unified_search_platform_profile_composer_advanced_filters_2026_07_15_review_rounds_2_3_recursive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff",
      "target": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "target": "schema_feature_handoff_0_tl_dr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "target": "schema_feature_handoff_1_what_lopu_asked_for_verbatim_intent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "target": "schema_feature_handoff_2_grounding_where_things_live_verified_this_session"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "target": "schema_feature_handoff_3_what_s_done_committed_on_claude_schema_browser_builder_99c313f"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "target": "schema_feature_handoff_4_what_s_next_not_started"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "target": "schema_feature_handoff_5_house_rules_that_bit_us_before_don_t_relearn_the_hard_way"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_handoff_schema_browser_builder_search_by_schema",
      "target": "schema_feature_handoff_dev_environment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_4_what_s_next_not_started",
      "target": "schema_feature_handoff_backend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_4_what_s_next_not_started",
      "target": "schema_feature_handoff_endpoint_shared_types_useapi_additions_land"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_4_what_s_next_not_started",
      "target": "schema_feature_handoff_routing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_4_what_s_next_not_started",
      "target": "schema_feature_handoff_ship"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-FEATURE-HANDOFF.md",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_feature_handoff_4_what_s_next_not_started",
      "target": "schema_feature_handoff_ui_independent_leaves_safe_to_fan_out_to_subagents_once_the_browse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover",
      "target": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "target": "schema_platform_handover_0_tl_dr_where_things_stand"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "target": "schema_platform_handover_1_what_lopu_asked_for_verbatim_intent_all_delivered"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "target": "schema_platform_handover_2_what_was_built_file_inventory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "target": "schema_platform_handover_3_live_verification_already_done_so_you_know_the_happy_paths_work"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "target": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L248",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "target": "schema_platform_handover_5_grounding_gotchas_things_that_bit_us_don_t_relearn_the_hard_way"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_handover_schema_platform_browse_build_search_by_schema",
      "target": "schema_platform_handover_6_how_to_resume_checklist_for_the_next_chat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_1_crystal_schema_value_spread_lets_a_field_named_schema_clobber_the_scope_tag_confirmed_findings_2_11"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_2_applyschema_forces_an_invalid_guaranteed_empty_kind_for_builtins_confirmed_findings_5_7"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_3_schema_scope_locked_chip_logic_too_broad_confirmed_finding_9"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_4_dotted_field_names_blow_past_the_search_grammar_s_depth_cap_confirmed_findings_8_10"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_5_schema_deep_link_resolution_races_the_mount_search_plausible_finding_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_6_fork_enum_values_with_commas_get_split_confirmed_finding_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_7_first_schema_rail_load_never_retries_on_failure_confirmed_finding_6"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_8_browsepopular_runs_and_discards_the_count_on_every_cursor_page_confirmed_finding_12"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "SCHEMA-PLATFORM-HANDOVER.md",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "schema_platform_handover_4_the_fix_list_12_review_findings_do_these_next",
      "target": "schema_platform_handover_fix_9_usagecount_aggregates_by_non_unique_schema_name_confirmed_finding_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_01_mongodb_connection_status"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_01_mongodb_connection_status",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_01_mongodb_connection_status",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_possible_follow_ups_nice_to_have"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_01_mongodb_connection_status",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_verified"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/01-mongodb-connection-status.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_01_mongodb_connection_status",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_01_mongodb_connection_status_what_exists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_acceptance_criteria"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_decisions_locked_see_fundamentals_md"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_plan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_problems_to_fix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/02-db-populate-seeding.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_02_db_populate_seeding",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_02_db_populate_seeding_what_exists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_acceptance_criteria"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_built_this_round_remix_app_api_utils_auth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_decisions_locked_see_fundamentals_md_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_plan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_problems_to_fix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_still_open_defaults_fine_for_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_still_todo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/03-auth-login-register.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_03_auth_login_register_sessions_jwt",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_what_exists"
    },
    {
      "relation": "cites",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_auth_model",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_03_auth_login_register_built_this_round_remix_app_api_utils_auth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_04_authed_db_read_query"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_04_authed_db_read_query",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_acceptance_criteria"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_04_authed_db_read_query",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_04_authed_db_read_query",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_plan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_04_authed_db_read_query",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_security_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/04-authed-db-read-query.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_04_authed_db_read_query",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_04_authed_db_read_query_what_exists_to_build_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_05_authed_db_write_create_update_delete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_05_authed_db_write_create_update_delete",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_acceptance_criteria"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_05_authed_db_write_create_update_delete",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_05_authed_db_write_create_update_delete",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_plan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_05_authed_db_write_create_update_delete",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_security_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/05-authed-db-write.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_05_authed_db_write_create_update_delete",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_05_authed_db_write_what_exists_to_build_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_pr_12_review_actions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_pr_12_review_actions",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_1_jwt_secret_fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_pr_12_review_actions",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_2_production_source_maps"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_pr_12_review_actions",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_3_atomic_email_verification_token_consumption"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/06-pr-12-review-actions.md",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_pr_12_review_actions",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_06_pr_12_review_actions_4_unused_imports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_done_when"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_plan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_what_already_exists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_what_it_s_for"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/07-cross-tab-thingtime-sync.md",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_07_cross_tab_sync_for_persisted_thingtime_state",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_07_cross_tab_thingtime_sync_what_s_missing_broken"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_1_groups_in_drawer_click_and_draggable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_2_thingtime_brand_name_in_drawer_link_home"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_3_fix_finish_branding_page_svg_png_rendering_concept"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_4_refine_api_tests"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_5_improve_hover_context_window_on_things_property_names_key_paths"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/08-drawer-nav-editor-polish.md",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_08_drawer_nav_editor_ux_follow_ups",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_08_drawer_nav_editor_polish_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_10_delight_and_growth_ideas",
      "target": "todo_claude_todo_10_delight_and_growth_ideas_10_delight_growth_ideas_features_design_easter_eggs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_10_delight_and_growth_ideas_10_delight_growth_ideas_features_design_easter_eggs",
      "target": "todo_claude_todo_10_delight_and_growth_ideas_design"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_10_delight_and_growth_ideas_10_delight_growth_ideas_features_design_easter_eggs",
      "target": "todo_claude_todo_10_delight_and_growth_ideas_done_when"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_10_delight_and_growth_ideas_10_delight_growth_ideas_features_design_easter_eggs",
      "target": "todo_claude_todo_10_delight_and_growth_ideas_easter_eggs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_10_delight_and_growth_ideas_10_delight_growth_ideas_features_design_easter_eggs",
      "target": "todo_claude_todo_10_delight_and_growth_ideas_features_growth_stickiness"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/10-delight-and-growth-ideas.md",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_10_delight_and_growth_ideas_10_delight_growth_ideas_features_design_easter_eggs",
      "target": "todo_claude_todo_10_delight_and_growth_ideas_power_user_dev"
    },
    {
      "relation": "cites",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_auth_model",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_md"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_11_account_switcher_multi_account_sign_in"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_11_account_switcher_multi_account_sign_in",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_built_this_round"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_11_account_switcher_multi_account_sign_in",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_decisions_locked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_11_account_switcher_multi_account_sign_in",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/11-account-switcher.md",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_11_account_switcher_multi_account_sign_in",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_11_account_switcher_still_todo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_12_reactions_and_optimistic_ui",
      "target": "todo_claude_todo_12_reactions_and_optimistic_ui_12_multi_emoji_reactions_custom_emoji_picker_optimistic_ui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_12_reactions_and_optimistic_ui_12_multi_emoji_reactions_custom_emoji_picker_optimistic_ui",
      "target": "todo_claude_todo_12_reactions_and_optimistic_ui_built_this_round"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_12_reactions_and_optimistic_ui_12_multi_emoji_reactions_custom_emoji_picker_optimistic_ui",
      "target": "todo_claude_todo_12_reactions_and_optimistic_ui_decisions_locked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_12_reactions_and_optimistic_ui_12_multi_emoji_reactions_custom_emoji_picker_optimistic_ui",
      "target": "todo_claude_todo_12_reactions_and_optimistic_ui_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/12-reactions-and-optimistic-ui.md",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_12_reactions_and_optimistic_ui_12_multi_emoji_reactions_custom_emoji_picker_optimistic_ui",
      "target": "todo_claude_todo_12_reactions_and_optimistic_ui_still_todo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_13_admin_role_admin_configurable_rate_limits"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_13_admin_role_admin_configurable_rate_limits",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_bootstrap_order_important"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_13_admin_role_admin_configurable_rate_limits",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_built_this_round"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_13_admin_role_admin_configurable_rate_limits",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_decisions_locked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_13_admin_role_admin_configurable_rate_limits",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/13-admin-and-rate-limits.md",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_13_admin_role_admin_configurable_rate_limits",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_13_admin_and_rate_limits_still_todo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_md",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_14_editor_js_block_drag_drop_reordering"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_14_editor_js_block_drag_drop_reordering",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_done_when"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_14_editor_js_block_drag_drop_reordering",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_goal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_14_editor_js_block_drag_drop_reordering",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_risks_and_guardrails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/14-editorjs-block-drag-drop.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_14_editor_js_block_drag_drop_reordering",
      "target": "users_lopu_things_code_lopugit_thingtime_todo_claude_todo_14_editorjs_block_drag_drop_what_already_exists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_15_anti_abuse_storage_hardening",
      "target": "todo_claude_todo_15_anti_abuse_storage_hardening_15_anti_abuse_global_storage_budgets_verification_gates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_15_anti_abuse_storage_hardening_15_anti_abuse_global_storage_budgets_verification_gates",
      "target": "todo_claude_todo_15_anti_abuse_storage_hardening_1_global_sandbox_storage_budget_0_5gb_hour_app_wide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_15_anti_abuse_storage_hardening_15_anti_abuse_global_storage_budgets_verification_gates",
      "target": "todo_claude_todo_15_anti_abuse_storage_hardening_2_verification_gates_before_storage_mobile_within_1_day"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_15_anti_abuse_storage_hardening_15_anti_abuse_global_storage_budgets_verification_gates",
      "target": "todo_claude_todo_15_anti_abuse_storage_hardening_3_other_vectors_spotted_during_the_pr_150_151_audit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "TODO/claude-todo/15-anti-abuse-storage-hardening.md",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "todo_claude_todo_15_anti_abuse_storage_hardening_15_anti_abuse_global_storage_budgets_verification_gates",
      "target": "todo_claude_todo_15_anti_abuse_storage_hardening_definition_of_done"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_md",
      "target": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_12_everything_is_a_thing_collapse_the_satellite_collections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_12_everything_is_a_thing_collapse_the_satellite_collections",
      "target": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_map_findings_that_constrain_the_design_full_digest_see_pr_note_tool_results_b9lnk4rci_txt_in_session_scratch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_12_everything_is_a_thing_collapse_the_satellite_collections",
      "target": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_model"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_12_everything_is_a_thing_collapse_the_satellite_collections",
      "target": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_status"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_model",
      "target": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_dual_era_migration_house_pattern_per_things_v1_v2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_model",
      "target": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_kinds"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/12-everything-is-a-thing-collections.md",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_model",
      "target": "users_lopu_things_code_lopugit_thingtime_claude_todo_12_everything_is_a_thing_collections_safety_rails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces"
    },
    {
      "relation": "cites",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_consent_surface_unchanged_deliberately"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_docs_logs_tests_to_move_in_the_same_pr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_explicitly_deferred_logged_not_forgotten"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_kv_compat_warm_ups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_routes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_sandbox_parity_test_live"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_storage_bytes_not_counts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_the_model_in_one_paragraph"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "claude-todo/16-full-power-app-namespaces.md",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_todo_16_full_power_app_namespaces_16_full_power_app_namespaces",
      "target": "claude_todo_16_full_power_app_namespaces_user_browsing_in_thingtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/Use Cases/car.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_car_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_car_car"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/Use Cases/tools.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_tools_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_use_cases_tools_tools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/codex-gh-setup.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_codex_gh_setup_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_codex_gh_setup_codex_github_cli_setup_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_thingtime_design_language"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_thingtime_design_language",
      "target": "docs_design_design_language_rainbow_palette"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_thingtime_design_language",
      "target": "docs_design_design_language_theming_contract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_thingtime_design_language",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_fable_v2_landing_page_tokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_thingtime_design_language",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_prism_v1_product_ui_tokens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/DESIGN_LANGUAGE.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_thingtime_design_language",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_design_language_voxel_logo"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_readme_docs_design_claude_design_exports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/README.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_readme_docs_design_claude_design_exports",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_readme_entries"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_thingtime_claude_prototype_landing_page"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_thingtime_claude_prototype_landing_page",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_1_index_html_recommended_zero_setup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/README.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_thingtime_claude_prototype_landing_page",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_readme_2_source_editable_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_questionnaire_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_questionnaire_claude_design_questionnaire_thingtime_prototype_v1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v1/questionnaire.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_questionnaire_claude_design_questionnaire_thingtime_prototype_v1",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v1_questionnaire_answers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v2_fable_questionnaire_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v2_fable_questionnaire_claude_design_questionnaire_thingtime_prototype_v2_fable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/claude-design-mockup-v2-fable/questionnaire.md",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v2_fable_questionnaire_claude_design_questionnaire_thingtime_prototype_v2_fable",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_claude_design_mockup_v2_fable_questionnaire_answers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_thingtime_landing_directions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_thingtime_landing_directions",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_1_index_html_recommended_zero_setup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-directions/README.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_thingtime_landing_directions",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_directions_readme_2_thingtime_directions_dc_html_editable_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_thingtime_launch_celebration_page"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_thingtime_launch_celebration_page",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_1_index_html_recommended_zero_setup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/design/thingtime-launch-celebration/README.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_thingtime_launch_celebration_page",
      "target": "users_lopu_things_code_lopugit_thingtime_docs_design_thingtime_launch_celebration_readme_2_thingtime_launch_celebration_dc_html_editable_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_readme_thingtime_electron"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/README.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_readme_thingtime_electron",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_readme_commands"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/README.md",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_readme_thingtime_electron",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_readme_github_releases"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "electron/README.md",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_electron_readme_thingtime_electron",
      "target": "users_lopu_things_code_lopugit_thingtime_electron_readme_runtime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_agents",
      "target": "ios_agents_thingtime_ios_agent_runbook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_agents_thingtime_ios_agent_runbook",
      "target": "ios_agents_apple_developer_and_testflight_flow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_agents_thingtime_ios_agent_runbook",
      "target": "ios_agents_common_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_agents_thingtime_ios_agent_runbook",
      "target": "ios_agents_liquid_glass_app_icon_appicon_icon"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/AGENTS.md",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_agents_thingtime_ios_agent_runbook",
      "target": "ios_agents_simulator_testing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/CLAUDE.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_ios_claude_md",
      "target": "users_lopu_things_code_lopugit_thingtime_ios_claude_thingtime_ios_agent_runbook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_readme",
      "target": "ios_readme_thingtime_ios"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/README.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_readme_thingtime_ios",
      "target": "ios_readme_build_and_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/README.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_readme_thingtime_ios",
      "target": "ios_readme_setup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/README.md",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_readme_thingtime_ios",
      "target": "ios_readme_testflight_upload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_fastlane_readme",
      "target": "ios_fastlane_readme_available_actions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_fastlane_readme",
      "target": "ios_fastlane_readme_installation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_fastlane_readme_available_actions",
      "target": "ios_fastlane_readme_ios"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_fastlane_readme_ios",
      "target": "ios_fastlane_readme_ios_beta"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_fastlane_readme_ios",
      "target": "ios_fastlane_readme_ios_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_fastlane_readme_ios",
      "target": "ios_fastlane_readme_ios_generate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "iOS/fastlane/README.md",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "ios_fastlane_readme_ios",
      "target": "ios_fastlane_readme_ios_upload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_md",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_create_images_in_clipboard_modification_2023_07_06"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_filters_2023_03_22"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_initial_version_2023_02_23"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_localization_fix_2023_03_07"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_optimize_images_svg_conversion_more_filters_2023_04_03"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_padding_bug_fixes_2023_03_15"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_strip_exif_data_2024_01_28"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/CHANGELOG.md",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_image_modification_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_changelog_webp_support_2023_03_29"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_md",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_image_modification_devlog_a_more_detailed_changelog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_image_modification_devlog_a_more_detailed_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2023_06_18"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_image_modification_devlog_a_more_detailed_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2023_07_05"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_image_modification_devlog_a_more_detailed_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2023_07_06"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_image_modification_devlog_a_more_detailed_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2024_01_27"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/DEVLOG.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_image_modification_devlog_a_more_detailed_changelog",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_devlog_2024_01_28"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_readme_image_modification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/README.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_readme_image_modification",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_readme_commands"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/README.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_readme_image_modification",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_readme_features"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_webp_codec"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_webp_codec",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_apis"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_webp_codec",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_bugs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_webp_codec",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_discuss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_webp_codec",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_encoding_and_decoding_tools"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "raycast/assets/webp/README.md",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_webp_codec",
      "target": "users_lopu_things_code_lopugit_thingtime_raycast_assets_webp_readme_files"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_readme_md",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_readme_remix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/README.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_readme_remix",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_readme_deploy_your_own"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/README.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "users_lopu_things_code_lopugit_thingtime_remix_readme_remix",
      "target": "users_lopu_things_code_lopugit_thingtime_remix_readme_development"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v2-fable/Thingtime Landing.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_use_cases_car_car_maintenance_use_case",
      "target": "docs_design_claude_design_mockup_v2_fable_thingtime_landing_dc_landing_v2"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v2-fable/Thingtime Landing.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_use_cases_tools_tool_sharing_use_case",
      "target": "docs_design_claude_design_mockup_v2_fable_thingtime_landing_dc_landing_v2"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v2-fable/Thingtime Landing.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_thingtime_landing_dc_landing_v2",
      "target": "docs_design_thingtime_app_thingtime_app_dc_thing_editor_demo"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_design_doc",
      "target": "docs_design_thingtime_directions_thingtime_directions_classic_centered"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_design_doc",
      "target": "docs_design_thingtime_directions_thingtime_directions_crowdfund_campaign"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_design_doc",
      "target": "docs_design_thingtime_directions_thingtime_directions_developer_first"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_design_doc",
      "target": "docs_design_thingtime_directions_thingtime_directions_product_split"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_design_doc",
      "target": "docs_design_thingtime_directions_thingtime_directions_react"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_design_doc",
      "target": "docs_design_thingtime_directions_thingtime_directions_thingtime_bundle"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/Thingtime Landing 1A.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_classic_centered",
      "target": "docs_design_thingtime_landing_1a_classic_centered_thingtime_landing_1a_classic_centered_landing"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_product_split",
      "target": "docs_design_thingtime_directions_thingtime_directions_car_demo"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/Thingtime Landing 1B.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_product_split",
      "target": "docs_design_thingtime_landing_1b_product_split_thingtime_landing_1b_product_split_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/Thingtime Landing 1C.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_crowdfund_campaign",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_thingtime_landing_1c_crowdfund_campaign_landing"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-directions/Thingtime Directions.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_developer_first",
      "target": "docs_design_thingtime_directions_thingtime_directions_api_gui_mapping"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/Thingtime Landing 1D.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_developer_first",
      "target": "docs_design_thingtime_landing_1d_developer_first_thingtime_landing_1d_developer_first_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/Thingtime Landing 1A.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1a_classic_centered_thingtime_landing_1a_classic_centered_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/Thingtime Landing 1B.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1b_product_split_thingtime_landing_1b_product_split_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/Thingtime Landing 1C.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_thingtime_landing_1c_crowdfund_campaign_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/Thingtime Landing 1D.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1d_developer_first_thingtime_landing_1d_developer_first_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/Thingtime Landing 1E.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1e_typographic_story_thingtime_landing_1e_typographic_story_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/Thingtime Landing 1F.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_thingtime_landing_1f_ecosystem_map_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/Thingtime Landing 1G.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_thingtime_landing_1g_magic_path_bar_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/Thingtime Landing 1H.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_logo",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_thingtime_landing_1h_ultra_minimal_voxel_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/Thingtime Landing 1B.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_tt_attention",
      "target": "docs_design_thingtime_landing_1b_product_split_thingtime_landing_1b_product_split_landing"
    },
    {
      "relation": "shares_data_with",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/Thingtime Landing 1D.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_car_demo",
      "target": "docs_design_thingtime_directions_thingtime_directions_api_gui_mapping"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/Thingtime Landing 1B.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_car_demo",
      "target": "docs_design_thingtime_landing_1b_product_split_thingtime_landing_1b_product_split_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/Thingtime Landing 1D.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_car_demo",
      "target": "docs_design_thingtime_landing_1d_developer_first_thingtime_landing_1d_developer_first_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/Thingtime Landing 1D.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_directions_thingtime_directions_api_gui_mapping",
      "target": "docs_design_thingtime_landing_1d_developer_first_thingtime_landing_1d_developer_first_landing"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.82,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/Thingtime Landing 1A.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1a_classic_centered_thingtime_landing_1a_classic_centered_landing",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_thingtime_landing_1f_ecosystem_map_landing"
    },
    {
      "relation": "shares_data_with",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/Thingtime Landing 1B.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1b_product_split_thingtime_landing_1b_product_split_landing",
      "target": "docs_design_thingtime_landing_1d_developer_first_thingtime_landing_1d_developer_first_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/Thingtime Landing 1E.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_thingtime_landing_1e_typographic_story_landing",
      "target": "docs_design_thingtime_directions_thingtime_directions_everything_is_a_thing"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.78,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/Thingtime Landing 1E.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1e_typographic_story_thingtime_landing_1e_typographic_story_landing",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_thingtime_landing_1g_magic_path_bar_landing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/Thingtime Landing 1F.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1f_ecosystem_map_thingtime_landing_1f_ecosystem_map_landing",
      "target": "docs_design_thingtime_directions_thingtime_directions_ecosystem_surfaces"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/Thingtime Landing 1G.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1g_magic_path_bar_thingtime_landing_1g_magic_path_bar_landing",
      "target": "docs_design_thingtime_directions_thingtime_directions_magic_path_bar"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_component",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_dc_logic"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_componentdidmount",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burst"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_componentdidmount",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burstsize"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_componentdidmount",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_sizecanvas"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_componentdidmount",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_tick"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burstsize",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burstat"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_setcanvas",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_rendervals"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_setcanvas",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_sizecanvas"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_spawn",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burst"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_spawn",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_tick"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burst",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burstat"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/Thingtime Launch Celebration.dc.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_burstat",
      "target": "docs_design_thingtime_launch_celebration_thingtime_launch_celebration_dc_rendervals"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_android_icon_144x144_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_android_icon_192x192_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_apple_icon_114x114_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_apple_icon_120x120_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_apple_icon_144x144_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_apple_icon_152x152_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_apple_icon_180x180_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_apple_icon_57x57_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon_import.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_favicon_import_favicon_import",
      "target": "remix_public_apple_icon_60x60_image"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/anti-displacement.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_anti_displacement_anti_displacement_svg",
      "target": "remix_public_anti_displacement_deformmap_reference"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/displacement.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_deformmap_image",
      "target": "remix_public_displacement_svg"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/displacement-gradient-2.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_displacement_gradient_2_svg",
      "target": "remix_public_displacement_gradient_2_embedded_png"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/public/displacement-gradient.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_displacement_gradient_2_svg",
      "target": "remix_public_displacement_gradient_svg"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/displacement-gradient.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_displacement_gradient_svg",
      "target": "remix_public_displacement_gradient_embedded_png"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "remix/public/displacement.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_displacement_gradient_svg",
      "target": "remix_public_displacement_svg"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/displacement.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_displacement_svg",
      "target": "remix_public_displacement_green_gutter"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "resources/svg/qrcode-forqrcode-com.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "resources_svg_qrcode_forqrcode_com_qr_code_svg",
      "target": "resources_svg_qrcode_forqrcode_com_svg_rect_modules"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "resources/svg/qrcode-forqrcode-com.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "resources_svg_qrcode_forqrcode_com_qr_code_svg",
      "target": "resources_svg_qrcode_forqrcode_com_white_background"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.88,
      "source_file": "resources/svg/qrcode.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "resources_svg_qrcode_forqrcode_com_qr_code_svg",
      "target": "resources_svg_qrcode_qr_code_svg"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "resources/svg/qrcode.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "resources_svg_qrcode_qr_code_svg",
      "target": "resources_svg_qrcode_pink_fill"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "resources/svg/qrcode.svg",
      "source_location": null,
      "weight": 1.0,
      "source": "resources_svg_qrcode_qr_code_svg",
      "target": "resources_svg_qrcode_svg_rect_modules"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v2-fable/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_claude_design_mockup_v2_fable_index_component_set_state"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-app/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_app_index_react_component"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1a-classic-centered/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_landing_1a_classic_centered_index_react_component"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1b-product-split/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_landing_1b_product_split_index_react_component"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1c-crowdfund-campaign/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_landing_1c_crowdfund_campaign_index_react_component"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1d-developer-first/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_landing_1d_developer_first_index_react_component"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1e-typographic-story/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_landing_1e_typographic_story_index_react_component"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1f-ecosystem-map/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_landing_1f_ecosystem_map_index_react_component"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1g-magic-path-bar/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_react_component",
      "target": "docs_design_thingtime_landing_1g_magic_path_bar_index_react_component"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/claude-design-mockup-v2-fable/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v2_fable_index_component_set_state",
      "target": "docs_design_claude_design_mockup_v2_fable_index_react_noop_update_queue"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_html_document",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_inlined_react"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_inlined_react",
      "target": "docs_design_thingtime_launch_celebration_index_inlined_react"
    },
    {
      "relation": "implements",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_component",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_purecomponent"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_component",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_reactnoopupdatequeue"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_reactnoopupdatequeue",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_warnnoop"
    },
    {
      "relation": "calls",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "docs/design/thingtime-landing-1h-ultra-minimal-voxel/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_warnnoop",
      "target": "docs_design_thingtime_landing_1h_ultra_minimal_voxel_index_printwarning"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-launch-celebration/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_launch_celebration_index_html_document",
      "target": "docs_design_thingtime_launch_celebration_index_inlined_react"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design-inspiration/human-ai/html-examples/gold-standard-ai-era-value-moats-light-v5-balanced-cards.html",
      "source_location": null,
      "weight": 1.0,
      "source": "ai_idlings_2026_06_23_135148_aest_00_vibe_map_thingtime_north_star",
      "target": "docs_design_inspiration_human_ai_html_examples_gold_standard_ai_era_value_moats_light_v5_balanced_cards_ai_era_value_moats_light"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "AMBIGUOUS",
      "confidence_score": 0.45,
      "source_file": "docs/design/claude-design-mockup-v1/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_claude_design_mockup_v1_index_bundled_page",
      "target": "docs_design_inspiration_human_ai_image_examples_gold_star_flashy_saas_theme_design_gold_star_flashy_saas_theme_design"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design-inspiration/human-ai/html-examples/gold-standard-ai-era-value-moats-light-v5-balanced-cards.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_inspiration_human_ai_html_examples_gold_standard_ai_era_value_moats_light_v5_balanced_cards_ai_era_value_moats_light",
      "target": "docs_design_inspiration_human_ai_html_examples_gold_standard_ai_era_value_moats_light_v5_premium_balanced_cards_ai_era_value_moats_premium"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design-inspiration/human-ai/html-examples/gold-standard-ai-era-value-moats-light-v5-balanced-cards.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_inspiration_human_ai_html_examples_gold_standard_ai_era_value_moats_light_v5_balanced_cards_ai_era_value_moats_light",
      "target": "docs_design_inspiration_human_ai_html_examples_gold_standard_v2_ai_moats_thingtime_report_dark_ai_era_value_moats_dark"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design-inspiration/human-ai/html-examples/silver-standard-ai-era-moats-gradient-overflow-text-legibility-bug.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_inspiration_human_ai_html_examples_gold_standard_v2_ai_moats_thingtime_report_dark_ai_era_value_moats_dark",
      "target": "docs_design_inspiration_human_ai_html_examples_silver_standard_ai_era_moats_gradient_overflow_text_legibility_bug_ai_era_moats_silver"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-algorithm-growth/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_algorithm_growth_index_algorithm_growth_mockup",
      "target": "docs_design_thingtime_algorithm_growth_index_render"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-algorithm-growth/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_algorithm_growth_index_stage_for",
      "target": "docs_design_thingtime_algorithm_growth_index_render"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-theme-gallery/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_theme_gallery_index_theme_gallery_mockup",
      "target": "docs_design_thingtime_theme_gallery_index_card"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/design/thingtime-theme-gallery/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_design_thingtime_theme_gallery_index_voxel",
      "target": "docs_design_thingtime_theme_gallery_index_card"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/pr-conflict-resolver.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_pr_conflict_resolver_pr_conflict_resolver",
      "target": "github_workflows_pr_conflict_resolver_find_conflicting_prs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/pr-conflict-resolver.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_pr_conflict_resolver_pr_conflict_resolver",
      "target": "github_workflows_pr_conflict_resolver_resolve"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/pr-conflict-resolver.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_pr_conflict_resolver_resolve",
      "target": "github_workflows_pr_conflict_resolver_find_conflicting_prs"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_apps_api",
      "target": "remix_public_sdk_thingtime_login_thingtime_render_button"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_render_login_button",
      "target": "remix_public_sdk_thingtime_login_thingtime_render_button"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_with_session",
      "target": "remix_public_sdk_thingtime_login_thingtime_data"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_pnpm_workspace_workspace_configuration",
      "target": "remix_pnpm_workspace_allowed_build_dependencies"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_pnpm_workspace_workspace_configuration",
      "target": "remix_pnpm_workspace_modules_purge_policy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_pnpm_workspace_workspace_configuration",
      "target": "remix_pnpm_workspace_release_age_exclusions"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "remix/pnpm-workspace.yaml",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_pnpm_workspace_release_age_exclusions",
      "target": "remix_pnpm_workspace_allowed_build_dependencies"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_guard_sandbox",
      "target": "remix_public_sdk_demo_log"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_render_login_button",
      "target": "remix_public_sdk_demo_log"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_render_login_button",
      "target": "remix_public_sdk_demo_is_sandbox"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_render_login_button",
      "target": "remix_public_sdk_demo_required_scopes"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_render_login_button",
      "target": "remix_public_sdk_demo_optional_scopes"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_with_session",
      "target": "remix_public_sdk_demo_guard_sandbox"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "remix/public/sdk/demo.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_public_sdk_demo_docs_embed",
      "target": "remix_public_sdk_demo_docs_api_embed"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "iOS/Thingtime/Resources/Assets.xcassets/AppIcon.appiconset/icon-1024.png",
      "source_location": null,
      "weight": 1.0,
      "source": "ios_thingtime_resources_assets_appicon_appiconset_icon_1024_thingtime_app_icon",
      "target": "ios_thingtime_resources_appicon_icon_assets_canopy_canopy_layer"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "iOS/Thingtime/Resources/Assets.xcassets/AppIcon.appiconset/icon-1024.png",
      "source_location": null,
      "weight": 1.0,
      "source": "ios_thingtime_resources_assets_appicon_appiconset_icon_1024_thingtime_app_icon",
      "target": "ios_thingtime_resources_appicon_icon_assets_trunk_trunk_layer"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/develop-pr-preview.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_develop_pr_preview",
      "target": "github_workflows_develop_pr_preview_control_plane"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/develop-pr-preview.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_develop_pr_preview_control_plane",
      "target": "github_actions_branch_reusable_workflows"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": ".github/workflows/promote-features-to-main.yml",
      "source_location": null,
      "weight": 0.7,
      "source": "github_workflows_promote_features_to_main",
      "target": "ai_all_pr_publishing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/promote-features-to-main.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_promote_features_to_main",
      "target": "github_workflows_promote_features_to_main_control_plane"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/promote-features-to-main.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_promote_features_to_main_control_plane",
      "target": "github_actions_branch_reusable_workflows"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/web-ci.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_web_ci",
      "target": "github_workflows_web_ci_control_plane"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/workflows/web-ci.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_workflows_web_ci_control_plane",
      "target": "github_actions_branch_reusable_workflows"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/project.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "ios_project_thingtime_scheme",
      "target": "ios_project_thingtime_target"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/project.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "ios_project_thingtimetests_target",
      "target": "ios_project_thingtime_target"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "iOS/project.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "ios_project_thingtime_scheme",
      "target": "ios_project_thingtimetests_target"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 0.8,
      "source": "fundamentals_storage_ledger",
      "target": "remix_app_api_utils_subscriptions"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_prepare",
      "target": "github_scripts_rebase_stack_prepare_round"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_assert_safe_regular_text_conflict"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_clear_scratch"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_emit"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_emit_paths"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_has_coherent_zdiff3_markers"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_hash_rebase_state"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_rebase_in_progress"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_review_sensitive_path"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_secure_git_environment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_sh__entry"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_sha256_file"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_sha256_stdin"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_unsafe_path_syntax"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round",
      "target": "github_scripts_rebase_stack_prepare_round_write_unmerged_paths"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L310",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_assert_safe_regular_text_conflict"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L351",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_clear_scratch"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L360",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_emit"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L370",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_emit_paths"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L270",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_rebase_in_progress"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L314",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_review_sensitive_path"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L239",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_secure_git_environment"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L301",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_unsafe_path_syntax"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L284",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_sh__entry",
      "target": "github_scripts_rebase_stack_prepare_round_write_unmerged_paths"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L127",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_assert_safe_regular_text_conflict",
      "target": "github_scripts_rebase_stack_prepare_round_unsafe_path_syntax"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L139",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_assert_safe_regular_text_conflict",
      "target": "github_scripts_rebase_stack_prepare_round_has_coherent_zdiff3_markers"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L203",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_hash_rebase_state",
      "target": "github_scripts_rebase_stack_prepare_round_sha256_file"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/prepare-round.sh",
      "source_location": "L205",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_prepare_round_hash_rebase_state",
      "target": "github_scripts_rebase_stack_prepare_round_sha256_stdin"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_comment_helper",
      "target": "github_scripts_rebase_stack_test_sensitive_comment_helper_cleanup"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_comment_helper",
      "target": "github_scripts_rebase_stack_test_sensitive_comment_helper_exercise_helper"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_comment_helper",
      "target": "github_scripts_rebase_stack_test_sensitive_comment_helper_extract_helper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_comment_helper",
      "target": "github_scripts_rebase_stack_test_sensitive_comment_helper_sh__entry"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L194",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_comment_helper_sh__entry",
      "target": "github_scripts_rebase_stack_test_sensitive_comment_helper_exercise_helper"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-comment-helper.sh",
      "source_location": "L37",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_comment_helper_sh__entry",
      "target": "github_scripts_rebase_stack_test_sensitive_comment_helper_extract_helper"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_path_policy",
      "target": "github_scripts_rebase_stack_test_sensitive_path_policy_cleanup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_path_policy",
      "target": "github_scripts_rebase_stack_test_sensitive_path_policy_sh__entry"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_path_policy",
      "target": "github_scripts_rebase_stack_test_sensitive_path_policy_write_revision"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": ".github/scripts/rebase-stack/test-sensitive-path-policy.sh",
      "source_location": "L47",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "github_scripts_rebase_stack_test_sensitive_path_policy_sh__entry",
      "target": "github_scripts_rebase_stack_test_sensitive_path_policy_write_revision"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_app_providers_thingtimeprovider",
      "target": "remix_app_providers_thingtimepersistcodec"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeprovider",
      "target": "remix_app_providers_thingtimeprovider_everythingtypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeprovider",
      "target": "remix_app_providers_thingtimeprovider_thingtimecontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeprovider",
      "target": "remix_app_providers_thingtimeprovider_thingtimeprovider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/ThingtimeProvider.tsx",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimeprovider",
      "target": "remix_app_providers_thingtimeprovider_thingtimetypes"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 0.8,
      "source": "remix_changelog_legacy_function_state_repair",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "references",
      "confidence": "AMBIGUOUS",
      "confidence_score": 0.45,
      "source_file": "remix/index.html",
      "source_location": null,
      "weight": 0.5,
      "source": "remix_index_entry_client",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_c_eval_csp",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_d_date_parse",
      "target": "remix_app_providers_thingtimeprovider"
    },
    {
      "relation": "references",
      "context": "import",
      "confidence": "INFERRED",
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "confidence_score": 0.85,
      "source": "remix_app_providers_thingtimepersistcodec_test",
      "target": "remix_app_providers_thingtimepersistcodec"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec_test",
      "target": "remix_app_providers_thingtimepersistcodec_parse"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec_test",
      "target": "remix_app_providers_thingtimepersistcodec_reviver"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec_test",
      "target": "remix_app_providers_thingtimepersistcodec_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec_test",
      "target": "remix_app_providers_thingtimepersistcodec_test_roundtrip"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "remix_app_providers_thingtimepersistcodec_test"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec_test_roundtrip",
      "target": "remix_app_providers_thingtimepersistcodec_parse"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.test.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec_test_roundtrip",
      "target": "remix_app_providers_thingtimepersistcodec_stringify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec",
      "target": "remix_app_providers_thingtimepersistcodec_parse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec",
      "target": "remix_app_providers_thingtimepersistcodec_replacer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec",
      "target": "remix_app_providers_thingtimepersistcodec_reviver"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_providers_thingtimepersistcodec",
      "target": "remix_app_providers_thingtimepersistcodec_stringify"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 0.8,
      "source": "remix_changelog_legacy_function_state_repair",
      "target": "remix_app_providers_thingtimepersistcodec"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "remix_app_providers_thingtimepersistcodec"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_providers_thingtimepersistcodec_parse",
      "target": "remix_app_providers_thingtimepersistcodec_reviver"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/Providers/thingtimePersistCodec.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_providers_thingtimepersistcodec_stringify",
      "target": "remix_app_providers_thingtimepersistcodec_replacer"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/environment.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_environment_test",
      "target": "remix_app_api_utils_vercel_environment"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/environment.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_environment_test",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_environment",
      "target": "remix_app_api_utils_vercel_environment_deploymentstatusenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_environment",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_environment",
      "target": "remix_app_api_utils_vercel_environment_isvisiblevercelenvironment"
    },
    {
      "relation": "re_exports",
      "context": "export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_environment"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server",
      "target": "remix_app_api_utils_vercel_environment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/environment.ts",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_environment_isvercelstatusenabled",
      "target": "remix_app_api_utils_vercel_environment_isvisiblevercelenvironment"
    },
    {
      "relation": "re_exports",
      "context": "re-export",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L64",
      "weight": 1.0,
      "source": "remix_app_root_data_server_loadrootdata",
      "target": "remix_app_api_utils_vercel_environment_isvercelstatusenabled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L423",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_appenddeploymentidtodashboardurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L163",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_clamppercent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_deploymentpagecache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L708",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_formatbuildphase"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L553",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_formatrelativetime"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L642",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getbranchdeploymentkey"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getbuildprogressfromchecks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getcachedjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdashboardownerslug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L357",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdashboardprojectslug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L469",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentbranch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L616",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentcommitsha"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L627",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentcreatedat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L498",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentdashboardurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentenvironment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L601",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L544",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentreadyat"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentstate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L635",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getdeploymentsummarytimestamp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L577",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getlastreadydeployment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getownerslugfromdeploymenthost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L406",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getprojectdashboardurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L451",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getprojectslugfromdeploymenthost"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L525",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_gettimestamp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L735",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_gettokenlessfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getvercelapiheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L951",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L221",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentspage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentspages"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L778",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_getvercelprojectdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_islivestatusdeployment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L581",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_ismatchingdeployment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_live_status_deployment_states"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_normalisedeploymentbranchlimit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_normaliseprogress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_normalisestate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_normaliseurl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_projectdatacache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_setcachedjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentsoverview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentstatus"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status",
      "target": "remix_app_api_utils_vercel_status_verceldeploymentsummary"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentspage",
      "target": "remix_app_api_utils_vercel_status_getcachedjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L385",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getvercelprojectdata",
      "target": "remix_app_api_utils_vercel_status_getcachedjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L960",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview",
      "target": "remix_app_api_utils_vercel_status_normalisedeploymentbranchlimit"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentspage",
      "target": "remix_app_api_utils_vercel_status_setcachedjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L401",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getvercelprojectdata",
      "target": "remix_app_api_utils_vercel_status_setcachedjson"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L470",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost",
      "target": "remix_app_api_utils_vercel_status_normaliseurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L746",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_gettokenlessfallback",
      "target": "remix_app_api_utils_vercel_status_normaliseurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L963",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview",
      "target": "remix_app_api_utils_vercel_status_normaliseurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L782",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_normaliseurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L207",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentstate",
      "target": "remix_app_api_utils_vercel_status_normalisestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L699",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getbuildprogressfromchecks",
      "target": "remix_app_api_utils_vercel_status_clamppercent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_normaliseprogress",
      "target": "remix_app_api_utils_vercel_status_clamppercent"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L885",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_normaliseprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdashboardownerslug",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L606",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentbranch",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L617",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentcommitsha",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentcreatedat",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentreadyat",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L193",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getstringvalue",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L320",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentspages",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L590",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_ismatchingdeployment",
      "target": "remix_app_api_utils_vercel_status_getobjectvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdashboardownerslug",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L358",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdashboardprojectslug",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L610",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentbranch",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L620",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentcommitsha",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L624",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentenvironment",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L602",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentid",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentstate",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L871",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L594",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_ismatchingdeployment",
      "target": "remix_app_api_utils_vercel_status_getstringvalue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L845",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getdeploymentstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_islivestatusdeployment",
      "target": "remix_app_api_utils_vercel_status_getdeploymentstate"
    },
    {
      "relation": "indirect_call",
      "context": "argument",
      "confidence": "INFERRED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L838",
      "weight": 1.0,
      "confidence_score": 0.5,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_islivestatusdeployment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L261",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentspage",
      "target": "remix_app_api_utils_vercel_status_getvercelapiheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L392",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getvercelprojectdata",
      "target": "remix_app_api_utils_vercel_status_getvercelapiheaders"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L311",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentspages",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentspage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L814",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentspage"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview",
      "target": "remix_app_api_utils_vercel_status_getverceldeploymentspages"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L1019",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview",
      "target": "remix_app_api_utils_vercel_status_getdashboardownerslug"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L857",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getdashboardownerslug"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L1020",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview",
      "target": "remix_app_api_utils_vercel_status_getdashboardprojectslug"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L860",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getdashboardprojectslug"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L1013",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentsoverview",
      "target": "remix_app_api_utils_vercel_status_getvercelprojectdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L821",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getvercelprojectdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost",
      "target": "remix_app_api_utils_vercel_status_getprojectdashboardurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L509",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentdashboardurl",
      "target": "remix_app_api_utils_vercel_status_getprojectdashboardurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L861",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getprojectdashboardurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L519",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentdashboardurl",
      "target": "remix_app_api_utils_vercel_status_appenddeploymentidtodashboardurl"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L478",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost",
      "target": "remix_app_api_utils_vercel_status_getownerslugfromdeploymenthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L482",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost",
      "target": "remix_app_api_utils_vercel_status_getprojectslugfromdeploymenthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L520",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentdashboardurl",
      "target": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L752",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_gettokenlessfallback",
      "target": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L864",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getdashboardurlfromdeploymenthost"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L629",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentcreatedat",
      "target": "remix_app_api_utils_vercel_status_gettimestamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L546",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentreadyat",
      "target": "remix_app_api_utils_vercel_status_gettimestamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L636",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getdeploymentsummarytimestamp",
      "target": "remix_app_api_utils_vercel_status_gettimestamp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L865",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getdeploymentreadyat"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L920",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_formatrelativetime"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L844",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getlastreadydeployment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L880",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_getbuildprogressfromchecks"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L891",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_formatbuildphase"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/api/utils/vercel/status.ts",
      "source_location": "L803",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_api_utils_vercel_status_getverceldeploymentstatus",
      "target": "remix_app_api_utils_vercel_status_gettokenlessfallback"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server_test",
      "target": "remix_app_root_data_server"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.test.ts",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server_test",
      "target": "remix_app_root_data_server_rootdataresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.test.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server_test",
      "target": "remix_app_root_data_server_test_test_env_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.test.ts",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server_test",
      "target": "remix_app_root_data_server_test_withtestenv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server",
      "target": "remix_app_root_data_server_getdeploymentbranchname"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server",
      "target": "remix_app_root_data_server_loadrootdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server",
      "target": "remix_app_root_data_server_public_thingtime_env_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server",
      "target": "remix_app_root_data_server_rootdataresponse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server",
      "target": "remix_app_root_data_server_rootloaderdata"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server_loadrootdata",
      "target": "remix_app_root_data_server_getdeploymentbranchname"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/root-data.server.ts",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_root_data_server_rootdataresponse",
      "target": "remix_app_root_data_server_loadrootdata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/api/v1/auth/register/_register.tsx",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_api_v1_auth_register_register",
      "target": "remix_app_routes_api_v1_auth_register_register_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/PreviewPane.tsx",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_previewpane",
      "target": "remix_app_routes_docs_previewpane_previewframe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/routes/docs/PreviewPane.tsx",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_routes_docs_previewpane",
      "target": "remix_app_routes_docs_previewpane_previewframeprops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_apidocssmoketests"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L1790",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_apitestgroups"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_apitests"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_decodejwtpayload"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_isobject"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_plusalias"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_sixdigitcode"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L517",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_uniqueemailotpbody"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L471",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_uniqueemailregisterbody"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L490",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_uniqueemailserviceaccountbody"
    },
    {
      "relation": "indirect_call",
      "confidence": "INFERRED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L419",
      "weight": 1.0,
      "context": "collection",
      "confidence_score": 0.5,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_uniqueserviceaccountbody"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_uniquesuffix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests",
      "target": "remix_app_tests_api_apitests_uniquetestip"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_plusalias",
      "target": "remix_app_tests_api_apitests_uniquesuffix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_uniqueemailregisterbody",
      "target": "remix_app_tests_api_apitests_uniquesuffix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_uniqueemailserviceaccountbody",
      "target": "remix_app_tests_api_apitests_uniquesuffix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_uniqueserviceaccountbody",
      "target": "remix_app_tests_api_apitests_uniquesuffix"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_uniqueemailotpbody",
      "target": "remix_app_tests_api_apitests_plusalias"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_uniqueemailregisterbody",
      "target": "remix_app_tests_api_apitests_plusalias"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_uniqueemailserviceaccountbody",
      "target": "remix_app_tests_api_apitests_plusalias"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/app/tests/api/apiTests.ts",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_app_tests_api_apitests_uniqueemailotpbody",
      "target": "remix_app_tests_api_apitests_sixdigitcode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_devdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_engines"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_packagemanager"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_private"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_sideeffects"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package",
      "target": "remix_package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_build_client"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_build_server"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_dev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_dev_nitro"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_dev_vite"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_ensure_bcrypt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_ensure_deps"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_format"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_lint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_lint_files"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_lint_fix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_patch_vercel_output"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_postinstall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_pre_dev"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_preview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_sync_nitro_template"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_acl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_ai_model_routing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_app_origins"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_app_storage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_attachments"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_autosave"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_ci_control"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_client_errors"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L36",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_collections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_editorjs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_lopu"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_messenger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_migrations"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_persist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_preview_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_quota"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_root_data"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_schemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_sensitive_reveal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_settings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_storage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_storage_recovery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_subscriptions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_temporary_user"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_things"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_typecheck_ratchet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_unit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_vercel_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_vercel_status"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_web_ci_context"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_test_workflow_callers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_typecheck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_typecheck_ratchet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_verify_app_storage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_scripts",
      "target": "remix_package_scripts_verify_vercel_output"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_anthropic_ai_sdk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_aws_sdk_client_s3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_aws_sdk_client_sesv2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_aws_sdk_s3_request_presigner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_axios"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_bcrypt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_chakra_ui_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_chakra_ui_react_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_draft_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_checklist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_code"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_delimiter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_editorjs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_embed"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_header"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_inline_code"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_list"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_marker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_quote"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_simple_image"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_table"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_underline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_editorjs_warning"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_emojis_list"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L99",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_emotion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_emotion_cache"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_emotion_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_emotion_server"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_file_type"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_flatted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_fortawesome_fontawesome_svg_core"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_fortawesome_free_regular_svg_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_fortawesome_free_solid_svg_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_fortawesome_react_fontawesome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_fuse_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L103",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_gradient_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_hex_to_rgba"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_isbot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_jose"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_localforage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_lodash_es"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_lucide_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_monaco_editor_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_mongodb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_nitro"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_openai"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_prismjs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_click_away_listener"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_contenteditable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_dom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_router"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_simple_code_editor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_sticky"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_sticky_el"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_react_visibility_sensor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_rxjs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L125",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_sshpk"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_tinygradient"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_tldts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_unicode_emoji_json"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L129",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_uuid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_vercel_analytics"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_vercel_oidc_aws_credentials_provider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_vercel_sandbox"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_dependencies",
      "target": "remix_package_dependencies_workflow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_emotion_styled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_config_prettier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_loader"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L145",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_plugin_chakra_ui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_plugin_hydrogen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_plugin_prettier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_plugin_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_plugin_react_hooks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_plugin_simple_import_sort"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L151",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_eslint_plugin_unused_imports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_framer_motion"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_prettier"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_remix_run_eslint_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_shopify_eslint_plugin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L154",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_ts_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_tsx"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L136",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_types_eslint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_types_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_types_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_types_react_dom"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L156",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_typescript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_typescript_eslint_parser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L157",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_vite"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_devdependencies",
      "target": "remix_package_devdependencies_vitejs_plugin_react"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/package.json",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_package_engines",
      "target": "remix_package_engines_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp",
      "target": "remix_scripts_csp_buildcsp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp",
      "target": "remix_scripts_csp_designbundlescsp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp",
      "target": "remix_scripts_csp_devcsp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp",
      "target": "remix_scripts_csp_directives"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp",
      "target": "remix_scripts_csp_prodcsp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp",
      "target": "remix_scripts_csp_serialize"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_csp"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_csp"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_scripts_csp"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp_buildcsp",
      "target": "remix_scripts_csp_directives"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/csp.mjs",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_csp_buildcsp",
      "target": "remix_scripts_csp_serialize"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_csp_prodcsp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_csp_prodcsp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_scripts_csp_devcsp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_csp_designbundlescsp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_csp_designbundlescsp"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_scripts_csp_designbundlescsp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_patch_vercel_output_apicatchallroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_patch_vercel_output_apirootdataroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_patch_vercel_output_appshellheaders"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_patch_vercel_output_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_patch_vercel_output_filesystemroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/patch-vercel-output.mjs",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_patch_vercel_output",
      "target": "remix_scripts_patch_vercel_output_serverfallbackroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_apiindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_appentrytag"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_appscriptsources"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_authorizeheadersindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_bootscript"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_cspheadersindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_designbundlesheadersindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_directindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_filesystemindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_getdirectivesources"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_hasfilesystemroute"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_indexhtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_inlineexecutablescripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_previewfreshnessindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_readjson"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_rootindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_serverfallbackindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/scripts/verify-vercel-output.mjs",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_scripts_verify_vercel_output",
      "target": "remix_scripts_verify_vercel_output_spaindex"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L186",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_configure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_designdocsdir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_designdocsstaticplugin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_hasusablelocalapienv"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_ispathinside"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_mimetypes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_ports_devports"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_previewfreshnesshtmlplugin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_require"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_resolvedevcontext"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "remix/vite.config.ts",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "remix_vite_config",
      "target": "remix_vite_config_rewriteproxycookieforlocaldev"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundamentals_seed_through_real_api",
      "target": "fundamentals_api_gateway"
    },
    {
      "relation": "shares_data_with",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "FUNDAMENTALS.md",
      "source_location": null,
      "weight": 0.9,
      "source": "fundamentals_app_namespaces",
      "target": "fundamentals_storage_ledger"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201",
      "target": "vercel_deployments_develop_custom_environment"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201",
      "target": "vercel_deployments_oidc_s3_roles"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_pr232",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_pr237",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201"
    },
    {
      "relation": "shares_data_with",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_storage_ledger"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_content_endpoint",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_multipart_upload",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_profile_media",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_attachment_purposes",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_storage_failure_codes",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_storage_ledger"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_cleanup_job",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_multipart_upload"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_cleanup_job",
      "target": "vercel_deployments_cron_secret"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_attachments_cleanup_cron",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_cleanup_job"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_profile_media",
      "target": "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_content_endpoint"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_pr232",
      "target": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_linked_url_fallback"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "PRs/232-codex-media-gallery-profile-attachments--add-media-galleries-and-managed-profile-attachments.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_pr232",
      "target": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_proxy_origin_check"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_pr237",
      "target": "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_pr232"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_custom_emoji_uploads",
      "target": "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_attachment_purposes"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_project",
      "target": "vercel_deployments_develop_custom_environment"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_project",
      "target": "vercel_deployments_preview"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_project",
      "target": "vercel_deployments_production"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_production",
      "target": "vercel_deployments_oidc_s3_roles"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_develop_custom_environment",
      "target": "vercel_deployments_oidc_s3_roles"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_develop_pr_preview_controller",
      "target": "vercel_deployments_develop_custom_environment"
    },
    {
      "relation": "shares_data_with",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_preview",
      "target": "vercel_deployments_develop_custom_environment"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_develop_pr_preview_controller",
      "target": "vercel_deployments_preview"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_develop_pr_preview_controller",
      "target": "vercel_deployments_wildcard_dns"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "VERCEL_DEPLOYMENTS.md",
      "source_location": null,
      "weight": 1.0,
      "source": "vercel_deployments_attachments_cleanup_cron",
      "target": "vercel_deployments_cron_secret"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme",
      "target": "readme_ai_agent_instructions"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme",
      "target": "readme_github_actions_control_plane"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing",
      "target": "readme"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_admin_ci_control",
      "target": "readme_github_actions_control_plane"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_github_actions_control_plane",
      "target": "readme_ci_provider_router"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_web_ci_contexts",
      "target": "readme_github_actions_control_plane"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_admin_ci_control",
      "target": "readme_ci_provider_router"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_ci_provider_router",
      "target": "readme_vercel_sandbox_runner"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_admin_ci_control",
      "target": "readme_vercel_sandbox_runner"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_admin_access",
      "target": "readme_admin_ci_control"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_admin_ci_control",
      "target": "readme_admin_ci_control"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/183-codex-ai-rebase-stack-resolver--add-automatic-ai-rebase-support-for-pr-stacks.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_183_codex_ai_rebase_stack_resolver__add_automatic_ai_rebase_support_for_pr_stacks",
      "target": "readme_resolve_pr_conflicts"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "PRs/99-claude-eval-csp-hardening--persisted-state-csp-register-body-cap.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap",
      "target": "readme_resolve_pr_conflicts"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_promote_features_to_main",
      "target": "readme_resolve_pr_conflicts"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_resolve_pr_conflicts",
      "target": "readme_model_waterfall"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_resolve_pr_conflicts",
      "target": "readme_rebase_pr_stacks"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_ai_merge_conflict_resolver",
      "target": "readme_resolve_pr_conflicts"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action",
      "target": "readme_rebase_pr_stacks"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "PRs/183-codex-ai-rebase-stack-resolver--add-automatic-ai-rebase-support-for-pr-stacks.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_183_codex_ai_rebase_stack_resolver__add_automatic_ai_rebase_support_for_pr_stacks",
      "target": "readme_rebase_pr_stacks"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "PRs/99-claude-eval-csp-hardening--persisted-state-csp-register-body-cap.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap",
      "target": "readme_rebase_pr_stacks"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_rebase_pr_stacks",
      "target": "readme_model_waterfall"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_ai_rebase_resolver",
      "target": "readme_rebase_pr_stacks"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_promote_features_to_main",
      "target": "readme_promote_develop_to_main"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_promoter",
      "target": "readme_promote_features_to_main"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_api_self_documentation",
      "target": "readme_nitro_react_router_app"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_electron_desktop_app",
      "target": "readme_nitro_react_router_app"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_nitro_react_router_app",
      "target": "readme_mongodb_configuration"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_worktree_bootstrap",
      "target": "readme_nitro_react_router_app"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_extended_and_schemaless_crystals",
      "target": "readme_api_self_documentation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_docs_code_windows",
      "target": "readme_api_self_documentation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_data_crystals_depth",
      "target": "readme_extended_and_schemaless_crystals"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_mongo_endpoint",
      "target": "readme_mongodb_configuration"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_admin_endpoint_lockdown",
      "target": "readme_mongodb_configuration"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_admin_access",
      "target": "readme_subscription_tiers"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_admin_migrations",
      "target": "readme_admin_access"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.6,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_password_hasher",
      "target": "readme_admin_access"
    },
    {
      "relation": "shares_data_with",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_private_s3_attachments",
      "target": "readme_subscription_tiers"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.65,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_service_account_provisioning",
      "target": "readme_subscription_tiers"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_admin_dashboard",
      "target": "readme_subscription_tiers"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_app_storage_manager",
      "target": "readme_subscription_tiers"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_password_reset_2fa",
      "target": "readme_jwt_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_service_account_provisioning",
      "target": "readme_jwt_auth"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_pat_token_minter",
      "target": "readme_jwt_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_remove_hs256_fallback",
      "target": "readme_jwt_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_token_introspection",
      "target": "readme_jwt_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_password_reset_2fa",
      "target": "readme_email_delivery"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_notification_emails",
      "target": "readme_email_delivery"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_verification_link_origin",
      "target": "readme_email_delivery"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_notifications",
      "target": "readme_notification_emails"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_develop_pr_preview_controller",
      "target": "readme_private_s3_attachments"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_private_s3_attachments",
      "target": "readme_attachment_cleanup_cron"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_messenger",
      "target": "readme_private_s3_attachments"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_post_comment_attachments",
      "target": "readme_private_s3_attachments"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_profile_media",
      "target": "readme_private_s3_attachments"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_post_comment_attachments",
      "target": "readme_attachment_cleanup_cron"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_admin_endpoint_lockdown",
      "target": "readme_service_account_provisioning"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_lopu_ai_musings",
      "target": "readme_model_waterfall"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_model_waterfall",
      "target": "readme_lopu_ai_musings"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_claude_step",
      "target": "readme_model_waterfall"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_model_waterfall",
      "target": "readme_model_waterfall"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_develop_pr_preview_controller",
      "target": "readme_vercel_deployment_status"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.75,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_ios_testflight_web_url",
      "target": "readme_vercel_deployment_status"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "readme_public_env_exposure_rule",
      "target": "readme_vercel_deployment_status"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_ios_destination_drawer",
      "target": "readme_vercel_deployment_status"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_vercel_webhooks",
      "target": "readme_vercel_deployment_status"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_develop_pr_previews",
      "target": "readme_develop_pr_preview_controller"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_ios_destination_drawer",
      "target": "readme_ios_testflight_web_url"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_ai_instruction_links",
      "target": "readme_ai_agent_instructions"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing",
      "target": "testing_admin_ci_control"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing",
      "target": "testing_ai_instruction_links"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing",
      "target": "testing_ai_merge_conflict_resolver"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing",
      "target": "testing_ai_rebase_resolver"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing",
      "target": "testing_develop_pr_previews"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing",
      "target": "testing_post_comment_attachments"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "PRs/183-codex-ai-rebase-stack-resolver--add-automatic-ai-rebase-support-for-pr-stacks.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_183_codex_ai_rebase_stack_resolver__add_automatic_ai_rebase_support_for_pr_stacks",
      "target": "testing_ai_rebase_resolver"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_ai_rebase_resolver",
      "target": "github_actions_rebase_conflict_round_action"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_persist_codec",
      "target": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_persisted_code_execution",
      "target": "testing_persist_codec"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_sandbox_tokens",
      "target": "testing_shared_app_data"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_auth_rate_limiting",
      "target": "testing_rate_limiting"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_notifications",
      "target": "testing_social_graph"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo_dx_ratchet",
      "target": "testing_web_ci_contexts"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "TESTING.md",
      "source_location": null,
      "weight": 1.0,
      "source": "testing_register_body_cap",
      "target": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action",
      "target": "github_actions_rebase_conflict_round_action_bootstrap"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action",
      "target": "github_actions_rebase_conflict_round_action_claude_step"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action",
      "target": "github_actions_rebase_conflict_round_action_prepare"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action",
      "target": "github_actions_rebase_conflict_round_action_verify"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/183-codex-ai-rebase-stack-resolver--add-automatic-ai-rebase-support-for-pr-stacks.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_183_codex_ai_rebase_stack_resolver__add_automatic_ai_rebase_support_for_pr_stacks",
      "target": "github_actions_rebase_conflict_round_action"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_bootstrap",
      "target": "github_actions_rebase_conflict_round_action_hash_trusted_tree"
    },
    {
      "relation": "shares_data_with",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_claude_step",
      "target": "github_actions_rebase_conflict_round_action_prepare"
    },
    {
      "relation": "shares_data_with",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_verify",
      "target": "github_actions_rebase_conflict_round_action_prepare"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_verify",
      "target": "github_actions_rebase_conflict_round_action_hash_rebase_state"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_verify",
      "target": "github_actions_rebase_conflict_round_action_hash_trusted_tree"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_verify",
      "target": "github_actions_rebase_conflict_round_action_unsafe_path_syntax"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_hash_trusted_tree",
      "target": "github_actions_rebase_conflict_round_action_sha256_file"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".github/actions/rebase-conflict-round/action.yml",
      "source_location": null,
      "weight": 1.0,
      "source": "github_actions_rebase_conflict_round_action_hash_rebase_state",
      "target": "github_actions_rebase_conflict_round_action_sha256_file"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "PRs/99-claude-eval-csp-hardening--persisted-state-csp-register-body-cap.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap",
      "target": "todo_todo_todo_todo_auth_rate_limiting"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.8,
      "source_file": "PRs/99-claude-eval-csp-hardening--persisted-state-csp-register-body-cap.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap",
      "target": "todo_todo_todo_todo_cross_tab_sync"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "PRs/99-claude-eval-csp-hardening--persisted-state-csp-register-body-cap.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap",
      "target": "todo_todo_todo_todo_persisted_code_execution"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "PRs/99-claude-eval-csp-hardening--persisted-state-csp-register-body-cap.md",
      "source_location": null,
      "weight": 1.0,
      "source": "prs_99_claude_eval_csp_hardening__persisted_state_csp_register_body_cap",
      "target": "todo_todo_todo_todo_persisted_date_corruption"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_admin_endpoint_lockdown"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_auth_rate_limiting"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_cross_tab_sync"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_debug_leaks"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_delight_growth_ideas"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_dx_ratchet"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_feed_duplicate_posts"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_hydrate_root"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_persisted_code_execution"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_persisted_date_corruption"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_postcard_memo_defeated"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_remove_hs256_fallback"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_token_introspection"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_undo_listener_hijack"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_vercel_webhooks"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/TODO.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_todo_todo_todo",
      "target": "todo_todo_todo_todo_verification_link_origin"
    },
    {
      "relation": "cites",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "decisions"
    },
    {
      "relation": "cites",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "fundamentals"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "todo_claude_todo_09_security_hardening_a_unauth_endpoints"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "todo_claude_todo_09_security_hardening_b_rate_limiting"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "todo_claude_todo_09_security_hardening_c_eval_csp"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening",
      "target": "todo_claude_todo_09_security_hardening_d_date_parse"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_readme_status_board",
      "target": "todo_claude_todo_09_security_hardening"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a_unauth_endpoints",
      "target": "todo_claude_todo_09_security_hardening_a1_raw_results"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a_unauth_endpoints",
      "target": "todo_claude_todo_09_security_hardening_a2_populate"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a_unauth_endpoints",
      "target": "todo_claude_todo_09_security_hardening_a3_service_account"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a1_raw_results",
      "target": "remix_app_api_utils_things_things_createpost"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a1_raw_results",
      "target": "remix_app_api_utils_things_things_visibilityqueryfor"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a1_raw_results",
      "target": "remix_app_routes_api_v1_mongodb_raw_results__raw_results"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a2_populate",
      "target": "remix_app_routes_api_v1_mongodb_populate__populate"
    },
    {
      "relation": "cites",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_service_account_rate_limit",
      "target": "todo_claude_todo_09_security_hardening_a3_service_account"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_a3_service_account",
      "target": "remix_app_routes_api_v1_auth_service_account__service_account"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_pr167_auth_register_limit",
      "target": "todo_claude_todo_09_security_hardening_b_rate_limiting"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_b_rate_limiting",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_b_rate_limiting",
      "target": "remix_app_api_utils_auth_loginuser"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_b_rate_limiting",
      "target": "remix_app_api_utils_ratelimit_enforceratelimit"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_pr99_eval_csp",
      "target": "todo_claude_todo_09_security_hardening_c_eval_csp"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.7,
      "source_file": "remix/index.html",
      "source_location": null,
      "weight": 0.8,
      "source": "remix_index_tt_boot_script",
      "target": "todo_claude_todo_09_security_hardening_c_eval_csp"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_09_security_hardening_c_eval_csp",
      "target": "todo_claude_todo_09_security_hardening_d_date_parse"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_pr99_eval_csp",
      "target": "todo_claude_todo_09_security_hardening_d_date_parse"
    },
    {
      "relation": "cites",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_readme",
      "target": "fundamentals"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_readme",
      "target": "todo_claude_todo_readme_locked_decisions"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "weight": 1.0,
      "source": "todo_claude_todo_readme",
      "target": "todo_claude_todo_readme_status_board"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.6,
      "source_file": "TODO/claude-todo/README.md",
      "source_location": null,
      "weight": 0.7,
      "source": "todo_claude_todo_readme_locked_decisions",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog",
      "target": "remix_changelog_legacy_function_state_repair"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog",
      "target": "remix_changelog_pr167_auth_register_limit"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog",
      "target": "remix_changelog_pr99_eval_csp"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog",
      "target": "remix_changelog_root_bootstrap_secret_leak_fix"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog",
      "target": "remix_changelog_service_account_rate_limit"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_pr99_eval_csp",
      "target": "remix_changelog_pr167_auth_register_limit"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_pr99_eval_csp",
      "target": "remix_index_tt_boot_script"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_service_account_rate_limit",
      "target": "remix_app_api_http_readjsonbody"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_service_account_rate_limit",
      "target": "remix_app_api_utils_ratelimit_enforceratelimit"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/CHANGELOG.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_changelog_service_account_rate_limit",
      "target": "remix_app_routes_api_v1_auth_service_account__service_account"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_index",
      "target": "remix_index_entry_client"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_index",
      "target": "remix_index_tt_boot_script"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_server_routes_api_catchall",
      "target": "remix_app_routes_api_v1_mongodb_raw_results__raw_results"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_mongodb_populate__populate",
      "target": "remix_app_scripts_mongodb_setup"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_server_routes_api_catchall",
      "target": "remix_app_routes_api_v1_mongodb_populate__populate"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_app_routes_api_v1_auth_service_account__service_account",
      "target": "remix_app_api_utils_auth_serviceaccounts_provisionserviceaccount"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_server_routes_api_catchall",
      "target": "remix_app_routes_api_v1_auth_service_account__service_account"
    },
    {
      "relation": "shares_data_with",
      "confidence": "INFERRED",
      "confidence_score": 0.6,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 0.7,
      "source": "remix_app_api_utils_auth_getcurrentuser",
      "target": "remix_app_api_utils_auth_serviceaccounts_provisionserviceaccount"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_serviceaccounts_provisionserviceaccount",
      "target": "remix_app_api_utils_auth_jwt_signjwt"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 1.0,
      "source": "remix_app_api_utils_auth_serviceaccounts_provisionserviceaccount",
      "target": "remix_app_api_utils_auth_sessions_createsession"
    },
    {
      "relation": "shares_data_with",
      "confidence": "INFERRED",
      "confidence_score": 0.6,
      "source_file": "TODO/claude-todo/09-security-hardening.md",
      "source_location": null,
      "weight": 0.8,
      "source": "remix_app_api_utils_things_things_createpost",
      "target": "remix_app_api_utils_things_things_visibilityqueryfor"
    }
  ],
  "hyperedges": [
    {
      "id": "mongo_collection_resolution_flow",
      "label": "Versioned collection resolution flow",
      "nodes": [
        "remix_app_api_utils_mongodb_config",
        "remix_app_api_utils_mongodb_collections",
        "remix_app_api_utils_mongodb_collectionnames",
        "remix_app_api_utils_mongodb_endpoint",
        "remix_app_schemas_registry"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "FUNDAMENTALS.md"
    },
    {
      "id": "app_namespace_storage_ledger",
      "label": "App namespace byte-allowance ledger",
      "nodes": [
        "fundamentals_app_namespaces",
        "fundamentals_storage_ledger",
        "remix_app_api_utils_apps_namespace",
        "remix_app_api_utils_apps_appdata",
        "remix_app_api_utils_apps_appstoragemanagement",
        "remix_app_api_utils_subscriptions"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "FUNDAMENTALS.md"
    },
    {
      "id": "attachment_lifecycle_flow",
      "label": "Attachment upload, accounting, serving, and cleanup lifecycle",
      "nodes": [
        "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_multipart_upload",
        "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing",
        "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_storage_ledger",
        "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_content_endpoint",
        "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_cleanup_job",
        "vercel_deployments_oidc_s3_roles"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/201-codex-s3-post-attachments--add-private-s3-post-attachments-with-tier-accounting.md"
    },
    {
      "id": "private_s3_attachment_stack",
      "label": "Stacked private S3 attachment PR chain (#201 \u2192 #232 \u2192 #237)",
      "nodes": [
        "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_pr201",
        "prs_232_codex_media_gallery_profile_attachments__add_media_galleries_and_managed_profile_attachments_pr232",
        "prs_237_codex_conversation_media_attachments__add_media_attachments_across_conversations_pr237",
        "prs_201_codex_s3_post_attachments__add_private_s3_post_attachments_with_tier_accounting_attachment_thing"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "PRs/237-codex-conversation-media-attachments--add-media-attachments-across-conversations.md"
    },
    {
      "id": "ai_conflict_automation_flow",
      "label": "AI PR Conflict/Rebase/Promotion Automation Flow",
      "nodes": [
        "readme_resolve_pr_conflicts",
        "readme_rebase_pr_stacks",
        "readme_promote_features_to_main",
        "readme_model_waterfall",
        "github_actions_rebase_conflict_round_action",
        "prs_183_codex_ai_rebase_stack_resolver__add_automatic_ai_rebase_support_for_pr_stacks"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md"
    },
    {
      "id": "private_attachment_storage_lifecycle",
      "label": "Private S3 Attachment Storage and Quota Lifecycle",
      "nodes": [
        "readme_private_s3_attachments",
        "readme_attachment_cleanup_cron",
        "readme_subscription_tiers",
        "testing_post_comment_attachments",
        "testing_profile_media",
        "testing_app_storage_manager"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TESTING.md"
    },
    {
      "id": "ci_control_plane_compute_routing",
      "label": "CI Control Plane Compute Provider Routing",
      "nodes": [
        "readme_github_actions_control_plane",
        "readme_ci_provider_router",
        "readme_vercel_sandbox_runner",
        "readme_admin_ci_control",
        "testing_admin_ci_control"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "README.md"
    },
    {
      "id": "unauth_endpoint_lockdown_flow",
      "label": "Unauthenticated admin/data endpoint lockdown (\u00a7A)",
      "nodes": [
        "todo_claude_todo_09_security_hardening_a_unauth_endpoints",
        "remix_app_routes_api_v1_mongodb_raw_results__raw_results",
        "remix_app_routes_api_v1_mongodb_populate__populate",
        "remix_app_routes_api_v1_auth_service_account__service_account",
        "remix_server_routes_api_catchall",
        "remix_app_api_utils_ratelimit_enforceratelimit"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "TODO/claude-todo/09-security-hardening.md"
    },
    {
      "id": "service_account_token_minting_flow",
      "label": "Non-expiring service-account token minting flow",
      "nodes": [
        "remix_app_routes_api_v1_auth_service_account__service_account",
        "remix_app_api_utils_auth_serviceaccounts_provisionserviceaccount",
        "remix_app_api_utils_auth_jwt_signjwt",
        "remix_app_api_utils_auth_sessions_createsession",
        "remix_app_api_utils_auth_getcurrentuser"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "TODO/claude-todo/09-security-hardening.md"
    },
    {
      "id": "persisted_state_eval_csp_remediation",
      "label": "Persisted-state eval removal + CSP remediation (\u00a7C/\u00a7D, PR #99)",
      "nodes": [
        "todo_claude_todo_09_security_hardening_c_eval_csp",
        "todo_claude_todo_09_security_hardening_d_date_parse",
        "remix_app_providers_thingtimeprovider",
        "remix_app_providers_thingtimepersistcodec",
        "remix_app_providers_thingtimepersistcodec_test",
        "remix_index_tt_boot_script",
        "remix_changelog_pr99_eval_csp"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.88,
      "source_file": "TODO/claude-todo/09-security-hardening.md"
    },
    {
      "id": "thin_listener_control_plane_pattern",
      "label": "Thin Listener \u2192 Protected Reusable Workflow Pattern",
      "nodes": [
        "github_workflows_web_ci",
        "github_workflows_develop_pr_preview",
        "github_workflows_promote_features_to_main",
        "github_actions_branch_reusable_workflows",
        "readme_actions_control_plane"
      ],
      "relation": "implement",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": ".github/workflows/web-ci.yml"
    },
    {
      "id": "notification_delivery_flow",
      "label": "Social graph \u2192 notification \u2192 channel delivery flow",
      "nodes": [
        "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_follow_thing",
        "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_friend_thing",
        "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_notification_thing",
        "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_notification_prefs",
        "prs_172_followers_friends_notifications_views_4fcfcf_followers_friends_notifications_views_weekly_summary"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "PRs/172-followers-friends-notifications-views-4fcfcf-followers-friends-notifications-views.md"
    },
    {
      "id": "develop_preview_control_plane",
      "label": "Trusted develop-target preview control plane",
      "nodes": [
        "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_develop_preview_controller",
        "prs_212_codex_develop_pr_previews_add_secure_develop_target_pr_previews_preview_alias_wildcard",
        "prs_233_codex_fix_develop_preview_dns_gate_dns_probe_gate",
        "prs_229_codex_web_ci_required_context_develop_ci_keep_develop_web_ci_required_contexts_reportable_web_ci_listener"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "PRs/212-codex-develop-pr-previews-add-secure-develop-target-pr-previews.md"
    },
    {
      "id": "thin_web_ci_repair_flow",
      "label": "Thin Web CI Repair Flow",
      "nodes": [
        "prs_258_promote_pr_211_ci_control_plane_dashboard_thin_listener_repair_thin_listener_repair",
        "remix_changelog_thin_web_ci_promotion_fix",
        "github_workflows_web_ci_control_plane",
        "github_workflows_web_ci_pull_requests_permission"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 0.98,
      "source_file": "PRs/258-promote-pr-211-ci-control-plane-dashboard-thin-listener-repair.md"
    },
    {
      "id": "ci_observability_control_plane_flow",
      "label": "CI Observability Control Plane: Webhooks \u2192 Protected Things \u2192 Admin Dashboard",
      "nodes": [
        "prs_211_webhook_verification",
        "prs_211_ci_thing_kinds",
        "readme_ci_control_dashboard",
        "testing_ci_control_checklist",
        "remix_changelog_control_plane_entry"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "PRs/211-codex-ci-control-plane-dashboard--centralize-actions-and-add-ci-control-dashboard.md"
    },
    {
      "id": "pr_222_web_ci_repair_evidence",
      "label": "PR 222 Web CI Repair Evidence",
      "nodes": [
        "testing_required_web_ci_contexts",
        "prs_222_codex_typecheck_ratchet_warning_main_ci_make_typecheck_ratchet_warning_only_pr_222",
        "remix_changelog_required_web_ci_fix",
        "github_workflows_web_ci_web_ci"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "PRs/222-codex-typecheck-ratchet-warning-main-ci-make-typecheck-ratchet-warning-only.md"
    },
    {
      "id": "actions_control_plane_atomic_rollup",
      "label": "Atomic Actions Control-Plane Promotion Rollup",
      "nodes": [
        "prs_210_promote_actions_control_plane_rollup_pr_192",
        "prs_210_promote_actions_control_plane_rollup_pr_194",
        "prs_210_promote_actions_control_plane_rollup_pr_193",
        "prs_210_promote_actions_control_plane_rollup_pr_199",
        "prs_210_promote_actions_control_plane_rollup_pr_190",
        "prs_210_promote_actions_control_plane_rollup_pr_206",
        "prs_210_promote_actions_control_plane_rollup_pr_207",
        "prs_210_promote_actions_control_plane_rollup_pr_208"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "PRs/210-promote-actions-control-plane-rollup.md"
    },
    {
      "id": "builtin_schema_storage_repair",
      "label": "Builtin Schema Storage Repair",
      "nodes": [
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_seed_builtin_schemas",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_backfill_user_storage_accounting",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_control_storage_class"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md"
    },
    {
      "id": "password_confirmed_diagnostic_reveal",
      "label": "Password-Confirmed Diagnostic Reveal",
      "nodes": [
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_migration_diagnostic_v2_envelope",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_secure_envelope",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_diagnostic_projection",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_reveal_endpoint",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_thing_detail_route",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_sensitive_value_redaction",
        "prs_197_codex_fix_builtin_schema_storage_class_fix_builtin_schema_storage_accounting_and_add_secure_diagnostic_reveals_reveal_access_controls"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.98,
      "source_file": "PRs/197-codex-fix-builtin-schema-storage-class--fix-builtin-schema-storage-accounting-and-add-secure-diagnostic-reveals.md"
    },
    {
      "id": "migration_error_diagnostics_flow",
      "label": "Private Migration Error Diagnostics Flow",
      "nodes": [
        "testing_migration_diagnostic_checks",
        "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_private_migration_diagnostics",
        "prs_195_codex_contextual_reaction_errors_contextual_reaction_and_migration_errors_lopu_error_presentation",
        "fundamentals_lopu_notifications"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.98,
      "source_file": "PRs/195-codex-contextual-reaction-errors--contextual-reaction-and-migration-errors.md"
    },
    {
      "id": "admin_management_stack",
      "label": "Admin Dashboard, Tiers & Ownership Links Feature Stack",
      "nodes": [
        "prs_171_admin_ui_user_app_management_admin_dashboard_tiers_links",
        "prs_170_app_data_quota_allowances_app_owner_storage_manager",
        "testing",
        "concept_admin_dashboard",
        "concept_subscription_tiers",
        "concept_account_links"
      ],
      "relation": "implement",
      "confidence": "INFERRED",
      "confidence_score": 0.78,
      "source_file": "PRs/171-admin-ui-user-app-management-admin-dashboard-tiers-links.md"
    },
    {
      "id": "schema_platform_feature_flow",
      "label": "Schema Browse Build and Search Flow",
      "nodes": [
        "schema_feature_handoff_schema_browser",
        "schema_feature_handoff_schema_builder",
        "schema_feature_handoff_search_by_schema",
        "schema_feature_handoff_schema_registry",
        "schema_feature_handoff_schema_tools"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.98,
      "source_file": "SCHEMA-FEATURE-HANDOFF.md"
    },
    {
      "id": "thingtime_login_session_flow",
      "label": "Thingtime login and session API flow",
      "nodes": [
        "remix_public_sdk_demo_render_login_button",
        "remix_public_sdk_demo_guard_sandbox",
        "remix_public_sdk_demo_with_session",
        "remix_public_sdk_thingtime_login_thingtime_render_button",
        "remix_public_sdk_thingtime_login_thingtime_userinfo",
        "remix_public_sdk_thingtime_login_thingtime_shared",
        "remix_public_sdk_thingtime_login_thingtime_data"
      ],
      "relation": "participate_in",
      "confidence": "EXTRACTED",
      "confidence_score": 0.95,
      "source_file": "remix/public/sdk/demo.html"
    },
    {
      "id": "ios_app_icon_composition",
      "label": "Thingtime iOS App Icon Composition",
      "nodes": [
        "ios_thingtime_resources_assets_appicon_appiconset_icon_1024_thingtime_app_icon",
        "ios_thingtime_resources_appicon_icon_assets_canopy_canopy_layer",
        "ios_thingtime_resources_appicon_icon_assets_trunk_trunk_layer"
      ],
      "relation": "form",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "iOS/Thingtime/Resources/Assets.xcassets/AppIcon.appiconset/icon-1024.png"
    },
    {
      "id": "thingtime_android_icon_family",
      "label": "Thingtime Android Icon Size Family",
      "nodes": [
        "remix_public_android_icon_144x144_image",
        "remix_public_android_icon_192x192_image",
        "remix_public_android_icon_36x36_image",
        "remix_public_android_icon_48x48_image",
        "remix_public_android_icon_72x72_image",
        "remix_public_android_icon_96x96_image"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/android-icon-144x144.png"
    },
    {
      "id": "thingtime_apple_icon_family",
      "label": "Thingtime Apple Touch Icon Family",
      "nodes": [
        "remix_public_apple_icon_114x114_image",
        "remix_public_apple_icon_120x120_image",
        "remix_public_apple_icon_144x144_image",
        "remix_public_apple_icon_152x152_image",
        "remix_public_apple_icon_180x180_image",
        "remix_public_apple_icon_57x57_image",
        "remix_public_apple_icon_60x60_image",
        "remix_public_apple_icon_72x72_image",
        "remix_public_apple_icon_76x76_image",
        "remix_public_apple_icon_precomposed_image",
        "remix_public_apple_icon_image"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/apple-icon.png"
    },
    {
      "id": "thingtime_favicon_family",
      "label": "Thingtime Favicon Size Family",
      "nodes": [
        "remix_public_favicon_16x16_image",
        "remix_public_favicon_32x32_image",
        "remix_public_favicon_96x96_image"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "remix/public/favicon-16x16.png"
    },
    {
      "id": "thingtime_application_icon_set",
      "label": "Thingtime application and favicon image set",
      "nodes": [
        "remix_public_ms_icon_144x144_image",
        "remix_public_ms_icon_150x150_image",
        "remix_public_ms_icon_310x310_image",
        "remix_public_ms_icon_70x70_image",
        "resources_favicon_favicon_io_2_android_chrome_192x192_image",
        "resources_favicon_favicon_io_2_android_chrome_512x512_image",
        "resources_favicon_favicon_io_2_apple_touch_icon_image",
        "resources_favicon_favicon_io_2_favicon_16x16_image",
        "resources_favicon_favicon_io_2_favicon_32x32_image"
      ],
      "relation": "form",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "remix/public/ms-icon-144x144.png"
    },
    {
      "id": "mongodb_query_workbench_safety_boundary",
      "label": "MongoDB Query Workbench Safety Boundary",
      "nodes": [
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_raw_query_workbench",
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_server_boundary",
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_admin_session",
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_query_bounds",
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_protected_collections"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 0.93,
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md"
    },
    {
      "id": "query_workbench_user_features",
      "label": "Query Workbench User-Facing Feature Set",
      "nodes": [
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_raw_query_workbench",
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_mongodb_read_tools",
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_typed_bson_inputs",
        "prs_64_codex_mongodb_query_builder_add_no_code_mongodb_query_workbench_aggregation_stages"
      ],
      "relation": "form",
      "confidence": "EXTRACTED",
      "confidence_score": 0.92,
      "source_file": "PRs/64-codex-mongodb-query-builder--add-no-code-mongodb-query-workbench.md"
    }
  ],
  "built_at_commit": "d31b22fc6e37b725890a4d183888926ea862dccd"
}